:root {
  --icon--pencil-gd: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23333333'/%3E%3C/svg%3E");
  --icon--pencil-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-left-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23E25303'/%3E%3C/svg%3E");
  --icon--arrow-right-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-right-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-right-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23E25303'/%3E%3C/svg%3E");
  /* Desktop */
  --typography-title-800-font-size: 64px;
  --typography-title-800-line-height: 96px;
  --typography-title-800-font-weight: 800;
  --typography-title-700-font-size: 54px;
  --typography-title-700-line-height: 62px;
  --typography-title-700-font-weight: 300;
  --typography-title-510-font-size: 30px;
  --typography-title-510-line-height: 55.7px;
  --typography-title-510-font-weight: 510;
  --typography-title-500-font-size: 30px;
  --typography-title-500-line-height: 36px;
  --typography-title-500-font-weight: 300;
  --typography-title-400-font-size: 24px;
  --typography-title-400-line-height: 36px;
  --typography-title-400-font-weight: 300;
  --typography-title-320-font-size: 18px;
  --typography-title-320-line-height: 33.4px;
  --typography-title-320-font-weight: 320;
  --typography-title-300-font-size: 18px;
  --typography-title-300-line-height: 27px;
  --typography-title-300-font-weight: 300;
  --typography-paragraph-300-font-size: 14px;
  --typography-paragraph-300-line-height: 26px;
  --typography-paragraph-300-font-weight: 400;
  --typography-paragraph-310-font-size: 14px;
  --typography-paragraph-310-line-height: 25px;
  --typography-paragraph-310-font-weight: 300;
  --typography-label-305-font-size: 14px;
  --typography-label-305-line-height: 23px;
  --typography-label-305-font-weight: 305;
  --typography-label-301-font-size: 14px;
  --typography-label-301-line-height: 21px;
  --typography-label-301-font-weight: 301;
  --typography-label-300-font-size: 14px;
  --typography-label-300-line-height: 21px;
  --typography-label-300-font-weight: 300;
  --typography-label-210-font-size: 12px;
  --typography-label-210-line-height: 20px;
  --typography-label-210-font-weight: 210;
  --typography-label-205-font-size: 12px;
  --typography-label-205-line-height: 18px;
  --typography-label-205-font-weight: 205;
  --typography-label-200-font-size: 12px;
  --typography-label-200-line-height: normal;
  --typography-label-200-font-weight: 300;
  --typography-link-100-font-size: 10px;
  --typography-link-100-line-height: 18.6px;
  --typography-link-100-font-weight: 100;
  --typography-button-font-size: 14px;
  --typography-button-line-height: 23px;
  --typography-button-font-weight: 400;
  /* Mobile override */
}
@media (max-width: 992px) {
  :root {
    --typography-title-800-font-size: 24px;
    --typography-title-800-line-height: 36px;
    --typography-title-700-font-size: 44px;
    --typography-title-700-line-height: normal;
    --typography-title-500-font-size: 22px;
    --typography-title-500-line-height: 26px;
    --typography-title-400-font-size: 18px;
    --typography-title-400-line-height: 24px;
    --typography-title-300-font-size: 14px;
    --typography-title-300-line-height: 21px;
    --typography-paragraph-300-font-size: 12px;
    --typography-paragraph-300-line-height: 22px;
    --typography-paragraph-310-font-size: 12px;
    --typography-paragraph-310-line-height: 22px;
    --typography-label-300-font-size: 12px;
    --typography-label-300-line-height: 18px;
    --typography-button-font-size: 16px;
    --typography-button-line-height: 26.3px;
    --typography-button-2-font-size: 14px;
    --typography-button-2-line-height: 21px;
  }
}

