/** Shopify CDN: Minification failed

Line 126:20 Unexpected "{"
Line 126:29 Expected ":"
Line 215:20 Unexpected "{"
Line 215:29 Expected ":"

**/
:root {
  /* Original variable */
  --page-narrow: 1000px;

  /* Colors */
  --clr-white: #fff;
  --clr-black: #000;
  --clr-off-black: #202020;
  --clr-off-black2: #231f20;
  --clr-dark-gray: #2f2f2f;
  --clr-mid-gray1: #808080;
  --clr-mid-gray2: #989898;
  --clr-mid-gray3: #dfdfdf;
  --clr-light-gray1: #f8f8f8;
  --clr-semi-transparent-white: rgba(255, 255, 255, 0.8);
  --clr-semi-transparent-white2: rgba(255, 255, 255, 0);
  --clr-banner-shadow: rgba(0, 0, 0, 0.35);
  --clr-black-shadow: rgba(0, 0, 0, 0.1);

  /* Accent colors */
  --clr-accent1: #b53a29;
  --clr-accent2: #b63a2a;

  /* Fonts */
  --font-kenjo: "Kenjo I", sans-serif;
  --font-inter: "Inter", sans-serif;
  --font-inter-alt: "Inter", "Muli", sans-serif;
  /* --font-default: arial, sans-serif; */
}

/*=========================================================================*
 * GENERAL STYLES
 *=========================================================================*/
#shopify-chat inbox-online-store-chat {
  z-index: 9999 !important;
}


#admin-bar-iframe {
  display: none;
}

/* Utility */
.type-banner {
  flex: 1 0 100%;
}

.footer__title {
  font-weight: bold;
  font-size: var(--type-base-size);
}

[data-bars="true"] .flickity-page-dots .dot {
  width: 30px;
  height: 4px;
}

[data-bars="true"] .flickity-page-dots .dot.is-selected {
  color: var(--clr-off-black2);
}

.cart__item-name {
  font-weight: 700;
}

/*=========================================================================*
 * COLLECTIONS LIST HOVER REMOVAL
 *=========================================================================*/

.collection-item:active .collection-image-wrap {
  transform: scale(1);
}

.collection-image-wrap:hover {
  transform: translateY(0);
}

/*=========================================================================*
 * SC SECTION: recently-viewed__section
 *=========================================================================*/

.recently-viewed__section recently-viewed[data-section-type="recently-viewed"] .section-header--with-link {
  flex-direction: column;
}

.recently-viewed__section recently-viewed[data-section-type="recently-viewed"] .swiper-wrapper {
  display: flex;
}

.recently-viewed__section recently-viewed[data-section-type="recently-viewed"] .swiper-wrapper .grid-item__meta {
  text-align: center;
}

.recently-viewed__section recently-viewed[data-section-type="recently-viewed"] .swiper-wrapper .grid-product__colors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 25px;
  margin: 0 0 5px -4px;
}

.recently-viewed__section recently-viewed[data-section-type="recently-viewed"] .swiper-wrapper .color-swatch {
  width: 12px;
  height: 12px;
  border: none;
}

.recently-viewed__section recently-viewed[data-section-type="recently-viewed"] .swiper-wrapper .color-swatch__more {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
  color: var(--clr-mid-gray2);
}

.recently-viewed__section recently-viewed[data-section-type="recently-viewed"] .section-header--with-link .section-header__link,
.recently-viewed__section recently-viewed[data-section-type="recently-viewed"] .swiper-wrapper .color-swatch__more,
#CollectionSection-{{ section.id }} .section-header__link {
  font-family: var(--font-inter);
}

.recently-viewed__section recently-viewed[data-section-type="recently-viewed"] .swiper-button-next,
.recently-viewed__section recently-viewed[data-section-type="recently-viewed"] .swiper-button-prev {
  fill: var(--clr-off-black);
  padding: 10px;
  width: 50px;
}

.recently-viewed__section recently-viewed[data-section-type="recently-viewed"] .swiper-button-prev {
  left: 0;
}

