html {
  --header-color: black;
  --header-font: Fabriga;
  --header-font-weight: 700;
  --body-font: Fabriga;
  --body-font-weight: 400;
  --header-h1-font-size: 45px;
  --header-h1-line-height: 55px;
  --header-h2-font-size: 25px;
  --header-h2-line-height: 35px;
  --header-h3-font-size: 20px;
  --header-h3-line-height: 30px;
  --why-shop-background: #F2F2F2;
  --why-shop-color: #000000;
  --as-seen-in-font-size: 30px;
  --as-seen-in-font-weight: 700;
  --footer-background: black;
  --footer-icons: 4;
  --footer-divider-color: #4A4A4C;
  --multi-header-banner-background: black;
  --multi-header-banner-color: white;
  --gallery-thumb-display: block;
  --view-similar-border-radius: 47px;
  --view-similar-background: linear-gradient(to right top, #4A00C3 0%, #C66DE5 100%);
  --link-text-decoration: underline;
  --category-toggle-icon-filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
  --category-toggle-icon-unavailable-filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(0%);
  --shipping-banner-display-desktop: flex;
  --shipping-banner-flex-direction-desktop: column;
  --shipping-banner-swiper-display: flex;
  --shipping-banner-swiper-display-desktop: none;
  --cart-section-padding: 3.125em 0 0 0;
  --cart-summary-item-padding: 0;
  --cart-summary-item-content-padding: 0;
  --checkout-button-border-radius: 5px;
  --checkout-button-height: 48px;
  --prompt-checkout-cart-item-padding-bottom: 24px;
  --prompt-checkout-buttons-padding-top: 24px;
  --green: #00E6AA;
  --cart-item-count-position-left: 15px;
  --cart-item-count-position-bottom: unset;
  --cart-item-count-position-top: 0px;
  --cart-item-count-border: 2px solid white;
  --like-svg: url("../assets/img/like.svg");
  --like-filled-svg: url("../assets/img/like-filled.svg");
  --black: #000000;
  --grey: #9C9C9C;
  --last-one: rgba(1, 230, 170, 0.5);
  --sticker-background: rgba(1, 230, 170, 0.5);
  --sticker-color: var(--black);
  --header-nav-height: 0px;
  --light-green: #E8FAF0; }