:root {
  --icon--pencil-gd: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23333333'/%3E%3C/svg%3E");
  --icon--pencil-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-left-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23E25303'/%3E%3C/svg%3E");
  --icon--arrow-right-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-right-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-right-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23E25303'/%3E%3C/svg%3E");
  /* Desktop */
  --typography-title-800-font-size: 64px;
  --typography-title-800-line-height: 96px;
  --typography-title-800-font-weight: 800;
  --typography-title-700-font-size: 54px;
  --typography-title-700-line-height: 62px;
  --typography-title-700-font-weight: 300;
  --typography-title-510-font-size: 30px;
  --typography-title-510-line-height: 55.7px;
  --typography-title-510-font-weight: 510;
  --typography-title-500-font-size: 30px;
  --typography-title-500-line-height: 36px;
  --typography-title-500-font-weight: 300;
  --typography-title-400-font-size: 24px;
  --typography-title-400-line-height: 36px;
  --typography-title-400-font-weight: 300;
  --typography-title-320-font-size: 18px;
  --typography-title-320-line-height: 33.4px;
  --typography-title-320-font-weight: 320;
  --typography-title-300-font-size: 18px;
  --typography-title-300-line-height: 27px;
  --typography-title-300-font-weight: 300;
  --typography-paragraph-300-font-size: 14px;
  --typography-paragraph-300-line-height: 26px;
  --typography-paragraph-300-font-weight: 400;
  --typography-paragraph-310-font-size: 14px;
  --typography-paragraph-310-line-height: 25px;
  --typography-paragraph-310-font-weight: 300;
  --typography-label-305-font-size: 14px;
  --typography-label-305-line-height: 23px;
  --typography-label-305-font-weight: 305;
  --typography-label-301-font-size: 14px;
  --typography-label-301-line-height: 21px;
  --typography-label-301-font-weight: 301;
  --typography-label-300-font-size: 14px;
  --typography-label-300-line-height: 21px;
  --typography-label-300-font-weight: 300;
  --typography-label-210-font-size: 12px;
  --typography-label-210-line-height: 20px;
  --typography-label-210-font-weight: 210;
  --typography-label-205-font-size: 12px;
  --typography-label-205-line-height: 18px;
  --typography-label-205-font-weight: 205;
  --typography-label-200-font-size: 12px;
  --typography-label-200-line-height: normal;
  --typography-label-200-font-weight: 300;
  --typography-link-100-font-size: 10px;
  --typography-link-100-line-height: 18.6px;
  --typography-link-100-font-weight: 100;
  --typography-button-font-size: 14px;
  --typography-button-line-height: 23px;
  --typography-button-font-weight: 400;
  /* Mobile override */
}
@media (max-width: 992px) {
  :root {
    --typography-title-800-font-size: 24px;
    --typography-title-800-line-height: 36px;
    --typography-title-700-font-size: 44px;
    --typography-title-700-line-height: normal;
    --typography-title-500-font-size: 22px;
    --typography-title-500-line-height: 26px;
    --typography-title-400-font-size: 18px;
    --typography-title-400-line-height: 24px;
    --typography-title-300-font-size: 14px;
    --typography-title-300-line-height: 21px;
    --typography-paragraph-300-font-size: 12px;
    --typography-paragraph-300-line-height: 22px;
    --typography-paragraph-310-font-size: 12px;
    --typography-paragraph-310-line-height: 22px;
    --typography-label-300-font-size: 12px;
    --typography-label-300-line-height: 18px;
    --typography-button-font-size: 16px;
    --typography-button-line-height: 26.3px;
    --typography-button-2-font-size: 14px;
    --typography-button-2-line-height: 21px;
  }
}

.path-for-designers .node--type-product-autocomplete-suggestio .available,
.path-for-designers .node--type-product-search-result-short .available,
.path-for-designers .node--type-accessories-autocomplete-suggestio .available,
.path-for-designers .node--type-accessories-search-result-short .available {
  display: none;
}
.path-for-designers .results .see-more-wrapper .see-faq,
.path-for-designers .results-accessries .see-more-wrapper .see-faq {
  display: none;
}