.recently-viewed__section recently-viewed[data-section-type="recently-viewed"] .swiper-button-next {
  right: 0;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.recently-viewed__section recently-viewed[data-section-type="recently-viewed"] .swiper-button-prev:after,
.recently-viewed__section recently-viewed[data-section-type="recently-viewed"] .swiper-button-next:after {
  content: "";
}

.recently-viewed__section recently-viewed[data-section-type="recently-viewed"] .swiper-pagination {
  display: flex;
  position: relative;
  margin-top: 20px;
  justify-content: space-evenly;
  padding-inline: 2%;
}

.recently-viewed__section recently-viewed[data-section-type="recently-viewed"] .swiper-pagination-bullet {
  background: var(--clr-mid-gray1);
  margin: 0;
  height: 4px;
  width: inherit;
  border-radius: 0;
}

.recently-viewed__section recently-viewed[data-section-type="recently-viewed"] .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--clr-off-black);
}

@media only screen and (max-width: 768px) {
  .recently-viewed__section recently-viewed[data-section-type="recently-viewed"] .swiper-button-next,
  .recently-viewed__section recently-viewed[data-section-type="recently-viewed"] .swiper-button-prev {
    display: none;
  }
}

/*=========================================================================*
 * SC SECTION: Recommendations
 *=========================================================================*/

.shopify-section product-recommendations[data-section-type="product-recommendations"] .section-header--with-link {
  flex-direction: column;
}

.shopify-section product-recommendations[data-section-type="product-recommendations"] .swiper-wrapper {
  display: flex;
}

.shopify-section product-recommendations[data-section-type="product-recommendations"] .swiper-wrapper .grid-item__meta {
  text-align: center;
}

.shopify-section product-recommendations[data-section-type="product-recommendations"] .swiper-wrapper .grid-item__meta .grid-product__colors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 25px;
  margin: 0 0 5px -4px;
}

.shopify-section product-recommendations[data-section-type="product-recommendations"] .swiper-wrapper .grid-product__colors .color-swatch {
  width: 12px;
  height: 12px;
  border: none;
}

.shopify-section product-recommendations[data-section-type="product-recommendations"] .section-header--with-link .section-header__link,
.shopify-section product-recommendations[data-section-type="product-recommendations"] .swiper-wrapper .color-swatch__more,
#CollectionSection-{{ section.id }} .section-header__link {
  font-family: var(--font-inter);
}

.shopify-section product-recommendations[data-section-type="product-recommendations"] .swiper-wrapper .color-swatch__more {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
  color: var(--clr-mid-gray2);
}

.shopify-section product-recommendations[data-section-type="product-recommendations"] .swiper-button-next,
.shopify-section product-recommendations[data-section-type="product-recommendations"] .swiper-button-prev {
  fill: var(--clr-off-black);
  padding: 10px;
  width: 50px;
}

.shopify-section product-recommendations[data-section-type="product-recommendations"] .swiper-button-prev {
  left: 0;
}

.shopify-section product-recommendations[data-section-type="product-recommendations"] .swiper-button-next {
  right: 0;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.shopify-section product-recommendations[data-section-type="product-recommendations"] .swiper-button-prev:after,
.shopify-section product-recommendations[data-section-type="product-recommendations"] .swiper-button-next:after {
  content: "";
}

.shopify-section product-recommendations[data-section-type="product-recommendations"] .section-header--with-link {
  flex-direction: column;
}

.shopify-section product-recommendations[data-section-type="product-recommendations"] .swiper-pagination {
  display: flex;
  position: relative;
  margin-top: 20px;
  justify-content: space-evenly;
  padding-inline: 2%;
}

.shopify-section product-recommendations[data-section-type="product-recommendations"] .swiper-pagination-bullet {
  background: var(--clr-mid-gray1);
  margin: 0;
  height: 4px;
  width: inherit;
  border-radius: 0;
}

.shopify-section product-recommendations[data-section-type="product-recommendations"] .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--clr-off-black);
}

