/** Shopify CDN: Minification failed

Line 176:0 Unexpected "<"

**/
/* Multiselect */

.ms-options-wrap button,
.ms-options-wrap button:focus {
  background: transparent;
  border: 1px solid var(--hh-color-ancient-ore);
  color: var(--hh-color-ancient-ore);
  padding: 8px 20px;
  font-family: 'FS Industrie';
  font-size: 14px;
  line-height: 24px;
}

.featured-product-grid__item:has(.sp-product-card) {
  padding-bottom: 75px;
  position: relative;
  margin: 4px;
}

@media (max-width: 768px) {
  .featured-product-grid__item:has(.sp-product-card) {
    padding-bottom: 55px;
  }
}

.ms-options-wrap > button:after {
  right: 20px;
  border-top-color: var(--hh-color-ancient-ore);
}

.ms-options {
  background: var(--hh-color-sundrenched-stone) !important;
}

.ms-options li:hover {
  background: var(--hh-active-option-bg);
}

.ms-options-wrap > .ms-options {
  border-color: var(--hh-color-ancient-ore);
}

.ms-options-wrap > .ms-options > ul label {
  padding: 8px 4px 8px 30px;
}

.ms-options-wrap > .ms-options > ul label:hover {
  border: 0;
  cursor: pointer;
}

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
  accent-color: #AD7821;
  left: 10px;
  top: 14px;
}

/* Select */
.select2 {
  width: 100% !important;
}

.select2-wrapper {
  position: relative;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 0;
  z-index: 99999;
}

.rc-plans-dropdown .select2-dropdown--below {
  z-index: 1051;
}

.select2-container--default .select2-selection--single {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--hh-color-aged-black);
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-results__option {
  color: var(--hh-color-aged-black);
  font-size: 14px;
  line-height: 24px;
  padding-left: 0;
}

.select2-container--default .select2-results__group {
  background: #CDCBCA;
  font-weight: 400;
  padding: 5px 10px;
}

.select2-container--default .select2-results__group:focus {
  background: #CDCBCA;
  font-weight: 400;
  padding: 5px 10px;
  outline: 2px solid #996726;
}

.select2-results__option,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #eae8e5;
  border-top: 1px solid var(--hh-color-grey-mineral);
  color: var(--hh-color-aged-black);
  padding: 13px 10px !important;
}

.select2-results__option:not(.select2-results__option--disabled):hover,
.select2-results__option:not(.select2-results__option--disabled):focus {
  background: var(--hh-active-option-bg) !important;
  color: var(--hh-color-aged-black) !important;
}

.select2-container--default .select2-results__option--selected {
  background: var(--hh-active-option-bg) !important;
  color: var(--hh-color-aged-black) !important;
}

.select2-results__option--disabled {
  background: var(--hh-color-grey-mineral) !important;
  color: var(--hh-color-aged-black) !important;
  border-top: 1px solid #b0adac;
}

.select2-search--dropdown {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url('//cecred.com/cdn/shop/t/760/assets/icon-chevron-down.svg?v=87086033219804577131773775185');
  background-repeat: no-repeat;
  background-position: top center;
  height: 15px;
  transition: transform 0.5s;
}

.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotateX(180deg);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-label {
  color: var(--hh-color-ancient-ore);
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: -2px;
}

.rc-plans-dropdown__select {
  display: none;
}

.select2-container--default .select2-results__option--group {
  padding: 0 !important;
}



*:focus,
*:focus-visible {
  outline-offset: 1px !important;
}
<<<<<<< HEAD

=======
>>>>>>> d4471026cc8937145aa095adf051f14317e4a706