.path-products-search .main-content,
.path-accessories-search .main-content,
.path-for-designers .main-content {
  background: #333333;
}
.path-products-search .main-content.is-category .search-label div,
.path-accessories-search .main-content.is-category .search-label div,
.path-for-designers .main-content.is-category .search-label div {
  font-size: 0;
}
.path-products-search .main-content.is-category .search-label div span,
.path-accessories-search .main-content.is-category .search-label div span,
.path-for-designers .main-content.is-category .search-label div span {
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 0;
}
.path-products-search .node-search-wrapper form > .form--inline,
.path-accessories-search .node-search-wrapper form > .form--inline,
.path-for-designers .node-search-wrapper form > .form--inline {
  padding-right: 0;
}
.path-products-search .cat-wrapper,
.path-accessories-search .cat-wrapper,
.path-for-designers .cat-wrapper {
  margin-top: 30px;
  margin-top: 1.875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
}
.path-products-search .keyword,
.path-accessories-search .keyword,
.path-for-designers .keyword {
  display: none;
}
.path-products-search .results,
.path-products-search .results-accessories,
.path-accessories-search .results,
.path-accessories-search .results-accessories,
.path-for-designers .results,
.path-for-designers .results-accessories {
  position: relative;
}
.path-products-search .results .see-more-wrapper,
.path-products-search .results-accessories .see-more-wrapper,
.path-accessories-search .results .see-more-wrapper,
.path-accessories-search .results-accessories .see-more-wrapper,
.path-for-designers .results .see-more-wrapper,
.path-for-designers .results-accessories .see-more-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.path-products-search .results .see-more-wrapper a,
.path-products-search .results-accessories .see-more-wrapper a,
.path-accessories-search .results .see-more-wrapper a,
.path-accessories-search .results-accessories .see-more-wrapper a,
.path-for-designers .results .see-more-wrapper a,
.path-for-designers .results-accessories .see-more-wrapper a {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  border-bottom: 0;
  color: #333333;
  font-weight: 600;
  text-decoration: underline;
  width: auto;
}
.path-products-search .results .see-more-wrapper a:hover,
.path-products-search .results-accessories .see-more-wrapper a:hover,
.path-accessories-search .results .see-more-wrapper a:hover,
.path-accessories-search .results-accessories .see-more-wrapper a:hover,
.path-for-designers .results .see-more-wrapper a:hover,
.path-for-designers .results-accessories .see-more-wrapper a:hover {
  color: #E25303;
}
.path-products-search .results ul,
.path-products-search .results-accessories ul,
.path-accessories-search .results ul,
.path-accessories-search .results-accessories ul,
.path-for-designers .results ul,
.path-for-designers .results-accessories ul {
  padding-bottom: 32px;
  padding-bottom: 2rem;
  padding-top: 40px;
  padding-top: 2.5rem;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
}
.path-products-search .results .ui-menu-item-wrapper,
.path-products-search .results-accessories .ui-menu-item-wrapper,
.path-accessories-search .results .ui-menu-item-wrapper,
.path-accessories-search .results-accessories .ui-menu-item-wrapper,
.path-for-designers .results .ui-menu-item-wrapper,
.path-for-designers .results-accessories .ui-menu-item-wrapper {
  padding: 0;
}
.path-products-search .results .ui-state-focus,
.path-products-search .results .ui-state-active,
.path-products-search .results-accessories .ui-state-focus,
.path-products-search .results-accessories .ui-state-active,
.path-accessories-search .results .ui-state-focus,
.path-accessories-search .results .ui-state-active,
.path-accessories-search .results-accessories .ui-state-focus,
.path-accessories-search .results-accessories .ui-state-active,
.path-for-designers .results .ui-state-focus,
.path-for-designers .results .ui-state-active,
.path-for-designers .results-accessories .ui-state-focus,
.path-for-designers .results-accessories .ui-state-active {
  background: none;
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.path-products-search .results .row,
.path-products-search .results-accessories .row,
.path-accessories-search .results .row,
.path-accessories-search .results-accessories .row,
.path-for-designers .results .row,
.path-for-designers .results-accessories .row {
  margin-left: -15px;
  margin-right: -15px;
}
.path-products-search .vocabulary-product-categories-wrapper,
.path-accessories-search .vocabulary-product-categories-wrapper,
.path-for-designers .vocabulary-product-categories-wrapper {
  padding-top: 0;
}
.path-products-search .vocabulary-product-categories-wrapper .line-title,
.path-accessories-search .vocabulary-product-categories-wrapper .line-title,
.path-for-designers .vocabulary-product-categories-wrapper .line-title {
  display: none;
}
.path-products-search .vocabulary-product-categories-wrapper:after,
.path-accessories-search .vocabulary-product-categories-wrapper:after,
.path-for-designers .vocabulary-product-categories-wrapper:after {
  display: none;
}
.path-products-search .views-element-container .pager,
.path-accessories-search .views-element-container .pager,
.path-for-designers .views-element-container .pager {
  margin-top: 45px;
  margin-top: 2.8125rem;
  position: static;
}
.path-products-search .views-element-container .pager .button,
.path-accessories-search .views-element-container .pager .button,
.path-for-designers .views-element-container .pager .button {
  margin: 0;
}
@media (max-width: 991.98px) {
  .path-products-search .views-element-container .pager,
  .path-accessories-search .views-element-container .pager,
  .path-for-designers .views-element-container .pager {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .path-products-search .results ul .ui-menu-item,
  .path-products-search .results-accessories ul .ui-menu-item,
  .path-accessories-search .results ul .ui-menu-item,
  .path-accessories-search .results-accessories ul .ui-menu-item,
  .path-for-designers .results ul .ui-menu-item,
  .path-for-designers .results-accessories ul .ui-menu-item {
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
}

/*# sourceMappingURL=for-designers.css.map */