@media only screen and (max-width: 768px) {
  .shopify-section product-recommendations[data-section-type="product-recommendations"] .swiper-button-next,
  .shopify-section product-recommendations[data-section-type="product-recommendations"] .swiper-button-prev {
    display: none;
  }
}

/*=========================================================================*
 * SC SECTION: SC Text columns & icons
 *=========================================================================*/

.template-index .text-with-icons__blocks {
  max-width: 1174px;
  margin: 0 auto;
}

.text-with-icons .text-with-icons__block-title h3 {
  font-size: 24px;
  line-height: 27.84px;
  font-weight: 600;
  font-family: var(--font-inter);
  margin-bottom: 8px;
}

.text-with-icons .text-with-icons__block-text p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: var(--font-inter);
  max-width: 238px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .text-with-icons .text-with-icons__block-text p {
    font-size: 14px;
    line-height: 21px;
    max-width: 100%;
  }

  .text-with-icons .text-with-icons__block-title h3 {
    font-size: 22px;
    line-height: 25.52px;
    margin-bottom: 5px;
  }
}

/*=========================================================================*
 * SC SECTION: Newsletter Sign Up
 *=========================================================================*/

.input-group.newsletter__input-group input[type="email"] {
  min-width: 250px;
}

/*=========================================================================*
 * HERO SLIDER ARROW STYLES
 *=========================================================================*/

.hero[data-arrows="true"] .flickity-prev-next-button:hover {
  transform: scale(1);
}

.hero[data-arrows="true"] .flickity-prev-next-button {
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flickity-button-icon {
  position: initial;
  fill: var(--clr-white);
}

.hero .flickity-button {
  border-radius: 0;
  background-color: var(--clr-semi-transparent-white2);
  box-shadow: var(--clr-banner-shadow) 0px 5px 15px;
}

.hero[data-arrows="true"] .flickity-prev-next-button svg {
  width: 24px;
  height: 24px;
}

.hero[data-arrows="true"] .flickity-previous {
  left: 0;
}

.hero[data-arrows="true"] .flickity-next {
  right: 0;
}

/*=========================================================================*
 * BACK TO TOP BUTTON
 *=========================================================================*/

#backTopBtn {
  background: var(--clr-semi-transparent-white);
  border-radius: 50%;
  box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  position: fixed;
  bottom: 100px;
  right: 35px !important;
  height: 50px;
  width: 50px;
  display: none;
  transition: box-shadow ease 0.3s;
  z-index: 99;
}

#backTopBtn:hover {
  box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.25);
  background-color: var(--clr-dark-gray);
}

#backTopBtn:hover svg {
  fill: var(--clr-white);
}

#backTopBtn svg {
  margin: 10px;
}

/*=========================================================================*
 * FREE SALON MARKETING GUIDE
 *=========================================================================*/

.sub-quotes {
  text-align: left;
}

.nav-list {
  list-style: none;
  margin-left: 0;
  display: table-row;
  text-align: left;
}

.nav-list > li {
  display: table-row;
}

.nav-list li:before {
  font-weight: 900;
  content: "\2713";
  padding-right: 10px;
  display: table-cell;
  text-align: right;
  color: var(--clr-accent2);
}

/*=========================================================================*
 * COMMON CUSTOMIZATIONS
 *=========================================================================*/

.shopify-section .section-header .section-header__title,
.shopify-section .jdgm-carousel-wrapper .jdgm-carousel-title,
.shopify-section .text-with-icons .text-with-icons__title .h2,
.shopify-section .newsletter-container .newsletter-section__content .theme-block .h1,
.shopify-section .index-section .theme-block h2,
.shopify-section .index-section .section-header h2 {
  font-family: var(--font-kenjo) !important;
  font-size: clamp(2rem, 1.5833rem + 1.3333vw, 3.25rem);
  font-weight: 300 !important;
  line-height: 1.5;
}

.product-grid__content .product-single__meta .product-block .product-single__title {
  font-family: var(--font-kenjo) !important;
  font-weight: 300;
  font-size: clamp(2rem, 1.5833rem + 1.3333vw, 3.25rem);
  line-height: 1.2;
}

#Search,
input[type="email"] {
  -webkit-appearance: none;
  outline: none;
}

/* General button styles */
.main-button,
.bundly__view_bundle_button {
  font-family: var(--font-inter);
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  padding: 10px 30px;
  display: block;
  border: 2px solid var(--clr-white);
  background-color: var(--clr-transparent);
  color: var(--clr-white);
  text-decoration: none;
  margin: 30px auto 0;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  text-transform: uppercase;
  max-width: fit;
}

/* Black main button */
.main-button-black,
.bundly__view_bundle_button {
  font-size: 20px;
  color: var(--clr-off-black);
  border-color: var(--clr-off-black);
  width: fit-content;
}

.main-button-black:hover {
  background: var(--clr-off-black);
  color: var(--clr-white);
}

/* Ensure anchor inside keeps text color when hovered */
.main-button-black:hover a {
  color: var(--clr-white) !important;
}

@media only screen and (max-width: 767px) {
  .main-button.main-button-black,
  .bundly__view_bundle_button {
    font-size: 15px;
  }
}

.grid-product__actions {
  display: none;
}

.payments_button_wrapper {
  background-image: none !important;
}

.section--divider {
  border-top: none;
}

/*=========================================================================*
 * FOOTER CUSTOMIZATION
 *=========================================================================*/
.footer__base-links a,
.footer__base-links span {
  padding: 2px 0 2px 0;
}

.footer__blocks {
  justify-content: space-between;
}

.footer__section {
  border-top: none;
}

.footer__logo {
  margin-bottom: 10px;
}

#FooterMenus .icon-and-text svg,
.no-bullets.footer__social li {
  border: 1px solid #ffffff1a;
  padding: 3px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

ul.no-bullets.social-icons.footer__social {
  display: flex;
}

.no-bullets.footer__social li {
  display: flex;
  margin-left: 15px;
  padding: 24px;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.footer-bottom-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 0;
}

.footer-bottom-section .footer__social .icon {
  width: 30px;
  height: 30px;
}

@media only screen and (max-width: 768px) {
  .footer__mobile-section {
    border: none;
  }

  .footer-bottom-section {
    justify-content: center;
    flex-direction: column;
  }

  .footer-bottom-section .no-bullets.social-icons.footer__social {
    padding-top: 20px;
  }

  .no-bullets.footer__social li {
    margin: 0 5px;
  }

  #FooterMenus .footer_contacts {
    display: flex;
  }
  #FooterMenus .footer_contacts li {
    margin-right: 15px;
  }

  #FooterMenus .footer__block,
  #FooterMenus .footer__block--mobile {
    flex: 1 1 45%;
  }

  #FooterMenus .footer__block--contact,
  #FooterMenus .footer__block--payment {
    flex: 1 100%;
  }
}

#MobileNavFooter .footer__logo {
  display: none;
}

#MobileNavFooter .page-width {
  background-color: var(--clr-off-black);
}

#MobileNavFooter {
  --color-text-body: var(--clr-white);
  color: var(--clr-white);
}

/*=========================================================================*
 * TOOLBAR CUSTOMIZATION
 *=========================================================================*/
.multi-selectors__item {
  margin: 0 2px;
}

.disclosure-list--down {
  top: auto;
}

.toolbar-new__items {
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
}

.toolbar-new__item a,
.dropdown a {
  color: var(--clr-white) !important;
  padding-left: 15px;
}

.announcement-slider__content {
  text-align: center;
}

.dropdown {
  display: inline-block;
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: -18px;
  padding: 10px;
  background-color: var(--clr-off-black);
  color: var(--clr-white);
  text-align: right;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
  width: max-content;
}

.dropdown-content a,
.dropdown-content p {
  display: block;
  padding: 8px 5px;
  text-decoration: none;
}

.dropdown:hover .dropdown-content {
  display: block;
  z-index: 99;
}

.dropdown-content a:hover {
  background-color: var(--clr-light-gray1);
  color: var(--clr-black) !important;
}

[data-icon=cart] .cart-link__bubble {
  top: 50%;
  right: -40%;
}

.cart-link__bubble:before {
  background-color: var(--clr-white);
  border: none;
  border-radius: 0;
  top: 50%;
  left: 40%;
}

.cart-link__bubble-num {
  color: var(--clr-black) !important;
  font-weight: bolder;
  font-size: large;
}

/*=========================================================================*
 * HEADER CUSTOMIZATION
 *=========================================================================*/

#SiteHeader .cart__checkout-wrapper .cart__continue {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-section {
  box-shadow: 0 0 10px var(--clr-black-shadow);
}

.header-item.header-item--navigation.text-center {
  overflow-x: auto;
  overflow-y: visible;
  margin-inline: 20px 50px;
}

.site-nav__link--underline:after {
  border-bottom: 3px solid;
}

ul.site-nav.site-navigation {
  height: 100px;
  display: flex;
  align-items: center;
}

ul.site-nav.site-navigation li.site-nav__item.site-nav__expanded-item.site-nav--has-dropdown.site-nav--is-megamenu,
ul.site-nav.site-navigation details.site-nav__details,
ul.site-nav.site-navigation summary.site-nav__link.site-nav__link--underline.site-nav__link--has-dropdown,
ul.site-nav.site-navigation li.site-nav__item.site-nav__expanded-item,
ul.site-nav.site-navigation a.site-nav__link.site-nav__link--underline {
  height: 100%;
}

ul.site-nav.site-navigation summary.site-nav__link.site-nav__link--underline.site-nav__link--has-dropdown,
ul.site-nav.site-navigation a.site-nav__link.site-nav__link--underline {
  display: flex;
  align-items: center;
}

.site-header__element--top {
  padding: 0;
}

.site-nav__link {
  font-weight: 700;
}

.site-navigation--below:before {
  border-top: none;
}

.site-nav__dropdown {
  background-color: rgba(32, 32, 32, 0.9);
}

.megamenu__cols a,
.site-nav__dropdown ul li a {
  color: var(--clr-white);
}

.megamenu__cols a:hover {
  background: none;
}

[data-grid-style="simple"] .megamenu__featured .grid-product {
  border: 1px solid #e8e8e1;
  background: var(--clr-white);
}

.grid-product__title {
  height: auto;
  line-height: 1.5;
  overflow: hidden;
}

a.site-nav__dropdown-link.site-nav__dropdown-link--top-level {
  line-height: 2;
}

.site-nav__dropdown-link {
  line-height: 1.7;
}

.mobile-left-icons {
  display: flex;
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .header-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header-item.header-item--navigation.text-center {
    display: none;
  }

  .site-nav__link.site-nav__link--icon.medium-up--hide.mobile-nav-trigger {
    padding-left: 0;
  }
}

.site-nav__link--icon .icon {
  width: 25px;
  height: 25px;
}

.text-center .site-navigation {
  margin: 0 20px;
}

/* Chrome, Edge and Safari scrollbar */
.header-item--navigation::-webkit-scrollbar {
  height: 3px;
  width: 3px;
}
.header-item--navigation::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: var(--clr-mid-gray3);
}
.header-item--navigation::-webkit-scrollbar-track:hover {
  background-color: var(--clr-mid-gray3);
}
.header-item--navigation::-webkit-scrollbar-track:active {
  background-color: var(--clr-mid-gray3);
}
.header-item--navigation::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: var(--clr-off-black);
}
.header-item--navigation::-webkit-scrollbar-thumb:hover {
  background-color: var(--clr-black);
}
.header-item--navigation::-webkit-scrollbar-thumb:active {
  background-color: var(--clr-black);
}

@media only screen and (max-width: 768px) {
  .mobile-nav-open .site-nav__link:not(.mobile-nav-trigger) {
    display: block;
  }
}

.cart-open .mobile-left-icons .site-nav__icons {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .header-item--icons .site-nav__icons .site-nav__link.site-nav__link--icon {
    height: 52px;
  }
  .header-item--icons .site-nav__icons .site-nav__link.site-nav__link--icon .cart-link {
    height: 20px;
  }

  ul.footer__menu.footer__menu--underline {
    display: flex;
  }

  .footer__blocks {
    justify-content: space-between;
    gap: 0;
  }

  .footer__blocks .footer__block {
    padding-top: 10px;
  }

  .footer__menu li:first-child {
    margin: 0 14px 0 0;
  }
}

#MobileNavFooter .footer__logo {
  display: none;
}

#MobileNavFooter .page-width {
  background-color: var(--clr-off-black);
}

#MobileNavFooter {
  --color-text-body: var(--clr-white);
  color: var(--clr-white);
}

/*=========================================================================*
 * FEATURED COLLECTIONS LIST
 *=========================================================================*/

@media only screen and (min-width: 768px) {
  .collection-item__title.sc__collection-item__title {
    position: absolute;
    left: 50%;
    bottom: 55px;
    transform: translate(-50%, 30px);
    font-family: var(--font-inter);
    width: 100%;
    max-width: 173px;
  }

  .collection-item__title.sc__collection-item__title:hover {
    background: var(--clr-white);
    color: var(--clr-black);
    border: 2px solid var(--clr-white);
    border-bottom: none;
  }
}

@media only screen and (max-width: 768px) {
  .collection-item__title.sc__collection-item__title {
    background: var(--clr-off-black);
    color: var(--clr-white);
    font-size: 14px;
    padding: 5px 25px;
  }
  .grid-item__meta-main .grid-product__title {
    font-size: 14px;
  }
}

.grid-item__meta-main .jdgm-preview-badge[data-template="index"] {
  display: block !important;
}

.grid-product__title {
  font-family: var(--font-inter-alt);
  font-size: 16px;
  font-weight: 700;
}

span.grid-product__price--current span {
  font-family: var(--font-inter-alt);
  font-size: 14px !important;
  font-weight: 700;
  line-height: 21px;
}

.grid-product__tag.grid-product__tag--sale {
  display: none;
}

/*=========================================================================*
 * RICH TEXT SECTIONS
 *=========================================================================*/

.shopify-section .index-section .theme-block .btn {
  color: var(--clr-white);
  background: var(--clr-off-black);
  border: 2px solid var(--clr-off-black);
}

.shopify-section .index-section .theme-block .btn:hover {
  background: var(--clr-white);
  color: var(--clr-black);
  border: 2px solid var(--clr-off-black) !important;
}

/*=========================================================================*
 * SHIPPING/RETURN TABLE STYLES
 *=========================================================================*/

table.custom-shipping-table {
  margin: 29px 0;
}

.custom-shipping-page,
.custom-return-page {
  max-width: 1000px !important;
  margin: auto;
  text-align: justify;
  padding: 20px 0;
}

.custom-shipping-table {
  font-family: var(--font-default);
  border-collapse: collapse;
  min-width: 1100px;
  word-wrap: break-word;
  line-height: 100% !important;
}

.custom-shipping-table td,
.custom-shipping-table th {
  border: 1px solid #ddd;
  text-align: left;
  padding: 15px;
}

/*=========================================================================*
 * TEXT BUTTON SECTION (HP)
 *=========================================================================*/

.hp-text-button-main {
  display: flex;
  align-items: center;
  background: var(--clr-off-black);
  color: var(--clr-white);
  padding: 50px;
}

.hp-text-button-left {
  flex: 1;
  margin-right: 120px;
}

.hp-text-button-left h2 {
  font-family: var(--font-kenjo);
  font-size: 52px;
  font-weight: 300;
  line-height: 64.48px;
  letter-spacing: 0.01em;
}

.hp-text-button-left p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  max-width: 754px;
}

.hp-text-button-right {
  display: flex;
  flex-direction: column;
}

.hp-text-button-content {
  display: flex;
  margin: 0 auto;
  align-items: center;
}

a.hp-apply-button {
  font-family: var(--font-inter);
  text-align: center;
  color: var(--clr-white);
  background: var(--clr-off-black);
  margin-bottom: 15px;
}

a.hp-learn-button {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  border: 1px solid var(--clr-white);
  color: var(--clr-white);
  padding: 12px 24px;
}

a.hp-learn-button:hover {
  background: var(--clr-white);
  color: var(--clr-off-black);
}

.hp-professionals-think-main a:hover,
.input-group .input-group-btn:last-child .btn:hover,
a.hp-apply-button:hover {
  background: var(--clr-white);
  color: var(--clr-off-black);
  border: 2px solid var(--clr-off-black);
}

@media only screen and (max-width: 767px) {
  .hp-text-button-main {
    padding: 0;
    flex-direction: column;
    text-align: center;
  }
  .hp-text-button-left {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .hp-text-button-left p {
    font-size: 13px;
    line-height: 19.5px;
    max-width: 100%;
  }
  .hp-text-button-left h2 {
    font-size: 28px;
    line-height: 30.8px;
    margin-bottom: 10px;
  }
  .hp-text-button {
    background: var(--clr-off-black);
    padding: 45px 30px;
  }
  .hp-text-button-content {
    padding: 0;
    flex-direction: column;
  }
}

/*=========================================================================*
 * PROFESSIONALS THINK SECTION
 *=========================================================================*/

.hp-professionals-think-wrap {
  display: flex;
  align-items: center;
}

.hp-professionals-think-wrap .item--professionals-right,
.hp-professionals-think-wrap .item-professionals-left {
  width: 50%;
}

.hp-profssionals-think h2 {
  font-family: var(--font-kenjo);
  font-size: 52px;
  font-weight: 300;
  line-height: 64.48px;
  letter-spacing: 0.52px;
  text-align: center;
}

.hp-profssionals-think .custom-content {
  align-items: center;
  max-width: 1087px;
  margin: 0 auto;
}

.hp-professionals-think-main p {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-inter);
  text-align: center;
  margin-bottom: 35px;
}

.hp-professionals-think-main a.main-button:hover {
  border: 2px solid var(--clr-off-black) !important;
}

.hp-professionals-review-img {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.hp-professionals-review-img img {
  max-width: 150px;
}

.hp-professionals-review {
  font-size: 13px;
  font-weight: 600;
  font-family: var(--font-inter);
  max-width: 550px;
  text-align: center;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}

.hp-professionals-think-main {
  text-align: center;
}

.hp-professionals-think-main a {
  font-family: var(--font-inter);
  background: var(--clr-off-black);
  display: inline-block;
  text-align: center;
}

.hp-professionals-think-main h3 {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .hp-profssionals-think .custom__item {
    padding-left: 0;
    margin-bottom: 0;
  }
  .hp-profssionals-think .small--one-whole {
    width: 50%;
  }
  .hp-profssionals-think h2 {
    font-size: 28px;
    line-height: 30.8px;
  }
  .hp-professionals-think-main a {
    font-size: 15px;
    line-height: 20px;
    padding: 15px 30px;
  }
  .hp-professionals-think-main p {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .hp-professionals-review {
    font-size: 11px;
  }
  .hp-professionals-think-main h3 {
    font-size: 13px;
  }
}

/*=========================================================================*
 * HOME PAGE FEATURE COLLECTION
 *=========================================================================*/

.grid-product__price--savings {
  display: inline-block !important;
  color: var(--clr-white);
  background-color: var(--clr-accent1);
  font-size: 0.9em;
  padding: 3px 6px;
  border-radius: 2px;
  white-space: nowrap;
}

/*=========================================================================*
 * DEFAULT COLLECTION PAGE
 *=========================================================================*/

[data-view=list] .grid-item__meta-secondary {
  margin-right: 110px;
}

.grid-product__tags {
  top: 0;
}

.grid-product__tags .grid-product__tag.grid-product__tag--sold-out {
  background-color: var(--clr-light-gray1);
}

.grid-product__tag.grid-product__tag--new,
.grid-product__tag.grid-product__tag--preOrder {
  background-color: var(--clr-white);
  border: 1px solid;
  border-radius: 0;
  color: var(--clr-accent1);
}
