* {
  outline: none;
}
:where(:focus-visible) {
  outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
  outline-offset: 1px;
}
select:not([multiple]) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
}
[type=checkbox]:checked,
[type=radio]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type=checkbox]:checked:focus-visible,
[type=checkbox]:checked:hover,
[type=radio]:checked:focus-visible,
[type=radio]:checked:hover {
  border-color: transparent;
  background-color: currentColor;
}
[type=checkbox]:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type=checkbox]:indeterminate:focus-visible,
[type=checkbox]:indeterminate:hover {
  border-color: transparent;
  background-color: currentColor;
}
[type=file]:focus {
  outline: 1px auto -webkit-focus-ring-color;
}
[type=range]:focus,
[type=range]:focus-visible {
  outline: 0;
}
[type=range]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1)), 0 0 0 0.25rem rgba(var(--brand-color), 0.2);
}
[type=range]:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1)), 0 0 0 0.25rem rgba(var(--brand-color), 0.2);
}
[type=range]:focus::-webkit-slider-thumb {
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), display var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-behavior: allow-discrete;
}
.breeze-inactive [type=range]:focus::-webkit-slider-thumb {
  transition: none !important;
}
[type=range]:focus::-moz-range-thumb {
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), display var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-behavior: allow-discrete;
}
.breeze-inactive [type=range]:focus::-moz-range-thumb {
  transition: none !important;
}
.breeze-gallery.caption [data-caption]:not([data-caption=""])::after {
  content: attr(data-caption);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 1px 5px;
  background: rgb(var(--base-bg, 255, 255, 255));
}
.breeze-gallery.opened {
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  padding: 10px;
  box-sizing: border-box;
  background: rgb(var(--base-bg, 255, 255, 255));
}
.breeze-gallery.opened .close {
  background: rgba(var(--base-bg, 255, 255, 255), .6);
  display: block;
  right: 3px;
  top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
}
.breeze-gallery.opened .controls {
  visibility: visible;
}
.breeze-gallery.opened .stage {
  flex-grow: 1;
  overflow: hidden !important;
}
.breeze-gallery.opened .stage:not(.video) .main-image-wrapper {
  cursor: default;
}
.breeze-gallery.opened .stage > div:first-child,
.breeze-gallery.opened .stage > div:first-child picture {
  margin: 0 auto;
  max-height: 100%;
}
.breeze-gallery.opened .stage > div:first-child,
.breeze-gallery.opened .stage > div:first-child picture,
.breeze-gallery.opened .stage > div:first-child .main-image-wrapper {
  align-items: normal;
}
.breeze-gallery.opened .stage > div:first-child img {
  object-fit: contain;
}
.breeze-gallery.opened .thumbnails.hidden {
  display: flex;
}
@media (orientation: landscape) {
  .breeze-gallery.opened {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .breeze-gallery.opened .thumbnails {
    flex-direction: column;
    flex-wrap: nowrap;
    order: -1;
    max-height: 550px;
    margin: 0 5px 0 0;
    padding-right: 5px;
    padding-bottom: 0;
    overflow-y: overlay;
  }
  .breeze-gallery.opened .stage {
    height: 100%;
    flex-shrink: 1;
  }
  .breeze-gallery.opened .thumbnails {
    max-height: none !important;
    height: 100%;
    justify-content: flex-start;
  }
}
:root {
  --magnifier-gap: var(--gallery-columns-gap, 10px);
}
.image-magnifier-lens,
.image-magnifier-stage {
  direction: ltr;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  visibility: visible !important;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.06);
}
.image-magnifier-lens.magnifier-active,
.image-magnifier-stage.magnifier-active {
  opacity: 1;
}
.image-magnifier-lens div,
.image-magnifier-stage div {
  transform: translate3d(0, 0, 0);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-magnifier-lens img[src=''],
.image-magnifier-stage img[src=''] {
  opacity: 0;
}
.image-magnifier-lens {
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.image-magnifier-lens.circle {
  border-radius: 9999px;
}
.image-magnifier-lens div {
  background: rgba(255, 255, 255, 0.4);
}
.image-magnifier-stage {
  z-index: 999;
  background: #fff;
}
.image-magnifier-stage div {
  transition: 100ms transform ease-out;
}
@media (prefers-reduced-motion) {
  .image-magnifier-stage div {
    transition: none;
  }
}
.magnifier .breeze-gallery:not(.opened) .stage,
.magnifier .breeze-gallery .images {
  -webkit-touch-callout: none;
}
.magnifier .main-image,
.magnifier .images .item > img {
  backface-visibility: hidden;
  transition: filter 100ms linear;
}
.magnifier-stage-inner .image-magnifier-lens {
  opacity: 0;
}
.magnifier-stage-inner .image-magnifier-stage {
  box-shadow: none;
}
.magnifier-stage-inner:has(.stage .loading-mask) .image-magnifier-stage {
  opacity: 0;
}
.magnifier-stage-inner .breeze-gallery .next,
.magnifier-stage-inner .breeze-gallery .prev {
  z-index: 1000;
}
.magnifier-stage-inner.magnifier-active .product.media .main-image-wrapper {
  z-index: 100;
}
:not(.magnifier-stage-inner).magnifier-active .product.media .stage,
:not(.magnifier-stage-inner).magnifier-active .product.media .images .item {
  z-index: 100;
}
.magnifier-active .product.media .main-image,
.magnifier-active .product.media .images .magnifier-active > img {
  filter: grayscale(100%) opacity(60%);
}
@keyframes askit-spin {
  to {
    transform: rotate(360deg);
  }
}
[data-role=questions-list]::before {
  content: '';
  display: table;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
[data-role=questions-list][aria-busy=true] {
  position: relative;
  min-height: 75px;
}
[data-role=questions-list][aria-busy=true]::before {
  opacity: 1;
  animation: askit-spin 0.6s linear infinite;
  position: absolute;
  border: 2px solid rgb(var(--spinner-border-color));
  border-top-color: transparent;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  top: 12px;
  left: calc(50% - 24px / 2);
}
[data-role=questions-list][aria-busy=true] > * {
  opacity: .7;
}
.block-swissup-ajaxsearch-results {
  background: #ffffff;
  border: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
  margin: 10px 0 0;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  padding: 3px;
  box-sizing: border-box;
}
.block-swissup-ajaxsearch-results::before,
.block-swissup-ajaxsearch-results::after {
  content: '';
  position: absolute;
  display: block;
  border-bottom-style: solid;
  height: 0;
  width: 0;
}
.block-swissup-ajaxsearch-results::before {
  right: 9px;
  top: -12px;
  border: 6px solid transparent;
  border-bottom-color: #ffffff;
  z-index: 99;
}
.block-swissup-ajaxsearch-results::after {
  right: 8px;
  top: -14px;
  border: 7px solid transparent;
  border-bottom-color: rgba(var(--base-color), var(--divider-alpha, .1));
  z-index: 98;
}
.block-swissup-ajaxsearch-results.stick-to-start::before {
  left: 15px;
}
.block-swissup-ajaxsearch-results.stick-to-start::after {
  left: 14px;
}
.block-swissup-ajaxsearch-results {
  min-width: 200px;
}
.block-swissup-ajaxsearch-results .tt-suggestion {
  padding: 4px 10px;
  box-sizing: border-box;
}
.block-swissup-ajaxsearch-results .tt-suggestion.tt-cursor,
.block-swissup-ajaxsearch-results .tt-suggestion:hover {
  background-color: #fafafa;
}
.block-swissup-ajaxsearch-results .notFound-item-info {
  padding: 4px 10px;
}
.block-swissup-ajaxsearch-results .tt-dataset {
  max-height: 550px;
  overflow-y: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.block-swissup-ajaxsearch-results .tt-dataset::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.block-swissup-ajaxsearch-results .tt-dataset::-webkit-scrollbar-track {
  background-color: #ededed;
  border-radius: 4px;
}
.block-swissup-ajaxsearch-results .tt-dataset::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 4px;
}
.block-swissup-ajaxsearch-results .ajaxsearch-title {
  margin: 1rem 0 .7rem;
  text-transform: uppercase;
}
.block-swissup-ajaxsearch-results .ajaxsearch-header-container {
  width: 100%;
  /*display: flex;*/
  justify-content: space-around;
  padding: 10px;
}
.block-swissup-ajaxsearch-results .ajaxsearch-header-container .view-all {
  float: right;
}
.block-swissup-ajaxsearch-results .product-item-info-wrapper .product-item-info {
  width: auto;
}
.block-swissup-ajaxsearch-results .product-item-info {
  display: block;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.block-swissup-ajaxsearch-results .product-item-info:first-child {
  border-top: none;
}
.block-swissup-ajaxsearch-results .product-item-info:last-child {
  border-bottom: none;
}
.block-swissup-ajaxsearch-results .product-item-info .product-item-photo {
  padding: 0;
  max-width: 100px;
}
.block-swissup-ajaxsearch-results .product-item-info .product-item-photo,
.block-swissup-ajaxsearch-results .product-item-info .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.block-swissup-ajaxsearch-results .product-item-info .product-item-name {
  margin-bottom: 2px;
}
.block-swissup-ajaxsearch-results .product-item-info .price-box,
.block-swissup-ajaxsearch-results .product-item-info .product-info-stock-sku .sku {
  font-size: 0.85em;
  color: #727272;
}
.block-swissup-ajaxsearch-results .product-item-info-wrapper .ajaxsearch-header-container > h4 {
  display: none;
}
.block-swissup-ajaxsearch-results .custom-item-info-wrapper {
  padding: 0 5px 15px 10px;
}
.block-swissup-ajaxsearch-results .list .product-item-photo {
  padding: 0 10px 0 0;
}
.block-swissup-ajaxsearch-results .prolabels-wrapper {
  height: auto;
}
@keyframes ajaxsearch-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.block-swissup-ajaxsearch-results .product-item-info,
.block-swissup-ajaxsearch-results .custom-item-info-wrapper {
  opacity: 0;
  animation: 150ms ajaxsearch-appear forwards;
}
.block-swissup-ajaxsearch-results .custom-item-info-wrapper {
  animation-delay: 50ms;
  animation-duration: 500ms;
}
.block-swissup-ajaxsearch-results .product-item-info {
  animation-delay: 650ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(12) {
  animation-delay: 600ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(11) {
  animation-delay: 550ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(10) {
  animation-delay: 500ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(9) {
  animation-delay: 450ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(8) {
  animation-delay: 400ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(7) {
  animation-delay: 350ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(6) {
  animation-delay: 300ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(5) {
  animation-delay: 250ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(4) {
  animation-delay: 200ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(3) {
  animation-delay: 150ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(2) {
  animation-delay: 100ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(1) {
  animation-delay: 50ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(0) {
  animation-delay: 0ms;
}
.block-swissup-ajaxsearch .twitter-typeahead {
  width: 100%;
}
.block-swissup-ajaxsearch .tt-hint {
  color: #999999;
}
.block-swissup-ajaxsearch .loading-mask {
  --spinner-size: 1rem;
  right: 10px;
  left: auto;
  top: 0.875rem;
  background-color: transparent;
  width: 20px;
  height: 20px;
  padding: 0 !important;
}
.ajaxsearch-title {
  font-size: 1rem;
  font-weight: 500;
}
[data-mage-init*='"collapsible":'] > [data-role=content],
.modal-inner-wrap,
.block.filter .filter-content,
.block.filter .filter-title strong::after,
.actions-secondary .action,
.toolbar .sorter-action,
.toolbar .modes a,
.pages a.page,
.pages .action.next,
.pages .action.previous,
.minicart-items .actions a,
.navigation-wrapper,
.nav-toggle span::after,
.navigation .parent > a .ui-icon,
.navigation .parent > a::after,
.slick-active button span,
.product-social-links a.action,
.product-social-links button.action,
.cart.table-wrapper .action-edit,
.cart.table-wrapper .action-delete,
.cart.table-wrapper .action-towishlist,
.cart.table-wrapper .action-gift::after,
.cart-tax-total::after,
.totals-tax-summary .amount .price::before,
.product-social-links a,
.navigation-wrapper,
.nav-toggle span::after,
.navigation .parent > a .ui-icon,
.navigation .parent > a::after,
.block.filter .filter-content,
.block.filter .filter-title strong::after {
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), display var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-behavior: allow-discrete;
}
.breeze-inactive [data-mage-init*='"collapsible":'] > [data-role=content],
.breeze-inactive .modal-inner-wrap,
.breeze-inactive .block.filter .filter-content,
.breeze-inactive .block.filter .filter-title strong::after,
.breeze-inactive .actions-secondary .action,
.breeze-inactive .toolbar .sorter-action,
.breeze-inactive .toolbar .modes a,
.breeze-inactive .pages a.page,
.breeze-inactive .pages .action.next,
.breeze-inactive .pages .action.previous,
.breeze-inactive .minicart-items .actions a,
.breeze-inactive .navigation-wrapper,
.breeze-inactive .nav-toggle span::after,
.breeze-inactive .navigation .parent > a .ui-icon,
.breeze-inactive .navigation .parent > a::after,
.breeze-inactive .slick-active button span,
.breeze-inactive .product-social-links a.action,
.breeze-inactive .product-social-links button.action,
.breeze-inactive .cart.table-wrapper .action-edit,
.breeze-inactive .cart.table-wrapper .action-delete,
.breeze-inactive .cart.table-wrapper .action-towishlist,
.breeze-inactive .cart.table-wrapper .action-gift::after,
.breeze-inactive .cart-tax-total::after,
.breeze-inactive .totals-tax-summary .amount .price::before,
.breeze-inactive .product-social-links a,
.breeze-inactive .navigation-wrapper,
.breeze-inactive .nav-toggle span::after,
.breeze-inactive .block.filter .filter-content,
.breeze-inactive .block.filter .filter-title strong::after {
  transition: none !important;
}
.block > .title,
.block .block-title {
  color: rgba(var(--block-title-color), var(--block-title-alpha, 1));
  background: rgba(var(--block-title-bg), var(--block-bg-alpha, 1));
}
.block .block-content {
  background: rgb(var(--block-content-bg), var(--block-content-bg-alpha, 1));
}
.breadcrumbs li::after {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
}
.swatch-option-tooltip {
  opacity: 0;
  transform: scale(0.95);
  color: rgba(var(--base-color), var(--base-alpha, 1));
  --base-color: 17, 24, 39;
  --base-alpha: 1;
  --headings-color: var(--base-color);
  --headings-alpha: 1;
  --block-title-color: var(--base-color);
  --link-color: var(--blue);
  --link-alpha: 0.85;
  --muted-bg: 243, 244, 246;
  --muted-bg-alpha: 1;
  --ring-color: var(--brand-color);
  --ring-alpha: 1;
  --button-bg: var(--brand-color);
  --button-border-color: var(--button-bg);
  --button-color: 255, 255, 255;
  --button-primary-color: 255, 255, 255;
  --button-primary-bg: var(--brand-color);
  --button-primary-border-color: var(--button-bg);
  --button-secondary-color: var(--gray-600);
  --button-secondary-bg: var(--gray-200);
  --button-secondary-border-color: var(--button-secondary-bg);
  --input-color: 17, 24, 39;
  --input-alpha: 1;
  --input-bg: var(--base-bg);
  --input-bg-alpha: 1;
  --input-border-color: 153, 153, 153;
  --input-border-alpha: 1;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), display var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-behavior: allow-discrete;
  padding: var(--dropdown-padding);
  width: var(--dropdown-width);
  transform-origin: top;
  z-index: 850;
  visibility: hidden;
  margin-top: 0.125rem;
  color: rgba(var(--z-layer-color), var(--z-layer-color-alpha, 1));
  background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
  text-align: left;
}
.breeze-inactive .swatch-option-tooltip {
  transition: none !important;
}
.swatch-option-tooltip:not([style*="none"]) {
  z-index: 851;
  opacity: 1;
  pointer-events: all;
  display: block;
  visibility: visible;
  transform: scale(1);
}
.field-tooltip-content,
.dropdown.options .dropdown,
.tooltip.wrapper .tooltip.content,
.minicart-wrapper .mage-dropdown-dialog,
.minisearch .search-autocomplete,
.map-popup,
.navigation .submenu,
.navigation .submenu {
  opacity: 0;
  transform: scale(0.95);
  color: rgba(var(--base-color), var(--base-alpha, 1));
  --base-color: 17, 24, 39;
  --base-alpha: 1;
  --headings-color: var(--base-color);
  --headings-alpha: 1;
  --block-title-color: var(--base-color);
  --link-color: var(--blue);
  --link-alpha: 0.85;
  --muted-bg: 243, 244, 246;
  --muted-bg-alpha: 1;
  --ring-color: var(--brand-color);
  --ring-alpha: 1;
  --button-bg: var(--brand-color);
  --button-border-color: var(--button-bg);
  --button-color: 255, 255, 255;
  --button-primary-color: 255, 255, 255;
  --button-primary-bg: var(--brand-color);
  --button-primary-border-color: var(--button-bg);
  --button-secondary-color: var(--gray-600);
  --button-secondary-bg: var(--gray-200);
  --button-secondary-border-color: var(--button-secondary-bg);
  --input-color: 17, 24, 39;
  --input-alpha: 1;
  --input-bg: var(--base-bg);
  --input-bg-alpha: 1;
  --input-border-color: 153, 153, 153;
  --input-border-alpha: 1;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), display var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-behavior: allow-discrete;
  padding: var(--dropdown-padding);
  width: var(--dropdown-width);
  transform-origin: top;
  z-index: 850;
  visibility: hidden;
  margin-top: 0.125rem;
  color: rgba(var(--z-layer-color), var(--z-layer-color-alpha, 1));
  background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
  text-align: left;
}
.breeze-inactive .field-tooltip-content,
.breeze-inactive .dropdown.options .dropdown,
.breeze-inactive .tooltip.wrapper .tooltip.content,
.breeze-inactive .minicart-wrapper .mage-dropdown-dialog,
.breeze-inactive .minisearch .search-autocomplete,
.breeze-inactive .map-popup,
.breeze-inactive .navigation .submenu,
.breeze-inactive .navigation .submenu {
  transition: none !important;
}
.field-tooltip-content[aria-hidden="false"],
.dropdown.options .dropdown[aria-hidden="false"],
.tooltip.wrapper:hover .tooltip.content,
.tooltip.wrapper:focus .tooltip.content,
.minicart-wrapper .mage-dropdown-dialog[style=""],
.minicart-wrapper .mage-dropdown-dialog[style*="block"],
.minisearch .search-autocomplete:not(:empty):not([style*="display:none"]):not([style*="display: none"]),
.map-popup.active,
.navigation .submenu.shown,
.navigation .submenu[aria-expanded="true"]:not([aria-hidden]),
body:not(.breeze) .navigation .submenu[aria-expanded="true"]:not([aria-hidden]) .submenu,
.navigation .submenu.shown,
.navigation .submenu[aria-expanded="true"]:not([aria-hidden]),
body:not(.breeze) .navigation .submenu[aria-expanded="true"]:not([aria-hidden]) .submenu {
  z-index: 851;
  opacity: 1;
  pointer-events: all;
  display: block;
  visibility: visible;
  transform: scale(1);
}
.dropdown.options .dropdown > li > a,
.dropdown.options .dropdown > ul > li > a,
.minisearch .search-autocomplete [role="listbox"] li,
.navigation :where(li[class*=level]) > a,
.navigation :where(li[class*=level]) > a {
  --divider-alpha: 0.05;
  cursor: pointer;
}
.dropdown.options .dropdown > li > a:hover,
.dropdown.options .dropdown > ul > li > a:hover,
.minisearch .search-autocomplete [role="listbox"] li:hover,
.navigation :where(li[class*=level]) > a:hover,
.navigation :where(li[class*=level]) > a:hover {
  background: rgba(var(--base-color), var(--divider-alpha, .1));
}
[data-collapsible] > [data-role="title"],
[data-role="collapsible"] > [data-role="title"],
[data-mage-init*='"collapsible":'] > [data-role="title"],
.block-collapsible-nav > .title,
.dropdown.options .toggle,
.minicart-wrapper .action.showcart,
[data-collapsible] > [data-role="title"],
[data-role="collapsible"] > [data-role="title"],
[data-mage-init*='"collapsible":'] > [data-role="title"] {
  cursor: pointer;
}
[data-collapsible] > [data-role="title"]::after,
[data-role="collapsible"] > [data-role="title"]::after,
[data-mage-init*='"collapsible":'] > [data-role="title"]::after,
.block-collapsible-nav > .title::after,
.dropdown.options:not(.no-chevron) .toggle::after {
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), display var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-behavior: allow-discrete;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
}
:where(input:not([type=range])):focus,
:where(input:not([type=range])):focus-visible,
textarea:focus,
textarea:focus-visible,
select:focus,
select:focus-visible {
  --input-border-color: var(--brand-color);
  --input-outline-color: var(--input-border-color);
  --input-shadow-spread: 1px;
  outline: 2px solid rgba(var(--input-outline-color), var(--input-outline-alpha));
  outline-offset: 2px;
}
:where(input:not([type=range])):-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 var(--input-shadow-spread, 0) rgba(var(--input-border-color), var(--input-border-alpha)), 0 0 0 30px rgba(var(--muted-bg), var(--muted-bg-alpha, 1)) inset;
  -webkit-text-fill-color: rgba(var(--input-color), var(--input-alpha));
}
button,
.action.primary,
input[type='submit'],
input[type='reset'],
input[type='button'],
.pagebuilder-button-primary,
.pagebuilder-button-secondary,
.pagebuilder-button-link {
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), display var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-behavior: allow-discrete;
}
.breeze-inactive button,
.breeze-inactive .action.primary,
.breeze-inactive input[type='submit'],
.breeze-inactive input[type='reset'],
.breeze-inactive input[type='button'],
.breeze-inactive .pagebuilder-button-primary,
.breeze-inactive .pagebuilder-button-secondary,
.breeze-inactive .pagebuilder-button-link {
  transition: none !important;
}
button.selected,
.action.primary.selected,
input[type='submit'].selected,
input[type='reset'].selected,
input[type='button'].selected,
.pagebuilder-button-primary.selected,
.pagebuilder-button-secondary.selected,
.pagebuilder-button-link.selected {
  --button-color: 255, 255, 255;
  --button-bg: var(--brand-color);
  --button-border-color: var(--button-bg);
}
@media (hover: hover) {
  button:hover,
  .action.primary:hover,
  input[type='submit']:hover,
  input[type='reset']:hover,
  input[type='button']:hover,
  .pagebuilder-button-primary:hover,
  .pagebuilder-button-secondary:hover,
  .pagebuilder-button-link:hover {
    --button-bg-alpha: var(--button-hover-bg-alpha);
    text-decoration: none !important;
  }
}
button:focus-visible,
.action.primary:focus-visible,
input[type='submit']:focus-visible,
input[type='reset']:focus-visible,
input[type='button']:focus-visible,
.pagebuilder-button-primary:focus-visible,
.pagebuilder-button-secondary:focus-visible,
.pagebuilder-button-link:focus-visible {
  --button-border-alpha: 1;
  z-index: 10;
  outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
  outline-offset: 2px;
}
@media (hover: hover) {
  .pagebuilder-button-link:hover {
    text-decoration: none !important;
    --button-bg: transparent;
    --button-border-color: transparent;
    --button-color: var(--link-color);
  }
}
@media (hover: hover) {
  .button-ghost button:hover,
  .button-ghost .pagebuilder-button-primary:hover,
  .button-ghost .pagebuilder-button-secondary:hover {
    --button-bg-alpha: .1;
    --button-color: var(--base-color);
  }
}
.product-options-wrapper .action.back {
  --button-bg: var(--base-bg);
  --button-border-color: var(--base-bg);
  padding: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  text-transform: inherit !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-align: left;
}
.product-options-wrapper .action.back:focus-visible {
  outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
  outline-offset: 1px;
}
.button-close,
.ui-dialog.popup .action.close,
.modal-header .action-close,
.block-minicart .action.close {
  float: right;
  --button-bg: var(--base-bg);
  --button-border-color: var(--base-bg);
  padding: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  text-transform: inherit !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-align: left;
  margin-left: auto;
  opacity: .7;
  cursor: pointer;
}
.button-close:focus-visible,
.ui-dialog.popup .action.close:focus-visible,
.modal-header .action-close:focus-visible,
.block-minicart .action.close:focus-visible {
  outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
  outline-offset: 1px;
}
.button-close::before,
.ui-dialog.popup .action.close::before,
.modal-header .action-close::before,
.block-minicart .action.close::before {
  display: block;
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.button-close span,
.ui-dialog.popup .action.close span,
.modal-header .action-close span,
.block-minicart .action.close span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.minicart-items .details-qty .update-cart-item {
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.25rem 0.5rem;
}
.minicart-items .details-qty .item-qty {
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.25rem;
  width: auto;
  flex-grow: 0;
}
.minicart-items-wrapper::after {
  pointer-events: none;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1rem;
  background: linear-gradient(rgba(var(--z-layer-bg), 0), rgba(var(--z-layer-bg), .8));
}
.modal-content,
.minicart-items-wrapper > .minicart-items {
  scrollbar-gutter: stable;
}
.modal-content::-webkit-scrollbar,
.minicart-items-wrapper > .minicart-items::-webkit-scrollbar {
  width: 0.375rem;
  height: 0.375rem;
}
.modal-content::-webkit-scrollbar-track,
.minicart-items-wrapper > .minicart-items::-webkit-scrollbar-track {
  background-color: rgb(var(--scrollbar-bg));
  border-radius: 24rem;
}
.modal-content::-webkit-scrollbar-thumb,
.minicart-items-wrapper > .minicart-items::-webkit-scrollbar-thumb {
  background-color: rgb(var(--scrollbar-color));
  border-radius: 24rem;
}
.load.indicator::before,
.product-item-info-image-loading .product-item-photo::before {
  animation: rotate var(--spinner-duration) linear infinite;
  width: var(--spinner-size);
  height: var(--spinner-size);
  border: var(--spinner-border-width) solid rgb(var(--spinner-border-color));
  border-top-color: transparent;
  border-radius: 50%;
}
.default[data-mage-init*='"Swissup_Easytabs/js/tabs":'] > [data-role="collapsible"],
[data-mage-init*='"tabs":'] > [data-role="collapsible"] {
  cursor: pointer;
}
.default[data-mage-init*='"Swissup_Easytabs/js/tabs":'] > [data-role="collapsible"]:hover,
[data-mage-init*='"tabs":'] > [data-role="collapsible"]:hover {
  --muted-alpha: .9;
  --muted-bg-alpha: .5;
  background: rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
}
.default[data-mage-init*='"Swissup_Easytabs/js/tabs":'] > [data-role="collapsible"]:focus-visible,
[data-mage-init*='"tabs":'] > [data-role="collapsible"]:focus-visible {
  z-index: 10;
}
@media (max-width: 768.98px) {
  .default[data-mage-init*='"Swissup_Easytabs/js/tabs":'] > [data-role="collapsible"]::after,
  [data-mage-init*='"tabs":'] > [data-role="collapsible"]::after {
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), display var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-behavior: allow-discrete;
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
    -webkit-mask-size: 0.75rem 0.75rem;
  }
  .breeze-inactive .default[data-mage-init*='"Swissup_Easytabs/js/tabs":'] > [data-role="collapsible"]::after,
  .breeze-inactive [data-mage-init*='"tabs":'] > [data-role="collapsible"]::after {
    transition: none !important;
  }
}
.default[data-mage-init*='"Swissup_Easytabs/js/tabs":'] > [data-role="collapsible"][aria-expanded="true"],
.default[data-mage-init*='"Swissup_Easytabs/js/tabs":'] > [data-role="collapsible"]:nth-child(1):not([aria-expanded]),
[data-mage-init*='"tabs":'] > [data-role="collapsible"][aria-expanded="true"],
[data-mage-init*='"tabs":'] > [data-role="collapsible"]:nth-child(1):not([aria-expanded]) {
  --muted-alpha: .9;
  background: rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
}
.default[data-mage-init*='"Swissup_Easytabs/js/tabs":'] > [data-role="collapsible"][aria-expanded="true"]:hover,
.default[data-mage-init*='"Swissup_Easytabs/js/tabs":'] > [data-role="collapsible"]:nth-child(1):not([aria-expanded]):hover,
[data-mage-init*='"tabs":'] > [data-role="collapsible"][aria-expanded="true"]:hover,
[data-mage-init*='"tabs":'] > [data-role="collapsible"]:nth-child(1):not([aria-expanded]):hover {
  --muted-bg-alpha: 1;
}
.collapsed[data-mage-init*='"Swissup_Easytabs/js/tabs":'] > [role=tablist] > [data-role="collapsible"],
.accordion[data-mage-init*='"Swissup_Easytabs/js/tabs":'] > .title,
[data-content-type="tabs"] .tab-header {
  cursor: pointer;
}
.collapsed[data-mage-init*='"Swissup_Easytabs/js/tabs":'] > [role=tablist] > [data-role="collapsible"]:hover,
.accordion[data-mage-init*='"Swissup_Easytabs/js/tabs":'] > .title:hover,
[data-content-type="tabs"] .tab-header:hover {
  --muted-alpha: .9;
  --muted-bg-alpha: .5;
  background: rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
}
.collapsed[data-mage-init*='"Swissup_Easytabs/js/tabs":'] > [role=tablist] > [data-role="collapsible"]:focus-visible,
.accordion[data-mage-init*='"Swissup_Easytabs/js/tabs":'] > .title:focus-visible,
[data-content-type="tabs"] .tab-header:focus-visible {
  z-index: 10;
}
.accordion[data-mage-init*='"Swissup_Easytabs/js/tabs":'] > .title::after {
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), display var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-behavior: allow-discrete;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
}
.breeze-inactive .accordion[data-mage-init*='"Swissup_Easytabs/js/tabs":'] > .title::after {
  transition: none !important;
}
.collapsed[data-mage-init*='"Swissup_Easytabs/js/tabs":'] > [role=tablist] > [data-role="collapsible"][aria-expanded="true"],
.collapsed[data-mage-init*='"Swissup_Easytabs/js/tabs":'] > [role=tablist] > [data-role="collapsible"]:nth-child(1):not([aria-expanded]),
.accordion[data-mage-init*='"Swissup_Easytabs/js/tabs":'] > .title[aria-expanded="true"],
[data-content-type="tabs"] .tab-header.active {
  --muted-alpha: .9;
  background: rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
}
.collapsed[data-mage-init*='"Swissup_Easytabs/js/tabs":'] > [role=tablist] > [data-role="collapsible"][aria-expanded="true"]:hover,
.collapsed[data-mage-init*='"Swissup_Easytabs/js/tabs":'] > [role=tablist] > [data-role="collapsible"]:nth-child(1):not([aria-expanded]):hover,
.accordion[data-mage-init*='"Swissup_Easytabs/js/tabs":'] > .title[aria-expanded="true"]:hover,
[data-content-type="tabs"] .tab-header.active:hover {
  --muted-bg-alpha: 1;
}
.minicart-items .details-qty .update-cart-item span,
.minicart-items .action.edit span,
.minicart-items .action.delete span,
.review-control-vote label span,
.cms-home .review-control-vote label span,
.catalog-category-view .review-control-vote label span,
.catalogsearch-result-index .review-control-vote label span,
.attributepages-page-view .review-control-vote label span,
.wishlist-index-index .review-control-vote label span,
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary .rating-summary .label,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary .rating-summary .label,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary .rating-summary .label,
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary .rating-summary .label,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary .rating-summary .label,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary .rating-summary .label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.mobile-header-panel .switcher .label {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.minicart-items .details-qty .label,
.minicart-items .details-qty .value {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.block-minicart .items-total {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.block-minicart .block-content > .actions a.action {
  color: #d60d46;
  text-decoration: none;
}
.block-minicart .block-content > .actions a.action:hover {
  --link-alpha: 1;
  text-decoration: none;
}
.popup-authentication .block-new-customer p {
  margin-bottom: 0.75rem;
}
.popup-authentication .block-new-customer ul {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.popup-authentication .block-new-customer ul {
  padding-left: 1.25rem;
}
.popup-authentication .block-new-customer ul {
  list-style: disc;
}
div.mage-error,
div.field-error {
  margin-top: 0.125rem;
  font-size: .9rem;
  color: rgba(var(--danger-color), var(--danger-alpha, 1));
}
.field-tooltip {
  --dropdown-width: 18rem;
  --dropdown-padding: 0.5rem 0.75rem;
}
.field-tooltip-action::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.ui-datepicker .ui-datepicker-calendar td {
  padding: 0;
}
.ui-datepicker-trigger::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.shadow-sm-around {
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.05);
}
.shadow-around {
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.06);
}
.shadow-md-around {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.06);
}
.shadow-lg-around {
  box-shadow: 0 4px 15px -2px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05);
}
.shadow-xl-around {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.04);
}
.shadow-2xl-around {
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}
[data-mage-init*='"collapsible":'] > [data-role=content] {
  transition-behavior: normal;
}
.block-collapsible-nav .title {
  cursor: pointer;
}
.block-collapsible-nav .content a:hover {
  text-decoration: none;
  --base-bg-alpha: .8;
  background: rgba(var(--base-bg), var(--base-bg-alpha, 1));
}
@media (min-width: 769px) {
  .block-collapsible-nav .content {
    position: sticky;
    top: 0.5rem;
    left: 0;
  }
}
@media (min-width: 641px) {
  .ui-dialog.popup {
    width: 24rem;
  }
}
.ui-dialog.popup .action.close {
  position: absolute;
  z-index: 101;
  right: 0.5rem;
  top: 0.5rem;
}
.dropdown.options .block-title {
  padding: 0;
  border: 0;
  margin-bottom: 0.5rem;
}
.dropdown.options .subtitle {
  display: block;
  margin-bottom: 0.75rem;
  color: rgba(var(--base-color), var(--muted-alpha, .6));
}
.dropdown.options .product-item + .product-item {
  margin-top: 1rem;
}
.dropdown.options .actions-toolbar {
  justify-content: center;
  margin-top: 1rem;
}
.dropdown.options .empty {
  font-weight: 500;
}
@starting-style {
  .dropdown.options .dropdown[aria-hidden="false"] {
    opacity: 0;
    transform: scale(0.95);
  }
}
:root {
  --dropdown-padding: 0.5rem;
  --dropdown-width: 11rem;
}
.dropdown-lg {
  --dropdown-padding: 0.75rem 1rem;
  --dropdown-width: 18rem;
}
.dropdown-xl,
.map-popup {
  --dropdown-padding: 0.75rem 1rem;
  --dropdown-width: 20rem;
}
.modals-overlay,
.modal-custom-overlay {
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), display var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-behavior: allow-discrete;
  inset: 0;
  margin: 0 !important;
  padding: 0 !important;
  position: fixed;
  visibility: hidden;
  content: '';
  z-index: 810;
  opacity: 0;
  pointer-events: none;
  background: rgba(var(--z-overlay-bg), var(--z-overlay-bg-alpha, .8));
}
.breeze-inactive .modals-overlay,
.breeze-inactive .modal-custom-overlay {
  transition: none !important;
}
._show ~ .modals-overlay,
._show ~ .modal-custom-overlay {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
body.breeze._has-modal,
body.breeze._has-modal-custom {
  overflow: hidden;
}
.modal-slide,
.modal-popup,
.modal-custom {
  --modal-max-width: 500px;
  --modal-max-height: 85vh;
  --modal-padding-x: 1rem;
  --modal-padding-y: var(--modal-padding-x);
  inset: 0;
  position: fixed;
  z-index: 900;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 1.75rem;
}
@media (min-width: 769px) {
  .modal-slide,
  .modal-popup,
  .modal-custom {
    --modal-padding-x: 2rem;
  }
}
.modal-slide._show,
.modal-popup._show,
.modal-custom._show {
  visibility: visible;
}
@media (min-width: 641px) {
  .modal-slide,
  .modal-popup,
  .modal-custom {
    justify-content: center;
  }
}
.modal-slide[data-type="slide"] {
  width: 100%;
  padding: 0;
  align-items: flex-end;
  padding-left: 1.75rem;
  left: auto !important;
}
.modal-inner-wrap {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  max-width: var(--modal-max-width);
  max-height: var(--modal-max-height);
  max-height: -webkit-fill-available;
  background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.04);
  opacity: 0;
}
.modal-xl .modal-inner-wrap {
  --modal-max-width: 850px;
}
@media (max-width: 768.98px) {
  .modal-inner-wrap {
    transform: translateY(10px);
  }
}
@media (min-width: 769px) {
  .modal-inner-wrap {
    transform: scale(0.97);
  }
}
[data-type="slide"] .modal-inner-wrap {
  width: 100%;
  height: 100%;
  max-width: 420px;
  max-height: none;
  border-radius: 0;
  transform: translateX(100%);
}
._show .modal-inner-wrap {
  pointer-events: auto;
  transform: none;
  opacity: 1;
}
.modal-header,
.modal-content,
.modal-footer {
  padding: 0 var(--modal-padding-x);
}
.modal-header,
.modal-footer {
  flex-shrink: 0;
  padding-top: var(--modal-padding-y);
  position: relative;
  z-index: 10;
}
.modal-header h1 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
.modal-header .action-close {
  background: rgba(var(--base-bg), var(--base-bg-alpha, 1));
  position: absolute;
  top: calc(var(--modal-padding-y) / 3);
  right: calc(var(--modal-padding-x) / 3);
}
.modal-content {
  overflow: auto;
  overscroll-behavior: contain;
  padding-bottom: 3px;
  padding-top: 3px;
}
.modal-content:last-child {
  padding-bottom: var(--modal-padding-y);
}
.modal-content .message .button-close {
  display: none;
}
.modal-footer {
  padding-bottom: var(--modal-padding-y);
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}
.page-header .action.skip {
  --base-color: 17, 24, 39;
  --base-alpha: 1;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  z-index: 40;
  text-align: center;
  background: rgba(var(--base-bg), var(--base-bg-alpha, 1));
  color: rgba(var(--base-color), var(--base-alpha, 1));
}
.page-header .action.skip:hover {
  text-decoration: underline;
}
.page-header .action.skip:focus-within {
  outline-offset: 0;
  padding: 0.375rem 0.5rem;
}
@media (max-width: 768.98px) {
  .sidebar .action.skip {
    display: none !important;
  }
}
.loading-mask + .loading-mask {
  opacity: 0;
}
.load.indicator[style*="display: inline"] {
  display: flex !important;
}
.load.indicator::before {
  content: '';
  display: block;
}
.load.indicator span {
  display: none;
}
.tooltip.wrapper {
  --dropdown-width: 16rem;
  --dropdown-padding: 0.5rem 0.75rem;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .subtitle {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  display: block;
  margin-bottom: 0.5rem;
}
@media (max-width: 768.98px) {
  .tooltip.wrapper {
    --dropdown-width: 12rem;
  }
}
.towishlist::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.tocompare::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.action.print::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 17h2a2 2 0 002-2v-4a2 2 0 00-2-2H5a2 2 0 00-2 2v4a2 2 0 002 2h2m2 4h6a2 2 0 002-2v-4a2 2 0 00-2-2H9a2 2 0 00-2 2v4a2 2 0 002 2zm8-12V5a2 2 0 00-2-2H9a2 2 0 00-2 2v4h10z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.action.mailto::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .hover-zoom {
    overflow: hidden;
  }
  .hover-zoom > a {
    outline-offset: -4px;
  }
  .hover-zoom > img,
  .hover-zoom [data-background-images^="{\\"],
  .hover-zoom [data-background-images^="{\\"] > * {
    transition: transform 600ms cubic-bezier(0.35, 0, 0.05, 1);
  }
  .hover-zoom:hover [data-background-images^="{\\"] {
    transform: scale(1.05);
  }
  .hover-zoom:hover [data-background-images^="{\\"] > * {
    transform: scale(0.95);
  }
  .hover-zoom:hover > img {
    transform: scale(1.05);
  }
}
.popup-authentication .modal-inner-wrap {
  --modal-max-width: 850px;
}
.popup-authentication .block-authentication {
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 769px) {
  .popup-authentication .block-authentication {
    flex-direction: row;
    gap: 2rem;
  }
  .popup-authentication .block-authentication > .block {
    flex-grow: 1;
    flex-basis: 0;
  }
}
.block .block-title .counter {
  color: rgba(var(--base-color), var(--muted-alpha, .6));
}
.block-compare .action.delete,
.filter .action.remove,
.sidebar .action.delete,
.sidebar .action.remove {
  color: rgba(var(--base-color), var(--muted-alpha, .6));
}
.block-compare .action.delete::before,
.filter .action.remove::before,
.sidebar .action.delete::before,
.sidebar .action.remove::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1rem 1rem;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.dropdown .header.links {
  flex-direction: column;
  gap: 0;
}
.mobile-header-panel {
  margin: auto 0 0 0;
  padding: 1rem;
  border: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
  border-width: 1px 0 0 0;
}
.mobile-header-panel .slideout\:hide {
  display: none !important;
}
.mobile-header-panel .slideout\:block {
  display: block !important;
}
.mobile-header-panel .slideout\:inline {
  display: inline !important;
}
.mobile-header-panel .slideout\:flex {
  display: flex !important;
}
.mobile-header-panel .slideout\:inline-flex {
  display: inline-flex !important;
}
.mobile-header-panel hr {
  width: 100%;
}
.mobile-header-panel .heading,
.mobile-header-panel .switcher-label {
  display: block;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(var(--base-color), var(--muted-alpha, .6));
}
.mobile-header-panel .switcher,
.mobile-header-panel .header-panel-info {
  margin-top: 1rem;
  display: flex;
  gap: 0.75rem;
}
.mobile-header-panel .switcher a:not(.toggle),
.mobile-header-panel .header-panel-info a:not(.toggle) {
  opacity: 0.7;
}
.mobile-header-panel .switcher + .switcher {
  margin-top: 0.5rem;
}
.mobile-header-panel .switcher .switcher-dropdown {
  width: 100%;
  max-height: 70dvh;
  min-width: 200px;
  overflow: auto;
  transform-origin: bottom;
  margin: 0 0 0.5rem;
}
.mobile-header-panel .header-panel-info {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0;
}
.mobile-header-panel :where(.header-panel-info > div) {
  width: 100%;
}
@media (max-width: 768.98px) {
  .block.filter .filter-content {
    transform: translateX(-100%);
    left: 0;
    top: 0;
    bottom: 0;
    width: 24rem;
    z-index: 850;
    max-width: calc(100vw - 4rem);
    background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
    color: rgba(var(--z-layer-color), var(--z-layer-color-alpha, 1));
    transform: translateX(100%);
    overscroll-behavior: contain;
    overflow: auto;
    padding: 1rem;
  }
  .active.block.filter .filter-content,
  .filter-active .block.filter .filter-content {
    opacity: 1;
    transform: translate(0, 0);
    transform: translateX(0);
    visibility: visible;
  }
  .block.filter:not(.active) .filter-content [data-mage-init*='"collapsible":'] > [data-role=content][aria-hidden=false] {
    visibility: hidden;
  }
  .block.filter .filter-title strong::before {
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), display var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-behavior: allow-discrete;
    inset: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: fixed;
    visibility: hidden;
    content: '';
    z-index: 810;
    opacity: 0;
    pointer-events: none;
    background: rgba(var(--z-overlay-bg), var(--z-overlay-bg-alpha, .8));
  }
  .breeze-inactive .block.filter .filter-title strong::before {
    transition: none !important;
  }
  .breeze-inactive .block.filter .filter-title strong::before {
    transition: none !important;
  }
  .active.block.filter .filter-title strong::before,
  .filter-active .block.filter .filter-title strong::before {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
  .block.filter .filter-title strong::after {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    z-index: 811;
    color: rgba(var(--base-bg), var(--base-bg-alpha, 1));
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    top: 1.25rem;
    left: min(calc(24rem + 1.125rem), calc(100vw - 2.75rem));
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /></svg>') no-repeat 50% 50%;
    -webkit-mask-size: 1.5rem 1.5rem;
    transform: translateX(-20px);
  }
  .active.block.filter .filter-title strong::after,
  .filter-active .block.filter .filter-title strong::after {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(0);
  }
}
@media (min-width: 769px) {
  .column.main .block.filter .filter-options-content {
    opacity: 0;
    transform: scale(0.95);
    color: rgba(var(--base-color), var(--base-alpha, 1));
    --base-color: 17, 24, 39;
    --base-alpha: 1;
    --headings-color: var(--base-color);
    --headings-alpha: 1;
    --block-title-color: var(--base-color);
    --link-color: var(--blue);
    --link-alpha: 0.85;
    --muted-bg: 243, 244, 246;
    --muted-bg-alpha: 1;
    --ring-color: var(--brand-color);
    --ring-alpha: 1;
    --button-bg: var(--brand-color);
    --button-border-color: var(--button-bg);
    --button-color: 255, 255, 255;
    --button-primary-color: 255, 255, 255;
    --button-primary-bg: var(--brand-color);
    --button-primary-border-color: var(--button-bg);
    --button-secondary-color: var(--gray-600);
    --button-secondary-bg: var(--gray-200);
    --button-secondary-border-color: var(--button-secondary-bg);
    --input-color: 17, 24, 39;
    --input-alpha: 1;
    --input-bg: var(--base-bg);
    --input-bg-alpha: 1;
    --input-border-color: 153, 153, 153;
    --input-border-alpha: 1;
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), display var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-behavior: allow-discrete;
    padding: var(--dropdown-padding);
    width: var(--dropdown-width);
    transform-origin: top;
    z-index: 850;
    visibility: hidden;
    margin-top: 0.125rem;
    color: rgba(var(--z-layer-color), var(--z-layer-color-alpha, 1));
    background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
    border: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
    text-align: left;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  .breeze-inactive .column.main .block.filter .filter-options-content {
    transition: none !important;
  }
  .column.main .block.filter .filter-options-content[aria-hidden=false] {
    z-index: 851;
    opacity: 1;
    pointer-events: all;
    display: block;
    visibility: visible;
    transform: scale(1);
  }
  .column.main .block.filter .filter-options-content .item {
    --divider-alpha: 0.05;
    cursor: pointer;
    display: flex;
  }
  .column.main .block.filter .filter-options-content .item:hover {
    background: rgba(var(--base-color), var(--divider-alpha, .1));
  }
}
.block.filter a:hover {
  text-decoration: underline;
}
.block.filter .filter-title {
  cursor: initial;
}
.block.filter .filter-title::after {
  -webkit-mask: none;
}
@media (min-width: 769px) {
  .block.filter .filter-content,
  .block.filter .filter-title strong::after {
    transition: none;
  }
}
@media (max-width: 768.98px) {
  .block.filter [data-role="title"] {
    cursor: pointer;
  }
  .active.block.filter [data-role="title"] {
    -webkit-tap-highlight-color: transparent;
  }
  .block.filter .filter-title::before {
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M3 3a1 1 0 011-1h12a1 1 0 011 1v3a1 1 0 01-.293.707L12 11.414V15a1 1 0 01-.293.707l-2 2A1 1 0 018 17v-5.586L3.293 6.707A1 1 0 013 6V3z" clip-rule="evenodd" /></svg>') no-repeat 50% 50%;
    -webkit-mask-size: 1.25rem 1.25rem;
  }
  .block.filter .filter-content {
    padding: 1rem 1.5rem;
  }
}
.product-item-name a:hover {
  text-decoration: underline;
}
.actions-secondary .action:hover {
  --muted-alpha: .9;
}
.actions-secondary .action::before {
  -webkit-mask-size: 1.5rem;
}
.pages .action.previous::before,
.pages .action.next::before,
.sorter-action::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 10l7-7m0 0l7 7m-7-7v18" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.toolbar .sort-desc::before {
  transform: rotate(180deg);
}
.toolbar .sorter-action:hover {
  --muted-alpha: .9;
}
.toolbar .modes a:hover {
  --muted-alpha: .9;
}
.toolbar .mode-grid::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.toolbar .mode-list::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 10h16M4 14h16M4 18h16" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.pages a.page:hover {
  background: rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
}
.pages .action.next::before {
  transform: rotate(90deg);
}
.pages .action.previous::before {
  transform: rotate(-90deg);
}
.pages .action.next:hover,
.pages .action.previous:hover {
  --muted-alpha: .9;
}
.lac-notification-sticky {
  background: rgba(var(--base-bg), var(--base-bg-alpha, 1));
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  position: sticky;
  z-index: 810;
  top: 0;
}
.lac-notification .top-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.minicart-wrapper .mage-dropdown-dialog {
  width: 20rem;
  max-width: 90vw;
  display: block !important;
  padding: 0.75rem 1rem;
  transform-origin: top right;
}
.minicart-wrapper .showcart {
  --spinner-size: 1rem;
}
.block-minicart .block-title {
  float: left;
  padding: 0;
  border: 0;
}
.block-minicart .block-title .qty {
  display: none;
}
.block-minicart .block-content {
  clear: both;
  display: flex;
  flex-direction: column;
}
.block-minicart .action.close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}
.block-minicart .items-total {
  font-weight: 500;
  display: none;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  padding: 0.5rem 0 0;
  display: flex;
}
.block-minicart .subtotal {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 0;
  font-weight: 500;
  text-align: right;
}
.block-minicart .block-content > .actions {
  margin: 0.25rem 0;
  text-align: center;
}
.block-minicart .block-content > .actions .action.checkout {
  width: 100%;
  padding: 0.625rem;
}
.block-minicart .block-content > .actions .action.checkout ~ div:not(:empty) {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.minicart-items-wrapper {
  position: relative;
  height: auto !important;
  max-height: none !important;
  margin: 1rem 0;
}
.minicart-items-wrapper > .minicart-items {
  max-height: 35vh;
  height: 100%;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 0 0.25rem 0.375rem;
  margin: 0 0 0 -0.25rem;
}
.modal-slide[data-type="slide"] .minicart-items-wrapper > .minicart-items {
  max-height: none;
}
.minicart-items-wrapper .message {
  margin-top: 0.25rem;
}
.minicart-items li.product-item + li {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
}
.minicart-items li.product-item > div.product {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.75rem;
}
.minicart-items li.product-item > div.product > :nth-child(1) {
  max-width: 30%;
}
.minicart-items li.product-item > div.product > :nth-child(2) {
  max-width: calc(70% - 0.75rem);
  flex-grow: 1;
}
.minicart-items li.product-item > div.product .message {
  width: 100%;
}
.minicart-items li.product-item > div.product .message:last-child {
  margin: 0;
}
.minicart-items .product.options .toggle {
  justify-content: flex-start;
}
.minicart-items .product-item-photo,
.minicart-items .product-image-container {
  flex-shrink: 0;
}
.minicart-items .product-image-container {
  border: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
}
.minicart-items .subtotal,
.minicart-items .price-container {
  margin: 0.25rem 0;
}
.minicart-items .details-qty {
  color: rgba(var(--base-color), var(--muted-alpha, .6));
  margin: 0.25rem 0;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.minicart-items .details-qty .item-qty {
  color: rgba(var(--base-color), var(--muted-alpha, .6));
  width: 2.5rem;
  border-color: transparent;
  margin-left: -0.25rem;
}
.minicart-items .details-qty .update-cart-item::before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1rem 1rem;
}
.minicart-items .actions {
  display: flex;
  gap: 0.125rem;
  position: absolute;
  bottom: 0.5rem;
  right: 0;
}
.minicart-items .actions a {
  display: flex;
  color: rgba(var(--base-color), var(--muted-alpha, .6));
}
.minicart-items .action.edit::before,
.minicart-items .action.delete::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.minicart-items .action.edit::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15.232 5.232l3.536 3.536m-2.036-5.036a2.5 2.5 0 113.536 3.536L6.5 21.036H3v-3.572L16.732 3.732z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.minicart-items .action.delete::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.minicart-items .actions a:hover {
  --muted-alpha: .9;
}
.minisearch .label::before {
  position: relative;
  cursor: pointer;
}
.minisearch .label.active + .control {
  display: block;
  z-index: 40;
  left: 0;
  right: 0;
}
.minisearch.active .actions {
  display: flex;
  z-index: 41;
}
.minisearch .search-autocomplete {
  width: auto;
  right: auto;
}
.minisearch .search-autocomplete [role="listbox"] li {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.minisearch .search-autocomplete [role="listbox"] li.selected {
  background: rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
}
.minisearch .search-autocomplete [role="listbox"] .amount {
  opacity: .5;
}
@starting-style {
  .minisearch .search-autocomplete:not(:empty):not([style*="display:none"]):not([style*="display: none"]) {
    opacity: 0;
    transform: scale(0.95);
  }
}
.messages:empty {
  display: none;
}
.message:where(.warning, .success, .notice, .error, .info) {
  background: rgb(var(--message-bg));
  color: rgb(var(--message-color));
  border-color: rgb(var(--message-border-color, var(--message-color)), var(--message-border-alpha, .1));
}
.message a {
  color: rgb(var(--message-color)) !important;
}
.message a:hover {
  text-decoration: none !important;
}
.message > .button-close::before {
  -webkit-mask-size: 1rem 1rem;
}
.message.success {
  --message-bg: var(--green-muted);
  --message-color: var(--green);
}
.message.success::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.message.info,
.message.warning,
.message.notice {
  --message-bg: var(--blue-muted);
  --message-color: var(--blue);
}
.message.info::before,
.message.warning::before,
.message.notice::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a1 1 0 000 2v3a1 1 0 001 1h1a1 1 0 100-2v-3a1 1 0 00-1-1H9z" clip-rule="evenodd" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.message.error {
  --message-bg: var(--red-muted);
  --message-color: var(--red);
}
.message.error::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7 4a1 1 0 11-2 0 1 1 0 012 0zm-1-9a1 1 0 00-1 1v4a1 1 0 102 0V6a1 1 0 00-1-1z" clip-rule="evenodd" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.map-popup {
  transition: opacity var(--transition-duration), visibility var(--transition-duration) 0s;
  width: 100%;
  right: auto;
  left: 0;
}
.map-popup.active {
  z-index: 950;
  /* Move above modal since map can be triggered within the modal */
}
.map-popup .action.tocart {
  width: 100%;
}
.map-popup-wrapper.ui-dialog .action.close {
  z-index: 951;
}
.map-form-addtocart {
  margin: 0.5rem 0;
}
.actual-price {
  font-weight: 500;
}
.additional-addtocart-box {
  margin: 0.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.additional-addtocart-box:empty {
  display: none;
}
.additional-addtocart-box > div {
  max-width: calc(50% - 0.25rem);
}
@media (max-width: 640.98px) {
  .navigation-wrapper {
    transform: translateX(-100%);
    left: 0;
    top: 0;
    bottom: 0;
    width: 24rem;
    z-index: 850;
    max-width: calc(100vw - 4rem);
    background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
    color: rgba(var(--z-layer-color), var(--z-layer-color-alpha, 1));
    transform: translateX(100%);
    overscroll-behavior: contain;
    overflow: auto;
    padding: 1rem;
  }
  .nav-open .navigation-wrapper {
    opacity: 1;
    transform: translate(0, 0);
    transform: translateX(0);
    visibility: visible;
  }
  .nav-open .navigation-wrapper,
  .nav-before-open .navigation-wrapper {
    display: block;
  }
  .nav-toggle::before {
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), display var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-behavior: allow-discrete;
    inset: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: fixed;
    visibility: hidden;
    content: '';
    z-index: 810;
    opacity: 0;
    pointer-events: none;
    background: rgba(var(--z-overlay-bg), var(--z-overlay-bg-alpha, .8));
  }
  .breeze-inactive .nav-toggle::before {
    transition: none !important;
  }
  .breeze-inactive .nav-toggle::before {
    transition: none !important;
  }
  .nav-open .nav-toggle::before {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
  .nav-toggle span::after {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    z-index: 811;
    color: rgba(var(--base-bg), var(--base-bg-alpha, 1));
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    top: 1.25rem;
    left: min(calc(24rem + 1.125rem), calc(100vw - 2.75rem));
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /></svg>') no-repeat 50% 50%;
    -webkit-mask-size: 1.5rem 1.5rem;
    transform: translateX(-20px);
  }
  .nav-open .nav-toggle span::after {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(0);
  }
}
@media (min-width: 641px) {
  .navigation-wrapper {
    transition: none;
  }
}
.nav-toggle {
  cursor: pointer;
}
.nav-open .nav-toggle {
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 640.98px) {
  .nav-before-open .nav-toggle span {
    clip: unset;
  }
}
.navigation li > a {
  position: relative;
}
.navigation .parent > a .ui-icon,
.navigation .parent > a::after {
  content: '';
  position: absolute;
  right: 0.125rem;
  top: 50%;
  margin-top: -0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
}
.navigation .parent > a .ui-icon {
  -webkit-mask-size: 1rem 1rem;
}
@media (max-width: 640.98px) {
  .navigation-wrapper {
    overflow: visible;
    padding: 0;
  }
  .navigation-wrapper .navigation-section {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .navigation-wrapper .navigation {
    height: 100%;
    overflow: auto;
    padding: 1rem;
  }
  .navigation-wrapper .navigation ul {
    margin: 0;
  }
  .navigation-wrapper li > a {
    padding: 0.5rem;
  }
  .navigation-wrapper .submenu {
    padding: 0 0 0 1rem;
    width: auto;
    border: 0;
    box-shadow: none;
    background: none;
    transform: scale(1);
    transition-behavior: normal;
  }
  body:not(.breeze) .navigation-wrapper .submenu,
  .navigation-wrapper .submenu.shown,
  .navigation-wrapper .submenu[aria-expanded="true"]:not([aria-hidden]) {
    position: static !important;
    transform: scale(1);
  }
  body:not(.breeze) .navigation-wrapper .submenu .ui-icon {
    display: none;
  }
  body:not(.breeze) .navigation-wrapper .submenu[aria-expanded="true"]:not([aria-hidden]) .submenu {
    display: block !important;
  }
  .navigation-wrapper .parent > a::after {
    display: none;
  }
  .navigation-wrapper .opened > a .ui-icon {
    transform: rotate(90deg);
  }
}
@media (min-width: 641px) {
  .navigation-wrapper li > a:hover,
  .navigation-wrapper .opened > a {
    background: rgba(var(--base-color), var(--divider-alpha, .1));
  }
  .navigation-wrapper li > a.level-top:hover,
  .navigation-wrapper .opened > a.level-top {
    background: rgba(var(--base-color), var(--divider-alpha, .1));
  }
  .navigation-wrapper li.active > a.level-top,
  .navigation-wrapper li.has-active > a.level-top,
  .navigation-wrapper li.active > a.level-top:hover,
  .navigation-wrapper li.has-active > a.level-top:hover {
    background: rgba(var(--base-color), var(--divider-alpha, .1));
  }
  .navigation-wrapper .parent > a .ui-icon {
    display: none;
  }
  .navigation-wrapper .parent > a::after {
    transition: none;
  }
  .navigation-wrapper .parent.level-top > a::after {
    transform: rotate(90deg);
  }
  .navigation-wrapper li:hover > .submenu {
    z-index: 852;
  }
  .navigation-wrapper .submenu {
    width: 13rem;
    left: 0;
    right: auto;
    border-color: rgba(var(--base-color), var(--divider-alpha, .1));
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  .navigation-wrapper .submenu .submenu {
    top: -0.125rem !important;
    left: calc(100% - 1rem) !important;
  }
  @starting-style {
    .navigation-wrapper .submenu.shown {
      opacity: 0;
      transform: scale(0.95);
    }
  }
}
.slick-next::before,
.slick-prev::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.slick-prev::before {
  transform: scaleX(-1);
}
#html-body [data-show-button="hover"]:hover button {
  opacity: 1;
  visibility: visible;
}
.product-social-links a.action:hover,
.product-social-links button.action:hover {
  --muted-alpha: .8;
}
.bundle-wrapper {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
@media (min-width: 769px) {
  .bundle-wrapper {
    align-items: flex-start;
    flex-direction: row;
  }
  .bundle-wrapper > div {
    width: 50%;
  }
  .bundle-wrapper .block-bundle-summary {
    position: sticky;
    top: 0;
    right: 0;
  }
}
.bundle-wrapper .product-addto-links {
  display: none;
}
.fieldset-bundle-options .title,
.block-bundle-summary .title,
.block-bundle-summary .subtitle {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
}
.product-options-wrapper .action.back {
  color: rgba(var(--base-color), var(--base-alpha, 1)) !important;
}
.product-options-wrapper .action.back:hover {
  text-decoration: underline !important;
}
.product-options-wrapper .field.option > .label {
  font-weight: 500;
}
.product-options-wrapper .field.option + .field {
  margin-top: 1.5rem;
}
.product-options-wrapper .field.qty {
  margin-top: 0.5rem;
}
.block-bundle-summary .content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.block-bundle-summary .product.name,
.block-bundle-summary .stock {
  display: none;
}
.block-bundle-summary .product-image-container {
  margin-bottom: 0.75rem;
}
.block-bundle-summary .product-details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.block-bundle-summary .price-box {
  font-size: 1.5rem;
  line-height: 2rem;
}
.block-bundle-summary .bundle-summary {
  order: -1;
}
.block-bundle-summary .subtitle {
  display: none;
}
.block-bundle-summary .bundle.items li {
  margin-top: 0.375rem;
}
@media (min-width: 769px) {
  .block-bundle-summary .content {
    gap: 0.5rem;
  }
  .block-bundle-summary .bundle-summary {
    order: initial;
  }
  .block-bundle-summary .subtitle {
    display: block;
    border: 0;
    padding: 0;
  }
}
.rating-result::before,
.rating-result > span::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: 0 50%;
}
.rating-result > span {
  color: rgb(var(--yellow));
}
.review-control-vote::before,
.review-control-vote label::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: 0 50%;
}
@media (hover: hover) {
  .review-control-vote label:hover {
    opacity: 1;
  }
}
.review-control-vote input:checked + label,
.review-control-vote input:focus-visible + label {
  opacity: 1;
}
.review-control-vote input:focus-visible + label {
  outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
  outline-offset: 1px;
}
.review-control-vote label {
  cursor: pointer;
  color: rgb(var(--yellow));
  height: 1.5rem;
  left: 0;
}
.review-control-vote label::before {
  content: '';
  position: absolute;
  inset: 0;
}
.review-control-vote .rating-1 {
  z-index: 5;
  width: 1.5rem;
}
.review-control-vote .rating-2 {
  z-index: 4;
  width: 3rem;
}
.review-control-vote .rating-3 {
  z-index: 3;
  width: 4.5rem;
}
.review-control-vote .rating-4 {
  z-index: 2;
  width: 6rem;
}
.review-control-vote .rating-5 {
  z-index: 1;
  width: 7.5rem;
}
.review-field-ratings .mage-error + .mage-error {
  display: none;
}
.search-terms a:hover {
  text-decoration: underline;
}
.search.summary + .message .button-close {
  display: none;
}
.swatch-option-tooltip {
  font-size: 0.875rem;
  line-height: 1.25rem;
  right: auto;
  transform-origin: bottom;
  width: auto;
  text-align: center;
  padding: 0.25rem;
  min-width: 2rem;
}
@starting-style {
  .swatch-option-tooltip:not([style*="none"]) {
    opacity: 0;
    transform: scale(0.95);
  }
}
.swatch-option.selected::before {
  box-shadow: 0 0 0 2px inset rgba(var(--brand-color), var(--brand-alpha, 1)), 0 0 0 3px inset #ffffff;
}
.swatch-option.disabled::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
}
.product-item-info-image-loading .product-item-photo::before {
  content: '';
  border-color: rgba(var(--base-color), var(--base-alpha, 1));
  border-top-color: transparent;
  opacity: .3;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.75rem;
  margin-left: -0.625rem;
}
.product-item-info-image-loading .product-item-photo img,
.product-item-info-image-loading .product-item-photo picture {
  opacity: .5;
}
.cart.table-wrapper .action-edit:hover,
.cart.table-wrapper .action-delete:hover,
.cart.table-wrapper .action-towishlist:hover {
  --muted-alpha: .9;
}
.cart.table-wrapper .action::before {
  -webkit-mask-size: 1.25rem 1.25rem;
}
.cart.table-wrapper .action-edit::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15.232 5.232l3.536 3.536m-2.036-5.036a2.5 2.5 0 113.536 3.536L6.5 21.036H3v-3.572L16.732 3.732z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.cart.table-wrapper .action-delete::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.cart.table-wrapper .action-gift::after {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
  transform: rotate(90deg);
}
.cart.table-wrapper .action-gift._active::after {
  transform: rotate(-90deg);
}
.cart-tax-total {
  cursor: pointer;
}
.cart-tax-total::after {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
}
.cart-tax-total-expanded::after {
  transform: rotate(-90deg);
}
.totals-tax-summary {
  cursor: pointer;
}
.totals-tax-summary .amount .price::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
  transform: rotate(90deg);
}
.totals-tax-summary.expanded .amount .price::before {
  transform: rotate(-90deg);
}
@media only screen and (max-width: 768px) {
  .block-swissup-ajaxsearch-results {
    width: 100%;
    margin: 0.5rem 0 0;
  }
  .block-swissup-ajaxsearch-results .product-item-info {
    width: 100%;
  }
  .block-swissup-ajaxsearch-results .product-item-info .product-item-photo {
    padding: 0 10px 0 0;
  }
}
@media all and (min-width: 641px) {
  .block-swissup-ajaxsearch ._block-content-loading {
    position: static;
  }
  .block-swissup-ajaxsearch .loading-mask {
    right: 36px;
    top: 0;
  }
  .block-search.block-swissup-ajaxsearch.folded .loading-mask {
    right: 1.5rem;
    z-index: 802;
    margin: 0;
    top: 0.25rem;
  }
  .block-search.block-swissup-ajaxsearch.folded .actions {
    z-index: 802;
  }
  .block-search.block-swissup-ajaxsearch.folded .action.close {
    position: absolute;
    z-index: 802;
    right: 0;
    line-height: 24px;
    font-size: 23px;
  }
  .block-search.block-swissup-ajaxsearch.folded .action.search .loading-mask {
    display: none;
  }
  .block-search.block-swissup-ajaxsearch.folded.shown .field.search {
    opacity: 1;
    width: auto;
    height: auto;
    overflow: visible;
    min-width: 350px;
    padding: 0 0;
    top: -6px;
    transition: 300ms opacity ease-in-out;
  }
  .block-search.block-swissup-ajaxsearch.folded.shown .action.search {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
    right: 2px;
  }
  .block-search.block-swissup-ajaxsearch.folded.shown .action.close {
    width: 24px;
    height: 24px;
    transition: 300ms opacity ease-in-out;
    opacity: 1;
    overflow: visible;
  }
  .ajaxsearch-mask {
    opacity: 0;
    position: fixed;
    background: rgba(255, 255, 255, 0);
    z-index: 800;
  }
  .ajaxsearch-mask.shown {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    transition: 300ms opacity ease-in-out;
  }
  .block-search.block-swissup-ajaxsearch.inline.shown .field.search {
    left: auto;
    right: 0;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .field.search .input-text,
  .block-search.block-swissup-ajaxsearch.fullscreen .field.search .select2-selection--single {
    font-size: 40px;
    font-weight: 600;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .field.search .control,
  .block-search.block-swissup-ajaxsearch.fullscreen .field.search .input-text,
  .block-search.block-swissup-ajaxsearch.fullscreen .field.search .input-wrapper,
  .block-search.block-swissup-ajaxsearch.fullscreen .field.search .twitter-typeahead {
    height: 100%;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .field.search .input-text {
    border: 0;
    box-shadow: none;
    background: #ffffff;
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .field.search .input-text::placeholder {
    color: #cacaca;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .swissup-ajaxsearch-filter-category-wrapper {
    border: 0;
    background: #ffffff;
    border-right: 4px solid #333333;
    min-width: 140px;
    max-width: 200px;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .action.close {
    font-size: 40px;
    line-height: 80px;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen.shown {
    z-index: 800;
    position: static;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen.shown .field.search {
    z-index: 801;
    left: 0;
    right: 0;
    top: 0;
    height: 80px;
    padding-left: 10%;
    padding-right: 10%;
    transition: 0ms opacity ease-in-out;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen.shown .action.close {
    right: 10%;
    top: 0;
    width: 44px;
    height: 80px;
    transition: 0ms opacity ease-in-out;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .block-swissup-ajaxsearch-results {
    margin-top: 10px;
    padding-top: 10px;
    border: 0;
    border-top: 0;
    box-shadow: none;
    filter: none;
    max-width: none;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .block-swissup-ajaxsearch-results::before,
  .block-search.block-swissup-ajaxsearch.fullscreen .block-swissup-ajaxsearch-results::after {
    display: none;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .block-swissup-ajaxsearch-results .tt-dataset {
    max-height: none;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .block-swissup-ajaxsearch-results .list {
    font-size: 1.5rem;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .ajaxsearch-mask {
    background: #ffffff;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .ajaxsearch-mask.shown {
    transition: 0ms opacity ease-in-out;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 7px;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .select2-container--default .select2-results > .select2-results__options {
    max-height: 400px;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .loading-mask {
    right: calc(10% + 48px);
    top: 2rem;
  }
}
@media all and (min-width: 769px), print {
  .block-swissup-ajaxsearch-results .grid {
    display: flex !important;
    overscroll-behavior-y: contain;
  }
  .block-swissup-ajaxsearch-results .grid .product-item-info-wrapper {
    min-width: 450px;
    flex-grow: 2;
    display: flex;
    flex-wrap: wrap;
  }
  .block-swissup-ajaxsearch-results .grid .product-item-info-wrapper .product-item-info {
    width: 33.33%;
    border-bottom: none;
    margin: 0;
    box-sizing: border-box;
  }
  .block-swissup-ajaxsearch-results .grid .product-item-info-wrapper .product-item-info .product-item-photo,
  .block-swissup-ajaxsearch-results .grid .product-item-info-wrapper .product-item-info .product-item-details {
    max-width: none;
    display: block;
    text-align: center;
  }
  .block-swissup-ajaxsearch-results .grid .product-item-info-wrapper .product-item-info .product-info-stock-sku {
    justify-content: center;
  }
  .block-swissup-ajaxsearch-results .grid .custom-item-info-wrapper {
    order: -1;
    flex-grow: 1;
    min-width: 170px;
    max-width: 250px;
  }
}
@media all and (min-width: 1025px), print {
  .breeze-gallery.opened {
    padding: 30px;
  }
}
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../webfonts/fa-regular-400.eot');
  src: url('../webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../webfonts/fa-regular-400.woff2') format('woff2'), url('../webfonts/fa-regular-400.woff') format('woff'), url('../webfonts/fa-regular-400.ttf') format('truetype'), url('../webfonts/fa-regular-400.svg#fontawesome') format('svg');
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../webfonts/fa-brands-400.eot');
  src: url('../webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('../webfonts/fa-brands-400.woff2') format('woff2'), url('../webfonts/fa-brands-400.woff') format('woff'), url('../webfonts/fa-brands-400.ttf') format('truetype'), url('../webfonts/fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('../webfonts/fa-solid-900.eot');
  src: url('../webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../webfonts/fa-solid-900.woff2') format('woff2'), url('../webfonts/fa-solid-900.woff') format('woff'), url('../webfonts/fa-solid-900.ttf') format('truetype'), url('../webfonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}
.fa-xs {
  font-size: .75em;
}
.fa-sm {
  font-size: .875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: .1em;
  border: solid 0.08em #eeeeee;
  padding: .2em .25em .15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-bacteria:before {
  content: "\e059";
}
.fa-bacterium:before {
  content: "\e05a";
}
.fa-bahai:before {
  content: "\f666";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-tissue:before {
  content: "\e05b";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudflare:before {
  content: "\e07d";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dailymotion:before {
  content: "\e052";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-deezer:before {
  content: "\e077";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edge-legacy:before {
  content: "\e078";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-faucet:before {
  content: "\e005";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-firefox-browser:before {
  content: "\e007";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-pay:before {
  content: "\e079";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guilded:before {
  content: "\e07e";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-medical:before {
  content: "\e05c";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-sparkles:before {
  content: "\e05d";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-wash:before {
  content: "\e05e";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt-slash:before {
  content: "\e05f";
}
.fa-handshake-slash:before {
  content: "\e060";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-head-side-cough:before {
  content: "\e061";
}
.fa-head-side-cough-slash:before {
  content: "\e062";
}
.fa-head-side-mask:before {
  content: "\e063";
}
.fa-head-side-virus:before {
  content: "\e064";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hive:before {
  content: "\e07f";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-house-user:before {
  content: "\e065";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-ideal:before {
  content: "\e013";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-innosoft:before {
  content: "\e080";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-instagram-square:before {
  content: "\e055";
}
.fa-instalod:before {
  content: "\e081";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-house:before {
  content: "\e066";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lungs-virus:before {
  content: "\e067";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microblog:before {
  content: "\e01a";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mixer:before {
  content: "\e056";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse:before {
  content: "\f8cc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-octopus-deploy:before {
  content: "\e082";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-arrows:before {
  content: "\e068";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-perbyte:before {
  content: "\e083";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-square:before {
  content: "\e01e";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-plane-slash:before {
  content: "\e069";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pump-medical:before {
  content: "\e06a";
}
.fa-pump-soap:before {
  content: "\e06b";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-rust:before {
  content: "\e07a";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-virus:before {
  content: "\e06c";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopify:before {
  content: "\e057";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sink:before {
  content: "\e06d";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-soap:before {
  content: "\e06e";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-stopwatch-20:before {
  content: "\e06f";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-store-alt-slash:before {
  content: "\e070";
}
.fa-store-slash:before {
  content: "\e071";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toilet-paper-slash:before {
  content: "\e072";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-trailer:before {
  content: "\e041";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-uncharted:before {
  content: "\e084";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-unity:before {
  content: "\e049";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-unsplash:before {
  content: "\e07c";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-users-slash:before {
  content: "\e073";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-vest:before {
  content: "\e085";
}
.fa-vest-patches:before {
  content: "\e086";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-virus:before {
  content: "\e074";
}
.fa-virus-slash:before {
  content: "\e075";
}
.fa-viruses:before {
  content: "\e076";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-watchman-monitoring:before {
  content: "\e087";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wodu:before {
  content: "\e088";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/nunitosans/NunitoSans-ExtraLight.woff2') format('woff2'), url('../fonts/nunitosans/NunitoSans-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/nunitosans/NunitoSans-ExtraLightItalic.woff2') format('woff2'), url('../fonts/nunitosans/NunitoSans-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/nunitosans/NunitoSans-Light.woff2') format('woff2'), url('../fonts/nunitosans/NunitoSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/nunitosans/NunitoSans-LightItalic.woff2') format('woff2'), url('../fonts/nunitosans/NunitoSans-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/nunitosans/NunitoSans-Regular.woff2') format('woff2'), url('../fonts/nunitosans/NunitoSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/nunitosans/NunitoSans-Italic.woff2') format('woff2'), url('../fonts/nunitosans/NunitoSans-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/nunitosans/NunitoSans-SemiBold.woff2') format('woff2'), url('../fonts/nunitosans/NunitoSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/nunitosans/NunitoSans-SemiBoldItalic.woff2') format('woff2'), url('../fonts/nunitosans/NunitoSans-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/nunitosans/NunitoSans-Bold.woff2') format('woff2'), url('../fonts/nunitosans/NunitoSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/nunitosans/NunitoSans-BoldItalic.woff2') format('woff2'), url('../fonts/nunitosans/NunitoSans-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/nunitosans/NunitoSans-ExtraBold.woff2') format('woff2'), url('../fonts/nunitosans/NunitoSans-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/nunitosans/NunitoSans-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/nunitosans/NunitoSans-ExtraBoldItalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/nunitosans/NunitoSans-Black.woff2') format('woff2'), url('../fonts/nunitosans/NunitoSans-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/nunitosans/NunitoSans-BlackItalic.woff2') format('woff2'), url('../fonts/nunitosans/NunitoSans-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.beautytime-dropdown-toggler-icon,
[data-collapsible] > [data-role="title"]::after,
[data-role="collapsible"] > [data-role="title"]::after,
[data-mage-init*='"collapsible":'] > [data-role="title"]::after {
  color: #8C9196 !important;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), display var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-behavior: allow-discrete;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M12 4v16m8-8H4" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.breeze-inactive .beautytime-dropdown-toggler-icon {
  transition: none !important;
}
.link-common {
  color: #d60d46;
  text-decoration: none;
}
.link-common:hover {
  --link-alpha: 1;
  text-decoration: none;
}
#maincontent strong {
  font-weight: 700;
}
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%;
}
/* ==== GRID SYSTEM ==== */
.container-grid {
  width: 100%;
}
.row-grid {
  position: relative;
  width: 100%;
}
.row-grid [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}
.col-1-sm {
  width: 4.33%;
}
.col-2-sm {
  width: 12.66%;
}
.col-3-sm {
  width: 21%;
}
.col-4-sm {
  width: 29.33%;
}
.col-5-sm {
  width: 37.66%;
}
.col-6-sm {
  width: 46%;
}
.col-7-sm {
  width: 54.33%;
}
.col-8-sm {
  width: 62.66%;
}
.col-9-sm {
  width: 71%;
}
.col-10-sm {
  width: 79.33%;
}
.col-11-sm {
  width: 87.66%;
}
.col-12-sm {
  width: 96%;
}
.row-grid::after {
  content: "";
  display: table;
  clear: both;
}
.hidden-sm {
  display: none;
}
@media only screen and (min-width: 45em) {
  /* 720px */
  .col-1 {
    width: 4.33%;
  }
  .col-2 {
    width: 12.66%;
  }
  .col-3 {
    width: 21%;
  }
  .col-4 {
    width: 29.33%;
  }
  .col-5 {
    width: 37.66%;
  }
  .col-6 {
    width: 46%;
  }
  .col-7 {
    width: 54.33%;
  }
  .col-8 {
    width: 62.66%;
  }
  .col-9 {
    width: 71%;
  }
  .col-10 {
    width: 79.33%;
  }
  .col-11 {
    width: 87.66%;
  }
  .col-12 {
    width: 96%;
  }
  .hidden-sm {
    display: block;
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-15%) rotate(-5deg);
  }
  30% {
    transform: translateX(10%) rotate(3deg);
  }
  45% {
    transform: translateX(-5%) rotate(-3deg);
  }
  60% {
    transform: translateX(0) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes wobble_right {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(15%) rotate(-5deg);
  }
  30% {
    transform: translateX(-10%) rotate(3deg);
  }
  45% {
    transform: translateX(5%) rotate(-3deg);
  }
  60% {
    transform: translateX(0%) rotate(2deg);
  }
  75% {
    transform: translateX(5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
@media (max-width: 1025px) {
  .header .block-search .label::before {
    display: block;
  }
}
body:has(.minicart-wrapper.active) .navigation-wrapper .navigation .menu-wrap .menu-item .dropdown-content {
  opacity: 0 !important;
  visibility: hidden !important;
}
button.action.tocart .add-to-cart-text-added {
  display: none !important;
}
button.action.added-to-cart {
  background: var(--accent, #eb5673) !important;
}
button.action.added-to-cart .add-to-cart-text {
  display: none !important;
}
button.action.added-to-cart .add-to-cart-text-added {
  display: flex !important;
}
.page-products .products .product-item .product-media-wrap {
  position: relative;
  width: 100%;
}
.page-products .products .product-item .product-media-wrap .towishlist-active {
  display: flex !important;
}
.page-products .products .product-item .product-media-wrap .towishlist-active .icon-wishlist.icon-wishlist-active {
  display: flex;
}
.page-products .products .product-item .product-media-wrap .towishlist {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 13%;
  height: 13%;
  z-index: 39;
  cursor: pointer;
}
.page-products .products .product-item .product-media-wrap .icon-wishlist {
  background-image: url("../images/product/heart.webp");
  background-size: 20px auto;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  top: 15px;
  right: 15px;
  clip: unset;
  z-index: 40;
}
.page-products .products .product-item .product-media-wrap .icon-wishlist-active {
  background-image: url("../images/product/heart-fiiled.webp");
  background-size: 20px auto;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  top: 15px;
  right: 15px;
  clip: unset;
  z-index: 40;
}
.page-products .products .product-item .product-media-wrap .towishlist::before {
  display: none;
}
.page-products .products .product-item .product-media-wrap .product-item-inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  visibility: hidden;
}
.page-products .products .product-item .product-media-wrap .product-item-inner .product-item-actions .actions-primary {
  width: 100%;
}
@media (max-width: 768.98px) {
  .page-products .products .product-item .product-media-wrap .product-item-inner .product-item-actions .actions-primary {
    display: none;
  }
}
.page-products .products .product-item .product-media-wrap .product-item-inner .product-item-actions .actions-primary button.action {
  background: #1E2832;
  color: #fff;
  width: 100%;
  border-radius: 0 0 4px 4px;
}
.page-products .products .product-item .product-media-wrap .product-item-inner .product-item-actions .actions-primary button.action .add-to-cart-text {
  color: var(--backgrounds-page, #fafafa);
  font-family: Nunito Sans, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.page-products .products .product-item .product-media-wrap .product-item-inner .product-item-actions .actions-primary button.action .add-to-cart-text-added {
  color: var(--backgrounds-page, #fafafa);
  font-family: "Nunito Sans", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  gap: 8px;
  display: flex;
  flex-direction: row;
}
.page-products .products .product-item .product-media-wrap .product-item-inner .product-item-actions .actions-primary .unavailable {
  display: flex;
  height: 37px;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 0 0 4px 4px;
  background: var(--primary, #1e2832);
}
.page-products .products .product-item .product-media-wrap .product-item-inner .product-item-actions .actions-primary .unavailable .text-unavailable {
  color: #fff;
  font-family: Nunito Sans, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.page-products .products .product-item .product-media-wrap:hover .product-item-inner {
  visibility: visible;
  z-index: 40;
}
.page-products .products .product-item .product-media-wrap:hover .towishlist {
  display: flex;
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-15%) rotate(-5deg);
  }
  30% {
    transform: translateX(10%) rotate(3deg);
  }
  45% {
    transform: translateX(-5%) rotate(-3deg);
  }
  60% {
    transform: translateX(0) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes wobble_right {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(15%) rotate(-5deg);
  }
  30% {
    transform: translateX(-10%) rotate(3deg);
  }
  45% {
    transform: translateX(5%) rotate(-3deg);
  }
  60% {
    transform: translateX(0%) rotate(2deg);
  }
  75% {
    transform: translateX(5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.product-social-links a:hover {
  --muted-alpha: .8;
}
@media (max-width: 1024.98px) {
  .navigation-wrapper {
    transform: translateX(-100%);
    left: 0;
    top: 0;
    bottom: 0;
    width: 24rem;
    z-index: 850;
    max-width: calc(100vw - 4rem);
    background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
    color: rgba(var(--z-layer-color), var(--z-layer-color-alpha, 1));
    transform: translateX(100%);
    overscroll-behavior: contain;
    overflow: auto;
    padding: 1rem;
    display: none !important;
  }
  .nav-open .navigation-wrapper {
    display: block !important;
    opacity: 1;
    transform: translate(0, 0);
    transform: translateX(0);
    visibility: visible;
  }
  .nav-toggle::before {
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), display var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-behavior: allow-discrete;
    inset: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: fixed;
    visibility: hidden;
    content: '';
    z-index: 810;
    opacity: 0;
    pointer-events: none;
    background: rgba(var(--z-overlay-bg), var(--z-overlay-bg-alpha, .8));
  }
  .breeze-inactive .nav-toggle::before {
    transition: none !important;
  }
  .breeze-inactive .nav-toggle::before {
    transition: none !important;
  }
  .nav-open .nav-toggle::before {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
  .nav-toggle span::after {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    z-index: 811;
    color: rgba(var(--base-bg), var(--base-bg-alpha, 1));
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    top: 1.25rem;
    left: min(calc(24rem + 1.125rem), calc(100vw - 2.75rem));
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /></svg>') no-repeat 50% 50%;
    -webkit-mask-size: 1.5rem 1.5rem;
    transform: translateX(-20px);
  }
  .nav-open .nav-toggle span::after {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(0);
  }
}
@media (min-width: 1025px) {
  .navigation-wrapper {
    transition: none;
  }
}
.nav-toggle {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
@media (max-width: 1024.98px) {
  .nav-before-open .nav-toggle span {
    clip: unset;
  }
}
.navigation li > a {
  position: relative;
}
.navigation .parent > a .ui-icon,
.navigation .parent > a::after {
  content: '';
  position: absolute;
  right: 0.125rem;
  top: 50%;
  margin-top: -0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
}
.navigation .parent > a .ui-icon {
  -webkit-mask-size: 1rem 1rem;
}
@media (max-width: 1024.98px) {
  .navigation-wrapper .navigation {
    clear: both;
    padding: 0.5rem 0;
  }
  .navigation-wrapper .navigation > ul {
    margin: 0;
  }
  .navigation-wrapper li > a {
    padding: 0.5rem;
  }
  .navigation-wrapper .submenu {
    padding: 0 0 0 1rem;
    width: auto;
    top: -9999px;
    border: 0;
    box-shadow: none;
    background: none;
    transform: scale(1);
  }
  body:not(.breeze) .navigation-wrapper .submenu,
  .navigation-wrapper .submenu.shown,
  .navigation-wrapper .submenu[aria-expanded="true"]:not([aria-hidden]) {
    position: static !important;
    transform: scale(1);
  }
  body:not(.breeze) .navigation-wrapper .submenu .ui-icon {
    display: none;
  }
  body:not(.breeze) .navigation-wrapper .submenu[aria-expanded="true"]:not([aria-hidden]) .submenu {
    display: block !important;
  }
  .navigation-wrapper .parent > a::after {
    display: none;
  }
  .navigation-wrapper .opened > a .ui-icon {
    transform: rotate(90deg);
  }
}
@media (min-width: 1025px) {
  .navigation-wrapper .opened > a {
    background: rgba(var(--base-color), var(--divider-alpha, .1));
  }
  .navigation-wrapper a.level-top:hover,
  .navigation-wrapper .opened > a.level-top {
    background: rgba(var(--base-color), var(--divider-alpha, .1));
  }
  .navigation-wrapper .parent > a .ui-icon {
    display: none;
  }
  .navigation-wrapper .parent > a::after {
    transition: none;
  }
  .navigation-wrapper .parent.level-top > a::after {
    transform: rotate(90deg);
  }
  .navigation-wrapper .submenu {
    width: 13rem;
    top: -9999px;
    left: -9999px;
    right: auto;
    border-color: rgba(var(--base-color), var(--divider-alpha, .1));
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  .navigation-wrapper .submenu.shown {
    top: 100%;
    left: 0;
  }
  .navigation-wrapper .submenu .submenu.shown {
    top: -0.125rem !important;
    left: calc(100% - 1rem) !important;
  }
}
.cms-home .rating-result::before,
.catalog-category-view .rating-result::before,
.catalogsearch-result-index .rating-result::before,
.attributepages-page-view .rating-result::before,
.wishlist-index-index .rating-result::before,
.cms-home .rating-result > span::before,
.catalog-category-view .rating-result > span::before,
.catalogsearch-result-index .rating-result > span::before,
.attributepages-page-view .rating-result > span::before,
.wishlist-index-index .rating-result > span::before {
  background-image: url("../images/home/icons/star.svg");
  background-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: unset;
  -webkit-mask: unset;
  -webkit-mask-size: unset;
  -webkit-mask-position: unset;
}
@media (max-width: 479.98px) {
  .cms-home .rating-result::before,
  .catalog-category-view .rating-result::before,
  .catalogsearch-result-index .rating-result::before,
  .attributepages-page-view .rating-result::before,
  .wishlist-index-index .rating-result::before,
  .cms-home .rating-result > span::before,
  .catalog-category-view .rating-result > span::before,
  .catalogsearch-result-index .rating-result > span::before,
  .attributepages-page-view .rating-result > span::before,
  .wishlist-index-index .rating-result > span::before {
    width: 14px;
    height: 14px;
    background-image: url("../images/home/icons/starResolutionPhone.svg");
  }
}
.cms-home .rating-result > span,
.catalog-category-view .rating-result > span,
.catalogsearch-result-index .rating-result > span,
.attributepages-page-view .rating-result > span,
.wishlist-index-index .rating-result > span {
  color: rgb(var(--yellow));
}
.cms-home .rating-result-number,
.catalog-category-view .rating-result-number,
.catalogsearch-result-index .rating-result-number,
.attributepages-page-view .rating-result-number,
.wishlist-index-index .rating-result-number {
  color: var(--text-secondary-disabled, #8c9196);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
@media (max-width: 479.98px) {
  .cms-home .rating-result-number,
  .catalog-category-view .rating-result-number,
  .catalogsearch-result-index .rating-result-number,
  .attributepages-page-view .rating-result-number,
  .wishlist-index-index .rating-result-number {
    font-size: 12px;
  }
}
.cms-home .review-control-vote::before,
.catalog-category-view .review-control-vote::before,
.catalogsearch-result-index .review-control-vote::before,
.attributepages-page-view .review-control-vote::before,
.wishlist-index-index .review-control-vote::before,
.cms-home .review-control-vote label::before,
.catalog-category-view .review-control-vote label::before,
.catalogsearch-result-index .review-control-vote label::before,
.attributepages-page-view .review-control-vote label::before,
.wishlist-index-index .review-control-vote label::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 50%;
}
.cms-home .review-control-vote label:hover,
.catalog-category-view .review-control-vote label:hover,
.catalogsearch-result-index .review-control-vote label:hover,
.attributepages-page-view .review-control-vote label:hover,
.wishlist-index-index .review-control-vote label:hover,
.cms-home .review-control-vote input:checked + label,
.catalog-category-view .review-control-vote input:checked + label,
.catalogsearch-result-index .review-control-vote input:checked + label,
.attributepages-page-view .review-control-vote input:checked + label,
.wishlist-index-index .review-control-vote input:checked + label,
.cms-home .review-control-vote input:focus-visible + label,
.catalog-category-view .review-control-vote input:focus-visible + label,
.catalogsearch-result-index .review-control-vote input:focus-visible + label,
.attributepages-page-view .review-control-vote input:focus-visible + label,
.wishlist-index-index .review-control-vote input:focus-visible + label {
  opacity: 1;
}
.cms-home .review-control-vote input:focus-visible + label,
.catalog-category-view .review-control-vote input:focus-visible + label,
.catalogsearch-result-index .review-control-vote input:focus-visible + label,
.attributepages-page-view .review-control-vote input:focus-visible + label,
.wishlist-index-index .review-control-vote input:focus-visible + label {
  outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
  outline-offset: 1px;
}
.cms-home .review-control-vote label,
.catalog-category-view .review-control-vote label,
.catalogsearch-result-index .review-control-vote label,
.attributepages-page-view .review-control-vote label,
.wishlist-index-index .review-control-vote label {
  cursor: pointer;
  color: rgb(var(--yellow));
  height: 1.5rem;
  left: 0;
}
.cms-home .review-control-vote label::before,
.catalog-category-view .review-control-vote label::before,
.catalogsearch-result-index .review-control-vote label::before,
.attributepages-page-view .review-control-vote label::before,
.wishlist-index-index .review-control-vote label::before {
  content: '';
  position: absolute;
  inset: 0;
}
.cms-home .review-control-vote .rating-1,
.catalog-category-view .review-control-vote .rating-1,
.catalogsearch-result-index .review-control-vote .rating-1,
.attributepages-page-view .review-control-vote .rating-1,
.wishlist-index-index .review-control-vote .rating-1 {
  z-index: 5;
  width: 1.5rem;
}
.cms-home .review-control-vote .rating-2,
.catalog-category-view .review-control-vote .rating-2,
.catalogsearch-result-index .review-control-vote .rating-2,
.attributepages-page-view .review-control-vote .rating-2,
.wishlist-index-index .review-control-vote .rating-2 {
  z-index: 4;
  width: 3rem;
}
.cms-home .review-control-vote .rating-3,
.catalog-category-view .review-control-vote .rating-3,
.catalogsearch-result-index .review-control-vote .rating-3,
.attributepages-page-view .review-control-vote .rating-3,
.wishlist-index-index .review-control-vote .rating-3 {
  z-index: 3;
  width: 4.5rem;
}
.cms-home .review-control-vote .rating-4,
.catalog-category-view .review-control-vote .rating-4,
.catalogsearch-result-index .review-control-vote .rating-4,
.attributepages-page-view .review-control-vote .rating-4,
.wishlist-index-index .review-control-vote .rating-4 {
  z-index: 2;
  width: 6rem;
}
.cms-home .review-control-vote .rating-5,
.catalog-category-view .review-control-vote .rating-5,
.catalogsearch-result-index .review-control-vote .rating-5,
.attributepages-page-view .review-control-vote .rating-5,
.wishlist-index-index .review-control-vote .rating-5 {
  z-index: 1;
  width: 7.5rem;
}
.cms-home .review-field-ratings .mage-error + .mage-error,
.catalog-category-view .review-field-ratings .mage-error + .mage-error,
.catalogsearch-result-index .review-field-ratings .mage-error + .mage-error,
.attributepages-page-view .review-field-ratings .mage-error + .mage-error,
.wishlist-index-index .review-field-ratings .mage-error + .mage-error {
  display: none;
}
/**
 * Webkul Software
 *
 * @category Webkul
 * @package Webkul_Walletsystem
 * @author Webkul
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license https://store.webkul.com/license.html
 */
.wk_ws_outer {
  margin: 10px;
}
.wk_ws_sub_head1 {
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.wk_ws_sub_head2 h2,
.wk_ws_sub_head2 h3 {
  margin: 0px;
}
.wk_ws_outer table {
  width: 100%;
  clear: both;
}
.wk_ws_outer th {
  text-align: center;
  background-color: #DDDDDD;
  padding: 10px;
  font-size: 18px;
}
.wk_ws_outer td {
  text-align: center;
}
.wk_ws_outer tr:nth-child(odd) {
  background-color: #EEEEEE;
}
.wk_ws_wallet_payment {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.wk_ws_wallet_payment li {
  list-style-type: none;
}
.wk_ws_price {
  color: green;
  margin-left: 10px;
}
.wk_ws_wallet_tocart_outer {
  margin: 10px;
}
.wk_ws_main * {
  box-sizing: border-box;
}
.wk_ws_main h2,
.wk_ws_main h3 {
  font-weight: bold;
  letter-spacing: 1px;
}
.wk_ws_wallet_payment .wk_ws_payment_reset {
  margin-top: 10px;
}
.wk_ws_wallet_tocart_outer .button {
  display: none;
  margin-top: 10px;
}
.wk_ws_wallet_payment .wk_ws_payment_submit {
  display: block;
}
.wk_ws_none {
  display: none !important;
}
.wk_ws_block {
  display: block !important;
}
.wk_ws_loader {
  display: none;
  background: none repeat scroll 0 0 rgba(255, 244, 232, 0.61);
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 2000;
  height: 2000px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff4e9, endColorstr=#fff4e9);
}
.wk_ws_line {
  display: block;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  display: inline-block;
  width: 60px;
}
.multishipping-checkout-billing.page-layout-checkout .wk_ws_line {
  width: 15px;
}
.wk_ws_payment_table tr:nth-child(even) td:nth-child(odd) {
  height: 20px;
  background-color: #eeeeee;
  border: 1px solid #ddd;
  color: #666;
  font-family: raleway regular;
  font-size: 16px;
  text-align: center;
  padding-top: 5px;
}
.wk_ws_payment_table th {
  padding: 0px;
}
.wk_ws_payment_table td {
  max-width: 160px;
  word-wrap: break-word;
  padding: 0px;
}
.wk_ws_minus {
  background: url('../images/minus.png');
  height: 30px;
  display: inline-block;
  width: 30px;
}
.wk_ws_plus {
  background: url('../images/equal.png');
  height: 30px;
  display: inline-block;
  width: 30px;
}
.wk_ws_loader > div {
  background: url("../images/loader.gif") no-repeat scroll 0 0 transparent;
  position: fixed;
  top: 48%;
  border-radius: 18px;
  left: 48%;
  height: 32px;
  width: 32px;
}
.wk_appliedAmount {
  font-weight: bold;
  color: green;
}
.wk_ws_restpayment_color {
  color: #ef5350 !important;
}
.wk_appliedAmount label {
  display: block !important;
  background: none !important;
}
.wk_ws_payment_inner {
  display: inline-block;
  float: left;
  width: 33%;
  border: 1px solid #ccc;
  padding: 10px;
}
.wk_ws_payment_form_outer {
  border: 1px solid #ccc;
  background-color: #ccc;
  display: table;
  width: 100%;
}
.wk_ws_payment_outer {
  display: none;
  background-color: white;
  padding: 10px;
}
.wk_ws_payment_outer._active {
  display: block;
}
.wk_ws_payment_inner h4 {
  color: green;
}
.wk_ws_payment_table {
  margin: 0px auto;
  text-align: center;
}
.wk_ws_payment_table h4 {
  font-weight: normal;
  text-transform: capitalize;
  margin: 0px;
  margin-bottom: 10px;
}
.wk_wallet_total_outer {
  display: inline-block;
  float: right;
  padding: 5px;
}
.wk_wallet_check_outer {
  display: inline-block;
  padding: 5px;
}
.wk_ws_fieldset {
  clear: both;
}
.wk_ws_body {
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 40px 20px;
  padding: 25px;
}
#wk_ws_price {
  border: none;
  background: none;
  border-bottom: 1px solid #bdbdbd;
  width: 100%;
  margin-right: 20px;
}
#wk_ws_price:focus {
  box-shadow: none;
}
.wk_ws_main #form-custom-data button {
  margin-left: 20px;
}
.wk_ws_add_payment {
  border-radius: 5px;
}
.wk_ws_main .wk_ws_fieldset {
  font-size: 16px;
}
.fieldset.wk_ws_fieldset .field label.label {
  width: 100%;
  display: block;
  float: none;
  text-align: left;
  margin-bottom: 10px;
}
#transfer-form-data .fieldset.wk_ws_fieldset .field .control {
  width: 100%;
}
#verify-form .fieldset.wk_ws_fieldset .field .control {
  width: 100%;
}
.wk_ws_cart_table > thead > tr {
  background-color: #DDDDDD;
  color: #333;
}
.wk_ws_cart_table > thead > tr > th,
.wk_ws_cart_table > tbody > tr > td {
  padding: 10px;
}
.wk_ws_cart_table {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.wk_ws_checkout_button_outer {
  margin-top: 10px;
}
.wk_ws_price_outer {
  display: inline-block;
  width: 60%;
  float: left;
}
.wk_credited_highlight {
  background-color: #F5F5F5;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  text-align: justify;
  font-weight: 600;
}
.wk_ws_table .walletorder .col.description {
  text-transform: capitalize;
}
.wk_ws_main .limiter {
  display: block;
}
.wallet-transaction-view td {
  text-transform: capitalize;
}
.wk-ws-details {
  width: 100%;
  margin-bottom: 10px;
}
.wk_ws_center {
  text-align: center;
}
.wk-details {
  border: 1px solid #e5e5e5;
}
.wk-ws-details tr > td {
  width: 60%;
  padding: 10px;
  border-right: 1px solid #e5e5e5;
  text-transform: capitalize;
}
.wk-ws-details tr > th {
  text-transform: capitalize;
  padding: 10px;
  text-align: left;
}
.wk-ws-details th {
  background-color: #e0e0e0;
}
.resendCode {
  font-size: 16px;
  padding: 10px;
  padding-top: 20px;
  font-weight: bold;
}
.resendCode a:active {
  color: #006bb4;
}
.wk_ws_sub_head2 .wk_ws_sub_head_details {
  display: inline-block;
  width: 60%;
}
.wk_ws_sub_head2 .wk_ws_sub_head_transfer,
.wk_ws_sub_head2 .wk_ws_sub_add_payee {
  display: inline-block;
  float: right;
  cursor: pointer;
}
#walletsystem_trasfer_amount .fieldset *,
#walletsystem_add_payee .fieldset * {
  margin-top: 10px;
}
.error_msg {
  color: red;
}
.limiter {
  float: right;
}
.label.required:after {
  content: " *";
  color: red;
}
.accoount-details-form {
  width: 44%;
  float: left;
  height: 100%;
  border-right: 1px solid#c0c0c0;
  padding: 0 20px;
}
.saved-account-details {
  width: 49%;
  float: right;
  height: 450px;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .saved-account-details {
    width: 49%;
    float: right;
    height: 450px;
    overflow-y: scroll;
    display: contents;
  }
  .wk_ws_body {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 11px;
    margin: 0px;
    margin-top: 16px;
  }
  .wk_ws_main #form-custom-data button {
    margin-left: auto;
    margin-top: 10px;
    width: 100%;
  }
  .wk_ws_price_outer {
    display: inline-block;
    width: 83%;
    float: left;
  }
  .wk_ws_sub_head2 .wk_ws_sub_head_transfer,
  .wk_ws_sub_head2 .wk_ws_sub_add_payee {
    display: inline-block;
    float: unset;
    cursor: pointer;
    margin-top: 5px;
    width: 100%;
    text-align: center;
    border-radius: 5px;
  }
  .wk_ws_sub_head2 .wk_ws_sub_head_details {
    display: inline-block;
    width: auto;
  }
}
.wk_ws_bank_transfer {
  display: none;
}
.walletsystemnav {
  position: relative;
}
.walletsystemnav .wallet-text-current {
  border-color: white;
  background-image: url("..//images/account/wallet/gift.svg");
  background-repeat: no-repeat;
  border-left: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #2E2E2E;
  padding: 0.375rem 11px 0.375rem 58px;
}
.walletsystemnav .wallet-text-irrelevant {
  border-color: white;
  background-image: url("..//images/account/wallet/gift.svg") !important;
  background-repeat: no-repeat !important;
  padding: 0.375rem 11px 0.375rem 58px !important;
  width: 100%;
  height: 48px;
  color: #2E2E2E !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  border-left: 0;
  opacity: 0.4;
}
.walletsystemnav:hover ul.nav {
  display: flex !important;
}
.walletsystemnav:hover ul.nav .wallet-text-irrelevant {
  border-color: white;
  background-image: url("..//images/account/wallet/gift.svg");
  background-repeat: no-repeat;
  padding: 0.375rem 11px 0.375rem 58px !important;
  width: 219px;
  height: 48px;
  color: #2E2E2E !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  opacity: 0.4;
}
.walletsystemnav:hover ul.nav .nav-item-text {
  border-color: white;
  border-left: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #2E2E2E;
  padding: 0.375rem 11px 0.375rem 11px;
}
.walletsystemnav:hover ul.nav .nav-item-text-irrelevant {
  color: #2E2E2E;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px !important;
  opacity: 0.4;
  padding: 0.375rem 11px 0.375rem 11px !important;
}
.block-collapsible-nav .walletsystemnav.current .item a {
  color: #2E2E2E;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  opacity: 0.4;
  padding: 0.375rem 11px 0.375rem 58px;
}
.walletsystemnav ul.nav {
  display: none !important;
  top: 0;
  position: absolute;
  background-color: #fff;
  margin-left: 0;
  border: 1px solid #e7ebef;
  border-radius: 4px;
  z-index: 9999;
  margin-top: 26%;
}
@media (max-width: 1024.98px) {
  .block.filter .filter-content {
    transform: translateX(-100%);
    left: 0;
    top: 0;
    bottom: 0;
    width: 24rem;
    z-index: 850;
    max-width: calc(100vw - 4rem);
    background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
    color: rgba(var(--z-layer-color), var(--z-layer-color-alpha, 1));
    transform: translateX(100%);
    overscroll-behavior: contain;
    overflow: auto;
    padding: 1rem;
  }
  .active.block.filter .filter-content,
  .filter-active .block.filter .filter-content {
    opacity: 1;
    transform: translate(0, 0);
    transform: translateX(0);
    visibility: visible;
  }
  .block.filter .filter-title strong::before {
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), display var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-behavior: allow-discrete;
    inset: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: fixed;
    visibility: hidden;
    content: '';
    z-index: 810;
    opacity: 0;
    pointer-events: none;
    background: rgba(var(--z-overlay-bg), var(--z-overlay-bg-alpha, .8));
  }
  .breeze-inactive .block.filter .filter-title strong::before {
    transition: none !important;
  }
  .breeze-inactive .block.filter .filter-title strong::before {
    transition: none !important;
  }
  .active.block.filter .filter-title strong::before,
  .filter-active .block.filter .filter-title strong::before {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
  .block.filter .filter-title strong::after {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    z-index: 811;
    color: rgba(var(--base-bg), var(--base-bg-alpha, 1));
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    top: 1.25rem;
    left: min(calc(24rem + 1.125rem), calc(100vw - 2.75rem));
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /></svg>') no-repeat 50% 50%;
    -webkit-mask-size: 1.5rem 1.5rem;
    transform: translateX(-20px);
  }
  .active.block.filter .filter-title strong::after,
  .filter-active .block.filter .filter-title strong::after {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(0);
  }
}
@media (max-width: 1024.98px) and (max-width: 768px) {
  .block.filter .filter-content {
    padding: 20px !important;
  }
}
@media (max-width: 1024.98px) and (max-width: 1024.98px) {
  .block.filter .filter-title strong::after {
    left: 37rem;
  }
}
@media (max-width: 1024.98px) and (max-width: 768.98px) {
  .block.filter .filter-title strong::after {
    left: 21rem;
  }
}
@media (max-width: 1024.98px) and (max-width: 479.98px) {
  .block.filter .filter-title strong::after {
    left: 20px;
  }
}
@media (min-width: 1025px) {
  .column.main .block.filter .filter-options-content {
    opacity: 0;
    transform: scale(0.95);
    color: rgba(var(--base-color), var(--base-alpha, 1));
    --base-color: 17, 24, 39;
    --base-alpha: 1;
    --headings-color: var(--base-color);
    --headings-alpha: 1;
    --block-title-color: var(--base-color);
    --link-color: var(--blue);
    --link-alpha: 0.85;
    --muted-bg: 243, 244, 246;
    --muted-bg-alpha: 1;
    --ring-color: var(--brand-color);
    --ring-alpha: 1;
    --button-bg: var(--brand-color);
    --button-border-color: var(--button-bg);
    --button-color: 255, 255, 255;
    --button-primary-color: 255, 255, 255;
    --button-primary-bg: var(--brand-color);
    --button-primary-border-color: var(--button-bg);
    --button-secondary-color: var(--gray-600);
    --button-secondary-bg: var(--gray-200);
    --button-secondary-border-color: var(--button-secondary-bg);
    --input-color: 17, 24, 39;
    --input-alpha: 1;
    --input-bg: var(--base-bg);
    --input-bg-alpha: 1;
    --input-border-color: 153, 153, 153;
    --input-border-alpha: 1;
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), display var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-behavior: allow-discrete;
    padding: var(--dropdown-padding);
    width: var(--dropdown-width);
    transform-origin: top;
    z-index: 850;
    visibility: hidden;
    margin-top: 0.125rem;
    color: rgba(var(--z-layer-color), var(--z-layer-color-alpha, 1));
    background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
    border: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
    text-align: left;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  .breeze-inactive .column.main .block.filter .filter-options-content {
    transition: none !important;
  }
  .column.main .block.filter .filter-options-content[aria-hidden=false] {
    z-index: 851;
    opacity: 1;
    pointer-events: all;
    display: block;
    visibility: visible;
    transform: scale(1);
  }
  .column.main .block.filter .filter-options-content .item {
    --divider-alpha: 0.05;
    cursor: pointer;
    display: flex;
  }
  .column.main .block.filter .filter-options-content .item:hover {
    background: rgba(var(--base-color), var(--divider-alpha, .1));
  }
}
.block.filter a:hover {
  text-decoration: underline;
}
.block.filter .filter-title {
  cursor: initial;
}
@media (max-width: 1024.98px) {
  .block.filter .filter-title {
    visibility: hidden;
  }
}
.block.filter .filter-title::after {
  -webkit-mask: none;
}
.block.filter .filter-title .title-filter-custom {
  color: var(--text-primary, #1e2832);
  font-family: "Nunito Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
@media (min-width: 1025px) {
  .block.filter .filter-content,
  .block.filter .filter-title strong::after {
    transition: none;
  }
}
@media (max-width: 1024.98px) {
  .block.filter [data-role="title"] {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .block.filter .filter-title::before {
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M3 3a1 1 0 011-1h12a1 1 0 011 1v3a1 1 0 01-.293.707L12 11.414V15a1 1 0 01-.293.707l-2 2A1 1 0 018 17v-5.586L3.293 6.707A1 1 0 013 6V3z" clip-rule="evenodd" /></svg>') no-repeat 50% 50%;
    -webkit-mask-size: 1.25rem 1.25rem;
  }
  .block.filter .filter-content {
    display: flex;
    flex-direction: column;
    padding: 40px;
    right: 0;
    left: unset;
  }
}
#scrollup {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #FAFAFA;
  color: white;
  cursor: pointer;
  padding: 16px;
  border-radius: 48px;
  width: auto;
  font-size: 18px;
  box-shadow: -4px 11px 12px 0px rgba(30, 40, 50, 0.07000000000000001);
}
@media (max-width: 479.98px) {
  #scrollup {
    right: 20px;
  }
}
#scrollup:hover {
  background-color: #EB5673;
  box-shadow: -4px 11px 12px 0px rgba(30, 40, 50, 0.07000000000000001);
}
@media (max-width: 479.98px) {
  .modal-slide._show,
  .modal-popup._show,
  .modal-custom._show {
    justify-content: center;
  }
}
:root {
  --container-padding: 0.375rem 0;
}
@media (max-width: 767px) {
  :root {
    --container-max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --container-max-width: 688px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  :root {
    --container-max-width: 943px;
  }
}
@media (min-width: 1280px) and (max-width: 1439px) {
  :root {
    --container-max-width: 1168px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  :root {
    --container-max-width: 1312px;
  }
}
@media (min-width: 1920px) {
  :root {
    --container-max-width: 1400px;
  }
}
/*ajax search*/
.tt-menu {
  width: 100vw;
  left: calc(-51vw + 50%) !important;
  right: 0 !important;
}
@media (max-width: 1024.98px) {
  .tt-menu {
    left: calc(-52vw + 50%) !important;
  }
}
@media (max-width: 768.98px) {
  .tt-menu {
    left: calc(-53vw + 50%) !important;
  }
}
@media (max-width: 479.98px) {
  .tt-menu {
    left: calc(-51vw + 50%) !important;
  }
}
.tt-menu .tt-dataset {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 32px 278px;
  width: 100%;
}
@media (max-width: 1284.98px) {
  .tt-menu .tt-dataset {
    padding: 32px 120px;
  }
}
@media (max-width: 1024.98px) {
  .tt-menu .tt-dataset {
    padding: 32px 40px;
  }
}
@media (max-width: 768.98px) {
  .tt-menu .tt-dataset {
    padding: 32px 40px;
    flex-direction: column-reverse;
    max-height: none;
    gap: 44px;
  }
}
@media (max-width: 479.98px) {
  .tt-menu .tt-dataset {
    padding: 32px 20px;
    max-height: none;
    flex-direction: column-reverse;
  }
}
.tt-menu .tt-dataset .product-item-info-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}
.tt-menu .tt-dataset .product-item-info-wrapper .ajaxsearch-header-container {
  padding: 0;
  display: none;
}
@media (max-width: 768.98px) {
  .tt-menu .tt-dataset .product-item-info-wrapper .ajaxsearch-header-container {
    display: block;
  }
}
@media (max-width: 768.98px) {
  .tt-menu .tt-dataset .product-item-info-wrapper .ajaxsearch-title {
    display: block;
    margin: 0;
    color: var(--text-primary, #1e2832);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    opacity: 0.5;
  }
}
.tt-menu .tt-dataset .product-item-info-wrapper .product-item-info.tt-suggestion {
  padding: 0;
  border-bottom: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}
.tt-menu .tt-dataset .product-item-info-wrapper .product-item-info.tt-suggestion .product-item-photo {
  padding: 0;
  display: flex;
  width: 64px;
  height: 64px;
  justify-content: center;
  align-items: center;
  gap: 6.45px;
  border-radius: 12.9px;
}
.tt-menu .tt-dataset .product-item-info-wrapper .product-item-info.tt-suggestion .product-item-photo .product-image-wrapper {
  background: #F2F2F2;
  border-radius: 4px;
}
.tt-menu .tt-dataset .product-item-info-wrapper .product-item-info.tt-suggestion .product-item-photo .product-image-wrapper .product-image-photo {
  mix-blend-mode: multiply;
  height: 64px;
  width: 64px;
  object-fit: scale-down;
}
.tt-menu .tt-dataset .product-item-info-wrapper .product-item-info.tt-suggestion .product.details.product-item-details .product-info-stock-sku {
  display: flex;
}
.tt-menu .tt-dataset .product-item-info-wrapper .product-item-info.tt-suggestion .product.details.product-item-details .product-info-stock-sku .product.attibute.sku .value {
  color: var(--text-secondary_disabled, #8c9196);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.tt-menu .tt-dataset .product-item-info-wrapper .product-item-info.tt-suggestion .product.details.product-item-details .price-container {
  display: none;
}
.tt-menu .tt-dataset .product-item-info-wrapper .product-item-info.tt-suggestion .product.details.product-item-details .product-item-name {
  color: var(--text-primary, #1e2832);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.tt-menu .tt-dataset .custom-item-info-wrapper {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.tt-menu .tt-dataset .custom-item-info-wrapper .ajaxsearch-title {
  color: var(--text-primary, #1e2832);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  opacity: 0.5;
  margin: 0;
}
.tt-menu .tt-dataset .custom-item-info-wrapper .category-item-info-wrapper,
.tt-menu .tt-dataset .custom-item-info-wrapper .popular-item-info-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.tt-menu .tt-dataset .custom-item-info-wrapper .category-item-info-wrapper .tt-suggestion,
.tt-menu .tt-dataset .custom-item-info-wrapper .popular-item-info-wrapper .tt-suggestion {
  padding: 0;
}
.tt-menu .tt-dataset .custom-item-info-wrapper .category-item-info-wrapper .tt-suggestion .qs-option-name,
.tt-menu .tt-dataset .custom-item-info-wrapper .popular-item-info-wrapper .tt-suggestion .qs-option-name {
  color: var(--text-primary, #1e2832);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.firecheckout-index-index .form.form-shipping-address.fc-size-l .fieldset.address {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem !important;
}
.firecheckout-index-index .billing-address-form .fieldset.address {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem !important;
}
.firecheckout-index-index .scroll-up {
  display: none !important;
}
.checkout-cart-index .listing-grid-item-actions-primary-absolute .product-item-details .actions-primary .stock,
.checkout-cart-index button,
.checkout-cart-index .action.primary,
.checkout-cart-index input[type='submit'],
.checkout-cart-index input[type='reset'],
.checkout-cart-index input[type='button'],
.checkout-cart-index .pagebuilder-button-primary,
.checkout-cart-index .pagebuilder-button-secondary,
.checkout-cart-index .pagebuilder-button-link {
  outline: none;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  font-weight: 400;
  padding: 12px 1.25rem;
  text-decoration: none !important;
  white-space: nowrap;
  border-radius: 4px;
  background: #1E2832;
}
.checkout-cart-index .page-title-wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 479.98px) {
  .checkout-cart-index .page-title-wrapper {
    display: flex;
    width: 100%;
    padding: 8px 20px 16px 20px;
  }
}
.checkout-cart-index .page-title-wrapper .custom-page-title .base {
  color: var(--text-primary, #1e2832);
  font-family: "Nunito Sans", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}
@media (max-width: 479.98px) {
  .checkout-cart-index .page-title-wrapper .custom-page-title .base {
    margin-bottom: 0;
  }
}
.checkout-cart-index .page-title-wrapper .close-checkout {
  display: flex;
  margin: 0;
}
@media (max-width: 479.98px) {
  .checkout-cart-index .page-title-wrapper .close-checkout {
    display: none;
  }
}
.checkout-cart-index .page-title-wrapper .close-checkout .close-checkout-mobile {
  display: none;
}
.checkout-cart-index .page-title-wrapper .close-checkout .close-checkout-row {
  display: none;
}
.checkout-cart-index .cart-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 72px;
}
@media (max-width: 479.98px) {
  .checkout-cart-index .cart-container {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 0;
  }
}
.checkout-cart-index .cart-container .rewards {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary {
  max-width: 480px;
  width: 100%;
  position: relative;
  top: 0;
  gap: 11px;
}
@media (max-width: 479.98px) {
  .checkout-cart-index .cart-container .cart-summary .block.discount.active .content {
    padding: 20px;
  }
}
.checkout-cart-index .cart-container .cart-summary .block.discount.active .content .fieldset.coupon .actions-toolbar {
  margin-bottom: 0;
}
.checkout-cart-index .cart-container .cart-summary .block.discount.active .content .fieldset.coupon .actions-toolbar .primary .action.apply.primary {
  width: 100%;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals {
  padding: 0 20px;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .data.table.totals .totals.sub .mark {
  padding-top: 8px;
  padding-bottom: 8px;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .data.table.totals .totals.sub .amount {
  padding-top: 8px;
  padding-bottom: 8px;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .data.table.totals .grand.totals .mark {
  padding-top: 8px;
  padding-bottom: 8px;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .data.table.totals .grand.totals .amount {
  padding-top: 8px;
  padding-bottom: 8px;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items {
  padding: 0 0 20px 0;
  gap: 0;
}
@media (max-width: 479.98px) {
  .checkout-cart-index .cart-container .cart-summary .checkout-methods-items .item {
    display: flex;
    flex-direction: row;
  }
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .item .mobile-go-to-back {
  display: none;
}
@media (max-width: 479.98px) {
  .checkout-cart-index .cart-container .cart-summary .checkout-methods-items .item .mobile-go-to-back {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    width: 100%;
    border-radius: 4px;
    border: 1px solid var(--button-light-surface-outline-default, #d3dae1);
    background: #fff;
  }
  .checkout-cart-index .cart-container .cart-summary .checkout-methods-items .item .mobile-go-to-back .mobile-go-to-back {
    color: var(--text-primary, #1e2832);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .item .action.primary.checkout {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 4px;
  background: var(--button-light-surface-filled-default, #1e2832);
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .item .action.primary.checkout .checkout-text {
  color: var(--text-white, #ffffff);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.checkout-cart-index .cart-container .cart-summary .fieldset.coupon .field .control .input-text {
  display: flex;
  padding: 14px 16px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #d3dae1;
  background: #fafafa;
  width: 100%;
  box-shadow: 0 0 0 0;
  color: #1E2832;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.checkout-cart-index .cart-container .cart-summary .custom-block-rewards-form .discount-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.checkout-cart-index .cart-container .cart-summary .custom-block-rewards-form .discount-form .discount-form-text {
  color: var(--text-secondary_disabled, #8c9196);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.checkout-cart-index .cart-container .cart-summary .custom-block-rewards-form .discount-form .amount .input-box input {
  border-radius: 2px;
}
.checkout-cart-index .cart-container .cart-summary .custom-block-rewards-form .discount-form .amount .input-box [type=checkbox]:checked {
  border-radius: 2px;
  border: 2px solid var(--accent, #eb5673);
  background-image: url("../images/cart/Checkmark.webp");
  background-color: var(--accent, #eb5673);
  background-size: 12px 13px;
}
.checkout-cart-index .cart-container .cart-summary .custom-block-rewards-form .discount-form .amount .input-box :where(input:not([type=range])):focus,
.checkout-cart-index .cart-container .cart-summary .custom-block-rewards-form .discount-form .amount .input-box :where(input:not([type=range])):focus-visible,
.checkout-cart-index .cart-container .cart-summary .custom-block-rewards-form .discount-form .amount .input-box textarea:focus,
.checkout-cart-index .cart-container .cart-summary .custom-block-rewards-form .discount-form .amount .input-box textarea:focus-visible,
.checkout-cart-index .cart-container .cart-summary .custom-block-rewards-form .discount-form .amount .input-box select:focus,
.checkout-cart-index .cart-container .cart-summary .custom-block-rewards-form .discount-form .amount .input-box select:focus-visible {
  --input-border-color: #EB5673;
  --input-outline-color: #f5f5f5;
  --input-shadow-spread: 1px;
  background: #fff;
  border: 1px solid var(--accent, #999999);
}
.checkout-cart-index .cart-container .cart-summary .custom-block-rewards-form .discount-form .custom-actions-toolbar {
  margin-bottom: 0;
}
.checkout-cart-index .cart-container .cart-summary .custom-block-rewards-form .discount-form .custom-actions-toolbar .button.action {
  width: 100%;
}
.checkout-cart-index .cart-container .cart-summary .custom-block-rewards-form .custom-actions-toolbar .button.action {
  color: var(--text-white, #ffffff);
  font-family: "Nunito Sans", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.checkout-cart-index .cart-container .cart-summary .custom-block-rewards-form .custom-input-points-amount {
  display: flex;
  padding: 14px 16px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid var(--input-default, #d3dae1);
  background: var(--backgrounds-page, #fafafa);
  width: 100%;
  box-shadow: 0 0 0 0;
  color: #1E2832;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.checkout-cart-index .cart-container .form.form-cart {
  padding-right: 0;
  max-width: 848px;
  width: 100%;
}
.checkout-cart-index .cart-container .form.form-cart .custom-cart-main-actions {
  border-top: 0 !important;
  display: none;
}
.checkout-cart-index .cart-container .form.form-cart .custom-table-wrapper-cart {
  border-radius: 4px;
  border-top: 1px solid var(--dividers, #e7ebef);
  border-left: 1px solid var(--dividers, #e7ebef);
  border-right: 1px solid var(--dividers, #e7ebef);
}
.checkout-cart-index .cart-container .form.form-cart .custom-table-wrapper-cart .custom-cart-item {
  border-bottom: 1px solid var(--dividers, #e7ebef);
}
@media (max-width: 479.98px) {
  .checkout-cart-index .cart-container .form.form-cart .custom-table-wrapper-cart .custom-cart-item {
    border-bottom: 0;
  }
}
.checkout-cart-index .cart-container .form.form-cart .custom-table-wrapper-cart .custom-cart-item .custom-col-item-wrap {
  width: 100%;
}
.checkout-cart-index .cart-container .form.form-cart .custom-table-wrapper-cart .custom-cart-item .position-column-information {
  display: flex;
}
.checkout-cart-index .cart-container .form.form-cart .custom-table-wrapper-cart .custom-cart-item .position-column-information .custom-product-item-photo {
  display: flex;
  width: 80px;
  height: 80px;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.357px;
  border-radius: 0.97px;
  background: var(--backgrounds-photo, #f5f5f5);
}
.checkout-cart-index .cart-container .form.form-cart .custom-table-wrapper-cart .custom-cart-item .position-column-information .custom-product-item-photo .product-image-container {
  background-color: #f5f5f5;
}
.checkout-cart-index .cart-container .form.form-cart .custom-table-wrapper-cart .custom-cart-item .position-column-information .custom-product-item-photo .product-image-container .product-image-photo {
  mix-blend-mode: multiply;
}
.checkout-cart-index .cart-container .form.form-cart .custom-table-wrapper-cart .custom-cart-item .position-column-information .custom-subtotal {
  padding-right: 0;
}
.checkout-cart-index .cart-container .form.form-cart .custom-table-wrapper-cart .custom-cart-item .position-column-information .custom-item-actions .actions-toolbar {
  margin: 0 16px 16px 16px;
}
.checkout-cart-index .cart-container .form.form-cart .custom-table-wrapper-cart .custom-cart-item .position-column-information .custom-product-item-details-cart {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  max-width: 100%;
  width: 100%;
}
.checkout-cart-index .cart-container .form.form-cart .custom-table-wrapper-cart .custom-cart-item .position-column-information .custom-product-item-details-cart .product-qty-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.checkout-cart-index .cart-container .form.form-cart .custom-table-wrapper-cart .custom-cart-item .position-column-information .custom-product-item-details-cart .product-qty-wrap .details-qty.qty {
  gap: 1px;
  color: #111827;
  margin: 0.25rem 0;
  display: flex;
  align-items: center;
}
.checkout-cart-index .cart-container .form.form-cart .custom-table-wrapper-cart .custom-cart-item .position-column-information .custom-product-item-details-cart .product-qty-wrap .details-qty.qty input::-webkit-outer-spin-button,
.checkout-cart-index .cart-container .form.form-cart .custom-table-wrapper-cart .custom-cart-item .position-column-information .custom-product-item-details-cart .product-qty-wrap .details-qty.qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.checkout-cart-index .cart-container .form.form-cart .custom-table-wrapper-cart .custom-cart-item .position-column-information .custom-product-item-details-cart .product-qty-wrap .details-qty.qty .button-style-minus {
  background: none;
  padding: 0;
  width: 20px;
  height: 20px;
}
.checkout-cart-index .cart-container .form.form-cart .custom-table-wrapper-cart .custom-cart-item .position-column-information .custom-product-item-details-cart .product-qty-wrap .details-qty.qty .button-style-minus:hover {
  color: #EB5673;
}
.checkout-cart-index .cart-container .form.form-cart .custom-table-wrapper-cart .custom-cart-item .position-column-information .custom-product-item-details-cart .product-qty-wrap .details-qty.qty .button-style-plus {
  background: none;
  padding: 0;
  width: 20px;
  height: 20px;
}
.checkout-cart-index .cart-container .form.form-cart .custom-table-wrapper-cart .custom-cart-item .position-column-information .custom-product-item-details-cart .product-qty-wrap .details-qty.qty .button-style-plus:hover {
  color: #EB5673;
}
.checkout-cart-index .cart-container .form.form-cart .custom-table-wrapper-cart .custom-cart-item .position-column-information .custom-product-item-details-cart .product-qty-wrap .details-qty.qty .input-text.qty {
  max-width: 2rem;
  text-align: center;
  position: relative;
  width: 100%;
  background: #ffffff;
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 0;
  padding: 0;
}
.checkout-cart-index .cart-container .form.form-cart .custom-table-wrapper-cart .custom-cart-item .position-column-information .custom-product-item-details-cart .product-qty-wrap .col.price .price-excluding-tax .cart-price .price {
  color: var(--text-primary, #1e2832);
  font-family: "Nunito Sans", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.checkout-cart-index .cart-container .form.form-cart .custom-table-wrapper-cart .custom-cart-item .position-column-information .custom-product-item-details-cart .custom-product-details-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.checkout-cart-index .cart-container .form.form-cart .custom-table-wrapper-cart .custom-cart-item .position-column-information .custom-product-item-details-cart .custom-product-details-column .custom-product-item-name {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.checkout-cart-index .cart-container .form.form-cart .custom-table-wrapper-cart .custom-cart-item .position-column-information .custom-product-item-details-cart .custom-product-details-column .custom-product-item-name .action-delete::before {
  -webkit-mask: url("../images/cart/delete.webp");
  -webkit-mask-size: 1.25rem 1.25rem;
  -webkit-mask-repeat: no-repeat;
  background: #1E2832;
  opacity: 0.5;
}
.checkout-cart-index .cart-container .form.form-cart .custom-table-wrapper-cart .custom-cart-item .position-column-information .custom-product-item-details-cart .custom-product-details-column .custom-product-item-name .custom-product-item-title {
  color: var(--text-primary, #1e2832);
  font-family: "Nunito Sans", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.checkout-cart-index .cart-container .form.form-cart .custom-table-wrapper-cart .custom-cart-item .position-column-information .custom-product-item-details-cart .custom-product-details-column .custom-product-item-name .gift-options-cart-item {
  display: none;
}
.checkout-cart-index .cart-container .form.form-cart .custom-table-wrapper-cart .custom-cart-item .position-column-information .custom-product-item-details-cart .custom-product-details-column .custom-product-item-name .action-towishlist {
  display: none;
}
.checkout-cart-index .cart-container .form.form-cart .custom-table-wrapper-cart .custom-cart-item .position-column-information .custom-product-item-details-cart .custom-product-details-column .custom-product-item-name .action.action-edit {
  display: none;
}
.checkout-cart-index .cart-container .form.form-cart .custom-table-wrapper-cart .custom-cart-item .position-column-information .custom-product-item-details-cart .custom-product-details-column .custom-item-options {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.checkout-cart-index .cart-container .form.form-cart .custom-table-wrapper-cart .custom-cart-item .position-column-information .custom-product-item-details-cart .custom-product-details-column .custom-item-options .item-columns {
  display: flex;
  gap: 10px;
  color: var(--text-secondary_disabled, #8c9196);
  font-family: "Nunito Sans", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.checkout-cart-index table td,
.checkout-cart-index table th {
  padding: 0;
}
.checkout-cart-index .cart.table-wrapper .item-info {
  border: 0;
  padding: 16px;
  display: flex;
  gap: 16px;
}
.checkout-cart-index .thead-title {
  display: flex;
}
.checkout-cart-index .thead-title .tr-title {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 18px;
  border-radius: 4px;
  background: var(--backgrounds-photo, #f5f5f5);
  border-bottom: 0;
  width: 100%;
}
.checkout-cart-index .thead-title .tr-title .custom-col-item {
  display: flex;
  gap: 8px;
  align-items: center;
}
.checkout-cart-index .thead-title .tr-title .custom-col-item .title-cart {
  color: var(--text-primary, #1e2832);
  font-family: "Nunito Sans", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.5px;
}
.checkout-cart-index .thead-title .tr-title .custom-col-item .rectangle-cart {
  width: 1px;
  height: 24px;
  background: var(--dividers, #e7ebef);
}
.checkout-cart-index .thead-title .tr-title .custom-col-item .product-cart-count {
  color: var(--text-secondary_disabled, #8c9196);
  font-family: "Nunito Sans", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.checkout-cart-index .cart.table-wrapper .control.qty input.qty {
  width: 4rem;
  text-align: center;
}
.checkout-cart-index .custom-block-shipping {
  display: none;
}
.minicart-wrapper .action.showcart:hover::before {
  background-color: #eb5673;
}
.minicart-wrapper .action.showcart::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('../images/home/icon-nest.svg') no-repeat 50% 50%;
  -webkit-mask-size: auto;
}
@media (max-width: 479.98px) {
  .minicart-wrapper .action.showcart::before {
    width: 24px;
    height: 24px;
  }
}
.wishlist-dropdown > .action:hover::before {
  background-color: #eb5673;
}
.wishlist-dropdown > .action::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('../images/home/heart.svg') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.account-dropdown > .action:hover::before {
  background-color: #eb5673;
}
.account-dropdown > .action::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('../images/home/user.svg') no-repeat 50% 50%;
}
.account-dropdown .switch-account-url .no-authorized {
  display: none;
}
.account-dropdown .switch-account-url .authorized {
  display: block;
}
.minicart-wrapper .block-title .action.close {
  position: absolute;
  right: 20px;
  top: 24px;
}
@media (max-width: 479.98px) {
  .minicart-wrapper .block-title .action.close {
    width: auto;
    top: 25px;
  }
}
.minicart-wrapper .block-title .action.close:hover::before {
  color: #EB5673;
}
.block-minicart .action.close {
  position: relative;
  top: 0;
  right: 0;
  justify-content: flex-end;
}
.block-minicart .action.close:hover::before {
  color: #EB5673;
}
.modal-header .action-close {
  display: none;
}
.modal-footer .action-primary .action-accept {
  border-radius: 4px;
  background: var(--button-light-surface-filled-default, #1e2832);
  color: var(--text-white, #ffffff);
  font-family: Nunito Sans, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.modal-footer .action-secondary .action-dismiss {
  color: var(--text-primary, #1e2832);
  /* button */
  font-family: Nunito Sans, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid var(--button-light-surface-outline-default, #d3dae1);
}
.close-checkout {
  display: none;
}
.pagination-total-count {
  display: none;
}
.customer-account-index .block.widget.widget-recent.display-market {
  display: none;
}
.customer-account-forgotpassword .custom-fieldset {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 4px;
  margin-bottom: 0;
}
.customer-account-forgotpassword .custom-actions-toolbar {
  display: flex;
  padding: 0px 20px 24px 20px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
}
.customer-account-forgotpassword .custom-control {
  width: 100%;
}
.customer-account-forgotpassword .custom-input {
  width: 100%;
  display: flex;
  padding: 14px 16px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid var(--input-default, #d3dae1);
  background: var(--backgrounds-page, #fafafa);
}
.customer-account-forgotpassword .custom-field-note {
  color: var(--text-primary, #1e2832);
  font-family: Nunito Sans, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  align-self: stretch;
}
.customer-account-forgotpassword .email-password-reset-style {
  color: var(--text-secondary_disabled, #8c9196);
  font-family: Nunito Sans, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.customer-account-forgotpassword .custom-button {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: var(--button-light-surface-filled-default, #1e2832);
}
.customer-account-forgotpassword .form-password-reset {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-bottom: 1px solid var(--dividers, #e7ebef);
}
.customer-account-forgotpassword .form-password-reset .form-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.customer-account-forgotpassword .form-password-reset .form-title .password-reset-title {
  color: var(--text-primary, #1e2832);
  font-family: Nunito Sans, serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.customer-account-forgotpassword .email-forgot-password {
  display: flex;
  padding: 0px 24px 27px;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
}
.customer-account-forgotpassword :where(body:not(.narrow-page-reset)) .checkout-success,
.customer-account-forgotpassword :where(body:not(.narrow-page-reset)) #registration,
.customer-account-forgotpassword .form.form-orders-search,
.customer-account-forgotpassword .form.search.advanced,
.customer-account-forgotpassword .form.password.forget,
.customer-account-forgotpassword .form.password.reset,
.customer-account-forgotpassword .form.send.confirmation,
.customer-account-forgotpassword .form-create-account,
.customer-account-forgotpassword .login-container,
.customer-account-forgotpassword .column.main .form.contact,
.customer-account-forgotpassword .page-layout-1column.cms-no-route .columns,
.customer-account-forgotpassword .paypal-review {
  max-width: 430px;
  max-height: 100%;
  margin: 0 auto;
  padding: 0;
  box-shadow: 6px 12px 44px 0px rgba(0, 0, 0, 0.1);
  background: var(--backgrounds-page, #fafafa);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 641px) {
  .customer-account-forgotpassword .narrow-page:not(.narrow-page-reset).page-layout-1column .page-title-wrapper {
    display: none;
  }
}
.customer-account-createpassword .reset-title-form {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-bottom: 1px solid var(--dividers, #e7ebef);
}
.customer-account-createpassword .reset-title-form .reset-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.customer-account-createpassword .reset-title-form .reset-title-container .title {
  color: var(--text-primary, #1e2832);
  font-family: Nunito Sans, serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.customer-account-createpassword .reset-title-form .reset-title-container .close-password-reset {
  width: 24px;
  height: 24px;
}
.customer-account-createpassword .custom-actions-toolbar {
  display: flex;
  padding: 0px 20px 24px 20px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
}
.customer-account-createpassword .password-form {
  display: flex;
  padding: 0 24px;
  flex-direction: column;
  gap: 8px;
  align-self: stretch;
}
.customer-account-createpassword .password-form .password-input {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 6px;
}
.customer-account-createpassword .password-form .password-input .label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  color: var(--text-secondary_disabled, #8c9196);
  font-family: Nunito Sans, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.customer-account-createpassword .password-form .password-input .control .input-text {
  display: flex;
  padding: 14px 16px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid var(--input-default, #d3dae1);
  background: var(--backgrounds-page, #fafafa);
}
.customer-account-createpassword .custom-fieldset {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 4px;
  margin-bottom: 0;
}
.customer-account-createpassword .custom-button {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: var(--button-light-surface-filled-default, #1e2832);
}
.customer-account-createpassword .custom-page-title {
  display: none;
}
.customer-account-createpassword :where(body:not(.narrow-page-reset)) .checkout-success,
.customer-account-createpassword :where(body:not(.narrow-page-reset)) #registration,
.customer-account-createpassword .form.form-orders-search,
.customer-account-createpassword .form.search.advanced,
.customer-account-createpassword .form.password.forget,
.customer-account-createpassword .form.password.reset,
.customer-account-createpassword .form.send.confirmation,
.customer-account-createpassword .form-create-account,
.customer-account-createpassword .login-container,
.customer-account-createpassword .column.main .form.contact,
.customer-account-createpassword .page-layout-1column.cms-no-route .columns,
.customer-account-createpassword .paypal-review {
  max-width: 430px;
  max-height: 100%;
  margin: 0 auto;
  padding: 0;
  box-shadow: 6px 12px 44px 0px rgba(0, 0, 0, 0.1);
  background: var(--backgrounds-page, #fafafa);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 641px) {
  .customer-account-createpassword .narrow-page:not(.narrow-page-reset).page-layout-1column .page-title-wrapper {
    display: none;
  }
}
.swatch-option-tooltip[style*="block"] {
  opacity: 0;
}
.catalog-category-view .pr-filter_category-checkbox .pr-filter_category-checkbox,
.catalogsearch-result-index .pr-filter_category-checkbox .pr-filter_category-checkbox {
  padding: 0;
}
.catalog-category-view .block.filter .filter-options-content > :first-child,
.catalogsearch-result-index .block.filter .filter-options-content > :first-child {
  gap: 0 !important;
}
.catalog-category-view .filter-options-content .item a,
.catalogsearch-result-index .filter-options-content .item a {
  margin-bottom: 16px !important;
}
.catalog-category-view .custom-price-columns .custom-price-selection,
.catalogsearch-result-index .custom-price-columns .custom-price-selection {
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .attributepages-page-view .sidebar #layered-filter-block {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 1.5rem;
  }
}
.attributepages-page-view .pr-filter_category-checkbox .pr-filter_category-checkbox {
  padding: 0;
}
.attributepages-page-view .filter-options-content {
  max-height: 250px;
  overflow-y: auto;
  padding-right: 16px;
}
.attributepages-page-view .filter-options-content .item {
  margin: 0;
}
.attributepages-page-view .filter-options-content .item a {
  padding: 0px 8px;
  margin: 0;
  display: block;
  line-height: 16px;
  margin-bottom: 16px;
}
.attributepages-page-view .filter-options-content .item a .custom-span {
  padding-left: 22px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 17px;
  position: relative;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
}
.attributepages-page-view .filter-options-content .item a .custom-span .count {
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: inline-flex;
  white-space: nowrap;
  font-weight: 300;
  opacity: .5;
  margin-left: 0.25rem;
  width: 10%;
  padding-left: 5px;
  flex-shrink: 0;
}
.attributepages-page-view .filter-options-content .item a .custom-span .count::before {
  content: '(';
  display: inline-block !important;
}
.attributepages-page-view .filter-options-content .item a .custom-span .count::after {
  content: ')';
  display: inline-block !important;
}
.attributepages-page-view .filter-options-content .item a .filter-count-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.attributepages-page-view .filter-options-content .item a .custom-span:before {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #959595;
  border-radius: 2px;
  display: block;
  left: -2px;
  top: 0;
  margin-top: 0;
  background-size: 14px auto;
  background-repeat: no-repeat;
}
.attributepages-page-view .filter-options-content .item a:hover {
  color: #1E2832 !important;
}
.attributepages-page-view .filter-options-content .item a:hover span {
  color: #1E2832 !important;
}
.attributepages-page-view .block.filter .filter-options-content > :first-child {
  gap: 0 !important;
}
.attributepages-page-view .custom-price-columns .custom-price-selection {
  margin-bottom: 16px;
}
.attributepages-page-view .filter-options-content > :first-child {
  padding: 4px 0 32px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.attributepages-page-view .filter-content .filter-options-content .item a.selected > .rating-result:after,
.attributepages-page-view .filter-content .filter-options-content .item span.selected:before,
.attributepages-page-view .filter-content .filter-options-content .item a.selected > span:first-child:before,
.attributepages-page-view .item a.selected > .ui-menu-icon + span:before {
  color: #fff;
  background-color: #EB5673 !important;
  border-color: #EB5673 !important;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nCiAgICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz4KPHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAyNCIgZmlsbD0iI2ZmZiIgaGVpZ2h0PSIyNHB4IiBpZD0iTGF5ZXJfMSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNHB4IgogICAgIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIxLjY1MiwzLjIxMWMtMC4yOTMtMC4yOTUtMC43Ny0wLjI5NS0xLjA2MSwwTDkuNDEsMTQuMzQgIGMtMC4yOTMsMC4yOTctMC43NzEsMC4yOTctMS4wNjIsMEwzLjQ0OSw5LjM1MUMzLjMwNCw5LjIwMywzLjExNCw5LjEzLDIuOTIzLDkuMTI5QzIuNzMsOS4xMjgsMi41MzQsOS4yMDEsMi4zODcsOS4zNTEgIGwtMi4xNjUsMS45NDZDMC4wNzgsMTEuNDQ1LDAsMTEuNjMsMCwxMS44MjNjMCwwLjE5NCwwLjA3OCwwLjM5NywwLjIyMywwLjU0NGw0Ljk0LDUuMTg0YzAuMjkyLDAuMjk2LDAuNzcxLDAuNzc2LDEuMDYyLDEuMDcgIGwyLjEyNCwyLjE0MWMwLjI5MiwwLjI5MywwLjc2OSwwLjI5MywxLjA2MiwwbDE0LjM2Ni0xNC4zNGMwLjI5My0wLjI5NCwwLjI5My0wLjc3NywwLTEuMDcxTDIxLjY1MiwzLjIxMXoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPgo=);
}
.attributepages-page-view .filter-content .filter-options-content .item > span,
.attributepages-page-view .filter-content .filter-options-content .item a > span,
.attributepages-page-view .filter-content .filter-options-content .item .rating-summary {
  padding-left: 22px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 17px;
  position: relative;
  display: flex;
  justify-content: space-between;
  color: #8C9196;
  font-weight: 400;
}
.attributepages-page-view .filter-content .filter-options-content .item a:not([data-variable="price"]):not([data-variable="rating"]) > span:before,
.attributepages-page-view .filter-content .filter-options-content .item span.attr-dis:before {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #959595;
  border-radius: 2px;
  display: block;
  left: -2px;
  top: 0;
  margin-top: 0;
  background-size: 14px auto;
  background-repeat: no-repeat;
}
.catalog-category-view .catalog-category-view :where(input:not([type=range])),
.catalogsearch-result-index .catalog-category-view :where(input:not([type=range])),
.attributepages-page-view .catalog-category-view :where(input:not([type=range])),
.catalog-category-view .catalog-category-view textarea,
.catalogsearch-result-index .catalog-category-view textarea,
.attributepages-page-view .catalog-category-view textarea,
.catalog-category-view .catalog-category-view select,
.catalogsearch-result-index .catalog-category-view select,
.attributepages-page-view .catalog-category-view select {
  padding: 0.5rem 31px 0.5rem 11px;
}
@media (max-width: 1024.98px) {
  .catalog-category-view .page-main,
  .catalogsearch-result-index .page-main,
  .attributepages-page-view .page-main {
    padding: 0;
  }
}
@media (max-width: 479.98px) {
  .catalog-category-view .page-main,
  .catalogsearch-result-index .page-main,
  .attributepages-page-view .page-main {
    padding: 0 20px;
  }
}
.catalog-category-view .messages,
.catalogsearch-result-index .messages,
.attributepages-page-view .messages {
  display: none;
}
.catalog-category-view .swatch-option-tooltip[style*="block"],
.catalogsearch-result-index .swatch-option-tooltip[style*="block"],
.attributepages-page-view .swatch-option-tooltip[style*="block"] {
  opacity: 0;
}
@media (max-width: 479.98px) {
  .catalog-category-view .custom-products-wrapper,
  .catalogsearch-result-index .custom-products-wrapper,
  .attributepages-page-view .custom-products-wrapper {
    padding: 0 0;
  }
}
.catalog-category-view .custom-price-columns,
.catalogsearch-result-index .custom-price-columns,
.attributepages-page-view .custom-price-columns {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.catalog-category-view .custom-price-columns .custom-price-selection,
.catalogsearch-result-index .custom-price-columns .custom-price-selection,
.attributepages-page-view .custom-price-columns .custom-price-selection {
  display: flex;
  width: 100%;
  align-items: flex-start;
}
.catalog-category-view .custom-price-columns .custom-price-selection .price-column,
.catalogsearch-result-index .custom-price-columns .custom-price-selection .price-column,
.attributepages-page-view .custom-price-columns .custom-price-selection .price-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.catalog-category-view .custom-price-columns .custom-price-selection .price-column .price-radio-btn,
.catalogsearch-result-index .custom-price-columns .custom-price-selection .price-column .price-radio-btn,
.attributepages-page-view .custom-price-columns .custom-price-selection .price-column .price-radio-btn {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.catalog-category-view .custom-price-columns .custom-price-selection .price-column .price-radio-btn .price-radio-text,
.catalogsearch-result-index .custom-price-columns .custom-price-selection .price-column .price-radio-btn .price-radio-text,
.attributepages-page-view .custom-price-columns .custom-price-selection .price-column .price-radio-btn .price-radio-text {
  padding-left: 28px;
  color: var(--text-secondary_disabled, #8c9196);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.catalog-category-view .custom-price-columns .custom-price-selection .price-column .price-radio-btn:hover .price-radio-text,
.catalogsearch-result-index .custom-price-columns .custom-price-selection .price-column .price-radio-btn:hover .price-radio-text,
.attributepages-page-view .custom-price-columns .custom-price-selection .price-column .price-radio-btn:hover .price-radio-text {
  color: #1E2832;
}
.catalog-category-view .custom-price-columns .custom-price-selection .price-column .price-radio-btn input,
.catalogsearch-result-index .custom-price-columns .custom-price-selection .price-column .price-radio-btn input,
.attributepages-page-view .custom-price-columns .custom-price-selection .price-column .price-radio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.catalog-category-view .custom-price-columns .custom-price-selection .price-column .checkmark,
.catalogsearch-result-index .custom-price-columns .custom-price-selection .price-column .checkmark,
.attributepages-page-view .custom-price-columns .custom-price-selection .price-column .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #FFF;
  border-radius: 50%;
  border: 1px solid #d3dae1;
}
.catalog-category-view .custom-price-columns .custom-price-selection .price-column .price-radio-btn:hover input ~ .checkmark,
.catalogsearch-result-index .custom-price-columns .custom-price-selection .price-column .price-radio-btn:hover input ~ .checkmark,
.attributepages-page-view .custom-price-columns .custom-price-selection .price-column .price-radio-btn:hover input ~ .checkmark {
  background-color: #FFF;
}
.catalog-category-view .custom-price-columns .custom-price-selection .price-column .price-radio-btn input:checked ~ .checkmark,
.catalogsearch-result-index .custom-price-columns .custom-price-selection .price-column .price-radio-btn input:checked ~ .checkmark,
.attributepages-page-view .custom-price-columns .custom-price-selection .price-column .price-radio-btn input:checked ~ .checkmark {
  background-color: #fafafa;
  border: 1px solid #eb5673;
}
.catalog-category-view .custom-price-columns .custom-price-selection .price-column .checkmark:after,
.catalogsearch-result-index .custom-price-columns .custom-price-selection .price-column .checkmark:after,
.attributepages-page-view .custom-price-columns .custom-price-selection .price-column .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.catalog-category-view .custom-price-columns .custom-price-selection .price-column .price-radio-btn input:checked ~ .checkmark:after,
.catalogsearch-result-index .custom-price-columns .custom-price-selection .price-column .price-radio-btn input:checked ~ .checkmark:after,
.attributepages-page-view .custom-price-columns .custom-price-selection .price-column .price-radio-btn input:checked ~ .checkmark:after {
  display: block;
}
.catalog-category-view .custom-price-columns .custom-price-selection .price-column .price-radio-btn .checkmark:after,
.catalogsearch-result-index .custom-price-columns .custom-price-selection .price-column .price-radio-btn .checkmark:after,
.attributepages-page-view .custom-price-columns .custom-price-selection .price-column .price-radio-btn .checkmark:after {
  top: 3px;
  left: 3.40px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #EB5673;
}
.catalog-category-view .custom-price-columns .custom-price-range,
.catalogsearch-result-index .custom-price-columns .custom-price-range,
.attributepages-page-view .custom-price-columns .custom-price-range {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.catalog-category-view .custom-price-columns .custom-price-range input[type="number"]::-webkit-outer-spin-button,
.catalogsearch-result-index .custom-price-columns .custom-price-range input[type="number"]::-webkit-outer-spin-button,
.attributepages-page-view .custom-price-columns .custom-price-range input[type="number"]::-webkit-outer-spin-button,
.catalog-category-view .custom-price-columns .custom-price-range input[type="number"]::-webkit-inner-spin-button,
.catalogsearch-result-index .custom-price-columns .custom-price-range input[type="number"]::-webkit-inner-spin-button,
.attributepages-page-view .custom-price-columns .custom-price-range input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.catalog-category-view .custom-price-columns .custom-price-range input,
.catalogsearch-result-index .custom-price-columns .custom-price-range input,
.attributepages-page-view .custom-price-columns .custom-price-range input {
  width: 100%;
  background: none;
  display: flex;
  padding: 12px 16px;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 4px;
  border: 1px solid var(--button-light-surface-filled-disabled, #d3dae1);
  color: var(--text-primary, #1e2832);
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.catalog-category-view .product-item [class^="swatch-opt-"],
.catalogsearch-result-index .product-item [class^="swatch-opt-"],
.attributepages-page-view .product-item [class^="swatch-opt-"] {
  border-radius: 4px 4px 0 0;
  border-top: 1px solid var(--dividers, #e7ebef);
  border-right: 1px solid var(--dividers, #e7ebef);
  border-left: 1px solid var(--dividers, #e7ebef);
  background: var(--backgrounds-page, #fafafa);
  margin: 0;
}
.catalog-category-view .close-checkout,
.catalogsearch-result-index .close-checkout,
.attributepages-page-view .close-checkout {
  display: none;
}
.catalog-category-view .block.filter .filter-options-content > :first-child,
.catalogsearch-result-index .block.filter .filter-options-content > :first-child,
.attributepages-page-view .block.filter .filter-options-content > :first-child {
  padding: 4px 0 32px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.catalog-category-view .custom-category-wrap,
.catalogsearch-result-index .custom-category-wrap,
.attributepages-page-view .custom-category-wrap {
  display: flex;
  gap: 8px;
  padding: 8px 0;
  flex-wrap: wrap;
}
@media (max-width: 1024.98px) {
  .catalog-category-view .custom-category-wrap,
  .catalogsearch-result-index .custom-category-wrap,
  .attributepages-page-view .custom-category-wrap {
    padding: 0;
  }
}
.catalog-category-view .custom-filter-current,
.catalogsearch-result-index .custom-filter-current,
.attributepages-page-view .custom-filter-current {
  padding-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 479.98px) {
  .catalog-category-view .custom-filter-current,
  .catalogsearch-result-index .custom-filter-current,
  .attributepages-page-view .custom-filter-current {
    padding: 0 0 20px 0;
  }
}
.catalog-category-view .filter-options,
.catalogsearch-result-index .filter-options,
.attributepages-page-view .filter-options {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 479.98px) {
  .catalog-category-view .filter-options,
  .catalogsearch-result-index .filter-options,
  .attributepages-page-view .filter-options {
    gap: 15px;
  }
}
.catalog-category-view .custom-filter-value,
.catalogsearch-result-index .custom-filter-value,
.attributepages-page-view .custom-filter-value {
  display: flex;
  padding: 10px 12px;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  width: auto;
  border-radius: 4px;
  border: 1px solid var(--button-light-surface-filled-disabled, #d3dae1);
}
@media (max-width: 479.98px) {
  .catalog-category-view .custom-filter-value,
  .catalogsearch-result-index .custom-filter-value,
  .attributepages-page-view .custom-filter-value {
    padding: 8px 8px;
  }
}
.catalog-category-view .custom-filter-value .custom-filter-text,
.catalogsearch-result-index .custom-filter-value .custom-filter-text,
.attributepages-page-view .custom-filter-value .custom-filter-text {
  color: var(--text-primary, #1e2832);
  font-family: Nunito Sans, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.catalog-category-view .custom-filter-value a:hover,
.catalogsearch-result-index .custom-filter-value a:hover,
.attributepages-page-view .custom-filter-value a:hover {
  color: #EB5673;
}
.catalog-category-view .action.remove,
.catalogsearch-result-index .action.remove,
.attributepages-page-view .action.remove {
  opacity: .3;
  background-color: currentColor;
  -webkit-mask: url('../images/home/icons/close.svg') no-repeat 50% 50%;
  -webkit-mask-size: 1rem 1rem;
  width: 16px;
  height: 16px;
}
.catalog-category-view .pages .items .current .page,
.catalogsearch-result-index .pages .items .current .page,
.attributepages-page-view .pages .items .current .page {
  background: none;
}
.catalog-category-view .pages .items .current .page .pagination-number-style,
.catalogsearch-result-index .pages .items .current .page .pagination-number-style,
.attributepages-page-view .pages .items .current .page .pagination-number-style {
  color: var(--text-primary, #1e2832);
  font-family: "Nunito Sans", serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.catalog-category-view .custom-toolbar .btts-sorter,
.catalogsearch-result-index .custom-toolbar .btts-sorter,
.attributepages-page-view .custom-toolbar .btts-sorter {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1024.98px) {
  .catalog-category-view .custom-toolbar .btts-sorter,
  .catalogsearch-result-index .custom-toolbar .btts-sorter,
  .attributepages-page-view .custom-toolbar .btts-sorter {
    width: 100%;
    gap: 8px;
  }
}
.catalog-category-view .custom-toolbar .btts-sorter .toolbar-sorter.custom-sorter,
.catalogsearch-result-index .custom-toolbar .btts-sorter .toolbar-sorter.custom-sorter,
.attributepages-page-view .custom-toolbar .btts-sorter .toolbar-sorter.custom-sorter {
  position: relative;
}
@media (max-width: 1024.98px) {
  .catalog-category-view .custom-toolbar .btts-sorter .toolbar-sorter.custom-sorter,
  .catalogsearch-result-index .custom-toolbar .btts-sorter .toolbar-sorter.custom-sorter,
  .attributepages-page-view .custom-toolbar .btts-sorter .toolbar-sorter.custom-sorter {
    display: flex;
    padding: 12px 22px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 4px;
    border: 1px solid var(--text-primary, #1e2832);
  }
}
.catalog-category-view .custom-toolbar .btts-sorter .mobile-filter-button,
.catalogsearch-result-index .custom-toolbar .btts-sorter .mobile-filter-button,
.attributepages-page-view .custom-toolbar .btts-sorter .mobile-filter-button {
  display: none;
}
@media (max-width: 1024.98px) {
  .catalog-category-view .custom-toolbar .btts-sorter .mobile-filter-button,
  .catalogsearch-result-index .custom-toolbar .btts-sorter .mobile-filter-button,
  .attributepages-page-view .custom-toolbar .btts-sorter .mobile-filter-button {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 4px;
    background: var(--primary, #1e2832);
  }
}
@media (max-width: 1024.98px) {
  .catalog-category-view .custom-toolbar .btts-sorter .mobile-filter-button .filter-text,
  .catalogsearch-result-index .custom-toolbar .btts-sorter .mobile-filter-button .filter-text,
  .attributepages-page-view .custom-toolbar .btts-sorter .mobile-filter-button .filter-text {
    color: var(--text-white, #ffffff);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 0;
    background: none;
  }
}
@media (max-width: 1024.98px) {
  .catalog-category-view .custom-toolbar .btts-sorter .mobile-filter-button .filter-mobile-image,
  .catalogsearch-result-index .custom-toolbar .btts-sorter .mobile-filter-button .filter-mobile-image,
  .attributepages-page-view .custom-toolbar .btts-sorter .mobile-filter-button .filter-mobile-image {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 1024.98px) {
  .catalog-category-view .custom-toolbar .btts-sorter .sorter-action,
  .catalogsearch-result-index .custom-toolbar .btts-sorter .sorter-action,
  .attributepages-page-view .custom-toolbar .btts-sorter .sorter-action {
    display: none;
  }
}
.catalog-category-view .custom-toolbar .btts-sorter .custom-modes,
.catalogsearch-result-index .custom-toolbar .btts-sorter .custom-modes,
.attributepages-page-view .custom-toolbar .btts-sorter .custom-modes {
  display: flex;
  padding: 4px;
  align-items: flex-start;
  gap: 4px;
  border-radius: 4px;
  border: 1px solid var(--dividers, #e7ebef);
}
@media screen and (max-width: 1024px) {
  .catalog-category-view .custom-toolbar .btts-sorter .custom-modes,
  .catalogsearch-result-index .custom-toolbar .btts-sorter .custom-modes,
  .attributepages-page-view .custom-toolbar .btts-sorter .custom-modes {
    border: none;
    padding: 0;
  }
}
@media (max-width: 1024.98px) {
  .catalog-category-view .custom-toolbar .btts-sorter .custom-modes,
  .catalogsearch-result-index .custom-toolbar .btts-sorter .custom-modes,
  .attributepages-page-view .custom-toolbar .btts-sorter .custom-modes {
    display: none;
  }
}
.catalog-category-view .custom-toolbar .btts-sorter .custom-modes .modes-mode,
.catalogsearch-result-index .custom-toolbar .btts-sorter .custom-modes .modes-mode,
.attributepages-page-view .custom-toolbar .btts-sorter .custom-modes .modes-mode {
  border-right: 0;
  border-radius: 4px;
  display: flex;
  padding: 8px;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .catalog-category-view .custom-toolbar .btts-sorter .custom-modes .modes-mode,
  .catalogsearch-result-index .custom-toolbar .btts-sorter .custom-modes .modes-mode,
  .attributepages-page-view .custom-toolbar .btts-sorter .custom-modes .modes-mode {
    display: none;
  }
}
.catalog-category-view .custom-toolbar .btts-sorter .custom-modes .mode-list::before,
.catalogsearch-result-index .custom-toolbar .btts-sorter .custom-modes .mode-list::before,
.attributepages-page-view .custom-toolbar .btts-sorter .custom-modes .mode-list::before {
  -webkit-mask: url('../images/product/list.webp') no-repeat 50% 50%;
  -webkit-mask-size: 20px 20px;
}
.catalog-category-view .custom-toolbar .btts-sorter .custom-modes .mode-grid::before,
.catalogsearch-result-index .custom-toolbar .btts-sorter .custom-modes .mode-grid::before,
.attributepages-page-view .custom-toolbar .btts-sorter .custom-modes .mode-grid::before {
  -webkit-mask: url('../images/product/grid.webp') no-repeat 50% 50%;
  -webkit-mask-size: 20px 20px;
}
.catalog-category-view .custom-toolbar .btts-sorter .custom-modes .active,
.catalogsearch-result-index .custom-toolbar .btts-sorter .custom-modes .active,
.attributepages-page-view .custom-toolbar .btts-sorter .custom-modes .active {
  display: block;
  border-radius: 4px;
  background: var(--input-disabled, #e7ebef);
}
@media screen and (max-width: 1024px) {
  .catalog-category-view .custom-toolbar .btts-sorter .custom-modes .active,
  .catalogsearch-result-index .custom-toolbar .btts-sorter .custom-modes .active,
  .attributepages-page-view .custom-toolbar .btts-sorter .custom-modes .active {
    background: none;
    border: 1px solid var(--text-primary, #1e2832);
    padding: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .catalog-category-view .custom-toolbar .btts-sorter .custom-modes-mobile,
  .catalogsearch-result-index .custom-toolbar .btts-sorter .custom-modes-mobile,
  .attributepages-page-view .custom-toolbar .btts-sorter .custom-modes-mobile {
    display: none;
  }
}
@media (max-width: 1024.98px) {
  .catalog-category-view .custom-toolbar .btts-sorter .custom-modes-mobile,
  .catalogsearch-result-index .custom-toolbar .btts-sorter .custom-modes-mobile,
  .attributepages-page-view .custom-toolbar .btts-sorter .custom-modes-mobile {
    margin-left: 0;
    display: flex;
    border: 0;
  }
}
.catalog-category-view .custom-toolbar .btts-sorter .custom-modes-mobile .modes-mode,
.catalogsearch-result-index .custom-toolbar .btts-sorter .custom-modes-mobile .modes-mode,
.attributepages-page-view .custom-toolbar .btts-sorter .custom-modes-mobile .modes-mode {
  border-right: 0;
  border-radius: 4px;
  display: flex;
  padding: 8px;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .catalog-category-view .custom-toolbar .btts-sorter .custom-modes-mobile .modes-mode,
  .catalogsearch-result-index .custom-toolbar .btts-sorter .custom-modes-mobile .modes-mode,
  .attributepages-page-view .custom-toolbar .btts-sorter .custom-modes-mobile .modes-mode {
    display: none;
  }
}
.catalog-category-view .custom-toolbar .btts-sorter .custom-modes-mobile .mode-list::before,
.catalogsearch-result-index .custom-toolbar .btts-sorter .custom-modes-mobile .mode-list::before,
.attributepages-page-view .custom-toolbar .btts-sorter .custom-modes-mobile .mode-list::before {
  -webkit-mask: url('../images/product/list.webp') no-repeat 50% 50%;
  -webkit-mask-size: 20px 20px;
}
.catalog-category-view .custom-toolbar .btts-sorter .custom-modes-mobile .mode-grid::before,
.catalogsearch-result-index .custom-toolbar .btts-sorter .custom-modes-mobile .mode-grid::before,
.attributepages-page-view .custom-toolbar .btts-sorter .custom-modes-mobile .mode-grid::before {
  -webkit-mask: url('../images/product/grid.webp') no-repeat 50% 50%;
  -webkit-mask-size: 20px 20px;
}
.catalog-category-view .custom-toolbar .btts-sorter .custom-modes-mobile .active,
.catalogsearch-result-index .custom-toolbar .btts-sorter .custom-modes-mobile .active,
.attributepages-page-view .custom-toolbar .btts-sorter .custom-modes-mobile .active {
  display: block;
  border-radius: 4px;
  background: var(--input-disabled, #e7ebef);
  color: #1E2832;
}
@media screen and (max-width: 1024px) {
  .catalog-category-view .custom-toolbar .btts-sorter .custom-modes-mobile .active,
  .catalogsearch-result-index .custom-toolbar .btts-sorter .custom-modes-mobile .active,
  .attributepages-page-view .custom-toolbar .btts-sorter .custom-modes-mobile .active {
    background: none;
    border: 1px solid var(--text-primary, #1e2832);
    padding: 10px;
  }
}
.catalog-category-view .custom-toolbar .btts-sorter .sorter-options,
.catalogsearch-result-index .custom-toolbar .btts-sorter .sorter-options,
.attributepages-page-view .custom-toolbar .btts-sorter .sorter-options {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}
.catalog-category-view .custom-toolbar .btts-sorter .selected-option-display,
.catalogsearch-result-index .custom-toolbar .btts-sorter .selected-option-display,
.attributepages-page-view .custom-toolbar .btts-sorter .selected-option-display {
  cursor: pointer;
  color: #8C9196;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-wrap: nowrap;
}
.catalog-category-view .custom-toolbar .btts-sorter .selected-option-display:hover,
.catalogsearch-result-index .custom-toolbar .btts-sorter .selected-option-display:hover,
.attributepages-page-view .custom-toolbar .btts-sorter .selected-option-display:hover {
  color: #1E2832;
}
@media (max-width: 1024.98px) {
  .catalog-category-view .custom-toolbar .btts-sorter .selected-option-display,
  .catalogsearch-result-index .custom-toolbar .btts-sorter .selected-option-display,
  .attributepages-page-view .custom-toolbar .btts-sorter .selected-option-display {
    color: #1E2832;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }
}
.catalog-category-view .custom-toolbar .btts-sorter .dropdown-options,
.catalogsearch-result-index .custom-toolbar .btts-sorter .dropdown-options,
.attributepages-page-view .custom-toolbar .btts-sorter .dropdown-options {
  display: none;
  position: absolute;
  z-index: 12;
  width: 100%;
  top: 24px;
  border-radius: 4px;
  border: 1px solid var(--accent, #d3dae1);
  background: var(--backgrounds-page, #fafafa);
  box-shadow: -4px 11px 12px 0 rgba(30, 40, 50, 0.07000000000000001);
}
@media (max-width: 1024.98px) {
  .catalog-category-view .custom-toolbar .btts-sorter .dropdown-options,
  .catalogsearch-result-index .custom-toolbar .btts-sorter .dropdown-options,
  .attributepages-page-view .custom-toolbar .btts-sorter .dropdown-options {
    left: 0;
    top: 50px;
    border: 1px solid var(--accent, #eb5673);
  }
}
.catalog-category-view .custom-toolbar .btts-sorter .dropdown-options .dropdown-option,
.catalogsearch-result-index .custom-toolbar .btts-sorter .dropdown-options .dropdown-option,
.attributepages-page-view .custom-toolbar .btts-sorter .dropdown-options .dropdown-option {
  padding: 10px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  color: var(--text-primary, #1e2832);
  font-family: 'Nunito Sans', sans-serif;
  letter-spacing: 0.5px;
}
@media (max-width: 1024.98px) {
  .catalog-category-view .custom-toolbar .btts-sorter .dropdown-options .dropdown-option,
  .catalogsearch-result-index .custom-toolbar .btts-sorter .dropdown-options .dropdown-option,
  .attributepages-page-view .custom-toolbar .btts-sorter .dropdown-options .dropdown-option {
    padding: 12px 20px;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid var(--dividers, #e7ebef);
    flex-wrap: nowrap;
  }
}
@media (max-width: 479.98px) {
  .catalog-category-view .custom-toolbar .btts-sorter .dropdown-options .dropdown-option,
  .catalogsearch-result-index .custom-toolbar .btts-sorter .dropdown-options .dropdown-option,
  .attributepages-page-view .custom-toolbar .btts-sorter .dropdown-options .dropdown-option {
    padding: 12px 12px;
  }
}
.catalog-category-view .custom-toolbar .btts-sorter .dropdown-options .dropdown-option:hover,
.catalogsearch-result-index .custom-toolbar .btts-sorter .dropdown-options .dropdown-option:hover,
.attributepages-page-view .custom-toolbar .btts-sorter .dropdown-options .dropdown-option:hover,
.catalog-category-view .custom-toolbar .btts-sorter .dropdown-options .dropdown-option.selected,
.catalogsearch-result-index .custom-toolbar .btts-sorter .dropdown-options .dropdown-option.selected,
.attributepages-page-view .custom-toolbar .btts-sorter .dropdown-options .dropdown-option.selected {
  background-color: #f1f1f1;
}
@media (max-width: 1024.98px) {
  .catalog-category-view .custom-toolbar .btts-sorter .dropdown-options .dropdown-option:hover,
  .catalogsearch-result-index .custom-toolbar .btts-sorter .dropdown-options .dropdown-option:hover,
  .attributepages-page-view .custom-toolbar .btts-sorter .dropdown-options .dropdown-option:hover,
  .catalog-category-view .custom-toolbar .btts-sorter .dropdown-options .dropdown-option.selected,
  .catalogsearch-result-index .custom-toolbar .btts-sorter .dropdown-options .dropdown-option.selected,
  .attributepages-page-view .custom-toolbar .btts-sorter .dropdown-options .dropdown-option.selected {
    padding: 12px 20px 12px 20px;
    display: flex;
    gap: 8px;
    align-items: center;
    background-color: unset;
  }
}
@media (max-width: 479.98px) {
  .catalog-category-view .custom-toolbar .btts-sorter .dropdown-options .dropdown-option:hover,
  .catalogsearch-result-index .custom-toolbar .btts-sorter .dropdown-options .dropdown-option:hover,
  .attributepages-page-view .custom-toolbar .btts-sorter .dropdown-options .dropdown-option:hover,
  .catalog-category-view .custom-toolbar .btts-sorter .dropdown-options .dropdown-option.selected,
  .catalogsearch-result-index .custom-toolbar .btts-sorter .dropdown-options .dropdown-option.selected,
  .attributepages-page-view .custom-toolbar .btts-sorter .dropdown-options .dropdown-option.selected {
    padding: 12px 12px;
    text-wrap: nowrap;
  }
}
@media (max-width: 1024.98px) {
  .catalog-category-view .custom-toolbar .btts-sorter .dropdown-options .dropdown-option.selected::before,
  .catalogsearch-result-index .custom-toolbar .btts-sorter .dropdown-options .dropdown-option.selected::before,
  .attributepages-page-view .custom-toolbar .btts-sorter .dropdown-options .dropdown-option.selected::before {
    content: "";
    background-image: url('../images/product/check.webp');
    background-repeat: no-repeat;
    background-size: 24px, 24px;
    width: 24px;
    height: 24px;
    position: relative;
    display: block;
    left: 0;
  }
}
.catalog-category-view .custom-toolbar .btts-sorter .custom-sorter-options,
.catalogsearch-result-index .custom-toolbar .btts-sorter .custom-sorter-options,
.attributepages-page-view .custom-toolbar .btts-sorter .custom-sorter-options {
  width: 125px;
  justify-content: end;
  padding: 0rem 5px 0rem 0;
}
@media (max-width: 1024.98px) {
  .catalog-category-view .custom-toolbar .btts-sorter .custom-sorter-options,
  .catalogsearch-result-index .custom-toolbar .btts-sorter .custom-sorter-options,
  .attributepages-page-view .custom-toolbar .btts-sorter .custom-sorter-options {
    padding: 0;
    justify-content: center;
    width: 100%;
    text-align: center;
    position: static;
  }
}
.catalog-category-view .custom-toolbar .btts-sorter .sorter-options-image,
.catalogsearch-result-index .custom-toolbar .btts-sorter .sorter-options-image,
.attributepages-page-view .custom-toolbar .btts-sorter .sorter-options-image {
  background-image: url('../images/product/down.webp');
  background-repeat: no-repeat;
  background-size: 16px, 16px;
  width: 16px;
  height: 16px;
}
@media (max-width: 1024.98px) {
  .catalog-category-view .custom-toolbar .btts-sorter .sorter-options-image,
  .catalogsearch-result-index .custom-toolbar .btts-sorter .sorter-options-image,
  .attributepages-page-view .custom-toolbar .btts-sorter .sorter-options-image {
    background-image: url('../images/product/down-mobile.webp');
  }
}
.catalog-category-view .custom-toolbar .control:hover,
.catalogsearch-result-index .custom-toolbar .control:hover,
.attributepages-page-view .custom-toolbar .control:hover {
  color: #1E2832 !important;
}
.catalog-category-view .custom-toolbar .control:hover span,
.catalogsearch-result-index .custom-toolbar .control:hover span,
.attributepages-page-view .custom-toolbar .control:hover span {
  color: #1E2832 !important;
}
.catalog-category-view .custom-action-remove-all,
.catalogsearch-result-index .custom-action-remove-all,
.attributepages-page-view .custom-action-remove-all {
  color: #8C9196;
  text-align: right;
  font-family: Nunito Sans, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: underline;
}
.catalog-category-view .custom-action-remove-all:hover,
.catalogsearch-result-index .custom-action-remove-all:hover,
.attributepages-page-view .custom-action-remove-all:hover {
  color: #EB5673;
}
.catalog-category-view .normal-price,
.catalogsearch-result-index .normal-price,
.attributepages-page-view .normal-price {
  color: var(--text-primary, #1e2832);
  font-family: Nunito Sans, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 479.98px) {
  .catalog-category-view .normal-price,
  .catalogsearch-result-index .normal-price,
  .attributepages-page-view .normal-price {
    color: var(--text-primary, #1e2832);
    font-family: Nunito Sans, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }
}
.catalog-category-view .special-price,
.catalogsearch-result-index .special-price,
.attributepages-page-view .special-price {
  color: var(--text-primary, #1e2832);
  font-family: Nunito Sans, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 479.98px) {
  .catalog-category-view .special-price,
  .catalogsearch-result-index .special-price,
  .attributepages-page-view .special-price {
    color: var(--text-primary, #1e2832);
    font-family: Nunito Sans, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }
}
.catalog-category-view .old-price,
.catalogsearch-result-index .old-price,
.attributepages-page-view .old-price {
  color: var(--text-secondary-disabled, #8c9196);
  font-family: Nunito Sans, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: line-through;
}
@media (max-width: 479.98px) {
  .catalog-category-view .old-price,
  .catalogsearch-result-index .old-price,
  .attributepages-page-view .old-price {
    font-family: Nunito Sans, serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
}
.catalog-category-view .block.filter .content .count,
.catalogsearch-result-index .block.filter .content .count,
.attributepages-page-view .block.filter .content .count,
.catalog-category-view .block.filter .filter-options .count,
.catalogsearch-result-index .block.filter .filter-options .count,
.attributepages-page-view .block.filter .filter-options .count {
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: inline-flex;
  white-space: nowrap;
  font-weight: 300;
  opacity: .5;
  margin-left: 0.25rem;
  width: 10%;
}
.catalog-category-view .custom-block-title,
.catalogsearch-result-index .custom-block-title,
.attributepages-page-view .custom-block-title {
  display: flex;
  width: 100%;
  padding-top: 64px;
  justify-content: space-between;
  align-items: center;
}
.catalog-category-view .custom-block-title .block-title-text,
.catalogsearch-result-index .custom-block-title .block-title-text,
.attributepages-page-view .custom-block-title .block-title-text {
  color: var(--text-primary, #1e2832);
  font-family: "Nunito Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.5px;
}
.catalog-category-view .recent.custom-recent .product-items,
.catalogsearch-result-index .recent.custom-recent .product-items,
.attributepages-page-view .recent.custom-recent .product-items {
  display: flex;
  width: 100%;
  padding: 48px 0px 80px 0px;
  align-items: flex-start;
  gap: 73px;
}
@media (max-width: 1919px) {
  .catalog-category-view .recent.custom-recent .product-items,
  .catalogsearch-result-index .recent.custom-recent .product-items,
  .attributepages-page-view .recent.custom-recent .product-items {
    gap: 28px;
  }
}
@media (max-width: 1284.98px) {
  .catalog-category-view .recent.custom-recent .product-items,
  .catalogsearch-result-index .recent.custom-recent .product-items,
  .attributepages-page-view .recent.custom-recent .product-items {
    gap: 29px;
  }
}
@media (max-width: 1024.98px) {
  .catalog-category-view .recent.custom-recent .product-items,
  .catalogsearch-result-index .recent.custom-recent .product-items,
  .attributepages-page-view .recent.custom-recent .product-items {
    gap: 18px;
  }
}
@media (max-width: 768.98px) {
  .catalog-category-view .recent.custom-recent .product-items,
  .catalogsearch-result-index .recent.custom-recent .product-items,
  .attributepages-page-view .recent.custom-recent .product-items {
    gap: 14px;
  }
}
@media (max-width: 479.98px) {
  .catalog-category-view .recent.custom-recent .product-items,
  .catalogsearch-result-index .recent.custom-recent .product-items,
  .attributepages-page-view .recent.custom-recent .product-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
.catalog-category-view .recent.custom-recent .product-items .product-item,
.catalogsearch-result-index .recent.custom-recent .product-items .product-item,
.attributepages-page-view .recent.custom-recent .product-items .product-item {
  max-width: 302px;
}
@media (max-width: 479.98px) {
  .catalog-category-view .recent.custom-recent .product-items .product-item,
  .catalogsearch-result-index .recent.custom-recent .product-items .product-item,
  .attributepages-page-view .recent.custom-recent .product-items .product-item {
    width: 100%;
    max-width: none;
  }
}
.catalog-category-view .recent.custom-recent .product-items .product-item .product-item-info,
.catalogsearch-result-index .recent.custom-recent .product-items .product-item .product-item-info,
.attributepages-page-view .recent.custom-recent .product-items .product-item .product-item-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  height: 100%;
  width: 302px;
  flex-shrink: 0;
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .catalog-category-view .recent.custom-recent .product-items .product-item .product-item-info,
  .catalogsearch-result-index .recent.custom-recent .product-items .product-item .product-item-info,
  .attributepages-page-view .recent.custom-recent .product-items .product-item .product-item-info {
    width: 263px;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .catalog-category-view .recent.custom-recent .product-items .product-item .product-item-info,
  .catalogsearch-result-index .recent.custom-recent .product-items .product-item .product-item-info,
  .attributepages-page-view .recent.custom-recent .product-items .product-item .product-item-info {
    width: 188px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-category-view .recent.custom-recent .product-items .product-item .product-item-info,
  .catalogsearch-result-index .recent.custom-recent .product-items .product-item .product-item-info,
  .attributepages-page-view .recent.custom-recent .product-items .product-item .product-item-info {
    width: 220px;
  }
}
@media (max-width: 479.98px) {
  .catalog-category-view .recent.custom-recent .product-items .product-item .product-item-info,
  .catalogsearch-result-index .recent.custom-recent .product-items .product-item .product-item-info,
  .attributepages-page-view .recent.custom-recent .product-items .product-item .product-item-info {
    width: 158px;
    gap: 12px;
  }
}
.catalog-category-view .recent.custom-recent .product-items .product-item .product-item-info .custom-product-item-photo,
.catalogsearch-result-index .recent.custom-recent .product-items .product-item .product-item-info .custom-product-item-photo,
.attributepages-page-view .recent.custom-recent .product-items .product-item .product-item-info .custom-product-item-photo {
  display: flex;
  width: 100% !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
}
.catalog-category-view .recent.custom-recent .product-items .product-item .product-item-info .custom-product-item-photo .product-image-container .custom-product-image-photo,
.catalogsearch-result-index .recent.custom-recent .product-items .product-item .product-item-info .custom-product-item-photo .product-image-container .custom-product-image-photo,
.attributepages-page-view .recent.custom-recent .product-items .product-item .product-item-info .custom-product-item-photo .product-image-container .custom-product-image-photo {
  height: 330px;
  mix-blend-mode: multiply;
}
.catalog-category-view .recent.custom-recent .product-items .product-item .product-item-info .product-item-details,
.catalogsearch-result-index .recent.custom-recent .product-items .product-item .product-item-info .product-item-details,
.attributepages-page-view .recent.custom-recent .product-items .product-item .product-item-info .product-item-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  align-items: flex-start;
  align-self: stretch;
}
@media (max-width: 479.98px) {
  .catalog-category-view .recent.custom-recent .product-items .product-item .product-item-info .product-item-details,
  .catalogsearch-result-index .recent.custom-recent .product-items .product-item .product-item-info .product-item-details,
  .attributepages-page-view .recent.custom-recent .product-items .product-item .product-item-info .product-item-details {
    gap: 10px;
  }
}
.catalog-category-view .recent.custom-recent .product-items .product-item .product-item-info .product-item-details .custom-product-info .custom-price-box,
.catalogsearch-result-index .recent.custom-recent .product-items .product-item .product-item-info .product-item-details .custom-product-info .custom-price-box,
.attributepages-page-view .recent.custom-recent .product-items .product-item .product-item-info .product-item-details .custom-product-info .custom-price-box {
  font-family: "Nunito Sans", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.catalog-category-view .recent.custom-recent .product-items .product-item .product-item-info .product-item-details .custom-product-item-name,
.catalogsearch-result-index .recent.custom-recent .product-items .product-item .product-item-info .product-item-details .custom-product-item-name,
.attributepages-page-view .recent.custom-recent .product-items .product-item .product-item-info .product-item-details .custom-product-item-name {
  gap: 10px;
  align-self: stretch;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalog-category-view .recent.custom-recent .product-items .product-item .product-item-info .product-item-details .custom-product-title,
.catalogsearch-result-index .recent.custom-recent .product-items .product-item .product-item-info .product-item-details .custom-product-title,
.attributepages-page-view .recent.custom-recent .product-items .product-item .product-item-info .product-item-details .custom-product-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.catalog-category-view .recent.custom-recent .product-items .product-item .product-item-info .product-item-details .custom-product-title .product-item-name,
.catalogsearch-result-index .recent.custom-recent .product-items .product-item .product-item-info .product-item-details .custom-product-title .product-item-name,
.attributepages-page-view .recent.custom-recent .product-items .product-item .product-item-info .product-item-details .custom-product-title .product-item-name {
  display: block;
  height: 52px;
  overflow: hidden;
  margin-bottom: 0;
}
.catalog-category-view .recent.custom-recent .product-items .product-item .product-item-info .product-item-details .custom-product-title .product-brand,
.catalogsearch-result-index .recent.custom-recent .product-items .product-item .product-item-info .product-item-details .custom-product-title .product-brand,
.attributepages-page-view .recent.custom-recent .product-items .product-item .product-item-info .product-item-details .custom-product-title .product-brand {
  color: var(--text-secondary_disabled, #8c9196);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.catalog-category-view .recent.custom-recent .product-items .product-item .product-item-info .product-item-details .product-review-price-wrap,
.catalogsearch-result-index .recent.custom-recent .product-items .product-item .product-item-info .product-item-details .product-review-price-wrap,
.attributepages-page-view .recent.custom-recent .product-items .product-item .product-item-info .product-item-details .product-review-price-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.catalog-category-view .recent.custom-recent .product-items .product-item .product-item-info .product-item-details .product-review-price-wrap .price-box,
.catalogsearch-result-index .recent.custom-recent .product-items .product-item .product-item-info .product-item-details .product-review-price-wrap .price-box,
.attributepages-page-view .recent.custom-recent .product-items .product-item .product-item-info .product-item-details .product-review-price-wrap .price-box {
  display: flex;
  flex-direction: row;
  gap: 8px;
  width: 100%;
  margin-bottom: 0;
}
.catalog-category-view .page-title-wrapper .page-title .base,
.catalogsearch-result-index .page-title-wrapper .page-title .base,
.attributepages-page-view .page-title-wrapper .page-title .base {
  color: var(--text-primary, #1e2832);
  font-family: "Nunito Sans", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0;
  margin-bottom: 0;
}
@media (max-width: 479.98px) {
  .catalog-category-view .page-title-wrapper .page-title .base,
  .catalogsearch-result-index .page-title-wrapper .page-title .base,
  .attributepages-page-view .page-title-wrapper .page-title .base {
    color: var(--text-primary, #1e2832);
    text-align: center;
    font-family: Nunito Sans, serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0.5px;
  }
}
.catalog-category-view .page-title-wrapper .custom-page-title,
.catalogsearch-result-index .page-title-wrapper .custom-page-title,
.attributepages-page-view .page-title-wrapper .custom-page-title {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.catalog-category-view .page-title-wrapper .custom-page-title .pagination-total-hide,
.catalogsearch-result-index .page-title-wrapper .custom-page-title .pagination-total-hide,
.attributepages-page-view .page-title-wrapper .custom-page-title .pagination-total-hide {
  display: none;
}
.catalog-category-view .page-title-wrapper .custom-page-title .pagination-total-count,
.catalogsearch-result-index .page-title-wrapper .custom-page-title .pagination-total-count,
.attributepages-page-view .page-title-wrapper .custom-page-title .pagination-total-count {
  display: flex;
  padding: 6px 8px;
  align-items: flex-start;
  gap: 8px;
  border-radius: 2px;
  background: var(--accent, #eb5673);
}
.catalog-category-view .page-title-wrapper .custom-page-title .pagination-total-count .style-total-count,
.catalogsearch-result-index .page-title-wrapper .custom-page-title .pagination-total-count .style-total-count,
.attributepages-page-view .page-title-wrapper .custom-page-title .pagination-total-count .style-total-count {
  color: var(--backgrounds-page, #fafafa);
  text-align: center;
  font-family: Nunito Sans, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 8px;
}
.catalog-category-view .products-grid .product-items,
.catalogsearch-result-index .products-grid .product-items,
.attributepages-page-view .products-grid .product-items,
.catalog-category-view [data-appearance=carousel] .product-items,
.catalogsearch-result-index [data-appearance=carousel] .product-items,
.attributepages-page-view [data-appearance=carousel] .product-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 7%;
  grid-row-gap: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1535.98px) {
  .catalog-category-view .products-grid .product-items,
  .catalogsearch-result-index .products-grid .product-items,
  .attributepages-page-view .products-grid .product-items,
  .catalog-category-view [data-appearance=carousel] .product-items,
  .catalogsearch-result-index [data-appearance=carousel] .product-items,
  .attributepages-page-view [data-appearance=carousel] .product-items {
    grid-column-gap: 62px;
  }
}
@media (max-width: 1284.98px) {
  .catalog-category-view .products-grid .product-items,
  .catalogsearch-result-index .products-grid .product-items,
  .attributepages-page-view .products-grid .product-items,
  .catalog-category-view [data-appearance=carousel] .product-items,
  .catalogsearch-result-index [data-appearance=carousel] .product-items,
  .attributepages-page-view [data-appearance=carousel] .product-items {
    grid-column-gap: 29px;
  }
}
@media (max-width: 1024.98px) {
  .catalog-category-view .products-grid .product-items,
  .catalogsearch-result-index .products-grid .product-items,
  .attributepages-page-view .products-grid .product-items,
  .catalog-category-view [data-appearance=carousel] .product-items,
  .catalogsearch-result-index [data-appearance=carousel] .product-items,
  .attributepages-page-view [data-appearance=carousel] .product-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 21px;
    grid-row-gap: 60px;
  }
}
@media (max-width: 821px) {
  .catalog-category-view .products-grid .product-items,
  .catalogsearch-result-index .products-grid .product-items,
  .attributepages-page-view .products-grid .product-items,
  .catalog-category-view [data-appearance=carousel] .product-items,
  .catalogsearch-result-index [data-appearance=carousel] .product-items,
  .attributepages-page-view [data-appearance=carousel] .product-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 21px;
    grid-row-gap: 60px;
  }
}
@media (max-width: 768.98px) {
  .catalog-category-view .products-grid .product-items,
  .catalogsearch-result-index .products-grid .product-items,
  .attributepages-page-view .products-grid .product-items,
  .catalog-category-view [data-appearance=carousel] .product-items,
  .catalogsearch-result-index [data-appearance=carousel] .product-items,
  .attributepages-page-view [data-appearance=carousel] .product-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 14px;
    grid-row-gap: 60px;
  }
}
@media (max-width: 479.98px) {
  .catalog-category-view .products-grid .product-items,
  .catalogsearch-result-index .products-grid .product-items,
  .attributepages-page-view .products-grid .product-items,
  .catalog-category-view [data-appearance=carousel] .product-items,
  .catalogsearch-result-index [data-appearance=carousel] .product-items,
  .attributepages-page-view [data-appearance=carousel] .product-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
.catalog-category-view .products-grid .product-items .item.product.product-item,
.catalogsearch-result-index .products-grid .product-items .item.product.product-item,
.attributepages-page-view .products-grid .product-items .item.product.product-item,
.catalog-category-view [data-appearance=carousel] .product-items .item.product.product-item,
.catalogsearch-result-index [data-appearance=carousel] .product-items .item.product.product-item,
.attributepages-page-view [data-appearance=carousel] .product-items .item.product.product-item {
  max-width: 302px;
  width: 100%;
}
@media (max-width: 1535.98px) {
  .catalog-category-view .products-grid .product-items .item.product.product-item,
  .catalogsearch-result-index .products-grid .product-items .item.product.product-item,
  .attributepages-page-view .products-grid .product-items .item.product.product-item,
  .catalog-category-view [data-appearance=carousel] .product-items .item.product.product-item,
  .catalogsearch-result-index [data-appearance=carousel] .product-items .item.product.product-item,
  .attributepages-page-view [data-appearance=carousel] .product-items .item.product.product-item {
    max-width: 280px;
  }
}
@media (max-width: 1284.98px) {
  .catalog-category-view .products-grid .product-items .item.product.product-item,
  .catalogsearch-result-index .products-grid .product-items .item.product.product-item,
  .attributepages-page-view .products-grid .product-items .item.product.product-item,
  .catalog-category-view [data-appearance=carousel] .product-items .item.product.product-item,
  .catalogsearch-result-index [data-appearance=carousel] .product-items .item.product.product-item,
  .attributepages-page-view [data-appearance=carousel] .product-items .item.product.product-item {
    max-width: 263px;
  }
}
@media (max-width: 1024.98px) {
  .catalog-category-view .products-grid .product-items .item.product.product-item,
  .catalogsearch-result-index .products-grid .product-items .item.product.product-item,
  .attributepages-page-view .products-grid .product-items .item.product.product-item,
  .catalog-category-view [data-appearance=carousel] .product-items .item.product.product-item,
  .catalogsearch-result-index [data-appearance=carousel] .product-items .item.product.product-item,
  .attributepages-page-view [data-appearance=carousel] .product-items .item.product.product-item {
    max-width: 220px;
  }
}
@media (max-width: 479.98px) {
  .catalog-category-view .products-grid .product-items .item.product.product-item,
  .catalogsearch-result-index .products-grid .product-items .item.product.product-item,
  .attributepages-page-view .products-grid .product-items .item.product.product-item,
  .catalog-category-view [data-appearance=carousel] .product-items .item.product.product-item,
  .catalogsearch-result-index [data-appearance=carousel] .product-items .item.product.product-item,
  .attributepages-page-view [data-appearance=carousel] .product-items .item.product.product-item {
    max-width: none;
  }
}
.catalog-category-view .products-grid .product-items .item.product.product-item .custom-product-item-photo,
.catalogsearch-result-index .products-grid .product-items .item.product.product-item .custom-product-item-photo,
.attributepages-page-view .products-grid .product-items .item.product.product-item .custom-product-item-photo,
.catalog-category-view [data-appearance=carousel] .product-items .item.product.product-item .custom-product-item-photo,
.catalogsearch-result-index [data-appearance=carousel] .product-items .item.product.product-item .custom-product-item-photo,
.attributepages-page-view [data-appearance=carousel] .product-items .item.product.product-item .custom-product-item-photo {
  display: flex;
  width: 100% !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.catalog-category-view .products-grid .product-items .item.product.product-item .custom-product-item-photo .product-image-container .custom-product-image-photo,
.catalogsearch-result-index .products-grid .product-items .item.product.product-item .custom-product-item-photo .product-image-container .custom-product-image-photo,
.attributepages-page-view .products-grid .product-items .item.product.product-item .custom-product-item-photo .product-image-container .custom-product-image-photo,
.catalog-category-view [data-appearance=carousel] .product-items .item.product.product-item .custom-product-item-photo .product-image-container .custom-product-image-photo,
.catalogsearch-result-index [data-appearance=carousel] .product-items .item.product.product-item .custom-product-item-photo .product-image-container .custom-product-image-photo,
.attributepages-page-view [data-appearance=carousel] .product-items .item.product.product-item .custom-product-item-photo .product-image-container .custom-product-image-photo {
  height: 330px;
}
.catalog-category-view .products-grid .product-items .item.product.product-item .product-item-info,
.catalogsearch-result-index .products-grid .product-items .item.product.product-item .product-item-info,
.attributepages-page-view .products-grid .product-items .item.product.product-item .product-item-info,
.catalog-category-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info,
.catalogsearch-result-index [data-appearance=carousel] .product-items .item.product.product-item .product-item-info,
.attributepages-page-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  height: 100%;
  width: 100%;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products-grid .product-items .item.product.product-item .product-item-info,
  .catalogsearch-result-index .products-grid .product-items .item.product.product-item .product-item-info,
  .attributepages-page-view .products-grid .product-items .item.product.product-item .product-item-info,
  .catalog-category-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info,
  .catalogsearch-result-index [data-appearance=carousel] .product-items .item.product.product-item .product-item-info,
  .attributepages-page-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info {
    gap: 12px;
  }
}
.catalog-category-view .products-grid .product-items .item.product.product-item .product-item-info .product-media-wrap .product-item-photo,
.catalogsearch-result-index .products-grid .product-items .item.product.product-item .product-item-info .product-media-wrap .product-item-photo,
.attributepages-page-view .products-grid .product-items .item.product.product-item .product-item-info .product-media-wrap .product-item-photo,
.catalog-category-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-media-wrap .product-item-photo,
.catalogsearch-result-index [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-media-wrap .product-item-photo,
.attributepages-page-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-media-wrap .product-item-photo {
  position: relative;
}
.catalog-category-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details,
.catalogsearch-result-index .products-grid .product-items .item.product.product-item .product-item-info .product-item-details,
.attributepages-page-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details,
.catalog-category-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details,
.catalogsearch-result-index [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details,
.attributepages-page-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details,
  .catalogsearch-result-index .products-grid .product-items .item.product.product-item .product-item-info .product-item-details,
  .attributepages-page-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details,
  .catalog-category-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details,
  .catalogsearch-result-index [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details,
  .attributepages-page-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details {
    gap: 10px;
  }
}
.catalog-category-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title,
.catalogsearch-result-index .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title,
.attributepages-page-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title,
.catalog-category-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title,
.catalogsearch-result-index [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title,
.attributepages-page-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.catalog-category-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .product-item-name,
.catalogsearch-result-index .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .product-item-name,
.attributepages-page-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .product-item-name,
.catalog-category-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .product-item-name,
.catalogsearch-result-index [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .product-item-name,
.attributepages-page-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .product-item-name {
  display: block;
  height: 52px;
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .product-item-name,
  .catalogsearch-result-index .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .product-item-name,
  .attributepages-page-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .product-item-name,
  .catalog-category-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .product-item-name,
  .catalogsearch-result-index [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .product-item-name,
  .attributepages-page-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .product-item-name {
    height: 56px;
  }
}
.catalog-category-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .mobile-review-display,
.catalogsearch-result-index .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .mobile-review-display,
.attributepages-page-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .mobile-review-display,
.catalog-category-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .mobile-review-display,
.catalogsearch-result-index [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .mobile-review-display,
.attributepages-page-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .mobile-review-display {
  display: none;
}
.catalog-category-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .product-brand,
.catalogsearch-result-index .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .product-brand,
.attributepages-page-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .product-brand,
.catalog-category-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .product-brand,
.catalogsearch-result-index [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .product-brand,
.attributepages-page-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .product-brand {
  color: var(--text-secondary_disabled, #8c9196);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 1024.98px) {
  .catalog-category-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .product-brand,
  .catalogsearch-result-index .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .product-brand,
  .attributepages-page-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .product-brand,
  .catalog-category-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .product-brand,
  .catalogsearch-result-index [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .product-brand,
  .attributepages-page-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .product-brand {
    color: var(--text-secondary_disabled, #8c9196);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
}
@media (max-width: 479.98px) {
  .catalog-category-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .product-brand,
  .catalogsearch-result-index .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .product-brand,
  .attributepages-page-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .product-brand,
  .catalog-category-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .product-brand,
  .catalogsearch-result-index [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .product-brand,
  .attributepages-page-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .custom-product-title .product-brand {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }
}
.catalog-category-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap,
.catalogsearch-result-index .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap,
.attributepages-page-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap,
.catalog-category-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap,
.catalogsearch-result-index [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap,
.attributepages-page-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.catalog-category-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-wrapper-grid,
.catalogsearch-result-index .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-wrapper-grid,
.attributepages-page-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-wrapper-grid,
.catalog-category-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-wrapper-grid,
.catalogsearch-result-index [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-wrapper-grid,
.attributepages-page-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-wrapper-grid {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  width: 100%;
}
.catalog-category-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-wrapper-grid .special-price,
.catalogsearch-result-index .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-wrapper-grid .special-price,
.attributepages-page-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-wrapper-grid .special-price,
.catalog-category-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-wrapper-grid .special-price,
.catalogsearch-result-index [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-wrapper-grid .special-price,
.attributepages-page-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-wrapper-grid .special-price {
  color: #8C9196;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: line-through;
}
.catalog-category-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-wrapper-grid .price-default,
.catalogsearch-result-index .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-wrapper-grid .price-default,
.attributepages-page-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-wrapper-grid .price-default,
.catalog-category-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-wrapper-grid .price-default,
.catalogsearch-result-index [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-wrapper-grid .price-default,
.attributepages-page-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-wrapper-grid .price-default {
  color: #1E2832;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 125% */
}
.catalog-category-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box,
.catalogsearch-result-index .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box,
.attributepages-page-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box,
.catalog-category-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box,
.catalogsearch-result-index [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box,
.attributepages-page-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 8px;
  width: 100%;
  margin-bottom: 0;
  color: var(--text-primary, #1e2832);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box,
  .catalogsearch-result-index .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box,
  .attributepages-page-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box,
  .catalog-category-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box,
  .catalogsearch-result-index [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box,
  .attributepages-page-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box {
    font-size: 14px;
    gap: 6px;
  }
}
.catalog-category-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box .special-price,
.catalogsearch-result-index .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box .special-price,
.attributepages-page-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box .special-price,
.catalog-category-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box .special-price,
.catalogsearch-result-index [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box .special-price,
.attributepages-page-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box .special-price {
  color: var(--text-primary, #1e2832);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box .special-price,
  .catalogsearch-result-index .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box .special-price,
  .attributepages-page-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box .special-price,
  .catalog-category-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box .special-price,
  .catalogsearch-result-index [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box .special-price,
  .attributepages-page-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box .special-price {
    font-size: 14px;
  }
}
.catalog-category-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box .old-price,
.catalogsearch-result-index .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box .old-price,
.attributepages-page-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box .old-price,
.catalog-category-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box .old-price,
.catalogsearch-result-index [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box .old-price,
.attributepages-page-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box .old-price {
  color: var(--text-secondary_disabled, #8c9196);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: line-through;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box .old-price,
  .catalogsearch-result-index .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box .old-price,
  .attributepages-page-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box .old-price,
  .catalog-category-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box .old-price,
  .catalogsearch-result-index [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box .old-price,
  .attributepages-page-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-review-price-wrap .price-box .old-price {
    font-size: 12px;
  }
}
.catalog-category-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-item-link,
.catalogsearch-result-index .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-item-link,
.attributepages-page-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-item-link,
.catalog-category-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-item-link,
.catalogsearch-result-index [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-item-link,
.attributepages-page-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-item-link {
  color: var(--text-primary, #1e2832);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  font-family: Nunito Sans, serif;
  align-self: stretch;
  display: block;
  height: 44px;
  overflow: hidden;
}
@media (max-width: 1024.98px) {
  .catalog-category-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-item-link,
  .catalogsearch-result-index .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-item-link,
  .attributepages-page-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-item-link,
  .catalog-category-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-item-link,
  .catalogsearch-result-index [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-item-link,
  .attributepages-page-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-item-link {
    color: var(--text-primary, #1e2832);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
  }
}
@media (max-width: 479.98px) {
  .catalog-category-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-item-link,
  .catalogsearch-result-index .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-item-link,
  .attributepages-page-view .products-grid .product-items .item.product.product-item .product-item-info .product-item-details .product-item-link,
  .catalog-category-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-item-link,
  .catalogsearch-result-index [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-item-link,
  .attributepages-page-view [data-appearance=carousel] .product-items .item.product.product-item .product-item-info .product-item-details .product-item-link {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    height: 56px;
  }
}
@media (max-width: 1024.98px) {
  .catalog-category-view .products-grid .product-items,
  .catalogsearch-result-index .products-grid .product-items,
  .attributepages-page-view .products-grid .product-items {
    column-gap: 21px;
  }
}
@media (max-width: 479.98px) {
  .catalog-category-view .products-grid .product-items,
  .catalogsearch-result-index .products-grid .product-items,
  .attributepages-page-view .products-grid .product-items {
    column-gap: 13px;
  }
}
@media (max-width: 360px) {
  .catalog-category-view .products-grid .product-items,
  .catalogsearch-result-index .products-grid .product-items,
  .attributepages-page-view .products-grid .product-items {
    column-gap: 10px;
  }
}
.catalog-category-view .products-grid .product-items .item.product.product-item,
.catalogsearch-result-index .products-grid .product-items .item.product.product-item,
.attributepages-page-view .products-grid .product-items .item.product.product-item {
  justify-self: center;
}
@media (max-width: 376px) {
  .catalog-category-view .products-grid .product-items .item.product.product-item,
  .catalogsearch-result-index .products-grid .product-items .item.product.product-item,
  .attributepages-page-view .products-grid .product-items .item.product.product-item {
    max-width: 158px;
  }
}
@media (max-width: 366px) {
  .catalog-category-view .products-grid .product-items .item.product.product-item,
  .catalogsearch-result-index .products-grid .product-items .item.product.product-item,
  .attributepages-page-view .products-grid .product-items .item.product.product-item {
    max-width: 150px;
  }
}
.catalog-category-view .products-grid .product-items .item.product.product-item:first-of-type,
.catalogsearch-result-index .products-grid .product-items .item.product.product-item:first-of-type,
.attributepages-page-view .products-grid .product-items .item.product.product-item:first-of-type {
  justify-self: left;
}
.catalog-category-view .products-grid .product-items .item.product.product-item:nth-child(3n),
.catalogsearch-result-index .products-grid .product-items .item.product.product-item:nth-child(3n),
.attributepages-page-view .products-grid .product-items .item.product.product-item:nth-child(3n) {
  justify-self: right;
}
.catalog-category-view .products-grid .product-items .item.product.product-item:nth-child(3n) + li,
.catalogsearch-result-index .products-grid .product-items .item.product.product-item:nth-child(3n) + li,
.attributepages-page-view .products-grid .product-items .item.product.product-item:nth-child(3n) + li {
  justify-self: left;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 0 40px 0;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  border-radius: 24px;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info {
    gap: 12px;
    align-items: flex-start;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product-media-wrap,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product-media-wrap,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product-media-wrap {
  max-width: 152px;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product-media-wrap,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product-media-wrap,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product-media-wrap {
    max-width: 88px;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product-media-wrap .product-item-photo .product-image-container,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product-media-wrap .product-item-photo .product-image-container,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product-media-wrap .product-item-photo .product-image-container {
  display: flex;
  width: 152px;
  height: 124px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product-media-wrap .product-item-photo .product-image-container,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product-media-wrap .product-item-photo .product-image-container,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product-media-wrap .product-item-photo .product-image-container {
    width: 88px;
    height: 104px;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product-media-wrap .product-item-photo .product-image-container .product-image-photo,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product-media-wrap .product-item-photo .product-image-container .product-image-photo,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product-media-wrap .product-item-photo .product-image-container .product-image-photo {
  width: 109px;
  height: 124px;
  flex-shrink: 0;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product-media-wrap .product-item-photo .product-image-container .product-image-photo,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product-media-wrap .product-item-photo .product-image-container .product-image-photo,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product-media-wrap .product-item-photo .product-image-container .product-image-photo {
    width: 88px;
    height: 104px;
  }
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details {
    gap: 10px;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  align-self: stretch;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title {
    gap: 5px;
    flex-direction: row;
    max-width: 100%;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .row-product-description,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .row-product-description,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .row-product-description {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .row-product-description,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .row-product-description,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .row-product-description {
    gap: 6px;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .row-product-description .product-item-link,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .row-product-description .product-item-link,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .row-product-description .product-item-link {
  color: var(--text-primary, #1e2832);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  font-family: Nunito Sans, serif;
  align-self: stretch;
  display: block;
  overflow: hidden;
}
@media (max-width: 1024.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .row-product-description .product-item-link,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .row-product-description .product-item-link,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .row-product-description .product-item-link {
    font-size: 15px;
  }
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .row-product-description .product-item-link,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .row-product-description .product-item-link,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .row-product-description .product-item-link {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .product-item-name,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .product-item-name,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .product-item-name {
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .product-item-name,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .product-item-name,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .product-item-name {
    height: auto;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .mobile-review-display,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .mobile-review-display,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .mobile-review-display {
  display: flex;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary .reviews-actions,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary .reviews-actions,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary .reviews-actions {
  display: none;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary .rating-summary,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary .rating-summary,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary .rating-summary {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary .rating-summary,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary .rating-summary,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary .rating-summary {
    align-items: normal;
    gap: 2px;
  }
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary .rating-summary .rating-result,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary .rating-summary .rating-result,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary .rating-summary .rating-result {
    width: 14px;
    height: 14px;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary .rating-summary .rating-result-number,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary .rating-summary .rating-result-number,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary .rating-summary .rating-result-number {
  font-size: 12px;
  line-height: 16px;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .product-brand,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .product-brand,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .custom-product-title .product-brand {
  color: var(--text-secondary_disabled, #8c9196);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1 0 0;
  gap: 96px;
}
@media (max-width: 1535.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier {
    gap: 80px;
  }
}
@media (max-width: 1284.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier {
    gap: 60px;
  }
}
@media (max-width: 1024.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier {
    gap: 96px;
  }
}
@media (max-width: 768.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier {
    gap: 47px;
  }
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier {
    gap: 34px;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier .price-wrapper,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier .price-wrapper,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier .price-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier .price-wrapper .text,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier .price-wrapper .text,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier .price-wrapper .text {
  color: var(--secondary, #70757b);
  text-align: left;
  font-family: "Nunito Sans", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier .price-wrapper .price-column,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier .price-wrapper .price-column,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier .price-wrapper .price-column {
  display: flex;
  gap: 8px;
  align-items: center;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier .price-wrapper .price-column .price-default,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier .price-wrapper .price-column .price-default,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier .price-wrapper .price-column .price-default {
  color: var(--text-primary, #1e2832);
  text-align: center;
  font-family: 'Nunito Sans', sans-serif, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier .price-wrapper .price-column .special-price,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier .price-wrapper .price-column .special-price,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier .price-wrapper .price-column .special-price {
  color: var(--text-secondary_disabled, #8c9196);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  text-decoration-line: line-through;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier .price-wrapper .price-pink,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier .price-wrapper .price-pink,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-prices-tier .price-wrapper .price-pink {
  color: var(--text-accent, #eb5673);
  text-align: center;
  font-family: "Nunito Sans", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .price-box,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .price-box,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .price-box {
  gap: 8px;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .price-box .custom-price-wrapper .price,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .price-box .custom-price-wrapper .price,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .price-box .custom-price-wrapper .price {
  font-family: Nunito Sans, serif;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .price-box,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .price-box,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .price-box {
    gap: 8px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    font-size: 15px;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: 100%;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input {
  color: #000000;
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .product-qty,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .product-qty,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .product-qty,
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .qty-count,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .qty-count,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .qty-count {
  background: transparent;
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 32px;
  padding: 0;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .product-qty:focus,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .product-qty:focus,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .product-qty:focus,
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .qty-count:focus,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .qty-count:focus,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .qty-count:focus {
  outline: none;
  background: #fafafa;
  --input-shadow-spread: 0;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .product-qty,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .product-qty,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .product-qty {
  width: 36px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  appearance: textfield;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .product-qty::-webkit-outer-spin-button,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .product-qty::-webkit-outer-spin-button,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .product-qty::-webkit-outer-spin-button,
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .product-qty::-webkit-inner-spin-button,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .product-qty::-webkit-inner-spin-button,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .product-qty::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .qty-count,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .qty-count,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 30px;
  font-size: 17px;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
  border-radius: 17px;
  background: #FFFFFF;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .qty-count:before,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .qty-count:before,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .qty-count:before,
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .qty-count:after,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .qty-count:after,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .qty-count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .qty-count--add:after,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .qty-count--add:after,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .qty-count--add:after {
  transform: rotate(90deg);
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .qty-count:disabled,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .qty-count:disabled,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .qty-count:disabled {
  color: #cccccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .qty-count:disabled:before,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .qty-count:disabled:before,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .qty-count:disabled:before,
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .qty-count:disabled:after,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .qty-count:disabled:after,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input .qty-count:disabled:after {
  background: #cccccc;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .qty-input {
  border-radius: 4px;
  transform: scale(1);
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .buy-button,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .buy-button,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .buy-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .buy-button .to-cart-form,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .buy-button .to-cart-form,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .buy-button .to-cart-form {
  display: flex;
  gap: 16px;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .buy-button .action.tocart.primary,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .buy-button .action.tocart.primary,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .buy-button .action.tocart.primary {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 108px;
  border-radius: 4px;
  background: var(--button-light-surface-filled-default, #1e2832);
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .buy-button .action.tocart.primary .add-to-cart-text,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .buy-button .action.tocart.primary .add-to-cart-text,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .buy-button .action.tocart.primary .add-to-cart-text {
  color: var(--text-white, #ffffff);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .buy-button .action.tocart.primary .add-to-cart-text-added,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .buy-button .action.tocart.primary .add-to-cart-text-added,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-buttons .buy-button .action.tocart.primary .add-to-cart-text-added {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-reviews-summary,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-reviews-summary,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .product-reviews-summary {
  display: none;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .action.tocart.primary,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .action.tocart.primary,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .action.tocart.primary {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 4px;
  background: var(--button-light-surface-filled-default, #1e2832);
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .action.tocart.primary .add-to-cart-text,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .action.tocart.primary .add-to-cart-text,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .action.tocart.primary .add-to-cart-text {
  color: #FFF;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .action.tocart.primary .add-to-cart-text-added,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .action.tocart.primary .add-to-cart-text-added,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-review-price-wrap .action.tocart.primary .add-to-cart-text-added {
  color: #FFF;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 24px;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration {
    gap: 12px;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product-media-wrap,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product-media-wrap,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product-media-wrap {
  max-width: 152px;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product-media-wrap,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product-media-wrap,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product-media-wrap {
    max-width: 88px;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product-media-wrap .product-item-photo .product-image-container,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product-media-wrap .product-item-photo .product-image-container,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product-media-wrap .product-item-photo .product-image-container {
  display: flex;
  width: 152px;
  height: 124px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #f5f5f5;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product-media-wrap .product-item-photo .product-image-container,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product-media-wrap .product-item-photo .product-image-container,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product-media-wrap .product-item-photo .product-image-container {
    width: 88px;
    height: 104px;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product-media-wrap .product-item-photo .product-image-container .product-image-photo,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product-media-wrap .product-item-photo .product-image-container .product-image-photo,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product-media-wrap .product-item-photo .product-image-container .product-image-photo {
  width: 109px;
  height: 124px;
  flex-shrink: 0;
  mix-blend-mode: multiply;
  object-fit: scale-down;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product-media-wrap .product-item-photo .product-image-container .product-image-photo,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product-media-wrap .product-item-photo .product-image-container .product-image-photo,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product-media-wrap .product-item-photo .product-image-container .product-image-photo {
    width: 88px;
    height: 104px;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details {
  flex-direction: row;
  min-height: 124px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details {
    min-height: 114px;
  }
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details {
    gap: 10px;
    min-height: 104px;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  align-self: stretch;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title {
    gap: 6px;
    flex-direction: column;
    justify-content: center;
    max-width: 237px;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .row-product-description,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .row-product-description,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .row-product-description {
  display: flex;
  flex-direction: column;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .row-product-description,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .row-product-description,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .row-product-description {
    gap: 6px;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .row-product-description .product-item-link,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .row-product-description .product-item-link,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .row-product-description .product-item-link {
  color: var(--text-primary, #1e2832);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
@media (max-width: 1024.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .row-product-description .product-item-link,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .row-product-description .product-item-link,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .row-product-description .product-item-link {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
  }
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .row-product-description .product-item-link,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .row-product-description .product-item-link,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .row-product-description .product-item-link {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .product-item-name,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .product-item-name,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .product-item-name {
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .product-item-name,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .product-item-name,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .product-item-name {
    height: auto;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .mobile-review-display,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .mobile-review-display,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .mobile-review-display {
  display: flex;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary .reviews-actions,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary .reviews-actions,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary .reviews-actions {
  display: none;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary .rating-summary,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary .rating-summary,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary .rating-summary {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary .rating-summary,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary .rating-summary,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .mobile-review-display .product-reviews-summary .rating-summary {
    align-items: normal;
    gap: 18px;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .product-brand,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .product-brand,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .custom-product-title .product-brand {
  color: var(--text-secondary_disabled, #8c9196);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .arrow-open,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .arrow-open,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .arrow-open {
  display: flex;
  width: 28px;
  min-width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .arrow-open .button-rotate,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .arrow-open .button-rotate,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .arrow-open .button-rotate {
  transform: rotate(180deg);
  transition: all 0.5s ease-in-out;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .arrow-open .button-rotate-default,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .arrow-open .button-rotate-default,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .arrow-open .button-rotate-default {
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .product-review-price-wrap,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .product-review-price-wrap,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .product-review-price-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .product-review-price-wrap .price-box,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .product-review-price-wrap .price-box,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .product-review-price-wrap .price-box {
    gap: 8px;
    flex-direction: row;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .product-review-price-wrap .product-reviews-summary,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .product-review-price-wrap .product-reviews-summary,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .product-review-price-wrap .product-reviews-summary {
  display: none;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .product-review-price-wrap .action.tocart.primary,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .product-review-price-wrap .action.tocart.primary,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .product-review-price-wrap .action.tocart.primary {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 4px;
  background: var(--button-light-surface-filled-default, #1e2832);
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .product-review-price-wrap .action.tocart.primary .add-to-cart-text,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .product-review-price-wrap .action.tocart.primary .add-to-cart-text,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .product-review-price-wrap .action.tocart.primary .add-to-cart-text {
  color: #FFF;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .product-review-price-wrap .action.tocart.primary .add-to-cart-text-added,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .product-review-price-wrap .action.tocart.primary .add-to-cart-text-added,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .product-item-info-configuration .product.details.product-item-details .product-review-price-wrap .action.tocart.primary .add-to-cart-text-added {
  color: #FFF;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children-hide,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children-hide,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children-hide {
  max-height: 0;
  transition: max-height 0.5s ease-in-out;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children-active,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children-active,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children-active {
  max-height: 526px;
  overflow-x: hidden;
  transition: max-height 0.5s ease-in-out;
  overflow-y: scroll;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children::-webkit-scrollbar,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children::-webkit-scrollbar,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children::-webkit-scrollbar {
  width: 4px;
  height: 42px;
  background: #E7EBEF;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children::-webkit-scrollbar-thumb,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children::-webkit-scrollbar-thumb,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children::-webkit-scrollbar-thumb {
  background: #EB5673;
  border-radius: 0;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children::-webkit-scrollbar-thumb:hover,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children::-webkit-scrollbar-thumb:hover,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children::-webkit-scrollbar-thumb:hover {
  background: #EB5673;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-bottom: 1px solid var(--dividers, #e7ebef);
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card {
    padding: 16px 10px 16px 0;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile {
  display: none;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    flex-direction: column;
  }
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-prices-tier,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-prices-tier,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-prices-tier {
    display: flex;
    align-items: center;
    flex: 1 0 0;
    width: 100%;
    justify-content: space-between;
  }
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-prices-tier .price-wrapper,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-prices-tier .price-wrapper,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-prices-tier .price-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
  }
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-prices-tier .price-wrapper .text,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-prices-tier .price-wrapper .text,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-prices-tier .price-wrapper .text {
    color: var(--secondary, #70757b);
    text-align: center;
    font-family: "Nunito Sans", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-prices-tier .price-wrapper .price,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-prices-tier .price-wrapper .price,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-prices-tier .price-wrapper .price {
    color: var(--text-primary, #1e2832);
    text-align: center;
    font-family: "Nunito Sans", serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-prices-tier .price-wrapper .price-pink,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-prices-tier .price-wrapper .price-pink,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-prices-tier .price-wrapper .price-pink {
    color: var(--text-accent, #eb5673);
    text-align: center;
    font-family: "Nunito Sans", serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: 100%;
  }
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input {
    color: #000000;
    background: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .product-qty,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .product-qty,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .product-qty,
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .qty-count,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .qty-count,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .qty-count {
    background: transparent;
    color: inherit;
    font-weight: bold;
    font-size: inherit;
    border: none;
    display: inline-block;
    min-width: 0;
    height: 32px;
    padding: 0;
  }
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .product-qty:focus,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .product-qty:focus,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .product-qty:focus,
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .qty-count:focus,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .qty-count:focus,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .qty-count:focus {
    outline: none;
    background: #fafafa;
    --input-shadow-spread: 0;
  }
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .product-qty,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .product-qty,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .product-qty {
    width: 36px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    appearance: textfield;
  }
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .product-qty::-webkit-outer-spin-button,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .product-qty::-webkit-outer-spin-button,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .product-qty::-webkit-outer-spin-button,
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .product-qty::-webkit-inner-spin-button,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .product-qty::-webkit-inner-spin-button,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .product-qty::-webkit-inner-spin-button {
    appearance: none;
    margin: 0;
  }
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .qty-count,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .qty-count,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .qty-count {
    padding: 0;
    cursor: pointer;
    width: 30px;
    font-size: 17px;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
    border-radius: 17px;
    background: #FFFFFF;
  }
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .qty-count:before,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .qty-count:before,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .qty-count:before,
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .qty-count:after,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .qty-count:after,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .qty-count:after {
    content: "";
    height: 2px;
    width: 10px;
    position: absolute;
    display: block;
    background: #000000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .qty-count--add:after,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .qty-count--add:after,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .qty-count--add:after {
    transform: rotate(90deg);
  }
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .qty-count:disabled,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .qty-count:disabled,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .qty-count:disabled {
    color: #cccccc;
    background: #f2f2f2;
    cursor: not-allowed;
    border-color: transparent;
  }
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .qty-count:disabled:before,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .qty-count:disabled:before,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .qty-count:disabled:before,
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .qty-count:disabled:after,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .qty-count:disabled:after,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input .qty-count:disabled:after {
    background: #cccccc;
  }
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .qty-input {
    border-radius: 4px;
    transform: scale(1);
  }
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .buy-button,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .buy-button,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .buy-button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .buy-button .to-cart-form,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .buy-button .to-cart-form,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .buy-button .to-cart-form {
    display: flex;
    gap: 16px;
  }
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .buy-button .action.tocart.primary,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .buy-button .action.tocart.primary,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .buy-button .action.tocart.primary {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 108px;
    border-radius: 4px;
    background: var(--button-light-surface-filled-default, #1e2832);
  }
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .buy-button .action.tocart.primary .add-to-cart-text,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .buy-button .action.tocart.primary .add-to-cart-text,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .buy-button .action.tocart.primary .add-to-cart-text {
    color: var(--text-white, #ffffff);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .buy-button .action.tocart.primary .add-to-cart-text-added,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .buy-button .action.tocart.primary .add-to-cart-text-added,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-buttons .buy-button .action.tocart.primary .add-to-cart-text-added {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }
}
@media (max-width: 479.98px) and (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-prices-tier .price-wrapper .text,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-prices-tier .price-wrapper .text,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-prices-tier .price-wrapper .text {
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }
}
@media (max-width: 479.98px) and (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-prices-tier .price-wrapper .price,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-prices-tier .price-wrapper .price,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-prices-tier .price-wrapper .price {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
  }
}
@media (max-width: 479.98px) and (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-prices-tier .price-wrapper .price-pink,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-prices-tier .price-wrapper .price-pink,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-price-button-mobile .product-prices-tier .price-wrapper .price-pink {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row {
    gap: 12px;
    align-items: flex-start;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-media-wrap,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-media-wrap,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-media-wrap {
  max-width: 112px;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-media-wrap,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-media-wrap,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-media-wrap {
    max-width: 88px;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-media-wrap .product-item-photo .product-image-container,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-media-wrap .product-item-photo .product-image-container,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-media-wrap .product-item-photo .product-image-container {
  display: flex;
  width: 112px;
  height: 112px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-media-wrap .product-item-photo .product-image-container .product-image-photo,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-media-wrap .product-item-photo .product-image-container .product-image-photo,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-media-wrap .product-item-photo .product-image-container .product-image-photo {
  mix-blend-mode: multiply;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-description,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-description,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-description,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-description,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-description {
    gap: 8px;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-description .product-child-title-rate,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-description .product-child-title-rate,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-description .product-child-title-rate {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-description .product-child-title-rate,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-description .product-child-title-rate,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-description .product-child-title-rate {
    gap: 8px;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-description .product-child-title-rate .title,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-description .product-child-title-rate .title,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-description .product-child-title-rate .title {
  color: var(--text-primary, #1e2832);
  font-family: "Nunito Sans", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-description .product-child-title-rate .title,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-description .product-child-title-rate .title,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-description .product-child-title-rate .title {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-description .product-child-title-rate .reviews-actions,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-description .product-child-title-rate .reviews-actions,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-description .product-child-title-rate .reviews-actions {
  display: none;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-description .product-child-sku,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-description .product-child-sku,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-description .product-child-sku {
  color: var(--secondary, #70757b);
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-description .product-child-sku,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-description .product-child-sku,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-description .product-child-sku {
    color: var(--secondary, #70757b);
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-description .product-child-code,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-description .product-child-code,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-description .product-child-code {
  color: var(--secondary, #70757b);
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-description .product-child-code,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-description .product-child-code,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-description .product-child-code {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button {
  display: flex;
  align-items: flex-end;
  gap: 116px;
  align-self: stretch;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button {
    display: none;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-prices-tier,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-prices-tier,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-prices-tier {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1 0 0;
  gap: 96px;
}
@media (max-width: 1535.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-prices-tier,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-prices-tier,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-prices-tier {
    gap: 80px;
  }
}
@media (max-width: 1284.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-prices-tier,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-prices-tier,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-prices-tier {
    gap: 60px;
  }
}
@media (max-width: 1024.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-prices-tier,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-prices-tier,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-prices-tier {
    gap: 96px;
  }
}
@media (max-width: 768.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-prices-tier,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-prices-tier,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-prices-tier {
    gap: 47px;
  }
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-prices-tier,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-prices-tier,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-prices-tier {
    gap: 34px;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-prices-tier .price-wrapper,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-prices-tier .price-wrapper,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-prices-tier .price-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-prices-tier .price-wrapper .text,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-prices-tier .price-wrapper .text,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-prices-tier .price-wrapper .text {
  color: var(--secondary, #70757b);
  text-align: left;
  font-family: "Nunito Sans", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-prices-tier .price-wrapper .price-default,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-prices-tier .price-wrapper .price-default,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-prices-tier .price-wrapper .price-default {
  color: var(--text-primary, #1e2832);
  text-align: center;
  font-family: "Nunito Sans", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-prices-tier .price-wrapper .price-pink,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-prices-tier .price-wrapper .price-pink,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-prices-tier .price-wrapper .price-pink {
  color: var(--text-accent, #eb5673);
  text-align: center;
  font-family: "Nunito Sans", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input {
  color: #000000;
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .product-qty,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .product-qty,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .product-qty,
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .qty-count,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .qty-count,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .qty-count {
  background: transparent;
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 32px;
  padding: 0;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .product-qty:focus,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .product-qty:focus,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .product-qty:focus,
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .qty-count:focus,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .qty-count:focus,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .qty-count:focus {
  outline: none;
  background: #fafafa;
  --input-shadow-spread: 0;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .product-qty,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .product-qty,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .product-qty {
  width: 36px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  appearance: textfield;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .product-qty::-webkit-outer-spin-button,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .product-qty::-webkit-outer-spin-button,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .product-qty::-webkit-outer-spin-button,
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .product-qty::-webkit-inner-spin-button,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .product-qty::-webkit-inner-spin-button,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .product-qty::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .qty-count,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .qty-count,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 30px;
  font-size: 17px;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
  border-radius: 17px;
  background: #FFFFFF;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .qty-count:before,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .qty-count:before,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .qty-count:before,
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .qty-count:after,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .qty-count:after,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .qty-count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .qty-count--add:after,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .qty-count--add:after,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .qty-count--add:after {
  transform: rotate(90deg);
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .qty-count:disabled,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .qty-count:disabled,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .qty-count:disabled {
  color: #cccccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .qty-count:disabled:before,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .qty-count:disabled:before,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .qty-count:disabled:before,
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .qty-count:disabled:after,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .qty-count:disabled:after,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input .qty-count:disabled:after {
  background: #cccccc;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .qty-input {
  border-radius: 4px;
  transform: scale(1);
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .buy-button,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .buy-button,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .buy-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .buy-button,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .buy-button,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .buy-button {
    width: 100%;
    justify-content: normal;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .buy-button .to-cart-form,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .buy-button .to-cart-form,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .buy-button .to-cart-form {
  display: flex;
  gap: 16px;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .buy-button .to-cart-form,
  .catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .buy-button .to-cart-form,
  .attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .buy-button .to-cart-form {
    width: 100%;
    justify-content: space-between;
  }
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .buy-button .action.tocart.primary,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .buy-button .action.tocart.primary,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .buy-button .action.tocart.primary {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 108px;
  border-radius: 4px;
  background: var(--button-light-surface-filled-default, #1e2832);
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .buy-button .action.tocart.primary .add-to-cart-text,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .buy-button .action.tocart.primary .add-to-cart-text,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .buy-button .action.tocart.primary .add-to-cart-text {
  color: var(--text-white, #ffffff);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.catalog-category-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .buy-button .action.tocart.primary .add-to-cart-text-added,
.catalogsearch-result-index .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .buy-button .action.tocart.primary .add-to-cart-text-added,
.attributepages-page-view .products.wrapper.list.products-list.custom-products-wrapper .products.list.items.product-items .item.product.product-item .products-children .product-child-card .product-child-card-row .product-child-card-content .product-child-card-price-button .product-buttons .buy-button .action.tocart.primary .add-to-cart-text-added {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.catalog-category-view .page-main > .columns,
.catalogsearch-result-index .page-main > .columns,
.attributepages-page-view .page-main > .columns {
  border-top: 1px solid #E7EBEF;
  column-gap: 48px;
}
@media (max-width: 1284.98px) {
  .catalog-category-view .page-main > .columns,
  .catalogsearch-result-index .page-main > .columns,
  .attributepages-page-view .page-main > .columns {
    column-gap: 30px;
    grid-template-columns: 290px 1fr;
  }
}
@media (max-width: 1024.98px) {
  .catalog-category-view .page-main > .columns,
  .catalogsearch-result-index .page-main > .columns,
  .attributepages-page-view .page-main > .columns {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}
@media (min-width: 769px) {
  .catalog-category-view .page-main > .columns,
  .catalogsearch-result-index .page-main > .columns,
  .attributepages-page-view .page-main > .columns {
    grid-template-areas: "sidebar main" "sidebar main";
  }
}
.catalog-category-view .page-main > .columns > .main,
.catalogsearch-result-index .page-main > .columns > .main,
.attributepages-page-view .page-main > .columns > .main {
  padding-top: 40px;
}
@media (max-width: 479.98px) {
  .catalog-category-view .page-main > .columns > .main,
  .catalogsearch-result-index .page-main > .columns > .main,
  .attributepages-page-view .page-main > .columns > .main {
    padding-top: 20px;
  }
}
.catalog-category-view .page-main > .columns > .sidebar-main,
.catalogsearch-result-index .page-main > .columns > .sidebar-main,
.attributepages-page-view .page-main > .columns > .sidebar-main {
  border-right: 1px solid #E7EBEF;
  padding-top: 40px;
}
@media (max-width: 1024.98px) {
  .catalog-category-view .page-main > .columns > .sidebar-main,
  .catalogsearch-result-index .page-main > .columns > .sidebar-main,
  .attributepages-page-view .page-main > .columns > .sidebar-main {
    border-right: 0;
    padding-top: 0;
  }
}
.catalog-category-view .page-main > .columns > .sidebar-main .block .block-title,
.catalogsearch-result-index .page-main > .columns > .sidebar-main .block .block-title,
.attributepages-page-view .page-main > .columns > .sidebar-main .block .block-title {
  color: var(--text-primary, #1e2832);
  font-family: "Nunito Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  padding: 0 0;
}
.catalog-category-view .page-main > .columns > .sidebar-additional,
.catalogsearch-result-index .page-main > .columns > .sidebar-additional,
.attributepages-page-view .page-main > .columns > .sidebar-additional {
  border-right: 1px solid #E7EBEF;
}
@media (max-width: 1024.98px) {
  .catalog-category-view .page-main > .columns > .sidebar-additional,
  .catalogsearch-result-index .page-main > .columns > .sidebar-additional,
  .attributepages-page-view .page-main > .columns > .sidebar-additional {
    border-right: 0;
  }
}
.catalog-category-view .page-main > .columns > .sidebar-additional .display-market,
.catalogsearch-result-index .page-main > .columns > .sidebar-additional .display-market,
.attributepages-page-view .page-main > .columns > .sidebar-additional .display-market {
  display: none;
}
.catalog-category-view :where(input:not([type=range])),
.catalogsearch-result-index :where(input:not([type=range])),
.attributepages-page-view :where(input:not([type=range])),
.catalog-category-view textarea,
.catalogsearch-result-index textarea,
.attributepages-page-view textarea,
.catalog-category-view select,
.catalogsearch-result-index select,
.attributepages-page-view select {
  outline: none;
  position: relative;
  padding: 0.5rem 32px;
  width: 100%;
  border: 0 solid;
  border-radius: 0;
  box-shadow: none;
  color: var(--text-secondary-disabled, #8c9196);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.catalog-category-view .products-grid .product-items .product-item-photo img,
.catalogsearch-result-index .products-grid .product-items .product-item-photo img,
.attributepages-page-view .products-grid .product-items .product-item-photo img,
.catalog-category-view [data-appearance="carousel"] .product-items .product-item-photo img,
.catalogsearch-result-index [data-appearance="carousel"] .product-items .product-item-photo img,
.attributepages-page-view [data-appearance="carousel"] .product-items .product-item-photo img {
  width: 100%;
  object-fit: scale-down;
  max-height: 302px;
}
@media (max-width: 479.98px) {
  .catalog-category-view .products-grid .product-items .product-item-photo img,
  .catalogsearch-result-index .products-grid .product-items .product-item-photo img,
  .attributepages-page-view .products-grid .product-items .product-item-photo img,
  .catalog-category-view [data-appearance="carousel"] .product-items .product-item-photo img,
  .catalogsearch-result-index [data-appearance="carousel"] .product-items .product-item-photo img,
  .attributepages-page-view [data-appearance="carousel"] .product-items .product-item-photo img {
    max-height: 186px;
  }
}
.catalog-category-view .toolbar,
.catalogsearch-result-index .toolbar,
.attributepages-page-view .toolbar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 0 0;
  padding: 0px 0px 24px 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (max-width: 1024.98px) {
  .catalog-category-view .toolbar,
  .catalogsearch-result-index .toolbar,
  .attributepages-page-view .toolbar {
    flex-wrap: wrap;
  }
}
@media (max-width: 479.98px) {
  .catalog-category-view .toolbar,
  .catalogsearch-result-index .toolbar,
  .attributepages-page-view .toolbar {
    padding: 0 0 24px;
    flex-direction: row;
    align-items: center;
  }
}
.catalog-category-view .toolbar .pages .current,
.catalogsearch-result-index .toolbar .pages .current,
.attributepages-page-view .toolbar .pages .current {
  border-bottom: 1px solid var(--text-primary, #1e2832);
  color: var(--text-primary, #1e2832);
  font-family: Nunito;
  font-size: 13px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
  opacity: 1 !important;
}
.catalog-category-view .toolbar .pages .item,
.catalogsearch-result-index .toolbar .pages .item,
.attributepages-page-view .toolbar .pages .item {
  opacity: 0.6;
  color: var(--text-primary, #1e2832);
  font-family: "Nunito Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.catalog-category-view .toolbar ~ .products,
.catalogsearch-result-index .toolbar ~ .products,
.attributepages-page-view .toolbar ~ .products {
  margin: 0;
}
.catalog-category-view .toolbar .sorter,
.catalogsearch-result-index .toolbar .sorter,
.attributepages-page-view .toolbar .sorter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  gap: 0;
}
@media (max-width: 479.98px) {
  .catalog-category-view .toolbar .sorter,
  .catalogsearch-result-index .toolbar .sorter,
  .attributepages-page-view .toolbar .sorter {
    width: auto;
  }
}
.catalog-category-view .toolbar .limiter,
.catalogsearch-result-index .toolbar .limiter,
.attributepages-page-view .toolbar .limiter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  margin: 0;
}
@media (max-width: 479.98px) {
  .catalog-category-view .toolbar .limiter,
  .catalogsearch-result-index .toolbar .limiter,
  .attributepages-page-view .toolbar .limiter {
    width: auto;
  }
}
.customer-account-login :where(input:not([type=range])),
.customer-account-login textarea,
.customer-account-login select {
  box-shadow: none;
}
.customer-account-login .listing-grid-item-actions-absolute .product-item-details .product-item-actions .stock,
.customer-account-login .listing-grid-item-actions-primary-absolute .product-item-details .actions-primary .stock,
.customer-account-login button,
.customer-account-login .action.primary,
.customer-account-login input[type='submit'],
.customer-account-login input[type='reset'],
.customer-account-login input[type='button'],
.customer-account-login .pagebuilder-button-primary,
.customer-account-login .pagebuilder-button-secondary,
.customer-account-login .pagebuilder-button-link {
  outline: none;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-weight: 400;
  padding: 0.5rem 1.25rem;
  color: #ffffff;
  border-radius: 0;
  text-decoration: none !important;
  white-space: nowrap;
}
.customer-account-create :where(input:not([type=range])),
.customer-account-create textarea,
.customer-account-create select {
  box-shadow: none;
}
.customer-account-create .listing-grid-item-actions-absolute .product-item-details .product-item-actions .stock,
.customer-account-create .listing-grid-item-actions-primary-absolute .product-item-details .actions-primary .stock,
.customer-account-create button,
.customer-account-create .action.primary,
.customer-account-create input[type='submit'],
.customer-account-create input[type='reset'],
.customer-account-create input[type='button'],
.customer-account-create .pagebuilder-button-primary,
.customer-account-create .pagebuilder-button-secondary,
.customer-account-create .pagebuilder-button-link {
  outline: none;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-weight: 400;
  padding: 0.5rem 1.25rem;
  border-radius: 0;
  text-decoration: none !important;
  white-space: nowrap;
}
.minisearch .label::before,
.minisearch .action.search::before {
  -webkit-mask: url('../images/catalog-menu/search.svg') no-repeat;
  height: 24px;
}
.custom-block-title-minicart {
  display: flex;
  padding: 24px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-bottom: 1px solid var(--dividers, #e7ebef);
  background: var(--backgrounds-page, #fafafa);
}
.custom-block-title-minicart .custom-shopping-cart-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.custom-block-title-minicart .custom-shopping-cart-container .shopping-cart-title-style {
  color: var(--text-primary, #1e2832);
  text-align: center;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.5px;
}
.custom-block-title-minicart .custom-shopping-cart-container .rectangle-shopping-cart {
  width: 1px;
  align-self: stretch;
  background: var(--dividers, #e7ebef);
}
.custom-block-title-minicart .custom-shopping-cart-container .shopping-cart-count-style {
  color: var(--text-secondary_disabled, #8c9196);
  /* desktop/b2 */
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.custom-block-content-shopping-cart {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  justify-content: space-between;
  height: 92vh;
}
@media (max-width: 479.98px) {
  .custom-block-content-shopping-cart {
    height: 90vh;
  }
}
.custom-block-content-shopping-cart .placeholder-cart {
  display: flex;
  padding: 0 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  height: 100%;
}
.custom-block-content-shopping-cart .placeholder-cart .text-cart {
  color: var(--primary, #1e2832);
  text-align: center;
  font-family: Nunito Sans, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.custom-block-content-shopping-cart .placeholder-cart .cart-button {
  display: flex;
  align-items: flex-start;
}
.custom-block-content-shopping-cart .placeholder-cart .cart-button .cart-button-style {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: var(--button-light-surface-filled-default, #1e2832);
}
.custom-block-content-shopping-cart .placeholder-cart .cart-button .cart-button-style .cart-button-text {
  color: var(--text-white, #ffffff);
  font-family: "Nunito Sans", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.custom-block-content-shopping-cart :where(input:not([type=range])):focus,
.custom-block-content-shopping-cart :where(input:not([type=range])):focus-visible,
.custom-block-content-shopping-cart textarea:focus,
.custom-block-content-shopping-cart textarea:focus-visible,
.custom-block-content-shopping-cart select:focus,
.custom-block-content-shopping-cart select:focus-visible {
  --input-shadow-spread: 0;
}
.custom-block-content-shopping-cart .minicart-items li.product-item > div.product > :nth-child(2) {
  max-width: calc(80.25%);
}
.custom-block-content-shopping-cart .minicart-items li.product-item + li {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.custom-block-content-shopping-cart .custom-minicart-items-wrapper {
  margin: 0;
}
.custom-block-content-shopping-cart .custom-minicart-items-wrapper .custom-minicart-items {
  max-height: 71vh;
  padding: 0;
  margin: 0;
}
.custom-block-content-shopping-cart .custom-minicart-items-wrapper .custom-minicart-items .product-item .custom-product-shopping-cart {
  display: flex;
  padding: 16px;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  flex-wrap: unset;
  border-bottom: 1px solid var(--dividers, #e7ebef);
  background: #fff;
}
.custom-block-content-shopping-cart .custom-minicart-items-wrapper .custom-minicart-items .product-item .custom-product-shopping-cart .product-item-photo .product-image-container .product-image-wrapper {
  background-color: #f5f5f5;
}
.custom-block-content-shopping-cart .custom-minicart-items-wrapper .custom-minicart-items .product-item .custom-product-shopping-cart .product-item-photo .product-image-container .product-image-wrapper .custom-product-image-photo {
  mix-blend-mode: multiply;
  object-fit: scale-down;
  height: 78px;
}
.custom-block-content-shopping-cart .custom-minicart-items-wrapper .custom-minicart-items .product-item .custom-product-shopping-cart .product-item-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.custom-block-content-shopping-cart .custom-minicart-items-wrapper .custom-minicart-items .product-item .custom-product-shopping-cart .product-item-details .product-item-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.custom-block-content-shopping-cart .custom-minicart-items-wrapper .custom-minicart-items .product-item .custom-product-shopping-cart .product-item-details .product-item-name .product-item-name-container {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  justify-content: space-between;
}
.custom-block-content-shopping-cart .custom-minicart-items-wrapper .custom-minicart-items .product-item .custom-product-shopping-cart .product-item-details .product-item-name .product-item-name-container .product-item-title {
  color: var(--text-primary, #1e2832);
  font-family: "Nunito Sans", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.custom-block-content-shopping-cart .custom-minicart-items-wrapper .custom-minicart-items .product-item .custom-product-shopping-cart .product-item-details .product-item-name .product-item-name-container .secondary .action.delete::before {
  -webkit-mask: url("../images/cart/delete.svg");
  -webkit-mask-size: 1.25rem 1.25rem;
  -webkit-mask-repeat: no-repeat;
  opacity: 0.3;
}
.custom-block-content-shopping-cart .custom-minicart-items-wrapper .custom-minicart-items .product-item .custom-product-shopping-cart .product-item-details .product-item-name .product-item-name-container .secondary .action.delete:hover::before {
  opacity: 1;
  color: #EB5673;
}
.custom-block-content-shopping-cart .custom-minicart-items-wrapper .custom-minicart-items .product-item .custom-product-shopping-cart .product-item-details .product-item-name .product-item-brand {
  color: var(--text-secondary_disabled, #8c9196);
  font-family: Nunito Sans, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.custom-block-content-shopping-cart .custom-minicart-items-wrapper .custom-minicart-items .product-item .custom-product-shopping-cart .product-item-details .product-item-pricing {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row-reverse;
}
.custom-block-content-shopping-cart .custom-minicart-items-wrapper .custom-minicart-items .product-item .custom-product-shopping-cart .product-item-details .product-item-pricing .details-qty.qty {
  gap: 1px;
}
.custom-block-content-shopping-cart .custom-minicart-items-wrapper .custom-minicart-items .product-item .custom-product-shopping-cart .product-item-details .product-item-pricing .details-qty.qty .button-style-minus {
  background: none;
  padding: 0;
  width: 20px;
  height: 20px;
}
.custom-block-content-shopping-cart .custom-minicart-items-wrapper .custom-minicart-items .product-item .custom-product-shopping-cart .product-item-details .product-item-pricing .details-qty.qty .button-style-minus:hover {
  color: #EB5673;
}
.custom-block-content-shopping-cart .custom-minicart-items-wrapper .custom-minicart-items .product-item .custom-product-shopping-cart .product-item-details .product-item-pricing .details-qty.qty .button-style-plus {
  background: none;
  padding: 0;
  width: 20px;
  height: 20px;
}
.custom-block-content-shopping-cart .custom-minicart-items-wrapper .custom-minicart-items .product-item .custom-product-shopping-cart .product-item-details .product-item-pricing .details-qty.qty .button-style-plus:hover {
  color: #EB5673;
}
.custom-block-content-shopping-cart .custom-minicart-items-wrapper .custom-minicart-items .product-item .custom-product-shopping-cart .product-item-details .product-item-pricing .details-qty.qty input::-webkit-outer-spin-button,
.custom-block-content-shopping-cart .custom-minicart-items-wrapper .custom-minicart-items .product-item .custom-product-shopping-cart .product-item-details .product-item-pricing .details-qty.qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.custom-block-content-shopping-cart .custom-minicart-items-wrapper .custom-minicart-items .product-item .custom-product-shopping-cart .product-item-details .product-item-pricing .details-qty.qty .secondary .action.delete::before {
  -webkit-mask: url("../images/cart/delete.svg");
  -webkit-mask-size: 1.25rem 1.25rem;
  -webkit-mask-repeat: no-repeat;
}
.custom-block-content-shopping-cart .custom-minicart-items-wrapper .custom-minicart-items .product-item .custom-product-shopping-cart .product-item-details .product-item-pricing .details-qty.qty .secondary .action.delete:hover::before {
  opacity: 1;
  color: #EB5673;
}
.custom-block-content-shopping-cart .custom-minicart-items-wrapper .custom-minicart-items .product-item .custom-product-shopping-cart .product-item-details .product-item-pricing .details-qty.qty .update-cart-item {
  background: none;
  padding: 0;
}
.custom-block-content-shopping-cart .custom-minicart-items-wrapper .custom-minicart-items .product-item .custom-product-shopping-cart .product-item-details .product-item-pricing .details-qty.qty .update-cart-item::before {
  -webkit-mask: url("../images/cart/plus.svg");
  width: 20px;
  height: 20px;
  -webkit-mask-repeat: no-repeat;
}
.custom-block-content-shopping-cart .custom-minicart-items-wrapper .custom-minicart-items .product-item .custom-product-shopping-cart .product-item-details .product-item-pricing .details-qty.qty .item-qty {
  color: var(--text-primary, #1e2832);
  font-family: Nunito Sans, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  margin-left: 0;
}
.custom-block-content-shopping-cart .custom-minicart-items-wrapper .custom-minicart-items .product-item .custom-product-shopping-cart .product-item-details .product-item-pricing .price-container .price-wrapper .price-excluding-tax .minicart-price .price {
  color: var(--text-primary, #1e2832);
  font-family: Nunito Sans, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.custom-block-content-buy-cart {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: fixed;
  width: 100%;
  bottom: 0;
  background: var(--backgrounds-page, #fafafa);
}
.custom-block-content-buy-cart .custom-subtitle {
  display: flex;
  width: 100%;
  padding: 16px 24px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--dividers, #e7ebef);
  background: var(--backgrounds-page, #fafafa);
}
@media (max-width: 479.98px) {
  .custom-block-content-buy-cart .custom-subtitle {
    padding: 8px 20px 24px 20px;
  }
}
.custom-block-content-buy-cart .custom-subtitle .custom-subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 16px;
  margin: 0;
}
@media (max-width: 479.98px) {
  .custom-block-content-buy-cart .custom-subtitle .custom-subtotal {
    flex-direction: column-reverse;
  }
}
.custom-block-content-buy-cart .custom-subtitle .custom-subtotal .price-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 479.98px) {
  .custom-block-content-buy-cart .custom-subtitle .custom-subtotal .price-container {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }
}
.custom-block-content-buy-cart .custom-subtitle .custom-subtotal .price-container .custom-label {
  color: var(--text-primary, #1e2832);
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.custom-block-content-buy-cart .custom-subtitle .custom-subtotal .price-container .amount.price-container .price-wrapper .price {
  color: var(--text-primary, #1e2832);
  font-family: Nunito Sans, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.custom-block-content-buy-cart .custom-subtitle .custom-subtotal .remove-cart-all {
  display: flex;
  align-items: center;
  gap: 8px;
}
.custom-block-content-buy-cart .custom-subtitle .custom-subtotal .remove-cart-all .clear-basket {
  color: var(--secondary, #8c9196);
  font-family: Nunito Sans, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.4px;
  cursor: pointer;
}
.custom-block-content-buy-cart .custom-subtitle .custom-subtotal .remove-cart-all:hover .clear-basket {
  text-decoration: underline;
}
.custom-block-content-buy-cart .custom-actions-buttons {
  display: flex;
  width: 100%;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-top: 1px solid var(--dividers, #e7ebef);
  background: var(--backgrounds-page, #fafafa);
}
@media (max-width: 479.98px) {
  .custom-block-content-buy-cart .custom-actions-buttons {
    padding: 16px 20px 24px 20px;
  }
}
.custom-block-content-buy-cart .custom-actions-buttons .custom-actions-container {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.custom-block-content-buy-cart .custom-actions-buttons .custom-actions-container .actions {
  width: 100%;
}
.custom-block-content-buy-cart .custom-actions-buttons .custom-actions-container .actions .primary .action.viewcart {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  border-radius: 4px;
  background: var(--button-light-surface-filled-default, #1e2832);
}
.custom-block-content-buy-cart .custom-actions-buttons .custom-actions-container .actions .primary .action.viewcart .viewcart-style {
  color: var(--text-white, #ffffff);
  font-family: "Nunito Sans", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.custom-block-content-buy-cart .custom-actions-buttons .custom-actions-container .actions .primary .action.viewcart:hover,
.custom-block-content-buy-cart .custom-actions-buttons .custom-actions-container .actions .primary .action.viewcart:focus {
  background: #323C46;
}
.custom-block-content-buy-cart .order-in-one-click-button {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid var(--button-light-surface-outline-default, #d3dae1);
  color: var(--text-primary, #1e2832);
  background: #FAFAFA;
  width: 100%;
  font-family: "Nunito Sans", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
}
.custom-block-content-buy-cart .order-in-one-click-button:hover,
.custom-block-content-buy-cart .order-in-one-click-button:focus {
  border-color: #1E2832;
}
.custom-block-content-buy-cart .confirmation-delete-container {
  display: flex;
  width: 100%;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  z-index: 9999;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fafafa;
  box-shadow: 0 0 0 2000px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
}
.custom-block-content-buy-cart .confirmation-delete-container .confirmation-delete-title {
  display: flex;
  gap: 32px;
  justify-content: center;
}
.custom-block-content-buy-cart .confirmation-delete-container .confirmation-delete-title .title-style {
  color: var(--text-primary, #1e2832);
  font-family: Nunito Sans, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.custom-block-content-buy-cart .confirmation-delete-container .confirmation-delete-control-button {
  display: flex;
  gap: 16px;
  justify-content: center;
  width: 100%;
}
.custom-block-content-buy-cart .confirmation-delete-container .confirmation-delete-control-button .btn-cancel {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  border-radius: 4px;
  background: #1E2832;
}
.custom-block-content-buy-cart .confirmation-delete-container .confirmation-delete-control-button .btn-cancel .btn-cancel-style {
  color: var(--text-white, #ffffff);
  font-family: Nunito Sans, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.custom-block-content-buy-cart .confirmation-delete-container .confirmation-delete-control-button .btn-action {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #D3DAE1;
  background: #fff;
}
.custom-block-content-buy-cart .confirmation-delete-container .confirmation-delete-control-button .btn-action .btn-action-style {
  color: var(--text-primary, #1e2832);
  font-family: Nunito Sans, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media (max-width: 1024.98px) {
  .modals-wrapper .order-in-one-click-modal {
    display: flex;
    justify-content: center;
  }
}
.modals-wrapper .order-in-one-click-modal .modal-inner-wrap {
  gap: 10px;
  max-width: 430px;
  border-radius: 4px;
}
.modals-wrapper .order-in-one-click-modal .modal-inner-wrap .modal-header {
  display: flex;
  padding: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid var(--dividers, #e7ebef);
}
.modals-wrapper .order-in-one-click-modal .modal-inner-wrap .modal-header .modal-title {
  color: var(--text-primary, #1e2832);
  font-family: "Nunito Sans", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 0;
}
.modals-wrapper .order-in-one-click-modal .modal-inner-wrap .modal-header .action-close {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  margin: 0;
  right: 0;
  top: 0;
}
.modals-wrapper .order-in-one-click-modal .modal-inner-wrap .modal-header .action-close::before {
  -webkit-mask: url("../images/cart/close.webp");
  -webkit-mask-size: 24px 24px;
  -webkit-mask-repeat: no-repeat;
}
.modals-wrapper .order-in-one-click-modal .modal-inner-wrap .modal-content {
  padding: 0;
}
.modals-wrapper .order-in-one-click-modal .modal-inner-wrap .modal-content .modal-body {
  display: flex;
  padding: 0 24px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 34px;
}
.modals-wrapper .order-in-one-click-modal .modal-inner-wrap .modal-content .modal-body .error-message {
  color: var(--error, #eb5656);
  text-align: right;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.modals-wrapper .order-in-one-click-modal .modal-inner-wrap .modal-content .modal-body .modal-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.modals-wrapper .order-in-one-click-modal .modal-inner-wrap .modal-content .modal-body .modal-button .button-submit {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  border-radius: 4px;
  background: var(--button-light-surface-filled-default, #1e2832);
}
.modals-wrapper .order-in-one-click-modal .modal-inner-wrap .modal-content .modal-body .modal-button .button-submit .button-text {
  color: var(--text-white, #ffffff);
  font-family: "Nunito Sans", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.modals-wrapper .order-in-one-click-modal .modal-inner-wrap .modal-content .modal-body .modal-inner-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 24px;
}
.modals-wrapper .order-in-one-click-modal .modal-inner-wrap .modal-content .modal-body .modal-inner-content .modal-name-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
}
.modals-wrapper .order-in-one-click-modal .modal-inner-wrap .modal-content .modal-body .modal-inner-content .modal-name-wrap .customer-name-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  color: var(--text-secondary_disabled, #8c9196);
  font-family: "Nunito Sans", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.modals-wrapper .order-in-one-click-modal .modal-inner-wrap .modal-content .modal-body .modal-inner-content .modal-name-wrap .customer-name-label:focus {
  --input-shadow-spread: 0px;
}
.modals-wrapper .order-in-one-click-modal .modal-inner-wrap .modal-content .modal-body .modal-inner-content .modal-name-wrap .customer-name-input {
  display: flex;
  padding: 14px 16px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid var(--input-default, #d3dae1);
  background: var(--backgrounds-page, #fafafa);
  color: var(--text-secondary_disabled, #8c9196);
  width: 100%;
  font-family: "Nunito Sans", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.modals-wrapper .order-in-one-click-modal .modal-inner-wrap .modal-content .modal-body .modal-inner-content .modal-name-wrap .customer-name-input:focus {
  --input-shadow-spread: 0px;
}
.modals-wrapper .order-in-one-click-modal .modal-inner-wrap .modal-content .modal-body .modal-inner-content .modal-phone-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
}
.modals-wrapper .order-in-one-click-modal .modal-inner-wrap .modal-content .modal-body .modal-inner-content .modal-phone-wrap .customer-phone-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  color: var(--text-secondary_disabled, #8c9196);
  font-family: "Nunito Sans", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.modals-wrapper .order-in-one-click-modal .modal-inner-wrap .modal-content .modal-body .modal-inner-content .modal-phone-wrap .customer-phone-label:focus {
  --input-shadow-spread: 0px;
}
.modals-wrapper .order-in-one-click-modal .modal-inner-wrap .modal-content .modal-body .modal-inner-content .modal-phone-wrap .customer-phone-input {
  display: flex;
  padding: 14px 16px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid var(--input-default, #d3dae1);
  background: var(--backgrounds-page, #fafafa);
  width: 100%;
}
.modals-wrapper .order-in-one-click-modal .modal-inner-wrap .modal-content .modal-body .modal-inner-content .modal-phone-wrap .customer-phone-input:focus {
  --input-shadow-spread: 0px;
}
.modals-wrapper .order-in-one-click-modal .modal-inner-wrap .modal-footer {
  display: none;
}
.modals-wrapper .confirm .modal-inner-wrap {
  border-radius: 4px;
}
.modals-wrapper .confirm .modal-inner-wrap .modal-content {
  color: var(--text-primary, #1e2832);
  text-align: center;
  font-family: Nunito Sans, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.modals-wrapper .confirm .modal-inner-wrap .modal-footer .action-secondary.action-dismiss {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid var(--button-light-surface-outline-default, #d3dae1);
  color: var(--text-primary, #1e2832);
  font-family: Nunito Sans, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #fff;
}
.modals-wrapper .confirm .modal-inner-wrap .modal-footer .action-secondary.action-dismiss:hover,
.modals-wrapper .confirm .modal-inner-wrap .modal-footer .action-secondary.action-dismiss:focus {
  border-color: #1E2832;
}
.modals-wrapper .confirm .modal-inner-wrap .modal-footer .action-primary.action-accept {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: var(--button-light-surface-filled-default, #1e2832);
  color: var(--text-white, #ffffff);
  font-family: Nunito Sans, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.modals-wrapper .confirm .modal-inner-wrap .modal-footer .action-primary.action-accept:hover,
.modals-wrapper .confirm .modal-inner-wrap .modal-footer .action-primary.action-accept:focus {
  background-color: #323C46;
}
.breadcrumbs-link {
  color: #8C9196;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-wrap: nowrap;
}
.current-breadcrumbs {
  color: var(--text-primary, #1e2832);
  font-family: "Nunito Sans", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.nav-open .nav-toggle span::after {
  opacity: 0;
  visibility: hidden;
  pointer-events: all;
  transform: translateY(0);
}
.curve-line {
  color: #8C9196;
  font-family: "Nunito Sans", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.breadcrumbs {
  padding-top: 16px;
}
@media (min-width: 1440px) {
  .breadcrumbs {
    padding-top: 40px;
  }
}
.breadcrumbs ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
@media (max-width: 768.98px) {
  .breadcrumbs ul {
    padding: 16px 0 24px 0;
  }
}
@media (max-width: 479.98px) {
  .breadcrumbs ul {
    padding: 18px 20px;
  }
}
.fc-step-shipping .header.content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fc-step-shipping :where(.table-totals, .table.totals) [class^="totals-tax"] th,
.fc-step-shipping :where(.table-totals, .table.totals) .totals:not(.grand) th,
.fc-step-shipping :where(.table-totals, .table.totals) [class^="totals-tax"] td,
.fc-step-shipping :where(.table-totals, .table.totals) .totals:not(.grand) td {
  padding: 10px 32px;
}
.fc-step-shipping :where(.table-totals, .table.totals) [class^="totals-tax"] th .label,
.fc-step-shipping :where(.table-totals, .table.totals) .totals:not(.grand) th .label,
.fc-step-shipping :where(.table-totals, .table.totals) [class^="totals-tax"] td .label,
.fc-step-shipping :where(.table-totals, .table.totals) .totals:not(.grand) td .label {
  color: var(--text-secondary-disabled, #8c9196);
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.fc-step-shipping :where(.table-totals, .table.totals) [class^="totals-tax"] th .value,
.fc-step-shipping :where(.table-totals, .table.totals) .totals:not(.grand) th .value,
.fc-step-shipping :where(.table-totals, .table.totals) [class^="totals-tax"] td .value,
.fc-step-shipping :where(.table-totals, .table.totals) .totals:not(.grand) td .value {
  color: var(--text-secondary-disabled, #8c9196);
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.fc-step-shipping .opc .actions-toolbar {
  display: none;
}
.message:where(.warning, .success, .notice, .error, .info) {
  background: transparent !important;
  border: none !important;
  color: #1E2832;
}
.message:where(.warning, .success, .notice, .error, .info) button {
  display: none;
}
html:has(.minicart-wrapper.active) {
  overflow: hidden;
}
.product.info.detailed ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.5rem;
  padding-left: 1.5rem;
}
.product.info.detailed ul li {
  display: list-item;
}
.block-minicart .block-content > .actions .action.checkout {
  width: 100%;
  padding: 0.625rem;
  border-radius: 4px;
  background: var(--button-light-surface-filled-default, #1e2832);
  color: var(--text-white, #ffffff);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.catalog-category-view :where(input:not([type=range])),
.catalog-category-view textarea,
.catalog-category-view select {
  padding: 0.5rem 10px;
  width: 58px;
}
.breadcrumbs li::after {
  display: none;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.firecheckout #checkout .opc-wrapper .step-title:before,
.firecheckout #checkout .opc-block-summary > .title:before,
.firecheckout #checkout .opc-sidebar .step-title:before {
  box-sizing: content-box;
  flex-shrink: 0;
  text-align: center;
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0 10px 0 -9px;
  color: #1E2832;
  font-weight: 600;
  font-size: 20px;
  font-family: inherit;
  border: 2px solid #1E2832;
  border-radius: 50%;
  counter-increment: firecheckout-section-counter;
  content: counter(firecheckout-section-counter);
}
.firecheckout .checkout-shipping-address .action.primary.action-agree,
.firecheckout .checkout-billing-address .action.primary.action-agree,
.firecheckout .modal-footer .action.primary.action-agree,
.firecheckout .actions-toolbar .action.primary.action-agree,
.firecheckout .checkout-shipping-address button.action.action-agree,
.firecheckout .checkout-billing-address button.action.action-agree,
.firecheckout .modal-footer button.action.action-agree,
.firecheckout .actions-toolbar button.action.action-agree,
.firecheckout .checkout-shipping-address .action.primary.action-update,
.firecheckout .checkout-billing-address .action.primary.action-update,
.firecheckout .modal-footer .action.primary.action-update,
.firecheckout .actions-toolbar .action.primary.action-update,
.firecheckout .checkout-shipping-address button.action.action-update,
.firecheckout .checkout-billing-address button.action.action-update,
.firecheckout .modal-footer button.action.action-update,
.firecheckout .actions-toolbar button.action.action-update,
.firecheckout .checkout-shipping-address .action.primary.action-login,
.firecheckout .checkout-billing-address .action.primary.action-login,
.firecheckout .modal-footer .action.primary.action-login,
.firecheckout .actions-toolbar .action.primary.action-login,
.firecheckout .checkout-shipping-address button.action.action-login,
.firecheckout .checkout-billing-address button.action.action-login,
.firecheckout .modal-footer button.action.action-login,
.firecheckout .actions-toolbar button.action.action-login,
.firecheckout .checkout-shipping-address .action.primary.action[data-role="opc-continue"],
.firecheckout .checkout-billing-address .action.primary.action[data-role="opc-continue"],
.firecheckout .modal-footer .action.primary.action[data-role="opc-continue"],
.firecheckout .actions-toolbar .action.primary.action[data-role="opc-continue"],
.firecheckout .checkout-shipping-address button.action.action[data-role="opc-continue"],
.firecheckout .checkout-billing-address button.action.action[data-role="opc-continue"],
.firecheckout .modal-footer button.action.action[data-role="opc-continue"],
.firecheckout .actions-toolbar button.action.action[data-role="opc-continue"] {
  border-style: solid;
  color: #ffffff;
  font-weight: 600;
  text-shadow: none;
  text-decoration: none;
  border-width: 2px;
  border-radius: 3px;
  border-color: #1E2832;
  box-shadow: none;
  background: #1E2832;
  padding: 13px 25px;
  transition: all 200ms ease-in-out;
}
.firecheckout .checkout-shipping-address .action.primary.action-agree:hover,
.firecheckout .checkout-billing-address .action.primary.action-agree:hover,
.firecheckout .modal-footer .action.primary.action-agree:hover,
.firecheckout .actions-toolbar .action.primary.action-agree:hover,
.firecheckout .checkout-shipping-address button.action.action-agree:hover,
.firecheckout .checkout-billing-address button.action.action-agree:hover,
.firecheckout .modal-footer button.action.action-agree:hover,
.firecheckout .actions-toolbar button.action.action-agree:hover,
.firecheckout .checkout-shipping-address .action.primary.action-update:hover,
.firecheckout .checkout-billing-address .action.primary.action-update:hover,
.firecheckout .modal-footer .action.primary.action-update:hover,
.firecheckout .actions-toolbar .action.primary.action-update:hover,
.firecheckout .checkout-shipping-address button.action.action-update:hover,
.firecheckout .checkout-billing-address button.action.action-update:hover,
.firecheckout .modal-footer button.action.action-update:hover,
.firecheckout .actions-toolbar button.action.action-update:hover,
.firecheckout .checkout-shipping-address .action.primary.action-login:hover,
.firecheckout .checkout-billing-address .action.primary.action-login:hover,
.firecheckout .modal-footer .action.primary.action-login:hover,
.firecheckout .actions-toolbar .action.primary.action-login:hover,
.firecheckout .checkout-shipping-address button.action.action-login:hover,
.firecheckout .checkout-billing-address button.action.action-login:hover,
.firecheckout .modal-footer button.action.action-login:hover,
.firecheckout .actions-toolbar button.action.action-login:hover,
.firecheckout .checkout-shipping-address .action.primary.action[data-role="opc-continue"]:hover,
.firecheckout .checkout-billing-address .action.primary.action[data-role="opc-continue"]:hover,
.firecheckout .modal-footer .action.primary.action[data-role="opc-continue"]:hover,
.firecheckout .actions-toolbar .action.primary.action[data-role="opc-continue"]:hover,
.firecheckout .checkout-shipping-address button.action.action[data-role="opc-continue"]:hover,
.firecheckout .checkout-billing-address button.action.action[data-role="opc-continue"]:hover,
.firecheckout .modal-footer button.action.action[data-role="opc-continue"]:hover,
.firecheckout .actions-toolbar button.action.action[data-role="opc-continue"]:hover,
.firecheckout .checkout-shipping-address .action.primary.action-agree:focus,
.firecheckout .checkout-billing-address .action.primary.action-agree:focus,
.firecheckout .modal-footer .action.primary.action-agree:focus,
.firecheckout .actions-toolbar .action.primary.action-agree:focus,
.firecheckout .checkout-shipping-address button.action.action-agree:focus,
.firecheckout .checkout-billing-address button.action.action-agree:focus,
.firecheckout .modal-footer button.action.action-agree:focus,
.firecheckout .actions-toolbar button.action.action-agree:focus,
.firecheckout .checkout-shipping-address .action.primary.action-update:focus,
.firecheckout .checkout-billing-address .action.primary.action-update:focus,
.firecheckout .modal-footer .action.primary.action-update:focus,
.firecheckout .actions-toolbar .action.primary.action-update:focus,
.firecheckout .checkout-shipping-address button.action.action-update:focus,
.firecheckout .checkout-billing-address button.action.action-update:focus,
.firecheckout .modal-footer button.action.action-update:focus,
.firecheckout .actions-toolbar button.action.action-update:focus,
.firecheckout .checkout-shipping-address .action.primary.action-login:focus,
.firecheckout .checkout-billing-address .action.primary.action-login:focus,
.firecheckout .modal-footer .action.primary.action-login:focus,
.firecheckout .actions-toolbar .action.primary.action-login:focus,
.firecheckout .checkout-shipping-address button.action.action-login:focus,
.firecheckout .checkout-billing-address button.action.action-login:focus,
.firecheckout .modal-footer button.action.action-login:focus,
.firecheckout .actions-toolbar button.action.action-login:focus,
.firecheckout .checkout-shipping-address .action.primary.action[data-role="opc-continue"]:focus,
.firecheckout .checkout-billing-address .action.primary.action[data-role="opc-continue"]:focus,
.firecheckout .modal-footer .action.primary.action[data-role="opc-continue"]:focus,
.firecheckout .actions-toolbar .action.primary.action[data-role="opc-continue"]:focus,
.firecheckout .checkout-shipping-address button.action.action[data-role="opc-continue"]:focus,
.firecheckout .checkout-billing-address button.action.action[data-role="opc-continue"]:focus,
.firecheckout .modal-footer button.action.action[data-role="opc-continue"]:focus,
.firecheckout .actions-toolbar button.action.action[data-role="opc-continue"]:focus {
  border-style: solid;
  color: #ffffff;
  text-shadow: none;
  text-decoration: none;
  border-width: 2px;
  border-radius: 3px;
  border-color: #1E2832;
  box-shadow: none;
  background: #1E2832;
  padding: 13px 25px;
}
.firecheckout .place-order .actions-toolbar .primary .action {
  border-style: solid;
  text-shadow: none;
  text-decoration: none;
  border-width: 2px;
  border-color: #1E2832;
  box-shadow: none;
  background: #1E2832;
  padding: 12px 24px;
  transition: all 200ms ease-in-out;
}
.firecheckout .place-order .actions-toolbar .primary .action:hover,
.firecheckout .place-order .actions-toolbar .primary .action:focus {
  border-style: solid;
  color: #ffffff;
  text-shadow: none;
  text-decoration: none;
  border-width: 2px;
  border-radius: 4px;
  border-color: #1E2832;
  box-shadow: none;
  background: #1E2832;
  padding: 18px 15px;
}
.firecheckout .checkout-shipping-address .action.primary,
.firecheckout .checkout-billing-address .action.primary,
.firecheckout .modal-footer .action.primary,
.firecheckout .actions-toolbar .action.primary,
.firecheckout .checkout-shipping-address button.action,
.firecheckout .checkout-billing-address button.action,
.firecheckout .modal-footer button.action,
.firecheckout .actions-toolbar button.action {
  border-style: solid;
  color: #ffffff;
  font-weight: 500;
  text-shadow: none;
  text-decoration: none;
  border-width: 2px;
  border-radius: 3px;
  border-color: #1E2832;
  box-shadow: none;
  background: #1E2832;
  padding: 7px 15px;
  transition: all 200ms ease-in-out;
}
.firecheckout .checkout-shipping-address .action.primary:hover,
.firecheckout .checkout-billing-address .action.primary:hover,
.firecheckout .modal-footer .action.primary:hover,
.firecheckout .actions-toolbar .action.primary:hover,
.firecheckout .checkout-shipping-address button.action:hover,
.firecheckout .checkout-billing-address button.action:hover,
.firecheckout .modal-footer button.action:hover,
.firecheckout .actions-toolbar button.action:hover,
.firecheckout .checkout-shipping-address .action.primary:focus,
.firecheckout .checkout-billing-address .action.primary:focus,
.firecheckout .modal-footer .action.primary:focus,
.firecheckout .actions-toolbar .action.primary:focus,
.firecheckout .checkout-shipping-address button.action:focus,
.firecheckout .checkout-billing-address button.action:focus,
.firecheckout .modal-footer button.action:focus,
.firecheckout .actions-toolbar button.action:focus {
  border-style: solid;
  color: #ffffff;
  text-shadow: none;
  text-decoration: none;
  border-width: 2px;
  border-radius: 3px;
  border-color: #1E2832;
  box-shadow: none;
  background: #1E2832;
  padding: 7px 15px;
}
.firecheckout #maincontent .authentication-wrapper .action-auth-toggle {
  border-style: solid;
  color: #ffffff;
  font-weight: 500;
  text-shadow: none;
  text-decoration: none;
  border-width: 2px;
  border-radius: 3px;
  border-color: #1E2832;
  box-shadow: none;
  background: #1E2832;
  padding: 5px 12px;
  transition: all 200ms ease-in-out;
}
.firecheckout #maincontent .authentication-wrapper .action-auth-toggle:hover,
.firecheckout #maincontent .authentication-wrapper .action-auth-toggle:focus {
  border-style: solid;
  color: #ffffff;
  text-shadow: none;
  text-decoration: none;
  border-width: 2px;
  border-radius: 3px;
  border-color: #1E2832;
  box-shadow: none;
  background: #1E2832;
  padding: 5px 12px;
}
.firecheckout > iframe[style*="height: 0px"] {
  display: block;
}
.firecheckout .column.main {
  width: auto;
}
.firecheckout .column.main table > thead {
  border: 0;
}
.firecheckout .column.main table > tbody > tr:nth-child(odd),
.firecheckout .column.main table > tbody > tr:nth-child(even) {
  background-color: transparent;
}
.firecheckout .column.main table > tbody > tr:nth-child(odd) .amount .price,
.firecheckout .column.main table > tbody > tr:nth-child(even) .amount .price {
  color: var(--text-secondary-disabled, #8c9196);
  font-family: Nunito Sans, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.firecheckout #checkout .opc-wrapper .form-login {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  border-color: #f4f4f4;
}
.firecheckout #checkout .opc-wrapper .form-login .fieldset {
  clear: left;
  margin-bottom: 0;
}
.firecheckout #checkout .opc-wrapper .form-login .hidden-fields {
  margin-bottom: 25px;
}
.firecheckout #checkout .opc-wrapper .form-shipping-address {
  margin-top: 0;
  margin-bottom: 10px;
}
.firecheckout #checkout .opc-wrapper .step-content {
  margin: 0;
}
.firecheckout #checkout .opc-wrapper .step-content > * + .form-shipping-address {
  margin-top: 15px;
  padding: 24px;
}
@media (max-width: 479.98px) {
  .firecheckout #checkout .opc-wrapper .step-content > * + .form-shipping-address {
    padding: 24px;
  }
}
.firecheckout .opc-estimated-wrapper {
  margin-top: 0;
}
.firecheckout:not(.fc-multistep) #shipping-method-buttons-container {
  display: none !important;
}
.firecheckout .no-quotes-block {
  margin-bottom: 20px;
}
.firecheckout #checkout,
.firecheckout #checkout .opc-wrapper {
  margin: 0;
}
.firecheckout .nolist {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .firecheckout #checkout .opc-wrapper {
    padding: 0;
  }
  .firecheckout #checkout .opc-wrapper .opc {
    box-shadow: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .firecheckout #checkout .opc-wrapper .table-checkout-shipping-method {
    min-width: 0;
    width: 100%;
  }
  .firecheckout #checkout .opc-wrapper .table-checkout-shipping-method .row {
    cursor: default;
  }
}
@media (max-width: 639px) {
  .firecheckout #checkout .opc-wrapper .form-login,
  .firecheckout #checkout .opc-wrapper .form-shipping-address,
  .firecheckout #checkout .opc-wrapper .methods-shipping {
    background: transparent;
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .firecheckout #checkout .opc-wrapper .form-login {
    margin-top: 0;
    padding: 0;
  }
  .firecheckout #checkout .opc-wrapper .checkout-shipping-method .methods-shipping {
    margin-top: 0;
    padding-top: 0;
  }
}
@media (max-width: 639px) and (max-width: 479.98px) {
  .firecheckout #checkout .opc-wrapper .form-login {
    padding: 24px;
  }
}
@media (max-width: 639px) and (max-width: 479.98px) {
  .firecheckout #checkout .opc-wrapper .checkout-shipping-method .methods-shipping {
    padding: 20px;
    margin: 0;
  }
}
@-webkit-keyframes firecheckout-shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(1px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-1px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(1px, 0, 0);
  }
}
@keyframes firecheckout-shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(1px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-1px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(1px, 0, 0);
  }
}
.firecheckout-shake {
  animation: firecheckout-shake 0.82s cubic-bezier(0.36, 0.07000000000000001, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
}
@-webkit-keyframes firecheckout-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes firecheckout-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes firecheckout-pulse {
  50% {
    opacity: .4;
  }
}
.fc-col-12 {
  width: 100% !important;
}
.fc-col-11 {
  width: 91.66666667% !important;
}
.fc-col-10 {
  width: 83.33333333% !important;
}
.fc-col-9 {
  width: 75% !important;
}
.fc-col-8 {
  width: 66.66666667% !important;
}
.fc-col-7 {
  width: 58.33333333% !important;
}
.fc-col-6 {
  width: 50% !important;
}
.fc-col-5 {
  width: 41.66666667% !important;
}
.fc-col-4 {
  width: 33.33333333% !important;
}
.fc-col-3 {
  width: 25% !important;
}
.fc-col-2 {
  width: 16.66666667% !important;
}
.fc-col-1 {
  width: 8.33333333% !important;
}
.fc-col-0 {
  width: 0% !important;
}
.fc-col-newline {
  clear: left;
}
.fc-size-l .fc-size-l\:fc-col-12 {
  width: 100% !important;
}
.fc-size-l .fc-size-l\:fc-col-11 {
  width: 91.66666667% !important;
}
.fc-size-l .fc-size-l\:fc-col-10 {
  width: 83.33333333% !important;
}
.fc-size-l .fc-size-l\:fc-col-9 {
  width: 75% !important;
}
.fc-size-l .fc-size-l\:fc-col-8 {
  width: 66.66666667% !important;
}
.fc-size-l .fc-size-l\:fc-col-7 {
  width: 58.33333333% !important;
}
.fc-size-l .fc-size-l\:fc-col-6 {
  width: 50% !important;
}
.fc-size-l .fc-size-l\:fc-col-5 {
  width: 41.66666667% !important;
}
.fc-size-l .fc-size-l\:fc-col-4 {
  width: 33.33333333% !important;
}
.fc-size-l .fc-size-l\:fc-col-3 {
  width: 25% !important;
}
.fc-size-l .fc-size-l\:fc-col-2 {
  width: 16.66666667% !important;
}
.fc-size-l .fc-size-l\:fc-col-1 {
  width: 8.33333333% !important;
}
.fc-size-l .fc-size-l\:fc-col-0 {
  width: 0% !important;
}
.fc-size-l .fc-size-l\:fc-col-newline {
  clear: left;
}
.fc-size-m .fc-size-m\:fc-col-12 {
  width: 100% !important;
}
.fc-size-m .fc-size-m\:fc-col-11 {
  width: 91.66666667% !important;
}
.fc-size-m .fc-size-m\:fc-col-10 {
  width: 83.33333333% !important;
}
.fc-size-m .fc-size-m\:fc-col-9 {
  width: 75% !important;
}
.fc-size-m .fc-size-m\:fc-col-8 {
  width: 66.66666667% !important;
}
.fc-size-m .fc-size-m\:fc-col-7 {
  width: 58.33333333% !important;
}
.fc-size-m .fc-size-m\:fc-col-6 {
  width: 50% !important;
}
.fc-size-m .fc-size-m\:fc-col-5 {
  width: 41.66666667% !important;
}
.fc-size-m .fc-size-m\:fc-col-4 {
  width: 33.33333333% !important;
}
.fc-size-m .fc-size-m\:fc-col-3 {
  width: 25% !important;
}
.fc-size-m .fc-size-m\:fc-col-2 {
  width: 16.66666667% !important;
}
.fc-size-m .fc-size-m\:fc-col-1 {
  width: 8.33333333% !important;
}
.fc-size-m .fc-size-m\:fc-col-0 {
  width: 0% !important;
}
.fc-size-m .fc-size-m\:fc-col-newline {
  clear: left;
}
.fc-size-s .fc-size-s\:fc-col-12 {
  width: 100% !important;
}
.fc-size-s .fc-size-s\:fc-col-11 {
  width: 91.66666667% !important;
}
.fc-size-s .fc-size-s\:fc-col-10 {
  width: 83.33333333% !important;
}
.fc-size-s .fc-size-s\:fc-col-9 {
  width: 75% !important;
}
.fc-size-s .fc-size-s\:fc-col-8 {
  width: 66.66666667% !important;
}
.fc-size-s .fc-size-s\:fc-col-7 {
  width: 58.33333333% !important;
}
.fc-size-s .fc-size-s\:fc-col-6 {
  width: 50% !important;
}
.fc-size-s .fc-size-s\:fc-col-5 {
  width: 41.66666667% !important;
}
.fc-size-s .fc-size-s\:fc-col-4 {
  width: 33.33333333% !important;
}
.fc-size-s .fc-size-s\:fc-col-3 {
  width: 25% !important;
}
.fc-size-s .fc-size-s\:fc-col-2 {
  width: 16.66666667% !important;
}
.fc-size-s .fc-size-s\:fc-col-1 {
  width: 8.33333333% !important;
}
.fc-size-s .fc-size-s\:fc-col-0 {
  width: 0% !important;
}
.fc-size-s .fc-size-s\:fc-col-newline {
  clear: left;
}
.fc-size-xs .fc-size-xs\:fc-col-12 {
  width: 100% !important;
}
.fc-size-xs .fc-size-xs\:fc-col-11 {
  width: 91.66666667% !important;
}
.fc-size-xs .fc-size-xs\:fc-col-10 {
  width: 83.33333333% !important;
}
.fc-size-xs .fc-size-xs\:fc-col-9 {
  width: 75% !important;
}
.fc-size-xs .fc-size-xs\:fc-col-8 {
  width: 66.66666667% !important;
}
.fc-size-xs .fc-size-xs\:fc-col-7 {
  width: 58.33333333% !important;
}
.fc-size-xs .fc-size-xs\:fc-col-6 {
  width: 50% !important;
}
.fc-size-xs .fc-size-xs\:fc-col-5 {
  width: 41.66666667% !important;
}
.fc-size-xs .fc-size-xs\:fc-col-4 {
  width: 33.33333333% !important;
}
.fc-size-xs .fc-size-xs\:fc-col-3 {
  width: 25% !important;
}
.fc-size-xs .fc-size-xs\:fc-col-2 {
  width: 16.66666667% !important;
}
.fc-size-xs .fc-size-xs\:fc-col-1 {
  width: 8.33333333% !important;
}
.fc-size-xs .fc-size-xs\:fc-col-0 {
  width: 0% !important;
}
.fc-size-xs .fc-size-xs\:fc-col-newline {
  clear: left;
}
.fc-hidden {
  display: none !important;
}
@media (min-width: 639px) {
  .fc-flex {
    display: flex;
  }
  .fc-flex-center {
    justify-content: center;
  }
}
.fc-product-list.cols-5 .products-grid .product-item {
  width: 20% !important;
  margin: 0 !important;
}
.fc-product-list.cols-4 .products-grid .product-item {
  width: 25% !important;
  margin: 0 !important;
}
.fc-product-list.cols-3 .products-grid .product-item {
  width: 33.33333333% !important;
  margin: 0 !important;
}
.fc-product-list.cols-2 .products-grid .product-item {
  width: 50% !important;
  margin: 0 !important;
}
.fc-product-list.cols-1 .products-grid .product-item {
  width: 100% !important;
  margin: 0 !important;
}
.firecheckout .firecheckout-header {
  text-align: center;
}
.firecheckout .firecheckout-header .header {
  padding: 20px 20px 0;
  position: static;
}
@media (max-width: 479.98px) {
  .firecheckout .firecheckout-header .header {
    display: none;
  }
}
.fc-step-shipping .close-checkout {
  display: none;
}
@media (max-width: 479.98px) {
  .fc-step-shipping .close-checkout {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
  }
}
.firecheckout .firecheckout-header .header .logo {
  float: none;
  margin: 0;
}
.firecheckout .firecheckout-header .header .logo img {
  display: inline;
}
.firecheckout:not(.page-layout-checkout) .page-title-wrapper {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
}
.firecheckout:not(.page-layout-checkout) .page-title-wrapper .page-title {
  color: var(--text-primary, #1e2832);
  text-align: center;
  font-family: Nunito Sans, serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.5px;
}
.firecheckout:not(.page-layout-checkout) .page-title-wrapper > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.firecheckout:not(.page-layout-checkout) .page-title-wrapper h1 {
  margin: 20px auto 20px 0;
}
@media (max-width: 479.98px) {
  .firecheckout:not(.page-layout-checkout) .page-title-wrapper h1 {
    color: var(--text-primary, #1e2832);
    text-align: center;
    /* mobile/H3 */
    font-family: Nunito Sans, serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.5px;
    margin: 0;
  }
}
.firecheckout:not(.page-layout-checkout) .page-title-wrapper > * + * {
  margin: 0 10px;
}
.firecheckout.firecheckout-layout-empty .page-main,
.firecheckout.firecheckout-layout-minimal .page-main {
  padding-top: 10px;
}
.firecheckout.firecheckout-layout-empty .page-main,
.firecheckout.firecheckout-layout-minimal .page-main,
.firecheckout.firecheckout-layout-empty .header.content,
.firecheckout.firecheckout-layout-minimal .header.content {
  width: 100%;
  box-sizing: border-box;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .firecheckout.firecheckout-col1-set.firecheckout-layout-empty .page-main,
  .firecheckout.firecheckout-col1-set.firecheckout-layout-minimal .page-main,
  .firecheckout.firecheckout-col1-set.firecheckout-layout-empty .header.content,
  .firecheckout.firecheckout-col1-set.firecheckout-layout-minimal .header.content {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .firecheckout.firecheckout-col1-set.firecheckout-layout-empty .page-main,
  .firecheckout.firecheckout-col1-set.firecheckout-layout-minimal .page-main,
  .firecheckout.firecheckout-col1-set.firecheckout-layout-empty .header.content,
  .firecheckout.firecheckout-col1-set.firecheckout-layout-minimal .header.content {
    max-width: 688px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .firecheckout.firecheckout-col1-set.firecheckout-layout-empty .page-main,
  .firecheckout.firecheckout-col1-set.firecheckout-layout-minimal .page-main,
  .firecheckout.firecheckout-col1-set.firecheckout-layout-empty .header.content,
  .firecheckout.firecheckout-col1-set.firecheckout-layout-minimal .header.content {
    max-width: 943px;
  }
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .firecheckout.firecheckout-col1-set.firecheckout-layout-empty .page-main,
  .firecheckout.firecheckout-col1-set.firecheckout-layout-minimal .page-main,
  .firecheckout.firecheckout-col1-set.firecheckout-layout-empty .header.content,
  .firecheckout.firecheckout-col1-set.firecheckout-layout-minimal .header.content {
    max-width: 1168px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .firecheckout.firecheckout-col1-set.firecheckout-layout-empty .page-main,
  .firecheckout.firecheckout-col1-set.firecheckout-layout-minimal .page-main,
  .firecheckout.firecheckout-col1-set.firecheckout-layout-empty .header.content,
  .firecheckout.firecheckout-col1-set.firecheckout-layout-minimal .header.content {
    max-width: 1312px;
  }
}
@media (min-width: 1920px) {
  .firecheckout.firecheckout-col1-set.firecheckout-layout-empty .page-main,
  .firecheckout.firecheckout-col1-set.firecheckout-layout-minimal .page-main,
  .firecheckout.firecheckout-col1-set.firecheckout-layout-empty .header.content,
  .firecheckout.firecheckout-col1-set.firecheckout-layout-minimal .header.content {
    max-width: 1400px;
  }
}
.firecheckout .continue-shopping {
  display: none;
}
.firecheckout-layout-empty .continue-shopping {
  display: block;
}
@media (max-width: 639px) {
  .firecheckout.firecheckout-layout-empty .page-title-wrapper {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .firecheckout.firecheckout-layout-empty .page-title-wrapper h1 {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .firecheckout.firecheckout-quote-virtual.firecheckout-layout-empty .page-main,
  .firecheckout.firecheckout-quote-virtual.firecheckout-layout-minimal .page-main,
  .firecheckout.firecheckout-quote-virtual.firecheckout-layout-empty .header.content,
  .firecheckout.firecheckout-quote-virtual.firecheckout-layout-minimal .header.content {
    max-width: 1080px;
  }
  .firecheckout-layout-full .nav-sections {
    display: block;
  }
}
.firecheckout .opc {
  background: none;
  border: 0;
}
.firecheckout #checkout .opc-wrapper .opc > li,
.firecheckout #checkout .opc-sidebar {
  box-sizing: border-box;
  padding: 15px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  box-shadow: none;
}
.firecheckout.firecheckout-col1-set.fc-multistep #checkout .opc-wrapper .opc {
  box-sizing: border-box;
  padding: 15px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin-bottom: 10px;
}
.firecheckout.firecheckout-col1-set.fc-multistep #checkout .opc-wrapper .opc > li {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.firecheckout #checkout {
  counter-reset: firecheckout-section-counter;
}
.firecheckout #checkout .opc-wrapper .step-title,
.firecheckout #checkout .opc-block-summary > .title,
.firecheckout #checkout .opc-sidebar .step-title {
  display: flex;
  align-items: center;
  border: 0;
  margin: 0;
  padding: 16px;
  font-size: 25px;
  font-weight: 300;
  color: var(--text-primary, #1e2832);
  font-family: Nunito Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.5px;
  border-radius: 4px;
  background: var(--backgrounds-photo, #f5f5f5);
  border-bottom: 1px solid #E7EBEF;
}
.firecheckout #checkout .opc-wrapper .step-title:before,
.firecheckout #checkout .opc-block-summary > .title:before,
.firecheckout #checkout .opc-sidebar .step-title:before {
  box-sizing: content-box;
  flex-shrink: 0;
  text-align: center;
  background: #000000;
  width: 23px;
  height: 23px;
  line-height: 23px;
  margin: 0 7px 0 0;
  color: #ffffff;
  font-weight: normal;
  font-size: 15px;
  font-family: Verdana, sans-serif;
  border: 0;
  counter-increment: firecheckout-section-counter;
  content: counter(firecheckout-section-counter);
}
.firecheckout-col1-set.firecheckout #checkout .opc-wrapper .step-title:before,
.firecheckout-col1-set.firecheckout #checkout .opc-block-summary > .title:before,
.firecheckout-col1-set.firecheckout #checkout .opc-sidebar .step-title:before,
.firecheckout-quote-virtual.firecheckout #checkout .opc-wrapper .step-title:before,
.firecheckout-quote-virtual.firecheckout #checkout .opc-block-summary > .title:before,
.firecheckout-quote-virtual.firecheckout #checkout .opc-sidebar .step-title:before {
  display: none;
}
.firecheckout #checkout .fc-heading,
.firecheckout #checkout .fc-subtitle,
.firecheckout #checkout .opc-sidebar .opc-block-summary .step-title {
  color: #444444;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 12px;
  padding: 0;
}
.firecheckout #checkout .fc-heading:before,
.firecheckout #checkout .fc-subtitle:before,
.firecheckout #checkout .opc-sidebar .opc-block-summary .step-title:before {
  display: none;
}
.firecheckout #checkout .opc-wrapper .opc > li,
.firecheckout #checkout .opc-sidebar {
  margin: 0 0 10px;
  position: relative;
  z-index: auto;
}
@media (max-width: 479.98px) {
  .firecheckout #checkout .opc-wrapper .opc > li,
  .firecheckout #checkout .opc-sidebar {
    padding: 0;
  }
}
.firecheckout #checkout .opc-sidebar {
  margin-right: 0;
}
@media (min-width: 768px) {
  .firecheckout #checkout .opc-wrapper .opc > li,
  .firecheckout #checkout .opc-sidebar {
    float: left;
    margin: 0 10px 10px 0;
  }
  .firecheckout #checkout .opc-sidebar {
    float: right;
    margin-right: 0;
  }
  .firecheckout #checkout .opc-wrapper {
    float: left;
    width: 66%;
  }
  .firecheckout #checkout .opc-wrapper:before {
    display: none;
  }
  .firecheckout #checkout .opc-wrapper .form-login,
  .firecheckout #checkout .opc-wrapper .form-shipping-address {
    max-width: none;
    padding: 24px;
  }
  .firecheckout.firecheckout-col1-set .page-wrapper,
  .firecheckout.firecheckout-col2-set .page-wrapper,
  .firecheckout.firecheckout-col3-set .page-wrapper {
    overflow: visible;
  }
  .firecheckout.firecheckout-col1-set #checkout .opc-sidebar,
  .firecheckout.firecheckout-col2-set #checkout .opc-sidebar,
  .firecheckout.firecheckout-col3-set #checkout .opc-sidebar {
    position: sticky !important;
    top: 15px;
  }
  .firecheckout.firecheckout-col1-set #checkout .opc-wrapper .opc > li {
    float: none;
    margin-right: 0;
    width: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    border: 1px solid var(--dividers, #e7ebef);
  }
  .firecheckout.firecheckout-col1-set #checkout .opc-wrapper .opc > li:last-child {
    margin: 0;
  }
  .firecheckout.firecheckout-col1-set #checkout .opc-wrapper {
    padding: 0 10px 0 0;
    width: 61%;
    float: left;
  }
  .firecheckout.firecheckout-col1-set #checkout .opc-sidebar {
    width: 35%;
    border-radius: 4px;
    background: var(--backgrounds-photo, #f5f5f5);
    border: none;
    padding: 0;
  }
  .firecheckout.firecheckout-col1-set #checkout .opc-sidebar .minicart-items-wrapper {
    max-height: 300px;
  }
  .firecheckout.firecheckout-col2-set #checkout .opc-wrapper {
    width: 60%;
  }
  .firecheckout.firecheckout-col2-set #checkout .opc-wrapper .opc > li {
    margin-right: 10px;
    width: calc(90%);
  }
  .firecheckout.firecheckout-col2-set #checkout .opc-sidebar {
    clear: right;
    width: 40%;
  }
  .firecheckout.firecheckout-col3-set #checkout .opc-wrapper {
    width: 60%;
  }
  .firecheckout.firecheckout-col3-set #checkout .opc-wrapper .opc > li {
    width: calc(90%);
  }
  .firecheckout.firecheckout-col3-set #checkout .opc-sidebar {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .firecheckout #checkout .opc-wrapper .opc > li {
    margin: 0 15px 15px 0;
  }
  .firecheckout.firecheckout-col1-set #checkout .opc-wrapper {
    padding: 0 0px 0 0;
  }
  .firecheckout.firecheckout-col2-set #checkout .opc-sidebar,
  .firecheckout.firecheckout-col3-set #checkout .opc-sidebar {
    position: relative !important;
    top: auto;
  }
  .firecheckout.firecheckout-col2-set #checkout .opc-wrapper .opc > li,
  .firecheckout.firecheckout-col2-set #checkout .opc-sidebar {
    margin-right: 0;
    width: 60%;
    float: right;
  }
  .firecheckout.firecheckout-col2-set #checkout .opc-wrapper {
    float: none;
    width: auto;
  }
  .firecheckout.firecheckout-col2-set #checkout .opc-wrapper .opc > li:first-child,
  .firecheckout.firecheckout-col2-set #checkout .opc-wrapper .opc > li.checkout-shipping-address {
    float: left;
    clear: left;
    width: calc(25%);
    margin-right: 15px;
  }
  .firecheckout.firecheckout-col2-set #checkout .opc-sidebar {
    clear: right;
  }
  .firecheckout.firecheckout-col2-set.alt #checkout .opc-wrapper .opc > li,
  .firecheckout.firecheckout-col2-set.alt #checkout .opc-sidebar {
    width: 66.66666667%;
  }
  .firecheckout.firecheckout-col2-set.alt #checkout .opc-wrapper .opc > li:first-child,
  .firecheckout.firecheckout-col2-set.alt #checkout .opc-wrapper .opc > li.checkout-shipping-address {
    width: calc(18.33333333%);
  }
  .firecheckout.firecheckout-col2-set.alt #checkout .opc-wrapper .opc > li.checkout-shipping-method {
    float: left;
    margin-right: 15px;
    width: calc(18.33333333%);
  }
  .firecheckout.firecheckout-col2-set.alt #checkout .opc-wrapper .opc > li.checkout-payment-method {
    margin-right: 0;
    width: 33.33333333%;
  }
  .firecheckout.firecheckout-col3-set #checkout .opc-wrapper {
    width: 70%;
  }
  .firecheckout.firecheckout-col3-set #checkout .opc-wrapper .opc > li {
    width: calc(35%);
    float: right;
  }
  .firecheckout.firecheckout-col3-set #checkout .opc-wrapper .opc > li.checkout-shipping-address {
    float: left;
  }
  .firecheckout.firecheckout-col3-set #checkout .opc-wrapper .opc > li.checkout-payment-method {
    clear: right;
  }
  .firecheckout.firecheckout-col3-set #checkout .opc-sidebar {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .firecheckout.firecheckout-quote-virtual.firecheckout-col2-set #checkout .opc-wrapper .opc > li,
  .firecheckout.firecheckout-quote-virtual.firecheckout-col3-set #checkout .opc-wrapper .opc > li {
    float: none;
    margin-right: 0;
    width: auto;
  }
  .firecheckout.firecheckout-quote-virtual.firecheckout-col2-set #checkout .opc-wrapper .opc > li.checkout-payment-method,
  .firecheckout.firecheckout-quote-virtual.firecheckout-col3-set #checkout .opc-wrapper .opc > li.checkout-payment-method {
    width: auto;
  }
  .firecheckout.firecheckout-quote-virtual.firecheckout-col2-set #checkout .opc-wrapper .opc > li:last-child,
  .firecheckout.firecheckout-quote-virtual.firecheckout-col3-set #checkout .opc-wrapper .opc > li:last-child {
    margin: 0;
  }
  .firecheckout.firecheckout-quote-virtual.firecheckout-col2-set #checkout .opc-wrapper,
  .firecheckout.firecheckout-quote-virtual.firecheckout-col3-set #checkout .opc-wrapper {
    padding: 0 10px 0 0;
    width: 63%;
    float: left;
  }
  .firecheckout.firecheckout-quote-virtual.firecheckout-col2-set #checkout .opc-sidebar,
  .firecheckout.firecheckout-quote-virtual.firecheckout-col3-set #checkout .opc-sidebar {
    position: sticky !important;
    top: 15px;
    width: 37%;
  }
}
@media (min-width: 1024px) {
  .firecheckout.firecheckout-quote-virtual.firecheckout-col2-set #checkout .opc-wrapper,
  .firecheckout.firecheckout-quote-virtual.firecheckout-col3-set #checkout .opc-wrapper {
    padding: 0 15px 0 0;
  }
}
.firecheckout.firecheckout-col1-set.fc-multistep #checkout .authentication-wrapper {
  float: right;
}
.firecheckout.firecheckout-col1-set.fc-multistep .opc-wrapper {
  clear: both;
}
.firecheckout.firecheckout-col1-set.fc-multistep .continue-shopping {
  display: none;
}
.firecheckout.firecheckout-col1-set.fc-multistep.fc-hide-shipping-methods.fc-single-shipping-method #checkout .opc-wrapper .checkout-shipping-method {
  display: block;
}
.firecheckout.firecheckout-col1-set.fc-multistep.fc-hide-shipping-methods.fc-single-shipping-method #checkout .opc-wrapper .checkout-shipping-method .step-title,
.firecheckout.firecheckout-col1-set.fc-multistep.fc-hide-shipping-methods.fc-single-shipping-method #checkout .opc-wrapper .checkout-shipping-method .no-quotes-block,
.firecheckout.firecheckout-col1-set.fc-multistep.fc-hide-shipping-methods.fc-single-shipping-method #checkout .opc-wrapper .checkout-shipping-method .shipping-policy-block,
.firecheckout.firecheckout-col1-set.fc-multistep.fc-hide-shipping-methods.fc-single-shipping-method #checkout .opc-wrapper .checkout-shipping-method #checkout-shipping-method-load {
  display: none;
}
.firecheckout.firecheckout-col1-set.fc-multistep.fc-hide-shipping-methods.fc-single-shipping-method #checkout .opc-wrapper .checkout-shipping-method .actions-toolbar {
  margin: 0 !important;
}
.firecheckout.firecheckout-col1-set.fc-multistep.fc-hide-shipping-methods.fc-single-shipping-method #checkout .opc-wrapper .checkout-shipping-method .actions-toolbar .action {
  margin: 0;
}
.firecheckout.firecheckout-col1-set.fc-multistep #checkout .opc-wrapper .checkout-shipping-address {
  margin-bottom: 0;
  padding-bottom: 0;
}
.firecheckout.firecheckout-col1-set.fc-multistep #checkout .opc-wrapper .checkout-shipping-address + .checkout-shipping-method {
  padding-top: 15px;
  margin-bottom: 0;
}
.firecheckout.firecheckout-col1-set.fc-multistep .opc-sidebar {
  display: none;
}
.fc-step-payment.firecheckout.firecheckout-col1-set.fc-multistep .opc-sidebar {
  display: block;
}
@media (min-width: 768px) {
  .firecheckout.firecheckout-col1-set.fc-multistep #shipping-method-buttons-container {
    margin-top: 30px;
  }
  .firecheckout.firecheckout-col1-set.fc-multistep .agreements-clone,
  .firecheckout.firecheckout-col1-set.fc-multistep .place-order {
    display: none;
  }
  .fc-step-payment.firecheckout.firecheckout-col1-set.fc-multistep .agreements-clone,
  .fc-step-payment.firecheckout.firecheckout-col1-set.fc-multistep .place-order {
    display: block;
  }
  .firecheckout.firecheckout-col1-set.fc-multistep .opc-sidebar {
    display: block;
  }
  .firecheckout.firecheckout-col1-set.fc-multistep .fc-placeOrder-container .place-order {
    margin: 0;
    padding: 0 10px;
  }
}
.firecheckout #checkout .fieldset,
.firecheckout .modal-custom .fieldset,
.firecheckout .modal-popup .fieldset {
  background: none;
}
.firecheckout #checkout div.field .control,
.firecheckout .modal-custom div.field .control,
.firecheckout .modal-popup div.field .control,
.firecheckout #checkout .fieldset div.field .control,
.firecheckout .modal-custom .fieldset div.field .control,
.firecheckout .modal-popup .fieldset div.field .control {
  position: relative;
}
.firecheckout #checkout input:not([type="checkbox"]):not([type="radio"]):not([type="image"]),
.firecheckout .modal-custom input:not([type="checkbox"]):not([type="radio"]):not([type="image"]),
.firecheckout .modal-popup input:not([type="checkbox"]):not([type="radio"]):not([type="image"]),
.firecheckout #checkout select,
.firecheckout .modal-custom select,
.firecheckout .modal-popup select,
.firecheckout #checkout textarea,
.firecheckout .modal-custom textarea,
.firecheckout .modal-popup textarea {
  height: auto;
  width: 100%;
  max-width: none;
  line-height: normal;
  background-color: #ffffff;
  display: flex;
  padding: 14px 16px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid var(--input-default, #d3dae1);
  background: var(--backgrounds-page, #fafafa);
}
.firecheckout #checkout input:not([type="checkbox"]):not([type="radio"]):not([type="image"]):focus,
.firecheckout .modal-custom input:not([type="checkbox"]):not([type="radio"]):not([type="image"]):focus,
.firecheckout .modal-popup input:not([type="checkbox"]):not([type="radio"]):not([type="image"]):focus,
.firecheckout #checkout select:focus,
.firecheckout .modal-custom select:focus,
.firecheckout .modal-popup select:focus,
.firecheckout #checkout textarea:focus,
.firecheckout .modal-custom textarea:focus,
.firecheckout .modal-popup textarea:focus {
  box-shadow: none;
  border-color: #c2c2c2;
  background-color: #fafafa;
}
.firecheckout #checkout input:not([type="checkbox"]):not([type="radio"]):not([type="image"]):-webkit-autofill,
.firecheckout .modal-custom input:not([type="checkbox"]):not([type="radio"]):not([type="image"]):-webkit-autofill,
.firecheckout .modal-popup input:not([type="checkbox"]):not([type="radio"]):not([type="image"]):-webkit-autofill,
.firecheckout #checkout select:-webkit-autofill,
.firecheckout .modal-custom select:-webkit-autofill,
.firecheckout .modal-popup select:-webkit-autofill,
.firecheckout #checkout textarea:-webkit-autofill,
.firecheckout .modal-custom textarea:-webkit-autofill,
.firecheckout .modal-popup textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #ffffe4 inset !important;
}
.firecheckout #checkout input:not([type="checkbox"]):not([type="radio"]):not([type="image"])::-webkit-input-placeholder,
.firecheckout .modal-custom input:not([type="checkbox"]):not([type="radio"]):not([type="image"])::-webkit-input-placeholder,
.firecheckout .modal-popup input:not([type="checkbox"]):not([type="radio"]):not([type="image"])::-webkit-input-placeholder,
.firecheckout #checkout select::-webkit-input-placeholder,
.firecheckout .modal-custom select::-webkit-input-placeholder,
.firecheckout .modal-popup select::-webkit-input-placeholder,
.firecheckout #checkout textarea::-webkit-input-placeholder,
.firecheckout .modal-custom textarea::-webkit-input-placeholder,
.firecheckout .modal-popup textarea::-webkit-input-placeholder {
  color: #676767;
}
.firecheckout #checkout input:not([type="checkbox"]):not([type="radio"]):not([type="image"])::-moz-placeholder,
.firecheckout .modal-custom input:not([type="checkbox"]):not([type="radio"]):not([type="image"])::-moz-placeholder,
.firecheckout .modal-popup input:not([type="checkbox"]):not([type="radio"]):not([type="image"])::-moz-placeholder,
.firecheckout #checkout select::-moz-placeholder,
.firecheckout .modal-custom select::-moz-placeholder,
.firecheckout .modal-popup select::-moz-placeholder,
.firecheckout #checkout textarea::-moz-placeholder,
.firecheckout .modal-custom textarea::-moz-placeholder,
.firecheckout .modal-popup textarea::-moz-placeholder {
  color: #676767;
}
.firecheckout #checkout input:not([type="checkbox"]):not([type="radio"]):not([type="image"]):-ms-input-placeholder,
.firecheckout .modal-custom input:not([type="checkbox"]):not([type="radio"]):not([type="image"]):-ms-input-placeholder,
.firecheckout .modal-popup input:not([type="checkbox"]):not([type="radio"]):not([type="image"]):-ms-input-placeholder,
.firecheckout #checkout select:-ms-input-placeholder,
.firecheckout .modal-custom select:-ms-input-placeholder,
.firecheckout .modal-popup select:-ms-input-placeholder,
.firecheckout #checkout textarea:-ms-input-placeholder,
.firecheckout .modal-custom textarea:-ms-input-placeholder,
.firecheckout .modal-popup textarea:-ms-input-placeholder {
  color: #676767;
}
.firecheckout #checkout input:not([type="checkbox"]):not([type="radio"]):not([type="image"])::-ms-input-placeholder,
.firecheckout .modal-custom input:not([type="checkbox"]):not([type="radio"]):not([type="image"])::-ms-input-placeholder,
.firecheckout .modal-popup input:not([type="checkbox"]):not([type="radio"]):not([type="image"])::-ms-input-placeholder,
.firecheckout #checkout select::-ms-input-placeholder,
.firecheckout .modal-custom select::-ms-input-placeholder,
.firecheckout .modal-popup select::-ms-input-placeholder,
.firecheckout #checkout textarea::-ms-input-placeholder,
.firecheckout .modal-custom textarea::-ms-input-placeholder,
.firecheckout .modal-popup textarea::-ms-input-placeholder {
  color: #676767;
}
.firecheckout #checkout input:not([type="checkbox"]):not([type="radio"]):not([type="image"])::placeholder,
.firecheckout .modal-custom input:not([type="checkbox"]):not([type="radio"]):not([type="image"])::placeholder,
.firecheckout .modal-popup input:not([type="checkbox"]):not([type="radio"]):not([type="image"])::placeholder,
.firecheckout #checkout select::placeholder,
.firecheckout .modal-custom select::placeholder,
.firecheckout .modal-popup select::placeholder,
.firecheckout #checkout textarea::placeholder,
.firecheckout .modal-custom textarea::placeholder,
.firecheckout .modal-popup textarea::placeholder {
  color: #676767;
}
.firecheckout #checkout textarea,
.firecheckout .modal-custom textarea,
.firecheckout .modal-popup textarea {
  height: auto;
}
.firecheckout #checkout select[multiple],
.firecheckout .modal-custom select[multiple],
.firecheckout .modal-popup select[multiple] {
  height: auto;
}
.firecheckout #checkout div.mage-error,
.firecheckout .modal-custom div.mage-error,
.firecheckout .modal-popup div.mage-error,
.firecheckout #checkout div.field-error,
.firecheckout .modal-custom div.field-error,
.firecheckout .modal-popup div.field-error {
  position: static;
  margin-top: 2px;
  font-size: .85em;
}
.firecheckout #checkout .field-note,
.firecheckout .modal-custom .field-note,
.firecheckout .modal-popup .field-note,
.firecheckout #checkout .note,
.firecheckout .modal-custom .note,
.firecheckout .modal-popup .note {
  color: #767676;
  font-size: .85em;
}
.firecheckout #checkout fieldset.field legend,
.firecheckout .modal-custom fieldset.field legend,
.firecheckout .modal-popup fieldset.field legend {
  display: none;
}
.firecheckout #checkout fieldset.field .field > label,
.firecheckout .modal-custom fieldset.field .field > label,
.firecheckout .modal-popup fieldset.field .field > label,
.firecheckout #checkout fieldset.field .field.additional > label,
.firecheckout .modal-custom fieldset.field .field.additional > label,
.firecheckout .modal-popup fieldset.field .field.additional > label {
  clip: auto;
  height: auto;
  width: auto;
  position: static !important;
  overflow: visible;
}
.firecheckout:not(.fc-form-horizontal) .fc-field-choice > label {
  display: none !important;
}
.firecheckout .fc-newline {
  display: none;
}
.firecheckout .fc-size-l .fc-size-l\:fc-newline,
.firecheckout .fc-size-m .fc-size-m\:fc-newline,
.firecheckout .fc-size-s .fc-size-s\:fc-newline,
.firecheckout .fc-size-xs .fc-size-xs\:fc-newline {
  display: block;
}
.firecheckout .payment-method-content div.field {
  padding: 4px;
  display: inline-block;
  box-sizing: border-box;
  float: none;
  width: 100%;
  margin: 0;
}
.firecheckout .payment-method-content div.field div.field {
  padding-left: 0;
  padding-right: 0;
}
.firecheckout .payment-method-content div.field .additional {
  margin-top: 8px;
}
.firecheckout .payment-method-content div.field.choice:before {
  display: none;
}
.firecheckout .payment-method-content div.field.choice > .label {
  float: none;
}
.firecheckout .payment-method-content div.field > .label {
  float: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
  font-weight: normal;
  white-space: normal;
}
.firecheckout .payment-method-content div.field > .label::after {
  margin: 0;
}
.firecheckout .payment-method-content div.field > .control {
  float: none;
  clear: both;
  width: auto;
  display: block;
  padding: 0 !important;
  margin: 0 !important;
}
.firecheckout .payment-method-content div.field > .control._with-tooltip input,
.firecheckout .payment-method-content div.field > .control._with-tooltip textarea,
.firecheckout .payment-method-content div.field > .control._with-tooltip select {
  width: 100%;
  margin: 0;
}
.firecheckout .payment-method-content div.field.required > .label::after,
.firecheckout .payment-method-content div.field._required > .label::after {
  position: static;
  content: ' *';
  color: #e02b27;
  font-size: 1.4rem;
  margin: 0 0 0 2px;
}
.firecheckout .form-shipping-address .fieldset .field,
.firecheckout .payment-method .fieldset .field,
.firecheckout #checkout .form-login .fieldset .field,
.firecheckout #maincontent .block-authentication .fieldset .field,
.firecheckout #checkout .checkout-shipping-address .fieldset .field,
.firecheckout #checkout .checkout-billing-address .fieldset .field {
  margin: 0;
  padding: 0;
}
.firecheckout .form-shipping-address .fieldset,
.firecheckout .payment-method .fieldset,
.firecheckout #checkout .form-login .fieldset,
.firecheckout #maincontent .block-authentication .fieldset,
.firecheckout #checkout .checkout-shipping-address .fieldset,
.firecheckout #checkout .checkout-billing-address .fieldset,
.firecheckout .form-shipping-address fieldset .control,
.firecheckout .payment-method fieldset .control,
.firecheckout #checkout .form-login fieldset .control,
.firecheckout #maincontent .block-authentication fieldset .control,
.firecheckout #checkout .checkout-shipping-address fieldset .control,
.firecheckout #checkout .checkout-billing-address fieldset .control {
  letter-spacing: -0.4em;
}
.firecheckout .form-shipping-address .fieldset > *,
.firecheckout .payment-method .fieldset > *,
.firecheckout #checkout .form-login .fieldset > *,
.firecheckout #maincontent .block-authentication .fieldset > *,
.firecheckout #checkout .checkout-shipping-address .fieldset > *,
.firecheckout #checkout .checkout-billing-address .fieldset > *,
.firecheckout .form-shipping-address fieldset .control > *,
.firecheckout .payment-method fieldset .control > *,
.firecheckout #checkout .form-login fieldset .control > *,
.firecheckout #maincontent .block-authentication fieldset .control > *,
.firecheckout #checkout .checkout-shipping-address fieldset .control > *,
.firecheckout #checkout .checkout-billing-address fieldset .control > * {
  letter-spacing: normal;
}
.firecheckout .form-shipping-address .fieldset,
.firecheckout .payment-method .fieldset,
.firecheckout #checkout .form-login .fieldset,
.firecheckout #maincontent .block-authentication .fieldset,
.firecheckout #checkout .checkout-shipping-address .fieldset,
.firecheckout #checkout .checkout-billing-address .fieldset {
  margin-left: -4px;
  margin-right: -4px;
}
.firecheckout .form-shipping-address .fieldset .fieldset,
.firecheckout .payment-method .fieldset .fieldset,
.firecheckout #checkout .form-login .fieldset .fieldset,
.firecheckout #maincontent .block-authentication .fieldset .fieldset,
.firecheckout #checkout .checkout-shipping-address .fieldset .fieldset,
.firecheckout #checkout .checkout-billing-address .fieldset .fieldset {
  margin-left: 0;
  margin-right: 0;
}
.firecheckout .form-shipping-address .actions-toolbar,
.firecheckout .payment-method .actions-toolbar,
.firecheckout #checkout .form-login .actions-toolbar,
.firecheckout #maincontent .block-authentication .actions-toolbar,
.firecheckout #checkout .checkout-shipping-address .actions-toolbar,
.firecheckout #checkout .checkout-billing-address .actions-toolbar {
  padding: 0 4px;
}
.firecheckout .form-shipping-address .fieldset div.field,
.firecheckout .payment-method .fieldset div.field,
.firecheckout #checkout .form-login .fieldset div.field,
.firecheckout #maincontent .block-authentication .fieldset div.field,
.firecheckout #checkout .checkout-shipping-address .fieldset div.field,
.firecheckout #checkout .checkout-billing-address .fieldset div.field,
.firecheckout .form-shipping-address .fieldset.address > div.field,
.firecheckout .payment-method .fieldset.address > div.field,
.firecheckout #checkout .form-login .fieldset.address > div.field,
.firecheckout #maincontent .block-authentication .fieldset.address > div.field,
.firecheckout #checkout .checkout-shipping-address .fieldset.address > div.field,
.firecheckout #checkout .checkout-billing-address .fieldset.address > div.field {
  padding: 4px;
  display: inline-block;
  box-sizing: border-box;
  float: none;
  width: 100%;
  margin: 0;
}
.firecheckout .form-shipping-address .fieldset div.field div.field,
.firecheckout .payment-method .fieldset div.field div.field,
.firecheckout #checkout .form-login .fieldset div.field div.field,
.firecheckout #maincontent .block-authentication .fieldset div.field div.field,
.firecheckout #checkout .checkout-shipping-address .fieldset div.field div.field,
.firecheckout #checkout .checkout-billing-address .fieldset div.field div.field,
.firecheckout .form-shipping-address .fieldset.address > div.field div.field,
.firecheckout .payment-method .fieldset.address > div.field div.field,
.firecheckout #checkout .form-login .fieldset.address > div.field div.field,
.firecheckout #maincontent .block-authentication .fieldset.address > div.field div.field,
.firecheckout #checkout .checkout-shipping-address .fieldset.address > div.field div.field,
.firecheckout #checkout .checkout-billing-address .fieldset.address > div.field div.field {
  padding-left: 0;
  padding-right: 0;
}
.firecheckout .form-shipping-address .fieldset div.field .additional,
.firecheckout .payment-method .fieldset div.field .additional,
.firecheckout #checkout .form-login .fieldset div.field .additional,
.firecheckout #maincontent .block-authentication .fieldset div.field .additional,
.firecheckout #checkout .checkout-shipping-address .fieldset div.field .additional,
.firecheckout #checkout .checkout-billing-address .fieldset div.field .additional,
.firecheckout .form-shipping-address .fieldset.address > div.field .additional,
.firecheckout .payment-method .fieldset.address > div.field .additional,
.firecheckout #checkout .form-login .fieldset.address > div.field .additional,
.firecheckout #maincontent .block-authentication .fieldset.address > div.field .additional,
.firecheckout #checkout .checkout-shipping-address .fieldset.address > div.field .additional,
.firecheckout #checkout .checkout-billing-address .fieldset.address > div.field .additional {
  margin-top: 8px;
}
.firecheckout .form-shipping-address .fieldset div.field.choice:before,
.firecheckout .payment-method .fieldset div.field.choice:before,
.firecheckout #checkout .form-login .fieldset div.field.choice:before,
.firecheckout #maincontent .block-authentication .fieldset div.field.choice:before,
.firecheckout #checkout .checkout-shipping-address .fieldset div.field.choice:before,
.firecheckout #checkout .checkout-billing-address .fieldset div.field.choice:before,
.firecheckout .form-shipping-address .fieldset.address > div.field.choice:before,
.firecheckout .payment-method .fieldset.address > div.field.choice:before,
.firecheckout #checkout .form-login .fieldset.address > div.field.choice:before,
.firecheckout #maincontent .block-authentication .fieldset.address > div.field.choice:before,
.firecheckout #checkout .checkout-shipping-address .fieldset.address > div.field.choice:before,
.firecheckout #checkout .checkout-billing-address .fieldset.address > div.field.choice:before {
  display: none;
}
.firecheckout .form-shipping-address .fieldset div.field.choice > .label,
.firecheckout .payment-method .fieldset div.field.choice > .label,
.firecheckout #checkout .form-login .fieldset div.field.choice > .label,
.firecheckout #maincontent .block-authentication .fieldset div.field.choice > .label,
.firecheckout #checkout .checkout-shipping-address .fieldset div.field.choice > .label,
.firecheckout #checkout .checkout-billing-address .fieldset div.field.choice > .label,
.firecheckout .form-shipping-address .fieldset.address > div.field.choice > .label,
.firecheckout .payment-method .fieldset.address > div.field.choice > .label,
.firecheckout #checkout .form-login .fieldset.address > div.field.choice > .label,
.firecheckout #maincontent .block-authentication .fieldset.address > div.field.choice > .label,
.firecheckout #checkout .checkout-shipping-address .fieldset.address > div.field.choice > .label,
.firecheckout #checkout .checkout-billing-address .fieldset.address > div.field.choice > .label {
  float: none;
}
.firecheckout .form-shipping-address .fieldset div.field > .label,
.firecheckout .payment-method .fieldset div.field > .label,
.firecheckout #checkout .form-login .fieldset div.field > .label,
.firecheckout #maincontent .block-authentication .fieldset div.field > .label,
.firecheckout #checkout .checkout-shipping-address .fieldset div.field > .label,
.firecheckout #checkout .checkout-billing-address .fieldset div.field > .label,
.firecheckout .form-shipping-address .fieldset.address > div.field > .label,
.firecheckout .payment-method .fieldset.address > div.field > .label,
.firecheckout #checkout .form-login .fieldset.address > div.field > .label,
.firecheckout #maincontent .block-authentication .fieldset.address > div.field > .label,
.firecheckout #checkout .checkout-shipping-address .fieldset.address > div.field > .label,
.firecheckout #checkout .checkout-billing-address .fieldset.address > div.field > .label {
  float: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
  font-weight: normal;
  white-space: normal;
}
.firecheckout .form-shipping-address .fieldset div.field > .label::after,
.firecheckout .payment-method .fieldset div.field > .label::after,
.firecheckout #checkout .form-login .fieldset div.field > .label::after,
.firecheckout #maincontent .block-authentication .fieldset div.field > .label::after,
.firecheckout #checkout .checkout-shipping-address .fieldset div.field > .label::after,
.firecheckout #checkout .checkout-billing-address .fieldset div.field > .label::after,
.firecheckout .form-shipping-address .fieldset.address > div.field > .label::after,
.firecheckout .payment-method .fieldset.address > div.field > .label::after,
.firecheckout #checkout .form-login .fieldset.address > div.field > .label::after,
.firecheckout #maincontent .block-authentication .fieldset.address > div.field > .label::after,
.firecheckout #checkout .checkout-shipping-address .fieldset.address > div.field > .label::after,
.firecheckout #checkout .checkout-billing-address .fieldset.address > div.field > .label::after {
  margin: 0;
}
.firecheckout .form-shipping-address .fieldset div.field > .control,
.firecheckout .payment-method .fieldset div.field > .control,
.firecheckout #checkout .form-login .fieldset div.field > .control,
.firecheckout #maincontent .block-authentication .fieldset div.field > .control,
.firecheckout #checkout .checkout-shipping-address .fieldset div.field > .control,
.firecheckout #checkout .checkout-billing-address .fieldset div.field > .control,
.firecheckout .form-shipping-address .fieldset.address > div.field > .control,
.firecheckout .payment-method .fieldset.address > div.field > .control,
.firecheckout #checkout .form-login .fieldset.address > div.field > .control,
.firecheckout #maincontent .block-authentication .fieldset.address > div.field > .control,
.firecheckout #checkout .checkout-shipping-address .fieldset.address > div.field > .control,
.firecheckout #checkout .checkout-billing-address .fieldset.address > div.field > .control {
  float: none;
  clear: both;
  width: auto;
  display: block;
  padding: 0 !important;
  margin: 0 !important;
}
.firecheckout .form-shipping-address .fieldset div.field > .control._with-tooltip input,
.firecheckout .payment-method .fieldset div.field > .control._with-tooltip input,
.firecheckout #checkout .form-login .fieldset div.field > .control._with-tooltip input,
.firecheckout #maincontent .block-authentication .fieldset div.field > .control._with-tooltip input,
.firecheckout #checkout .checkout-shipping-address .fieldset div.field > .control._with-tooltip input,
.firecheckout #checkout .checkout-billing-address .fieldset div.field > .control._with-tooltip input,
.firecheckout .form-shipping-address .fieldset.address > div.field > .control._with-tooltip input,
.firecheckout .payment-method .fieldset.address > div.field > .control._with-tooltip input,
.firecheckout #checkout .form-login .fieldset.address > div.field > .control._with-tooltip input,
.firecheckout #maincontent .block-authentication .fieldset.address > div.field > .control._with-tooltip input,
.firecheckout #checkout .checkout-shipping-address .fieldset.address > div.field > .control._with-tooltip input,
.firecheckout #checkout .checkout-billing-address .fieldset.address > div.field > .control._with-tooltip input,
.firecheckout .form-shipping-address .fieldset div.field > .control._with-tooltip textarea,
.firecheckout .payment-method .fieldset div.field > .control._with-tooltip textarea,
.firecheckout #checkout .form-login .fieldset div.field > .control._with-tooltip textarea,
.firecheckout #maincontent .block-authentication .fieldset div.field > .control._with-tooltip textarea,
.firecheckout #checkout .checkout-shipping-address .fieldset div.field > .control._with-tooltip textarea,
.firecheckout #checkout .checkout-billing-address .fieldset div.field > .control._with-tooltip textarea,
.firecheckout .form-shipping-address .fieldset.address > div.field > .control._with-tooltip textarea,
.firecheckout .payment-method .fieldset.address > div.field > .control._with-tooltip textarea,
.firecheckout #checkout .form-login .fieldset.address > div.field > .control._with-tooltip textarea,
.firecheckout #maincontent .block-authentication .fieldset.address > div.field > .control._with-tooltip textarea,
.firecheckout #checkout .checkout-shipping-address .fieldset.address > div.field > .control._with-tooltip textarea,
.firecheckout #checkout .checkout-billing-address .fieldset.address > div.field > .control._with-tooltip textarea,
.firecheckout .form-shipping-address .fieldset div.field > .control._with-tooltip select,
.firecheckout .payment-method .fieldset div.field > .control._with-tooltip select,
.firecheckout #checkout .form-login .fieldset div.field > .control._with-tooltip select,
.firecheckout #maincontent .block-authentication .fieldset div.field > .control._with-tooltip select,
.firecheckout #checkout .checkout-shipping-address .fieldset div.field > .control._with-tooltip select,
.firecheckout #checkout .checkout-billing-address .fieldset div.field > .control._with-tooltip select,
.firecheckout .form-shipping-address .fieldset.address > div.field > .control._with-tooltip select,
.firecheckout .payment-method .fieldset.address > div.field > .control._with-tooltip select,
.firecheckout #checkout .form-login .fieldset.address > div.field > .control._with-tooltip select,
.firecheckout #maincontent .block-authentication .fieldset.address > div.field > .control._with-tooltip select,
.firecheckout #checkout .checkout-shipping-address .fieldset.address > div.field > .control._with-tooltip select,
.firecheckout #checkout .checkout-billing-address .fieldset.address > div.field > .control._with-tooltip select {
  width: 100%;
  margin: 0;
}
.firecheckout .form-shipping-address .fieldset div.field.required > .label::after,
.firecheckout .payment-method .fieldset div.field.required > .label::after,
.firecheckout #checkout .form-login .fieldset div.field.required > .label::after,
.firecheckout #maincontent .block-authentication .fieldset div.field.required > .label::after,
.firecheckout #checkout .checkout-shipping-address .fieldset div.field.required > .label::after,
.firecheckout #checkout .checkout-billing-address .fieldset div.field.required > .label::after,
.firecheckout .form-shipping-address .fieldset.address > div.field.required > .label::after,
.firecheckout .payment-method .fieldset.address > div.field.required > .label::after,
.firecheckout #checkout .form-login .fieldset.address > div.field.required > .label::after,
.firecheckout #maincontent .block-authentication .fieldset.address > div.field.required > .label::after,
.firecheckout #checkout .checkout-shipping-address .fieldset.address > div.field.required > .label::after,
.firecheckout #checkout .checkout-billing-address .fieldset.address > div.field.required > .label::after,
.firecheckout .form-shipping-address .fieldset div.field._required > .label::after,
.firecheckout .payment-method .fieldset div.field._required > .label::after,
.firecheckout #checkout .form-login .fieldset div.field._required > .label::after,
.firecheckout #maincontent .block-authentication .fieldset div.field._required > .label::after,
.firecheckout #checkout .checkout-shipping-address .fieldset div.field._required > .label::after,
.firecheckout #checkout .checkout-billing-address .fieldset div.field._required > .label::after,
.firecheckout .form-shipping-address .fieldset.address > div.field._required > .label::after,
.firecheckout .payment-method .fieldset.address > div.field._required > .label::after,
.firecheckout #checkout .form-login .fieldset.address > div.field._required > .label::after,
.firecheckout #maincontent .block-authentication .fieldset.address > div.field._required > .label::after,
.firecheckout #checkout .checkout-shipping-address .fieldset.address > div.field._required > .label::after,
.firecheckout #checkout .checkout-billing-address .fieldset.address > div.field._required > .label::after {
  position: static;
  content: ' *';
  color: #e02b27;
  font-size: 1.4rem;
  margin: 0 0 0 2px;
}
.firecheckout.fc-form-hide-labels .form-shipping-address .fieldset div.field legend.label,
.firecheckout.fc-form-hide-labels #checkout .form-login .fieldset div.field legend.label,
.firecheckout.fc-form-hide-labels #maincontent .block-authentication .fieldset div.field legend.label,
.firecheckout.fc-form-hide-labels #checkout .checkout-shipping-address .fieldset div.field legend.label,
.firecheckout.fc-form-hide-labels #checkout .checkout-billing-address .fieldset div.field legend.label {
  display: none;
}
.firecheckout.fc-form-hide-labels .form-shipping-address .fieldset div.field .additional,
.firecheckout.fc-form-hide-labels #checkout .form-login .fieldset div.field .additional,
.firecheckout.fc-form-hide-labels #maincontent .block-authentication .fieldset div.field .additional,
.firecheckout.fc-form-hide-labels #checkout .checkout-shipping-address .fieldset div.field .additional,
.firecheckout.fc-form-hide-labels #checkout .checkout-billing-address .fieldset div.field .additional {
  margin-top: 0;
}
.firecheckout.fc-form-hide-labels .form-shipping-address .fieldset div.field:not(.choice),
.firecheckout.fc-form-hide-labels #checkout .form-login .fieldset div.field:not(.choice),
.firecheckout.fc-form-hide-labels #maincontent .block-authentication .fieldset div.field:not(.choice),
.firecheckout.fc-form-hide-labels #checkout .checkout-shipping-address .fieldset div.field:not(.choice),
.firecheckout.fc-form-hide-labels #checkout .checkout-billing-address .fieldset div.field:not(.choice) {
  position: relative;
}
@media (max-width: 479.98px) {
  .firecheckout.fc-form-hide-labels .form-shipping-address .fieldset div.field:not(.choice),
  .firecheckout.fc-form-hide-labels #checkout .form-login .fieldset div.field:not(.choice),
  .firecheckout.fc-form-hide-labels #maincontent .block-authentication .fieldset div.field:not(.choice),
  .firecheckout.fc-form-hide-labels #checkout .checkout-shipping-address .fieldset div.field:not(.choice),
  .firecheckout.fc-form-hide-labels #checkout .checkout-billing-address .fieldset div.field:not(.choice) {
    width: 100%;
  }
}
.firecheckout.fc-form-hide-labels .form-shipping-address .fieldset div.field:not(.choice) > .label,
.firecheckout.fc-form-hide-labels #checkout .form-login .fieldset div.field:not(.choice) > .label,
.firecheckout.fc-form-hide-labels #maincontent .block-authentication .fieldset div.field:not(.choice) > .label,
.firecheckout.fc-form-hide-labels #checkout .checkout-shipping-address .fieldset div.field:not(.choice) > .label,
.firecheckout.fc-form-hide-labels #checkout .checkout-billing-address .fieldset div.field:not(.choice) > .label {
  pointer-events: none;
  position: absolute !important;
  left: 12px;
  top: 10px;
  z-index: 3;
  padding: 0 !important;
  margin: 0;
  clip: auto;
  width: auto;
  height: auto;
  max-width: 85%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #676767;
  font-size: 11px;
  line-height: normal;
  opacity: 0;
  transition: all 100ms ease-in-out;
}
.firecheckout.fc-form-hide-labels .form-shipping-address .fieldset div.field:not(.choice) > .label::after,
.firecheckout.fc-form-hide-labels #checkout .form-login .fieldset div.field:not(.choice) > .label::after,
.firecheckout.fc-form-hide-labels #maincontent .block-authentication .fieldset div.field:not(.choice) > .label::after,
.firecheckout.fc-form-hide-labels #checkout .checkout-shipping-address .fieldset div.field:not(.choice) > .label::after,
.firecheckout.fc-form-hide-labels #checkout .checkout-billing-address .fieldset div.field:not(.choice) > .label::after {
  font-size: 11px;
  color: currentColor;
}
.firecheckout.fc-form-hide-labels .form-shipping-address .fieldset div.field:not(.choice) input,
.firecheckout.fc-form-hide-labels #checkout .form-login .fieldset div.field:not(.choice) input,
.firecheckout.fc-form-hide-labels #maincontent .block-authentication .fieldset div.field:not(.choice) input,
.firecheckout.fc-form-hide-labels #checkout .checkout-shipping-address .fieldset div.field:not(.choice) input,
.firecheckout.fc-form-hide-labels #checkout .checkout-billing-address .fieldset div.field:not(.choice) input,
.firecheckout.fc-form-hide-labels .form-shipping-address .fieldset div.field:not(.choice) select,
.firecheckout.fc-form-hide-labels #checkout .form-login .fieldset div.field:not(.choice) select,
.firecheckout.fc-form-hide-labels #maincontent .block-authentication .fieldset div.field:not(.choice) select,
.firecheckout.fc-form-hide-labels #checkout .checkout-shipping-address .fieldset div.field:not(.choice) select,
.firecheckout.fc-form-hide-labels #checkout .checkout-billing-address .fieldset div.field:not(.choice) select,
.firecheckout.fc-form-hide-labels .form-shipping-address .fieldset div.field:not(.choice) textarea,
.firecheckout.fc-form-hide-labels #checkout .form-login .fieldset div.field:not(.choice) textarea,
.firecheckout.fc-form-hide-labels #maincontent .block-authentication .fieldset div.field:not(.choice) textarea,
.firecheckout.fc-form-hide-labels #checkout .checkout-shipping-address .fieldset div.field:not(.choice) textarea,
.firecheckout.fc-form-hide-labels #checkout .checkout-billing-address .fieldset div.field:not(.choice) textarea {
  transition: all 100ms ease-in-out;
}
.firecheckout.fc-form-hide-labels .form-shipping-address .fieldset div.field:not(.choice).fc-dirty > .label,
.firecheckout.fc-form-hide-labels #checkout .form-login .fieldset div.field:not(.choice).fc-dirty > .label,
.firecheckout.fc-form-hide-labels #maincontent .block-authentication .fieldset div.field:not(.choice).fc-dirty > .label,
.firecheckout.fc-form-hide-labels #checkout .checkout-shipping-address .fieldset div.field:not(.choice).fc-dirty > .label,
.firecheckout.fc-form-hide-labels #checkout .checkout-billing-address .fieldset div.field:not(.choice).fc-dirty > .label {
  top: 8px;
  opacity: 1;
}
.firecheckout.fc-form-hide-labels .form-shipping-address .fieldset div.field:not(.choice).fc-dirty input,
.firecheckout.fc-form-hide-labels #checkout .form-login .fieldset div.field:not(.choice).fc-dirty input,
.firecheckout.fc-form-hide-labels #maincontent .block-authentication .fieldset div.field:not(.choice).fc-dirty input,
.firecheckout.fc-form-hide-labels #checkout .checkout-shipping-address .fieldset div.field:not(.choice).fc-dirty input,
.firecheckout.fc-form-hide-labels #checkout .checkout-billing-address .fieldset div.field:not(.choice).fc-dirty input,
.firecheckout.fc-form-hide-labels .form-shipping-address .fieldset div.field:not(.choice).fc-dirty select,
.firecheckout.fc-form-hide-labels #checkout .form-login .fieldset div.field:not(.choice).fc-dirty select,
.firecheckout.fc-form-hide-labels #maincontent .block-authentication .fieldset div.field:not(.choice).fc-dirty select,
.firecheckout.fc-form-hide-labels #checkout .checkout-shipping-address .fieldset div.field:not(.choice).fc-dirty select,
.firecheckout.fc-form-hide-labels #checkout .checkout-billing-address .fieldset div.field:not(.choice).fc-dirty select,
.firecheckout.fc-form-hide-labels .form-shipping-address .fieldset div.field:not(.choice).fc-dirty textarea,
.firecheckout.fc-form-hide-labels #checkout .form-login .fieldset div.field:not(.choice).fc-dirty textarea,
.firecheckout.fc-form-hide-labels #maincontent .block-authentication .fieldset div.field:not(.choice).fc-dirty textarea,
.firecheckout.fc-form-hide-labels #checkout .checkout-shipping-address .fieldset div.field:not(.choice).fc-dirty textarea,
.firecheckout.fc-form-hide-labels #checkout .checkout-billing-address .fieldset div.field:not(.choice).fc-dirty textarea {
  padding-top: 1em;
  padding-bottom: 12px;
}
.firecheckout.fc-form-compact .form-shipping-address .fieldset,
.firecheckout.fc-form-compact #checkout .checkout-shipping-address .fieldset,
.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset,
.firecheckout.fc-form-compact .form-shipping-address fieldset .control,
.firecheckout.fc-form-compact #checkout .checkout-shipping-address fieldset .control,
.firecheckout.fc-form-compact #checkout .checkout-billing-address fieldset .control {
  letter-spacing: -0.4em;
  float: none;
  width: auto;
  margin-top: 0;
}
@media (max-width: 479.98px) {
  .firecheckout.fc-form-compact .form-shipping-address .fieldset,
  .firecheckout.fc-form-compact #checkout .checkout-shipping-address .fieldset,
  .firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset,
  .firecheckout.fc-form-compact .form-shipping-address fieldset .control,
  .firecheckout.fc-form-compact #checkout .checkout-shipping-address fieldset .control,
  .firecheckout.fc-form-compact #checkout .checkout-billing-address fieldset .control {
    flex-direction: column;
  }
}
.firecheckout.fc-form-compact .form-shipping-address .fieldset > *,
.firecheckout.fc-form-compact #checkout .checkout-shipping-address .fieldset > *,
.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset > *,
.firecheckout.fc-form-compact .form-shipping-address fieldset .control > *,
.firecheckout.fc-form-compact #checkout .checkout-shipping-address fieldset .control > *,
.firecheckout.fc-form-compact #checkout .checkout-billing-address fieldset .control > * {
  letter-spacing: normal;
}
.firecheckout.fc-form-horizontal .form-shipping-address .fieldset div.field,
.firecheckout.fc-form-horizontal #checkout .form-login .fieldset div.field,
.firecheckout.fc-form-horizontal #maincontent .block-authentication .fieldset div.field,
.firecheckout.fc-form-horizontal #checkout .checkout-shipping-address:not(.fc-size-xs) .fieldset div.field,
.firecheckout.fc-form-horizontal #checkout .checkout-payment-method:not(.fc-size-xs) .checkout-billing-address .fieldset div.field {
  width: 100%;
}
.firecheckout.fc-form-horizontal .form-shipping-address .fieldset div.field > .label,
.firecheckout.fc-form-horizontal #checkout .form-login .fieldset div.field > .label,
.firecheckout.fc-form-horizontal #maincontent .block-authentication .fieldset div.field > .label,
.firecheckout.fc-form-horizontal #checkout .checkout-shipping-address:not(.fc-size-xs) .fieldset div.field > .label,
.firecheckout.fc-form-horizontal #checkout .checkout-payment-method:not(.fc-size-xs) .checkout-billing-address .fieldset div.field > .label {
  width: 35%;
  margin: 9px 0 0;
  padding: 0 9px 0 0;
  text-align: right;
  word-wrap: break-word;
}
.firecheckout.fc-form-horizontal .form-shipping-address .fieldset div.field > .control,
.firecheckout.fc-form-horizontal #checkout .form-login .fieldset div.field > .control,
.firecheckout.fc-form-horizontal #maincontent .block-authentication .fieldset div.field > .control,
.firecheckout.fc-form-horizontal #checkout .checkout-shipping-address:not(.fc-size-xs) .fieldset div.field > .control,
.firecheckout.fc-form-horizontal #checkout .checkout-payment-method:not(.fc-size-xs) .checkout-billing-address .fieldset div.field > .control {
  display: inline-block;
  width: 65%;
}
.firecheckout.fc-form-horizontal .form-shipping-address .fieldset div.field > .control:not(:empty),
.firecheckout.fc-form-horizontal #checkout .form-login .fieldset div.field > .control:not(:empty),
.firecheckout.fc-form-horizontal #maincontent .block-authentication .fieldset div.field > .control:not(:empty),
.firecheckout.fc-form-horizontal #checkout .checkout-shipping-address:not(.fc-size-xs) .fieldset div.field > .control:not(:empty),
.firecheckout.fc-form-horizontal #checkout .checkout-payment-method:not(.fc-size-xs) .checkout-billing-address .fieldset div.field > .control:not(:empty) {
  min-height: 42px;
}
.firecheckout.fc-form-horizontal .form-shipping-address .fieldset div.field > .label + .control > .choice,
.firecheckout.fc-form-horizontal #checkout .form-login .fieldset div.field > .label + .control > .choice,
.firecheckout.fc-form-horizontal #maincontent .block-authentication .fieldset div.field > .label + .control > .choice,
.firecheckout.fc-form-horizontal #checkout .checkout-shipping-address:not(.fc-size-xs) .fieldset div.field > .label + .control > .choice,
.firecheckout.fc-form-horizontal #checkout .checkout-payment-method:not(.fc-size-xs) .checkout-billing-address .fieldset div.field > .label + .control > .choice {
  margin: 4px 0 0;
}
.firecheckout.fc-form-horizontal .form-shipping-address .fieldset div.field > .label + .control > .choice > .label,
.firecheckout.fc-form-horizontal #checkout .form-login .fieldset div.field > .label + .control > .choice > .label,
.firecheckout.fc-form-horizontal #maincontent .block-authentication .fieldset div.field > .label + .control > .choice > .label,
.firecheckout.fc-form-horizontal #checkout .checkout-shipping-address:not(.fc-size-xs) .fieldset div.field > .label + .control > .choice > .label,
.firecheckout.fc-form-horizontal #checkout .checkout-payment-method:not(.fc-size-xs) .checkout-billing-address .fieldset div.field > .label + .control > .choice > .label {
  display: none;
}
.firecheckout.fc-form-horizontal .form-shipping-address .fieldset div.field::after,
.firecheckout.fc-form-horizontal #checkout .form-login .fieldset div.field::after,
.firecheckout.fc-form-horizontal #maincontent .block-authentication .fieldset div.field::after,
.firecheckout.fc-form-horizontal #checkout .checkout-shipping-address:not(.fc-size-xs) .fieldset div.field::after,
.firecheckout.fc-form-horizontal #checkout .checkout-payment-method:not(.fc-size-xs) .checkout-billing-address .fieldset div.field::after {
  content: '';
  display: table;
  clear: both;
}
.firecheckout.fc-form-horizontal .form-shipping-address .fieldset > .actions-toolbar,
.firecheckout.fc-form-horizontal #checkout .form-login .fieldset > .actions-toolbar,
.firecheckout.fc-form-horizontal #maincontent .block-authentication .fieldset > .actions-toolbar,
.firecheckout.fc-form-horizontal #checkout .checkout-shipping-address:not(.fc-size-xs) .fieldset > .actions-toolbar,
.firecheckout.fc-form-horizontal #checkout .checkout-payment-method:not(.fc-size-xs) .checkout-billing-address .fieldset > .actions-toolbar {
  margin-left: 35%;
}
.firecheckout.fc-form-compact .form-shipping-address .fieldset#customer-email-fieldset .field,
.firecheckout.fc-form-compact #checkout .checkout-shipping-address .fieldset#customer-email-fieldset .field,
.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset#customer-email-fieldset .field {
  width: 100%;
}
.firecheckout.fc-form-compact .form-shipping-address .fieldset div.field,
.firecheckout.fc-form-compact #checkout .checkout-shipping-address .fieldset div.field,
.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field {
  width: 50%;
  float: none;
  vertical-align: top;
}
.firecheckout.fc-form-compact .form-shipping-address .fieldset div.field.choice,
.firecheckout.fc-form-compact #checkout .checkout-shipping-address .fieldset div.field.choice,
.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field.choice,
.firecheckout.fc-form-compact .form-shipping-address .fieldset div.field.field-select-billing,
.firecheckout.fc-form-compact #checkout .checkout-shipping-address .fieldset div.field.field-select-billing,
.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field.field-select-billing {
  width: 100% !important;
  display: none !important;
}
.firecheckout.fc-form-compact .form-shipping-address .fieldset .street div.field,
.firecheckout.fc-form-compact #checkout .checkout-shipping-address .fieldset .street div.field,
.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset .street div.field {
  width: 100%;
}
.firecheckout.fc-form-compact .form-shipping-address.fc-size-xs .fieldset div.field,
.firecheckout.fc-form-compact #checkout .checkout-shipping-address.fc-size-xs .fieldset div.field,
.firecheckout.fc-form-compact #checkout .checkout-payment-method.fc-size-xs .checkout-billing-address .fieldset div.field {
  width: 100%;
}
.firecheckout.fc-form-compact .form-shipping-address.fc-size-xs .fieldset .street div.field,
.firecheckout.fc-form-compact #checkout .checkout-shipping-address.fc-size-xs .fieldset .street div.field,
.firecheckout.fc-form-compact #checkout .checkout-payment-method.fc-size-xs .checkout-billing-address .fieldset .street div.field {
  width: 100%;
}
.firecheckout.fc-form-compact .form-shipping-address.fc-size-l .fieldset div.field,
.firecheckout.fc-form-compact #checkout .checkout-shipping-address.fc-size-l .fieldset div.field,
.firecheckout.fc-form-compact #checkout .checkout-payment-method.fc-size-l .checkout-billing-address .fieldset div.field {
  width: 100%;
}
.firecheckout.fc-form-compact .form-shipping-address.fc-size-l .fieldset .street div.field,
.firecheckout.fc-form-compact #checkout .checkout-shipping-address.fc-size-l .fieldset .street div.field,
.firecheckout.fc-form-compact #checkout .checkout-payment-method.fc-size-l .checkout-billing-address .fieldset .street div.field {
  width: 100%;
}
.firecheckout .form-shipping-address input[type="checkbox"],
.firecheckout #checkout input[type="checkbox"],
.firecheckout .form-shipping-address input[type="radio"],
.firecheckout #checkout input[type="radio"] {
  opacity: 1;
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  top: 0;
  z-index: 1;
  /* Move it above the label in case if label has wrong 'for' */
  margin: 0 5px 0 0;
  padding: 0 !important;
  background-color: #ffffff;
  box-shadow: 0 0 0 0 #e6e6e6 inset;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  outline: 0;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  cursor: pointer;
  vertical-align: middle !important;
  transform: none !important;
  clip-path: initial !important;
  --webkit-clip-path: initial !important;
}
.firecheckout .form-shipping-address input[type="checkbox"] + label,
.firecheckout #checkout input[type="checkbox"] + label,
.firecheckout .form-shipping-address input[type="radio"] + label,
.firecheckout #checkout input[type="radio"] + label {
  display: inline;
  vertical-align: middle !important;
  line-height: 24px;
}
.breeze-theme.firecheckout .form-shipping-address input[type="checkbox"] + label,
.breeze-theme.firecheckout #checkout input[type="checkbox"] + label,
.breeze-theme.firecheckout .form-shipping-address input[type="radio"] + label,
.breeze-theme.firecheckout #checkout input[type="radio"] + label {
  line-height: 18px;
}
.firecheckout .form-shipping-address input[type="checkbox"] + label::before,
.firecheckout #checkout input[type="checkbox"] + label::before,
.firecheckout .form-shipping-address input[type="radio"] + label::before,
.firecheckout #checkout input[type="radio"] + label::before {
  display: none;
}
.firecheckout .form-shipping-address input[type="checkbox"] + label::after,
.firecheckout #checkout input[type="checkbox"] + label::after,
.firecheckout .form-shipping-address input[type="radio"] + label::after,
.firecheckout #checkout input[type="radio"] + label::after {
  content: none !important;
}
.firecheckout:not(.fc-form-horizontal).firecheckout .form-shipping-address input[type="checkbox"] + label + .field-note,
.firecheckout:not(.fc-form-horizontal).firecheckout #checkout input[type="checkbox"] + label + .field-note,
.firecheckout:not(.fc-form-horizontal).firecheckout .form-shipping-address input[type="radio"] + label + .field-note,
.firecheckout:not(.fc-form-horizontal).firecheckout #checkout input[type="radio"] + label + .field-note,
.firecheckout:not(.fc-form-horizontal).firecheckout .form-shipping-address input[type="checkbox"] + label + .mage-error,
.firecheckout:not(.fc-form-horizontal).firecheckout #checkout input[type="checkbox"] + label + .mage-error,
.firecheckout:not(.fc-form-horizontal).firecheckout .form-shipping-address input[type="radio"] + label + .mage-error,
.firecheckout:not(.fc-form-horizontal).firecheckout #checkout input[type="radio"] + label + .mage-error,
.firecheckout:not(.fc-form-horizontal).firecheckout .form-shipping-address input[type="checkbox"] + label + .field-error,
.firecheckout:not(.fc-form-horizontal).firecheckout #checkout input[type="checkbox"] + label + .field-error,
.firecheckout:not(.fc-form-horizontal).firecheckout .form-shipping-address input[type="radio"] + label + .field-error,
.firecheckout:not(.fc-form-horizontal).firecheckout #checkout input[type="radio"] + label + .field-error {
  margin-left: 27px;
}
.fc-form-horizontal.firecheckout .form-shipping-address input[type="checkbox"] + label + .field-note,
.fc-form-horizontal.firecheckout #checkout input[type="checkbox"] + label + .field-note,
.fc-form-horizontal.firecheckout .form-shipping-address input[type="radio"] + label + .field-note,
.fc-form-horizontal.firecheckout #checkout input[type="radio"] + label + .field-note,
.fc-form-horizontal.firecheckout .form-shipping-address input[type="checkbox"] + label + .mage-error,
.fc-form-horizontal.firecheckout #checkout input[type="checkbox"] + label + .mage-error,
.fc-form-horizontal.firecheckout .form-shipping-address input[type="radio"] + label + .mage-error,
.fc-form-horizontal.firecheckout #checkout input[type="radio"] + label + .mage-error,
.fc-form-horizontal.firecheckout .form-shipping-address input[type="checkbox"] + label + .field-error,
.fc-form-horizontal.firecheckout #checkout input[type="checkbox"] + label + .field-error,
.fc-form-horizontal.firecheckout .form-shipping-address input[type="radio"] + label + .field-error,
.fc-form-horizontal.firecheckout #checkout input[type="radio"] + label + .field-error {
  margin-top: 3px;
}
.firecheckout .form-shipping-address input[type="checkbox"]::after,
.firecheckout #checkout input[type="checkbox"]::after,
.firecheckout .form-shipping-address input[type="radio"]::after,
.firecheckout #checkout input[type="radio"]::after {
  content: '';
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 0;
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
  transform: scale(0.2);
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: -9px;
}
.firecheckout .form-shipping-address input[type="checkbox"]:checked,
.firecheckout #checkout input[type="checkbox"]:checked,
.firecheckout .form-shipping-address input[type="radio"]:checked,
.firecheckout #checkout input[type="radio"]:checked {
  box-shadow: 0 0 0 10px #EB5673 inset;
  border: none;
}
.firecheckout .form-shipping-address input[type="checkbox"]:checked:focus,
.firecheckout #checkout input[type="checkbox"]:checked:focus,
.firecheckout .form-shipping-address input[type="radio"]:checked:focus,
.firecheckout #checkout input[type="radio"]:checked:focus {
  box-shadow: 0 0 0 10px #EB5673 inset;
}
.firecheckout .form-shipping-address input[type="checkbox"]:checked::after,
.firecheckout #checkout input[type="checkbox"]:checked::after,
.firecheckout .form-shipping-address input[type="radio"]:checked::after,
.firecheckout #checkout input[type="radio"]:checked ~ .firecheckout #checkout input[type="radio"]::after {
  transform: scale(1);
  opacity: 1;
}
.firecheckout .form-shipping-address input[type="checkbox"]:focus,
.firecheckout #checkout input[type="checkbox"]:focus,
.firecheckout .form-shipping-address input[type="radio"]:focus,
.firecheckout #checkout input[type="radio"]:focus {
  border-color: #a6a6a6;
  outline: 0;
}
.firecheckout .form-shipping-address input[type="checkbox"]::after,
.firecheckout #checkout input[type="checkbox"]::after {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAUCAQAAAA9vDUIAAAAdklEQVQ4y7XR0QmAIBCAYXOTxmiRfAtnaJ0gcLT2MP5eQjoJvQvy1f8DvXPun8OEt+SBTFITAhlASUoOEG35xvA1Z2a05AsnR03aOSBJ4+3s5aKQ5lfxJEm6k6nIqhikIKjm/kJ6a6pIf6uCaPIH0eY3iYZccy6u+Rcjm6L8iwAAAABJRU5ErkJggg==');
  background-size: 12px 10px;
}
.firecheckout .form-shipping-address input[type="radio"],
.firecheckout #checkout input[type="radio"] {
  border-radius: 50%;
}
.firecheckout .form-shipping-address input[type="radio"]::after,
.firecheckout #checkout input[type="radio"]::after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBkPSJNMjU2LDQ2NGMxMTQuOSwwLDIwOC05My4xLDIwOC0yMDhjMC0xMTQuOS05My4xLTIwOC0yMDgtMjA4QzE0MS4xLDQ4LDQ4LDE0MS4xLDQ4LDI1NkM0OCwzNzAuOSwxNDEuMSw0NjQsMjU2LDQ2NHoiIHN0eWxlPSJmaWxsOiNmZmYiLz4NCjwvc3ZnPg0K');
  background-size: 8px 8px;
}
.firecheckout #checkout .field select,
.firecheckout .modal-custom .field select,
.firecheckout .modal-popup .field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.firecheckout #checkout .field select:not([multiple]),
.firecheckout .modal-custom .field select:not([multiple]),
.firecheckout .modal-popup .field select:not([multiple]) {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSI2MCIgdmlld0JveD0iMCAwIDMwIDYwIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzMzMyIgZD0iTTE1LjY3NiAzMy4wMzdsNS4xMDItNS4xMDMtLjcwNy0xLjA4Ni00LjQ5IDQuNDkyLTQuNDktNC40OTItLjcwMiAxLjA4NiA1LjEwMiA1LjEwMy4wNzUuMTE1LjAyLS4wMi4wMi4wMnoiLz48L3N2Zz4=');
  background-repeat: no-repeat;
  background-size: auto auto;
  padding-right: 25px;
  background-position: 100% 45%;
}
.firecheckout #checkout .field select::-ms-expand,
.firecheckout .modal-custom .field select::-ms-expand,
.firecheckout .modal-popup .field select::-ms-expand {
  display: none;
}
.firecheckout #checkout .field ._with-tooltip select:not([multiple]),
.firecheckout .modal-custom .field ._with-tooltip select:not([multiple]),
.firecheckout .modal-popup .field ._with-tooltip select:not([multiple]) {
  background-position: calc(80%) 45%;
  padding-right: 45px;
}
.firecheckout #checkout .field .field-tooltip,
.firecheckout .modal-custom .field .field-tooltip,
.firecheckout .modal-popup .field .field-tooltip {
  margin: 0 !important;
  top: 6px !important;
  right: 7px;
  left: auto;
}
.firecheckout #checkout .field .field-tooltip .field-tooltip-action:before,
.firecheckout .modal-custom .field .field-tooltip .field-tooltip-action:before,
.firecheckout .modal-popup .field .field-tooltip .field-tooltip-action:before {
  font-size: 21px;
}
.fc-form-tooltips.firecheckout #checkout .field,
.fc-form-tooltips.firecheckout .modal-custom .field,
.fc-form-tooltips.firecheckout .modal-popup .field {
  position: relative;
  padding: 24px;
}
.fc-form-tooltips.firecheckout #checkout .field._error select:not([multiple]),
.fc-form-tooltips.firecheckout .modal-custom .field._error select:not([multiple]),
.fc-form-tooltips.firecheckout .modal-popup .field._error select:not([multiple]),
.fc-form-tooltips.firecheckout #checkout .field._warn select:not([multiple]),
.fc-form-tooltips.firecheckout .modal-custom .field._warn select:not([multiple]),
.fc-form-tooltips.firecheckout .modal-popup .field._warn select:not([multiple]),
.fc-form-tooltips.firecheckout #checkout .field ._with-tooltip select:not([multiple]),
.fc-form-tooltips.firecheckout .modal-custom .field ._with-tooltip select:not([multiple]),
.fc-form-tooltips.firecheckout .modal-popup .field ._with-tooltip select:not([multiple]) {
  background-position: calc(80%) 45%;
  padding-right: 45px;
}
.fc-form-tooltips.firecheckout #checkout .field select.mage-error,
.fc-form-tooltips.firecheckout .modal-custom .field select.mage-error,
.fc-form-tooltips.firecheckout .modal-popup .field select.mage-error {
  background-position: calc(80%) 45%;
  padding-right: 45px;
}
.fc-form-tooltips.firecheckout #checkout .field._error ._with-tooltip select:not([multiple]),
.fc-form-tooltips.firecheckout .modal-custom .field._error ._with-tooltip select:not([multiple]),
.fc-form-tooltips.firecheckout .modal-popup .field._error ._with-tooltip select:not([multiple]),
.fc-form-tooltips.firecheckout #checkout .field._warn ._with-tooltip select:not([multiple]),
.fc-form-tooltips.firecheckout .modal-custom .field._warn ._with-tooltip select:not([multiple]),
.fc-form-tooltips.firecheckout .modal-popup .field._warn ._with-tooltip select:not([multiple]) {
  background-position: calc(62%) 45%;
  padding-right: 62px;
}
.fc-form-tooltips.firecheckout #checkout .field .field-tooltip,
.fc-form-tooltips.firecheckout .modal-custom .field .field-tooltip,
.fc-form-tooltips.firecheckout .modal-popup .field .field-tooltip {
  margin: 0 !important;
  top: 13px !important;
  right: 7px;
}
.fc-form-tooltips.firecheckout #checkout .field .field-tooltip .field-tooltip-action:before,
.fc-form-tooltips.firecheckout .modal-custom .field .field-tooltip .field-tooltip-action:before,
.fc-form-tooltips.firecheckout .modal-popup .field .field-tooltip .field-tooltip-action:before {
  vertical-align: top;
  content: '';
  width: 17px;
  height: 17px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyBpZD0iaS1pbmZvIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJub25lIiBzdHJva2U9IiM1NTUiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2Utd2lkdGg9IjEiPgogICAgPHBhdGggZD0iTTE2IDE0IEwxNiAyMyBNMTYgOCBMMTYgMTAiIC8+CiAgICA8Y2lyY2xlIGN4PSIxNiIgY3k9IjE2IiByPSIxNCIgLz4KPC9zdmc+');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.fc-form-tooltips.firecheckout #checkout .field.choice .field-tooltip,
.fc-form-tooltips.firecheckout .modal-custom .field.choice .field-tooltip,
.fc-form-tooltips.firecheckout .modal-popup .field.choice .field-tooltip {
  position: relative;
  top: 3px !important;
  right: 3px;
}
.fc-form-tooltips.firecheckout #checkout .field ._with-tooltip input,
.fc-form-tooltips.firecheckout .modal-custom .field ._with-tooltip input,
.fc-form-tooltips.firecheckout .modal-popup .field ._with-tooltip input {
  display: flex;
  padding: 14px 16px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid var(--input-default, #d3dae1);
  background: var(--backgrounds-page, #fafafa);
  box-shadow: none;
}
.fc-form-tooltips.firecheckout #checkout .field div.warning,
.fc-form-tooltips.firecheckout .modal-custom .field div.warning,
.fc-form-tooltips.firecheckout .modal-popup .field div.warning,
.fc-form-tooltips.firecheckout #checkout .field div.mage-error,
.fc-form-tooltips.firecheckout .modal-custom .field div.mage-error,
.fc-form-tooltips.firecheckout .modal-popup .field div.mage-error,
.fc-form-tooltips.firecheckout #checkout .field div.field-error,
.fc-form-tooltips.firecheckout .modal-custom .field div.field-error,
.fc-form-tooltips.firecheckout .modal-popup .field div.field-error {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 13px;
  right: 7px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
}
.fc-form-tooltips.firecheckout #checkout .field div.warning::before,
.fc-form-tooltips.firecheckout .modal-custom .field div.warning::before,
.fc-form-tooltips.firecheckout .modal-popup .field div.warning::before,
.fc-form-tooltips.firecheckout #checkout .field div.mage-error::before,
.fc-form-tooltips.firecheckout .modal-custom .field div.mage-error::before,
.fc-form-tooltips.firecheckout .modal-popup .field div.mage-error::before,
.fc-form-tooltips.firecheckout #checkout .field div.field-error::before,
.fc-form-tooltips.firecheckout .modal-custom .field div.field-error::before,
.fc-form-tooltips.firecheckout .modal-popup .field div.field-error::before {
  cursor: pointer;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  -webkit-mask: none;
  background-color: transparent;
  background-image: url('data:image/svg+xml;base64,PHN2ZyBpZD0iaS1hbGVydCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZTgwNTAwIiBzdHJva2UtbGluZWNhcD0iYnV0dCIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgc3Ryb2tlLXdpZHRoPSIxIj4KICAgIDxwYXRoIGQ9Ik0xNiAzIEwzMCAyOSAyIDI5IFogTTE2IDExIEwxNiAxOSBNMTYgMjMgTDE2IDI1IiAvPgo8L3N2Zz4=');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.fc-form-tooltips.firecheckout #checkout .field div.warning span,
.fc-form-tooltips.firecheckout .modal-custom .field div.warning span,
.fc-form-tooltips.firecheckout .modal-popup .field div.warning span,
.fc-form-tooltips.firecheckout #checkout .field div.mage-error span,
.fc-form-tooltips.firecheckout .modal-custom .field div.mage-error span,
.fc-form-tooltips.firecheckout .modal-popup .field div.mage-error span,
.fc-form-tooltips.firecheckout #checkout .field div.field-error span,
.fc-form-tooltips.firecheckout .modal-custom .field div.field-error span,
.fc-form-tooltips.firecheckout .modal-popup .field div.field-error span {
  display: none;
}
.fc-form-tooltips.firecheckout #checkout .field.choice div.warning,
.fc-form-tooltips.firecheckout .modal-custom .field.choice div.warning,
.fc-form-tooltips.firecheckout .modal-popup .field.choice div.warning,
.fc-form-tooltips.firecheckout #checkout .field.choice div.mage-error,
.fc-form-tooltips.firecheckout .modal-custom .field.choice div.mage-error,
.fc-form-tooltips.firecheckout .modal-popup .field.choice div.mage-error,
.fc-form-tooltips.firecheckout #checkout .field.choice div.field-error,
.fc-form-tooltips.firecheckout .modal-custom .field.choice div.field-error,
.fc-form-tooltips.firecheckout .modal-popup .field.choice div.field-error {
  top: 5px;
}
.fc-form-tooltips.firecheckout #checkout .field div.warning::before,
.fc-form-tooltips.firecheckout .modal-custom .field div.warning::before,
.fc-form-tooltips.firecheckout .modal-popup .field div.warning::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBpZD0iaS1hbGVydCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZhYzAwIiBzdHJva2UtbGluZWNhcD0iYnV0dCIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgc3Ryb2tlLXdpZHRoPSIxIj4KICAgIDxwYXRoIGQ9Ik0xNiAzIEwzMCAyOSAyIDI5IFogTTE2IDExIEwxNiAxOSBNMTYgMjMgTDE2IDI1IiAvPgo8L3N2Zz4=');
}
.fc-form-tooltips.firecheckout #checkout .field._error._warn div.warning,
.fc-form-tooltips.firecheckout .modal-custom .field._error._warn div.warning,
.fc-form-tooltips.firecheckout .modal-popup .field._error._warn div.warning {
  display: none;
}
.fc-form-tooltips.firecheckout #checkout .field ._with-tooltip div.warning,
.fc-form-tooltips.firecheckout .modal-custom .field ._with-tooltip div.warning,
.fc-form-tooltips.firecheckout .modal-popup .field ._with-tooltip div.warning,
.fc-form-tooltips.firecheckout #checkout .field ._with-tooltip div.mage-error,
.fc-form-tooltips.firecheckout .modal-custom .field ._with-tooltip div.mage-error,
.fc-form-tooltips.firecheckout .modal-popup .field ._with-tooltip div.mage-error,
.fc-form-tooltips.firecheckout #checkout .field ._with-tooltip div.field-error,
.fc-form-tooltips.firecheckout .modal-custom .field ._with-tooltip div.field-error,
.fc-form-tooltips.firecheckout .modal-popup .field ._with-tooltip div.field-error {
  right: 27px;
  left: auto;
}
.fc-form-tooltips.firecheckout #checkout .field ._has-datepicker ~ .ui-datepicker-trigger ~ div.warning,
.fc-form-tooltips.firecheckout .modal-custom .field ._has-datepicker ~ .ui-datepicker-trigger ~ div.warning,
.fc-form-tooltips.firecheckout .modal-popup .field ._has-datepicker ~ .ui-datepicker-trigger ~ div.warning,
.fc-form-tooltips.firecheckout #checkout .field ._has-datepicker ~ .ui-datepicker-trigger ~ div.mage-error,
.fc-form-tooltips.firecheckout .modal-custom .field ._has-datepicker ~ .ui-datepicker-trigger ~ div.mage-error,
.fc-form-tooltips.firecheckout .modal-popup .field ._has-datepicker ~ .ui-datepicker-trigger ~ div.mage-error,
.fc-form-tooltips.firecheckout #checkout .field ._has-datepicker ~ .ui-datepicker-trigger ~ div.field-error,
.fc-form-tooltips.firecheckout .modal-custom .field ._has-datepicker ~ .ui-datepicker-trigger ~ div.field-error,
.fc-form-tooltips.firecheckout .modal-popup .field ._has-datepicker ~ .ui-datepicker-trigger ~ div.field-error {
  right: 32px;
  left: auto;
}
.fc-form-tooltips.firecheckout #checkout .field._error input,
.fc-form-tooltips.firecheckout .modal-custom .field._error input,
.fc-form-tooltips.firecheckout .modal-popup .field._error input,
.fc-form-tooltips.firecheckout #checkout .field._warn input,
.fc-form-tooltips.firecheckout .modal-custom .field._warn input,
.fc-form-tooltips.firecheckout .modal-popup .field._warn input {
  padding-right: 27px;
}
.fc-form-tooltips.firecheckout #checkout .field._error ._with-tooltip input,
.fc-form-tooltips.firecheckout .modal-custom .field._error ._with-tooltip input,
.fc-form-tooltips.firecheckout .modal-popup .field._error ._with-tooltip input,
.fc-form-tooltips.firecheckout #checkout .field._warn ._with-tooltip input,
.fc-form-tooltips.firecheckout .modal-custom .field._warn ._with-tooltip input,
.fc-form-tooltips.firecheckout .modal-popup .field._warn ._with-tooltip input {
  padding-right: 47px;
}
.fc-form-tooltips.firecheckout #checkout .field._error input._has-datepicker,
.fc-form-tooltips.firecheckout .modal-custom .field._error input._has-datepicker,
.fc-form-tooltips.firecheckout .modal-popup .field._error input._has-datepicker,
.fc-form-tooltips.firecheckout #checkout .field._warn input._has-datepicker,
.fc-form-tooltips.firecheckout .modal-custom .field._warn input._has-datepicker,
.fc-form-tooltips.firecheckout .modal-popup .field._warn input._has-datepicker {
  padding-right: 47px;
}
.firecheckout #maincontent .page-title-wrapper .authentication-wrapper {
  margin: 0;
}
@media (max-width: 479.98px) {
  .firecheckout #maincontent .page-title-wrapper .authentication-wrapper {
    display: none;
  }
}
.firecheckout #maincontent .authentication-wrapper {
  position: static !important;
  z-index: auto;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  float: none;
  margin: 0 0 15px;
  width: auto;
  max-width: none;
  text-align: right;
}
.firecheckout #maincontent .authentication-wrapper aside.authentication-dropdown {
  overflow: auto;
}
.firecheckout #maincontent .authentication-wrapper aside.authentication-dropdown .modal-inner-wrap {
  max-width: 450px;
  max-height: none;
}
.firecheckout #maincontent .authentication-wrapper .dropdown-overlay {
  background: rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s;
  opacity: 0;
}
.firecheckout #maincontent .authentication-wrapper ._show ~ .dropdown-overlay {
  opacity: 1;
}
.firecheckout #maincontent .authentication-wrapper [data-role="modal"],
.firecheckout #maincontent .checkout-container .authentication-wrapper [data-role="modal"] {
  z-index: 10000 !important;
}
.firecheckout #maincontent .authentication-wrapper [data-role="modal"] ~ .dropdown-overlay,
.firecheckout #maincontent .checkout-container .authentication-wrapper [data-role="modal"] ~ .dropdown-overlay {
  z-index: 9999 !important;
}
.firecheckout #checkout .opc-wrapper .shipping-address-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .firecheckout #checkout .opc-wrapper .checkout-shipping-address .addresses .control .shipping-address-items {
    margin-right: -6px;
    padding-right: 15px;
    max-height: 600px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .firecheckout #checkout .opc-wrapper .checkout-shipping-address .addresses .control .shipping-address-items::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .firecheckout #checkout .opc-wrapper .checkout-shipping-address .addresses .control .shipping-address-items::-webkit-scrollbar-track {
    background-color: #e6e6e6;
    border-radius: 10px;
  }
  .firecheckout #checkout .opc-wrapper .checkout-shipping-address .addresses .control .shipping-address-items::-webkit-scrollbar-thumb {
    background-color: #b3b3b3;
    border-radius: 10px;
  }
  .firecheckout-col1-set.firecheckout #checkout .opc-wrapper .checkout-shipping-address .addresses .control .shipping-address-items {
    max-height: none;
  }
}
.firecheckout #checkout .opc-wrapper .shipping-address-item.selected-item:after {
  right: 0;
  left: auto;
}
.firecheckout #checkout .opc-wrapper .shipping-address-item:not(.selected-item) {
  border-color: transparent;
}
.firecheckout #checkout .opc-wrapper .shipping-address-item:before {
  display: none;
}
.firecheckout #checkout .opc-wrapper .shipping-address-item button,
.firecheckout #checkout .opc-wrapper .shipping-address-item button + button {
  margin: 10px 0 0;
}
.firecheckout #checkout .opc-wrapper .fc-size-l .shipping-address-item,
.firecheckout #checkout .opc-wrapper .fc-size-m .shipping-address-item {
  width: calc(45%);
  padding: 15px;
}
.firecheckout #checkout .opc-wrapper .fc-size-s .shipping-address-item,
.firecheckout #checkout .opc-wrapper .fc-size-xs .shipping-address-item {
  width: 100%;
}
.firecheckout #checkout .opc-wrapper .selected-item .action-select-shipping-item {
  display: none;
}
.firecheckout #checkout .opc-wrapper .fc-compact-address-button {
  display: none;
}
.firecheckout #checkout .opc-wrapper .fc-compact-address-button.fc-active {
  display: block;
  margin: 5px 0 15px;
}
.firecheckout #checkout .opc-wrapper .fc-compact-address-button.fc-active ~ .addresses .shipping-address-items {
  display: flex;
  flex-direction: row;
}
.firecheckout #checkout .opc-wrapper .fc-compact-address-button.fc-active ~ .addresses .shipping-address-items .selected-item {
  order: -1;
}
.firecheckout #checkout .opc-wrapper .fc-compact-address-button.fc-active ~ .addresses .shipping-address-item {
  display: none;
}
.firecheckout #checkout .opc-wrapper .fc-compact-address-button.fc-active ~ .addresses .shipping-address-item.selected-item {
  display: block;
  padding-bottom: 22px;
}
@media (min-width: 768px) {
  .firecheckout #checkout .opc-wrapper .fc-compact-address-button.fc-active ~ .addresses .control .shipping-address-items {
    max-height: 500px;
  }
  .firecheckout-col1-set.firecheckout #checkout .opc-wrapper .fc-compact-address-button.fc-active ~ .addresses .control .shipping-address-items {
    max-height: none;
  }
}
.firecheckout #checkout .opc-wrapper .fc-compact-address-button.fc-active ~ .action-show-popup {
  display: none;
}
.firecheckout #checkout .opc-wrapper .fc-compact-address-button.fc-active.fc-expanded ~ .addresses .shipping-address-item {
  display: block;
}
.firecheckout #checkout .opc-wrapper .fc-compact-address-button.fc-active.fc-expanded ~ .action-show-popup {
  display: block;
}
.fc-step-email-address .opc-block-shipping-information {
  display: none;
}
.firecheckout #checkout .opc-wrapper .opc .checkout-email-address {
  margin: 0;
}
.firecheckout #checkout .opc-wrapper .checkout-email-address .form-login {
  margin: 0;
  border: 0;
}
@media (min-width: 768px) {
  .firecheckout .checkout-email-address .actions-toolbar > .primary {
    float: right;
  }
}
.firecheckout #checkout-shipping-method-load {
  margin: 0;
  padding: 0;
  border: 0;
}
.firecheckout #onepage-checkout-shipping-method-additional-load {
  margin: 0;
}
.firecheckout #onepage-checkout-shipping-method-additional-load > div {
  margin: 10px 0 15px;
}
.firecheckout #onepage-checkout-shipping-method-additional-load > div:last-child {
  margin-bottom: 0;
}
.firecheckout .checkout-shipping-method .checkout-shipping-method {
  margin: 0;
  position: static;
}
.firecheckout .checkout-shipping-method .form.methods-shipping {
  display: flex;
  flex-direction: column;
  padding: 24px;
}
.firecheckout .checkout-shipping-method .form.methods-shipping > .message {
  order: -1;
}
.firecheckout .table-checkout-shipping-method thead th {
  display: none;
}
.firecheckout .table-checkout-shipping-method tbody tr {
  padding: 0;
  flex-direction: row;
}
.firecheckout .table-checkout-shipping-method tbody tr:first-child td {
  border: 0;
  padding: 0;
  text-align: left;
}
.firecheckout .table-checkout-shipping-method tbody td {
  border: 0;
  text-align: left;
}
.firecheckout:not(.firecheckout-col1-set) .table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
}
.firecheckout.fc-hide-shipping-methods.fc-single-shipping-method .checkout-shipping-method {
  display: none;
}
.firecheckout .shipping-policy-block {
  position: absolute;
  top: 23px;
  right: 19px;
  cursor: pointer;
}
.firecheckout .shipping-policy-block .field-tooltip-action:before {
  display: inline-block !important;
  vertical-align: top;
  content: '';
  width: 17px;
  height: 17px;
  -webkit-mask: none;
  background-image: url('data:image/svg+xml;base64,PHN2ZyBpZD0iaS1pbmZvIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJub25lIiBzdHJva2U9IiM1NTUiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2Utd2lkdGg9IjEiPgogICAgPHBhdGggZD0iTTE2IDE0IEwxNiAyMyBNMTYgOCBMMTYgMTAiIC8+CiAgICA8Y2lyY2xlIGN4PSIxNiIgY3k9IjE2IiByPSIxNCIgLz4KPC9zdmc+');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent !important;
  background-size: contain;
  border: 0;
}
.firecheckout .shipping-policy-block .field-tooltip-action span {
  display: none;
}
.firecheckout .opc-block-shipping-information {
  background: transparent;
  padding: 0;
  border: 0;
}
.firecheckout #opc-sidebar > .opc-block-shipping-information {
  display: none;
}
.firecheckout .opc-sidebar .opc-block-shipping-information {
  margin: 0 0 15px;
}
.firecheckout .opc-sidebar .shipping-information {
  display: flex;
  margin: 5px -3px 0;
}
.firecheckout .opc-sidebar .shipping-information .ship-to,
.firecheckout .opc-sidebar .shipping-information .ship-via {
  margin: 0;
  width: 50%;
  padding: 0 5px;
}
.firecheckout .opc-sidebar .shipping-information .shipping-information-title {
  padding: 0;
  margin: 0 0 2px;
  border: 0;
  font-weight: bold;
  font-size: 13px;
}
.firecheckout .opc-sidebar .shipping-information .shipping-information-title .action {
  position: static;
  font-size: 11px;
  padding: 1px;
  vertical-align: baseline;
  text-transform: none;
}
.firecheckout .opc-sidebar .shipping-information .shipping-information-title .action:before {
  display: none;
}
.firecheckout .opc-sidebar .shipping-information .shipping-information-title .action span {
  position: static;
  margin: 0;
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
}
.firecheckout .opc-sidebar .shipping-information .shipping-information-content {
  line-height: 15px;
  font-size: 11px;
}
.fc-hide-shipping-methods.fc-single-shipping-method.firecheckout .opc-sidebar .shipping-information .ship-via .shipping-information-title .action.action-edit {
  display: none;
}
.firecheckout .payment-method p:empty {
  display: none;
}
.firecheckout .payment-option,
.firecheckout .checkout-payment-method .payment-option {
  margin: 0 0 10px 0;
}
.firecheckout .payment-option-title,
.firecheckout .checkout-payment-method .payment-option-title {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  border: 0;
}
.firecheckout .payment-option-content,
.firecheckout .checkout-payment-method .payment-option-content {
  padding: 10px 0 0;
  max-width: none;
}
.firecheckout .payment-option-content [data-collapsible="true"],
.firecheckout .checkout-payment-method .payment-option-content [data-collapsible="true"] {
  margin-top: 5px;
}
.firecheckout .payment-option-content [data-collapsible="true"]:first-child,
.firecheckout .checkout-payment-method .payment-option-content [data-collapsible="true"]:first-child {
  margin-top: -5px;
}
.firecheckout .payment-option-content [data-collapsible="true"] [data-role="content"],
.firecheckout .checkout-payment-method .payment-option-content [data-collapsible="true"] [data-role="content"] {
  margin-bottom: 10px;
}
.firecheckout .checkout-payment-method .opc-payment {
  margin-bottom: 15px;
}
.firecheckout .checkout-payment-method .fieldset > legend:first-child {
  display: none;
}
.firecheckout .checkout-payment-method .fieldset > legend:first-child ~ hr,
.firecheckout .checkout-payment-method .fieldset > legend:first-child ~ br {
  display: none;
}
.firecheckout .checkout-payment-method .payment-methods {
  margin: 0;
}
.firecheckout .checkout-payment-method .payment-method-title {
  padding: 10px 0;
}
.firecheckout .checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border: 0;
}
.firecheckout .checkout-payment-method .payment-method .payment-method-note {
  margin: 0 0 10px;
}
.firecheckout .checkout-payment-method .payment-method .fieldset {
  margin: 0;
}
.firecheckout .checkout-payment-method .payment-method-content {
  padding: 0 0 0 25px;
}
.firecheckout .checkout-payment-method .payment-method-content .form {
  margin-bottom: 15px;
}
.firecheckout .checkout-payment-method .ccard {
  max-width: 250px;
}
.firecheckout .checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: 50% !important;
  float: left;
  margin-right: 8px;
}
.firecheckout .checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field + .field {
  margin: 0;
  width: calc(41%) !important;
}
.firecheckout .checkout-payment-method .ccard .credit-card-types {
  margin: 0;
}
.firecheckout .checkout-payment-method .ccard .credit-card-types img {
  vertical-align: top;
}
.firecheckout .checkout-payment-method .ccard .number .input-text {
  width: 100%;
}
.firecheckout .checkout-payment-method .ccard .number .input-text.mage-error ~ .type {
  right: 27px;
}
.firecheckout .checkout-payment-method .ccard .number .type {
  width: auto;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  position: absolute !important;
  top: 5px;
  right: 7px;
}
.firecheckout .checkout-payment-method .ccard .number .type li {
  padding: 0;
  margin: 0;
  display: none;
}
.firecheckout .checkout-payment-method .ccard .number .type li._active {
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 0 2px;
  display: inline-block;
  overflow: hidden;
}
.firecheckout .checkout-payment-method .ccard .month .select {
  width: 100%;
}
.firecheckout .checkout-payment-method .ccard .year .select {
  width: 100%;
}
.firecheckout .checkout-payment-method .ccard .cvv > .control {
  width: 50% !important;
  padding: 0;
}
.firecheckout .checkout-payment-method .ccard .cvv .input-text {
  width: 100%;
  margin: 0;
}
.firecheckout .checkout-payment-method #po_number {
  margin-bottom: 0;
}
.firecheckout.fc-single-payment-method .checkout-payment-method .payment-method-content {
  padding: 10px 0 10px 0;
}
.firecheckout .g-recaptcha {
  margin-bottom: 20px;
}
.firecheckout .required-captcha.checkbox {
  opacity: 0 !important;
  pointer-events: none;
  position: absolute !important;
}
.firecheckout #checkout .payment-method .payment-method-content .actions-toolbar {
  margin: 0;
}
.firecheckout #checkout .payment-method .payment-method-content .actions-toolbar .action.checkout {
  display: none;
}
.firecheckout .checkout-billing-address .billing-address-details {
  box-sizing: border-box;
  padding: 0 0 0 28px;
  background: transparent;
  line-height: 27px;
}
.firecheckout .checkout-billing-address .billing-address-details:empty {
  display: none;
}
.firecheckout .checkout-billing-address .billing-address-details .action-edit-address {
  margin: 8px 0 0 0;
}
.firecheckout .checkout-billing-address .actions-toolbar {
  margin-top: 5px;
}
.fc-billing-instant-save.firecheckout .checkout-billing-address .actions-toolbar {
  display: none;
}
.firecheckout .checkout-billing-address .actions-toolbar .primary {
  float: right;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.firecheckout .checkout-billing-address .actions-toolbar .primary .action {
  flex-grow: 0;
  width: auto;
  margin: 0;
}
.firecheckout .checkout-billing-address .actions-toolbar .primary .action + .action {
  margin: 0 10px;
}
.firecheckout .checkout-billing-address .actions-toolbar .primary .action-cancel {
  order: -1;
}
.firecheckout .checkout-billing-address + .opc-payment,
.firecheckout .checkout-billing-address + div.payment-option {
  margin-top: 25px;
}
.firecheckout .checkout-shipping-address .checkout-billing-address {
  margin: 0;
}
.firecheckout .checkout-shipping-address .checkout-billing-address .fieldset {
  margin: 0;
}
.firecheckout .checkout-shipping-address .checkout-billing-address + #checkout-step-shipping .shipping-address-items {
  margin-top: 15px;
}
.equal-billing-shipping.firecheckout .checkout-shipping-address .checkout-billing-address + #checkout-step-shipping {
  margin-top: 15px;
}
.equal-billing-shipping.firecheckout .checkout-shipping-address .checkout-billing-address + #checkout-step-shipping .shipping-address-items {
  margin-top: 0;
}
.firecheckout #checkout .opc-wrapper .checkout-shipping-address .checkout-billing-address .billing-address-same-as-shipping-block {
  margin: 0 0 3px;
  display: block;
}
.firecheckout #checkout .opc-wrapper .checkout-shipping-address .checkout-billing-address .billing-address-same-as-shipping-block + .fieldset {
  margin-top: 0;
}
.firecheckout #checkout .opc-wrapper .checkout-shipping-address .checkout-billing-address .field-select-billing .control .select {
  margin-bottom: 15px !important;
}
.firecheckout #checkout .opc-wrapper .checkout-shipping-address .checkout-billing-address .field-select-billing + div {
  margin-top: 0px;
}
.firecheckout #checkout .opc-wrapper .checkout-shipping-address .checkout-billing-address .step-title {
  margin-top: 15px;
}
.equal-billing-shipping.firecheckout #checkout .opc-wrapper .checkout-shipping-address .checkout-billing-address .step-title {
  display: none;
}
.firecheckout #checkout .opc-wrapper .checkout-shipping-address .step-content .checkout-billing-address .step-title {
  margin-bottom: -15px;
}
.firecheckout .checkout-payment-method .payment-method .checkout-billing-address {
  margin: 0 0 10px;
}
.firecheckout .billing-address-same-as-shipping-block,
.firecheckout .checkout-payment-method .billing-address-same-as-shipping-block,
.firecheckout .checkout-payment-method .payment-method .fieldset .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
  padding: 0;
}
.firecheckout .billing-address-form,
.firecheckout .checkout-payment-method .billing-address-form,
.firecheckout .checkout-payment-method .payment-method .fieldset .billing-address-form {
  max-width: none;
  padding: 24px;
}
.firecheckout.equal-billing-shipping .billing-address-details {
  display: none;
}
.firecheckout.firecheckout-quote-virtual .checkout-billing-address > .fieldset {
  margin-top: -10px;
}
.firecheckout.firecheckout-quote-virtual .payment-method-content .billing-address-details {
  padding: 0 0 0 18px;
}
.firecheckout .step-content + .checkout-billing-address {
  margin-top: 15px;
}
.firecheckout .checkout-shipping-address .form-shipping-address ~ .checkout-billing-address {
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 1150px) {
  .firecheckout:not(.firecheckout-quote-virtual) .checkout-billing-address > .fieldset {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.firecheckout.fc-form-tooltips #checkout .opc-sidebar:not(.fc-size-xs) .discount-code .form-discount,
.firecheckout.fc-form-tooltips #checkout .checkout-payment-method:not(.fc-size-xs) .discount-code .form-discount {
  display: flex;
}
.firecheckout.fc-form-tooltips #checkout .opc-sidebar:not(.fc-size-xs) .discount-code .form-discount .field label,
.firecheckout.fc-form-tooltips #checkout .checkout-payment-method:not(.fc-size-xs) .discount-code .form-discount .field label {
  display: none;
}
.firecheckout.fc-form-tooltips #checkout .opc-sidebar:not(.fc-size-xs) .discount-code .payment-option-inner,
.firecheckout.fc-form-tooltips #checkout .checkout-payment-method:not(.fc-size-xs) .discount-code .payment-option-inner {
  flex-grow: 1;
  margin: 0;
}
.firecheckout.fc-form-tooltips #checkout .opc-sidebar:not(.fc-size-xs) .discount-code .actions-toolbar,
.firecheckout.fc-form-tooltips #checkout .checkout-payment-method:not(.fc-size-xs) .discount-code .actions-toolbar {
  z-index: 1;
  flex-shrink: 0;
  width: auto;
  margin: 0;
}
.firecheckout.fc-form-tooltips #checkout .opc-sidebar:not(.fc-size-xs) .discount-code .actions-toolbar > div,
.firecheckout.fc-form-tooltips #checkout .checkout-payment-method:not(.fc-size-xs) .discount-code .actions-toolbar > div {
  height: 100%;
}
.firecheckout.fc-form-tooltips #checkout .opc-sidebar:not(.fc-size-xs) .discount-code .actions-toolbar .action,
.firecheckout.fc-form-tooltips #checkout .checkout-payment-method:not(.fc-size-xs) .discount-code .actions-toolbar .action {
  height: 100%;
  margin: 0 5px;
}
.firecheckout .checkout-agreement {
  white-space: nowrap;
}
.firecheckout .checkout-agreements-block .checkout-agreements.fieldset .checkout-agreement.field {
  display: flex;
  padding-right: 20px;
}
.firecheckout .checkout-agreements-block .checkout-agreements.fieldset .checkout-agreement.field input[type="checkbox"] {
  margin-top: 1px !important;
}
.firecheckout .checkout-agreements-block .checkout-agreements.fieldset .checkout-agreement.field input[type="checkbox"] + label {
  white-space: nowrap;
  line-height: inherit !important;
}
.firecheckout .checkout-agreements-block .checkout-agreements.fieldset .checkout-agreement.field input[type="checkbox"] + label::after {
  position: absolute;
  margin-left: 4px;
}
.firecheckout .checkout-agreement .action {
  white-space: normal;
  text-align: left;
  text-transform: none;
}
.firecheckout .checkout-agreement + .checkout-agreement {
  margin-top: 2px;
}
.fc-agreements-moved.firecheckout .opc-payment .checkout-agreements-block {
  display: none;
}
.firecheckout .opc-block-summary .checkout-agreements .checkout-agreement.field {
  padding-left: 0;
  padding-right: 0;
}
.firecheckout .opc-sidebar {
  position: static;
  pointer-events: all;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  visibility: visible;
  opacity: 1;
  transition: none;
  transform: none;
  overflow: visible;
}
.firecheckout .opc-sidebar .modal-inner-wrap {
  padding: 0;
  border: 0;
  background: none !important;
  box-shadow: none;
  height: auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
  max-width: none;
  transition: none;
  transform: none;
  overflow: visible;
  opacity: 1;
}
.firecheckout .opc-sidebar .modal-content {
  overflow: visible;
}
.firecheckout .opc-sidebar .modal-header {
  display: none !important;
}
.firecheckout .opc-sidebar .opc-block-summary {
  padding: 0;
  margin: 0;
  background: none;
  box-shadow: none;
  border: none;
}
.firecheckout #checkout .opc-sidebar .modal-content {
  margin: 0;
  padding: 0;
}
.firecheckout .opc-block-summary .product-image-wrapper img {
  vertical-align: top;
}
.firecheckout .opc-block-summary .fieldset {
  margin: 0 0 15px;
}
.firecheckout .opc-block-summary .fieldset > .field {
  margin: 0 0 15px;
}
.firecheckout .items-in-cart.block {
  margin-bottom: 0;
}
.firecheckout .items-in-cart {
  margin-bottom: 5px;
}
.firecheckout .items-in-cart > .title {
  border: 0;
}
.firecheckout .items-in-cart > .title strong {
  color: #444444;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  padding: 0;
}
.firecheckout .items-in-cart > .title:before {
  display: none;
}
.firecheckout .items-in-cart > .title:after {
  content: '';
  transform: rotate(45deg);
  border-style: solid;
  border-width: 0 1px 1px 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 5px;
  position: relative;
  top: -3px;
  right: auto;
  background: transparent;
}
.firecheckout .items-in-cart > .title[aria-expanded="true"]:after {
  transform: rotate(225deg);
  top: 2px;
}
.firecheckout .items-in-cart > .minicart-items {
  position: relative;
}
.firecheckout .items-in-cart > .minicart-items::after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  height: 25px;
  pointer-events: none;
}
.firecheckout .items-in-cart > .minicart-items::after {
  bottom: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.01), #ffffff);
}
.firecheckout .minicart-items-wrapper {
  -webkit-overflow-scrolling: touch;
  max-height: 30vh;
  padding-top: 0 !important;
  overflow: auto;
}
.firecheckout .minicart-items-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.firecheckout .minicart-items-wrapper::-webkit-scrollbar-track {
  background-color: #e6e6e6;
  border-radius: 10px;
}
.firecheckout .minicart-items-wrapper::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
  border-radius: 10px;
}
.firecheckout .minicart-items-wrapper,
.firecheckout .opc-block-summary .minicart-items-wrapper {
  margin: 0 -6px 0 0;
  padding: 0 6px 0 0;
}
.firecheckout #checkout .minicart-items .product-item {
  padding: 10px 0;
  margin: 0;
  border-color: #f4f4f4;
}
.firecheckout #checkout .minicart-items .product-item .options {
  margin-bottom: 5px;
}
.firecheckout #checkout .minicart-items .product-item .options dt,
.firecheckout #checkout .minicart-items .product-item .options dd {
  word-break: break-word;
}
.firecheckout #checkout .minicart-items .product-item .toggle {
  color: #444444;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  padding: 0;
}
.firecheckout #checkout .minicart-items .product-item .toggle:after {
  display: none;
}
.firecheckout #checkout .minicart-items .product-item .toggle > span {
  display: flex;
  align-items: center;
  margin: 0;
}
.firecheckout #checkout .minicart-items .product-item .toggle > span:after {
  content: '';
  transform: rotate(45deg);
  border-style: solid;
  border-width: 0 1px 1px 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 5px;
  position: relative;
  top: -3px;
  right: auto;
  background: transparent;
}
.firecheckout #checkout .minicart-items .product-item .toggle + .content:not([style]) {
  display: none;
}
.firecheckout #checkout .minicart-items .product-item .toggle > span,
.firecheckout #checkout .minicart-items .product-item .product.active .toggle > span,
.firecheckout #checkout .minicart-items .product-item .toggle:hover > span,
.firecheckout #checkout .minicart-items .product-item .product.active .toggle:hover > span {
  background: none;
  transform: none !important;
}
.firecheckout .opc-block-summary._block-content-loading {
  position: static;
}
.firecheckout .opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #f4f4f4;
  padding: 15px 0;
}
.firecheckout .opc-block-summary .table-totals {
  border-color: #f4f4f4;
  background: none;
  margin: 5px 0 10px;
}
.firecheckout .opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 10px;
}
.firecheckout .opc-block-summary .table-totals .grand .mark,
.firecheckout .opc-block-summary .table-totals .grand .amount {
  border: 0;
  color: var(--text-primary, #1e2832);
  font-family: Nunito Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 16px 32px;
  border-top: 1px solid var(--dividers, #e7ebef);
  border-bottom: 1px solid var(--dividers, #e7ebef);
}
.firecheckout .place-order {
  margin-top: 10px;
  padding: 0px 32px 24px 32px;
}
.firecheckout .place-order .actions-toolbar {
  display: flex;
  text-align: right;
}
.firecheckout .place-order .actions-toolbar .primary .action {
  margin: 0;
  height: auto;
  color: var(--text-white, #ffffff);
  font-family: Nunito Sans, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 12px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 4px;
  background: var(--button-light-surface-filled-default, #1e2832);
}
@media (min-width: 768px) {
  .firecheckout .place-order .primary {
    float: right;
  }
}
.firecheckout.firecheckout-col1-set .fc-order-summary-copy {
  display: none;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding-top: 8px !important;
}
.firecheckout.firecheckout-col1-set .fc-order-summary-copy .agreements-clone {
  margin-top: -5px;
}
.firecheckout.firecheckout-col1-set .fc-order-summary-copy .checkout-agreements-block {
  margin-left: 5px;
}
.firecheckout.firecheckout-col1-set .fc-order-summary-copy .table-totals {
  margin-bottom: 15px;
}
.firecheckout.firecheckout-col1-set .fc-order-summary-copy .grand.totals:last-child {
  border-bottom: 0;
}
.firecheckout.firecheckout-col1-set .fc-order-summary-copy .grand.totals th.mark,
.firecheckout.firecheckout-col1-set .fc-order-summary-copy .grand.totals td.amount {
  font-size: 1.2em;
  padding-bottom: 4px;
  padding-top: 6px;
}
.firecheckout.firecheckout-col1-set .fc-order-summary-copy .grand.totals td.amount {
  text-align: right;
}
.firecheckout.firecheckout-col1-set .fc-order-summary-copy .place-order {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .firecheckout.firecheckout-col1-set .fc-order-summary-copy {
    display: block;
    margin-top: -7.5px !important;
  }
  .fc-multistep.firecheckout.firecheckout-col1-set .fc-order-summary-copy {
    display: none;
    margin-top: -15px !important;
  }
  .fc-multistep.firecheckout.firecheckout-col1-set .fc-order-summary-copy:before {
    content: '';
    display: block;
    border-top: 1px solid #f4f4f4;
    margin-bottom: 15px;
  }
  .fc-step-payment.fc-multistep.firecheckout.firecheckout-col1-set .fc-order-summary-copy {
    display: block;
  }
  .firecheckout.firecheckout-col1-set.fc-order-below-payment .opc-block-summary .table-totals .grand.totals,
  .firecheckout.firecheckout-col1-set.fc-order-below-payment .opc-block-summary .agreements-clone,
  .firecheckout.firecheckout-col1-set.fc-order-below-payment .opc-block-summary .place-order {
    display: none !important;
  }
}
.firecheckout .column.main .widget.block {
  margin: 10px 0 15px;
}
.firecheckout .opc-sidebar .additional-content .widget.block {
  margin: 15px 0;
}
.firecheckout .opc-sidebar .additional-content .widget.block.firecheckout-content-below-place-order {
  margin-bottom: 0;
}
.firecheckout-layout-full .column.main .widget.block.firecheckout-content-top {
  margin-top: 0;
}
.firecheckout .modal-popup.fc-intro-modal + .modals-overlay {
  background: #ffffff;
}
.firecheckout .modal-popup.fc-intro-modal .modal-inner-wrap {
  margin-top: 7rem;
}
.fc-intro {
  max-width: 1000px;
  margin: 0 auto;
}
.fc-intro .section-title {
  margin: 10px 0 25px;
  text-align: center;
  font-size: 1.9em;
  font-weight: bold;
}
.fc-intro .section-title::before,
.fc-intro .section-title::after {
  display: none;
}
.fc-intro section {
  clear: both;
  margin: 0 0 35px;
  padding: 0;
}
.fc-intro section:last-child {
  margin-bottom: 0;
}
.fc-intro .block {
  box-shadow: none;
  padding: 0;
  margin: 0 0 35px;
}
.fc-intro .block > .block-title {
  margin: 0 0 13px;
  font-size: 1em;
  text-transform: uppercase;
  background: none;
}
.fc-intro .block > .actions-toolbar {
  margin-top: 15px;
}
.fc-intro .block.crosssell {
  width: auto;
  float: none;
  padding: 0;
}
.fc-intro .block.crosssell .block-title {
  display: none;
}
@media (min-width: 639px) {
  .fc-intro .block {
    padding: 25px 28px;
  }
  .fc-intro .block + .block {
    padding-top: 0;
  }
}
.firecheckout .checkout-shipping-address .action.primary,
.firecheckout .checkout-billing-address .action.primary,
.firecheckout .modal-footer .action.primary,
.firecheckout .actions-toolbar .action.primary,
.firecheckout .checkout-shipping-address button.action,
.firecheckout .checkout-billing-address button.action,
.firecheckout .modal-footer button.action,
.firecheckout .actions-toolbar button.action {
  border-style: solid;
  font-weight: 500;
}
.firecheckout .checkout-shipping-address .action.primary:hover,
.firecheckout .checkout-billing-address .action.primary:hover,
.firecheckout .modal-footer .action.primary:hover,
.firecheckout .actions-toolbar .action.primary:hover,
.firecheckout .checkout-shipping-address button.action:hover,
.firecheckout .checkout-billing-address button.action:hover,
.firecheckout .modal-footer button.action:hover,
.firecheckout .actions-toolbar button.action:hover,
.firecheckout .checkout-shipping-address .action.primary:focus,
.firecheckout .checkout-billing-address .action.primary:focus,
.firecheckout .modal-footer .action.primary:focus,
.firecheckout .actions-toolbar .action.primary:focus,
.firecheckout .checkout-shipping-address button.action:focus,
.firecheckout .checkout-billing-address button.action:focus,
.firecheckout .modal-footer button.action:focus,
.firecheckout .actions-toolbar button.action:focus {
  border-style: solid;
}
.firecheckout .checkout-shipping-address .action.primary + button:not(.secondary),
.firecheckout .checkout-billing-address .action.primary + button:not(.secondary),
.firecheckout .modal-footer .action.primary + button:not(.secondary),
.firecheckout .actions-toolbar .action.primary + button:not(.secondary),
.firecheckout .checkout-shipping-address button.action + button:not(.secondary),
.firecheckout .checkout-billing-address button.action + button:not(.secondary),
.firecheckout .modal-footer button.action + button:not(.secondary),
.firecheckout .actions-toolbar button.action + button:not(.secondary) {
  margin: 0 10px;
}
.firecheckout .checkout-shipping-address .action.primary.secondary,
.firecheckout .checkout-billing-address .action.primary.secondary,
.firecheckout .modal-footer .action.primary.secondary,
.firecheckout .actions-toolbar .action.primary.secondary,
.firecheckout .checkout-shipping-address button.action.secondary,
.firecheckout .checkout-billing-address button.action.secondary,
.firecheckout .modal-footer button.action.secondary,
.firecheckout .actions-toolbar button.action.secondary,
.firecheckout .checkout-shipping-address .action.primary.action-cancel,
.firecheckout .checkout-billing-address .action.primary.action-cancel,
.firecheckout .modal-footer .action.primary.action-cancel,
.firecheckout .actions-toolbar .action.primary.action-cancel,
.firecheckout .checkout-shipping-address button.action.action-cancel,
.firecheckout .checkout-billing-address button.action.action-cancel,
.firecheckout .modal-footer button.action.action-cancel,
.firecheckout .actions-toolbar button.action.action-cancel,
.firecheckout .checkout-shipping-address .action.primary.action-secondary,
.firecheckout .checkout-billing-address .action.primary.action-secondary,
.firecheckout .modal-footer .action.primary.action-secondary,
.firecheckout .actions-toolbar .action.primary.action-secondary,
.firecheckout .checkout-shipping-address button.action.action-secondary,
.firecheckout .checkout-billing-address button.action.action-secondary,
.firecheckout .modal-footer button.action.action-secondary,
.firecheckout .actions-toolbar button.action.action-secondary,
.firecheckout .checkout-shipping-address .action.primary.action-dismiss,
.firecheckout .checkout-billing-address .action.primary.action-dismiss,
.firecheckout .modal-footer .action.primary.action-dismiss,
.firecheckout .actions-toolbar .action.primary.action-dismiss,
.firecheckout .checkout-shipping-address button.action.action-dismiss,
.firecheckout .checkout-billing-address button.action.action-dismiss,
.firecheckout .modal-footer button.action.action-dismiss,
.firecheckout .actions-toolbar button.action.action-dismiss {
  border-style: solid;
  font-weight: 500;
}
.firecheckout .checkout-shipping-address .action.primary.secondary:hover,
.firecheckout .checkout-billing-address .action.primary.secondary:hover,
.firecheckout .modal-footer .action.primary.secondary:hover,
.firecheckout .actions-toolbar .action.primary.secondary:hover,
.firecheckout .checkout-shipping-address button.action.secondary:hover,
.firecheckout .checkout-billing-address button.action.secondary:hover,
.firecheckout .modal-footer button.action.secondary:hover,
.firecheckout .actions-toolbar button.action.secondary:hover,
.firecheckout .checkout-shipping-address .action.primary.action-cancel:hover,
.firecheckout .checkout-billing-address .action.primary.action-cancel:hover,
.firecheckout .modal-footer .action.primary.action-cancel:hover,
.firecheckout .actions-toolbar .action.primary.action-cancel:hover,
.firecheckout .checkout-shipping-address button.action.action-cancel:hover,
.firecheckout .checkout-billing-address button.action.action-cancel:hover,
.firecheckout .modal-footer button.action.action-cancel:hover,
.firecheckout .actions-toolbar button.action.action-cancel:hover,
.firecheckout .checkout-shipping-address .action.primary.action-secondary:hover,
.firecheckout .checkout-billing-address .action.primary.action-secondary:hover,
.firecheckout .modal-footer .action.primary.action-secondary:hover,
.firecheckout .actions-toolbar .action.primary.action-secondary:hover,
.firecheckout .checkout-shipping-address button.action.action-secondary:hover,
.firecheckout .checkout-billing-address button.action.action-secondary:hover,
.firecheckout .modal-footer button.action.action-secondary:hover,
.firecheckout .actions-toolbar button.action.action-secondary:hover,
.firecheckout .checkout-shipping-address .action.primary.action-dismiss:hover,
.firecheckout .checkout-billing-address .action.primary.action-dismiss:hover,
.firecheckout .modal-footer .action.primary.action-dismiss:hover,
.firecheckout .actions-toolbar .action.primary.action-dismiss:hover,
.firecheckout .checkout-shipping-address button.action.action-dismiss:hover,
.firecheckout .checkout-billing-address button.action.action-dismiss:hover,
.firecheckout .modal-footer button.action.action-dismiss:hover,
.firecheckout .actions-toolbar button.action.action-dismiss:hover,
.firecheckout .checkout-shipping-address .action.primary.secondary:focus,
.firecheckout .checkout-billing-address .action.primary.secondary:focus,
.firecheckout .modal-footer .action.primary.secondary:focus,
.firecheckout .actions-toolbar .action.primary.secondary:focus,
.firecheckout .checkout-shipping-address button.action.secondary:focus,
.firecheckout .checkout-billing-address button.action.secondary:focus,
.firecheckout .modal-footer button.action.secondary:focus,
.firecheckout .actions-toolbar button.action.secondary:focus,
.firecheckout .checkout-shipping-address .action.primary.action-cancel:focus,
.firecheckout .checkout-billing-address .action.primary.action-cancel:focus,
.firecheckout .modal-footer .action.primary.action-cancel:focus,
.firecheckout .actions-toolbar .action.primary.action-cancel:focus,
.firecheckout .checkout-shipping-address button.action.action-cancel:focus,
.firecheckout .checkout-billing-address button.action.action-cancel:focus,
.firecheckout .modal-footer button.action.action-cancel:focus,
.firecheckout .actions-toolbar button.action.action-cancel:focus,
.firecheckout .checkout-shipping-address .action.primary.action-secondary:focus,
.firecheckout .checkout-billing-address .action.primary.action-secondary:focus,
.firecheckout .modal-footer .action.primary.action-secondary:focus,
.firecheckout .actions-toolbar .action.primary.action-secondary:focus,
.firecheckout .checkout-shipping-address button.action.action-secondary:focus,
.firecheckout .checkout-billing-address button.action.action-secondary:focus,
.firecheckout .modal-footer button.action.action-secondary:focus,
.firecheckout .actions-toolbar button.action.action-secondary:focus,
.firecheckout .checkout-shipping-address .action.primary.action-dismiss:focus,
.firecheckout .checkout-billing-address .action.primary.action-dismiss:focus,
.firecheckout .modal-footer .action.primary.action-dismiss:focus,
.firecheckout .actions-toolbar .action.primary.action-dismiss:focus,
.firecheckout .checkout-shipping-address button.action.action-dismiss:focus,
.firecheckout .checkout-billing-address button.action.action-dismiss:focus,
.firecheckout .modal-footer button.action.action-dismiss:focus,
.firecheckout .actions-toolbar button.action.action-dismiss:focus {
  border-style: solid;
}
.firecheckout .checkout-shipping-address .action.primary.action-agree,
.firecheckout .checkout-billing-address .action.primary.action-agree,
.firecheckout .modal-footer .action.primary.action-agree,
.firecheckout .actions-toolbar .action.primary.action-agree,
.firecheckout .checkout-shipping-address button.action.action-agree,
.firecheckout .checkout-billing-address button.action.action-agree,
.firecheckout .modal-footer button.action.action-agree,
.firecheckout .actions-toolbar button.action.action-agree,
.firecheckout .checkout-shipping-address .action.primary.action-update,
.firecheckout .checkout-billing-address .action.primary.action-update,
.firecheckout .modal-footer .action.primary.action-update,
.firecheckout .actions-toolbar .action.primary.action-update,
.firecheckout .checkout-shipping-address button.action.action-update,
.firecheckout .checkout-billing-address button.action.action-update,
.firecheckout .modal-footer button.action.action-update,
.firecheckout .actions-toolbar button.action.action-update,
.firecheckout .checkout-shipping-address .action.primary.action-login,
.firecheckout .checkout-billing-address .action.primary.action-login,
.firecheckout .modal-footer .action.primary.action-login,
.firecheckout .actions-toolbar .action.primary.action-login,
.firecheckout .checkout-shipping-address button.action.action-login,
.firecheckout .checkout-billing-address button.action.action-login,
.firecheckout .modal-footer button.action.action-login,
.firecheckout .actions-toolbar button.action.action-login,
.firecheckout .checkout-shipping-address .action.primary.action[data-role="opc-continue"],
.firecheckout .checkout-billing-address .action.primary.action[data-role="opc-continue"],
.firecheckout .modal-footer .action.primary.action[data-role="opc-continue"],
.firecheckout .actions-toolbar .action.primary.action[data-role="opc-continue"],
.firecheckout .checkout-shipping-address button.action.action[data-role="opc-continue"],
.firecheckout .checkout-billing-address button.action.action[data-role="opc-continue"],
.firecheckout .modal-footer button.action.action[data-role="opc-continue"],
.firecheckout .actions-toolbar button.action.action[data-role="opc-continue"] {
  border-style: solid;
  font-weight: 700;
}
.firecheckout .checkout-shipping-address .action.primary.action-agree:hover,
.firecheckout .checkout-billing-address .action.primary.action-agree:hover,
.firecheckout .modal-footer .action.primary.action-agree:hover,
.firecheckout .actions-toolbar .action.primary.action-agree:hover,
.firecheckout .checkout-shipping-address button.action.action-agree:hover,
.firecheckout .checkout-billing-address button.action.action-agree:hover,
.firecheckout .modal-footer button.action.action-agree:hover,
.firecheckout .actions-toolbar button.action.action-agree:hover,
.firecheckout .checkout-shipping-address .action.primary.action-update:hover,
.firecheckout .checkout-billing-address .action.primary.action-update:hover,
.firecheckout .modal-footer .action.primary.action-update:hover,
.firecheckout .actions-toolbar .action.primary.action-update:hover,
.firecheckout .checkout-shipping-address button.action.action-update:hover,
.firecheckout .checkout-billing-address button.action.action-update:hover,
.firecheckout .modal-footer button.action.action-update:hover,
.firecheckout .actions-toolbar button.action.action-update:hover,
.firecheckout .checkout-shipping-address .action.primary.action-login:hover,
.firecheckout .checkout-billing-address .action.primary.action-login:hover,
.firecheckout .modal-footer .action.primary.action-login:hover,
.firecheckout .actions-toolbar .action.primary.action-login:hover,
.firecheckout .checkout-shipping-address button.action.action-login:hover,
.firecheckout .checkout-billing-address button.action.action-login:hover,
.firecheckout .modal-footer button.action.action-login:hover,
.firecheckout .actions-toolbar button.action.action-login:hover,
.firecheckout .checkout-shipping-address .action.primary.action[data-role="opc-continue"]:hover,
.firecheckout .checkout-billing-address .action.primary.action[data-role="opc-continue"]:hover,
.firecheckout .modal-footer .action.primary.action[data-role="opc-continue"]:hover,
.firecheckout .actions-toolbar .action.primary.action[data-role="opc-continue"]:hover,
.firecheckout .checkout-shipping-address button.action.action[data-role="opc-continue"]:hover,
.firecheckout .checkout-billing-address button.action.action[data-role="opc-continue"]:hover,
.firecheckout .modal-footer button.action.action[data-role="opc-continue"]:hover,
.firecheckout .actions-toolbar button.action.action[data-role="opc-continue"]:hover,
.firecheckout .checkout-shipping-address .action.primary.action-agree:focus,
.firecheckout .checkout-billing-address .action.primary.action-agree:focus,
.firecheckout .modal-footer .action.primary.action-agree:focus,
.firecheckout .actions-toolbar .action.primary.action-agree:focus,
.firecheckout .checkout-shipping-address button.action.action-agree:focus,
.firecheckout .checkout-billing-address button.action.action-agree:focus,
.firecheckout .modal-footer button.action.action-agree:focus,
.firecheckout .actions-toolbar button.action.action-agree:focus,
.firecheckout .checkout-shipping-address .action.primary.action-update:focus,
.firecheckout .checkout-billing-address .action.primary.action-update:focus,
.firecheckout .modal-footer .action.primary.action-update:focus,
.firecheckout .actions-toolbar .action.primary.action-update:focus,
.firecheckout .checkout-shipping-address button.action.action-update:focus,
.firecheckout .checkout-billing-address button.action.action-update:focus,
.firecheckout .modal-footer button.action.action-update:focus,
.firecheckout .actions-toolbar button.action.action-update:focus,
.firecheckout .checkout-shipping-address .action.primary.action-login:focus,
.firecheckout .checkout-billing-address .action.primary.action-login:focus,
.firecheckout .modal-footer .action.primary.action-login:focus,
.firecheckout .actions-toolbar .action.primary.action-login:focus,
.firecheckout .checkout-shipping-address button.action.action-login:focus,
.firecheckout .checkout-billing-address button.action.action-login:focus,
.firecheckout .modal-footer button.action.action-login:focus,
.firecheckout .actions-toolbar button.action.action-login:focus,
.firecheckout .checkout-shipping-address .action.primary.action[data-role="opc-continue"]:focus,
.firecheckout .checkout-billing-address .action.primary.action[data-role="opc-continue"]:focus,
.firecheckout .modal-footer .action.primary.action[data-role="opc-continue"]:focus,
.firecheckout .actions-toolbar .action.primary.action[data-role="opc-continue"]:focus,
.firecheckout .checkout-shipping-address button.action.action[data-role="opc-continue"]:focus,
.firecheckout .checkout-billing-address button.action.action[data-role="opc-continue"]:focus,
.firecheckout .modal-footer button.action.action[data-role="opc-continue"]:focus,
.firecheckout .actions-toolbar button.action.action[data-role="opc-continue"]:focus {
  border-style: solid;
}
.firecheckout .place-order .actions-toolbar .primary .action {
  border-style: solid;
  font-weight: 700;
}
.firecheckout .place-order .actions-toolbar .primary .action:hover,
.firecheckout .place-order .actions-toolbar .primary .action:focus {
  border-style: solid;
  padding: 12px 24px;
}
.firecheckout #checkout [data-collapsible="true"] {
  border: 0;
  margin-bottom: 5px;
  display: none;
}
.firecheckout #checkout [data-collapsible="true"]._active {
  margin-bottom: 15px;
}
.firecheckout #checkout [data-collapsible="true"] > [role="tab"],
.firecheckout #checkout [data-collapsible="true"] > .title[data-role="title"] {
  margin-bottom: 0;
}
.firecheckout #checkout [data-collapsible="true"] > [role="tab"]:before,
.firecheckout #checkout [data-collapsible="true"] > .title[data-role="title"]:before,
.firecheckout #checkout [data-collapsible="true"] > [role="tab"]:after,
.firecheckout #checkout [data-collapsible="true"] > .title[data-role="title"]:after {
  display: none;
}
.firecheckout #checkout [data-collapsible="true"] > [role="tab"],
.firecheckout #checkout [data-collapsible="true"] > .title[data-role="title"],
.firecheckout #checkout [data-collapsible="true"] > [role="tab"] > span,
.firecheckout #checkout [data-collapsible="true"] > .title[data-role="title"] > span,
.firecheckout #checkout [data-collapsible="true"] > [role="tab"] > strong,
.firecheckout #checkout [data-collapsible="true"] > .title[data-role="title"] > strong,
.firecheckout #checkout [data-collapsible="true"] > [role="tab"] .action-toggle,
.firecheckout #checkout [data-collapsible="true"] > .title[data-role="title"] .action-toggle {
  color: #444444;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  padding: 0;
  cursor: pointer;
}
.firecheckout #checkout [data-collapsible="true"] > [role="tab"]:before,
.firecheckout #checkout [data-collapsible="true"] > .title[data-role="title"]:before,
.firecheckout #checkout [data-collapsible="true"] > [role="tab"] > span:before,
.firecheckout #checkout [data-collapsible="true"] > .title[data-role="title"] > span:before,
.firecheckout #checkout [data-collapsible="true"] > [role="tab"] > strong:before,
.firecheckout #checkout [data-collapsible="true"] > .title[data-role="title"] > strong:before,
.firecheckout #checkout [data-collapsible="true"] > [role="tab"] .action-toggle:before,
.firecheckout #checkout [data-collapsible="true"] > .title[data-role="title"] .action-toggle:before {
  display: none;
}
.firecheckout #checkout [data-collapsible="true"] > [role="tab"] > span,
.firecheckout #checkout [data-collapsible="true"] > .title[data-role="title"] > span,
.firecheckout #checkout [data-collapsible="true"] > [role="tab"] > strong,
.firecheckout #checkout [data-collapsible="true"] > .title[data-role="title"] > strong,
.firecheckout #checkout [data-collapsible="true"] > [role="tab"] .action-toggle,
.firecheckout #checkout [data-collapsible="true"] > .title[data-role="title"] .action-toggle {
  display: flex;
  align-items: center;
}
.firecheckout #checkout [data-collapsible="true"] > [role="tab"] > span:after,
.firecheckout #checkout [data-collapsible="true"] > .title[data-role="title"] > span:after,
.firecheckout #checkout [data-collapsible="true"] > [role="tab"] > strong:after,
.firecheckout #checkout [data-collapsible="true"] > .title[data-role="title"] > strong:after,
.firecheckout #checkout [data-collapsible="true"] > [role="tab"] .action-toggle:after,
.firecheckout #checkout [data-collapsible="true"] > .title[data-role="title"] .action-toggle:after {
  content: '';
  transform: rotate(45deg);
  border-style: solid;
  border-width: 0 1px 1px 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 5px;
  position: relative;
  top: -3px;
  right: auto;
  background: transparent;
}
.firecheckout #checkout [data-collapsible="true"] > [role="tab"] > span > * + *,
.firecheckout #checkout [data-collapsible="true"] > .title[data-role="title"] > span > * + *,
.firecheckout #checkout [data-collapsible="true"] > [role="tab"] > strong > * + *,
.firecheckout #checkout [data-collapsible="true"] > .title[data-role="title"] > strong > * + *,
.firecheckout #checkout [data-collapsible="true"] > [role="tab"] .action-toggle > * + *,
.firecheckout #checkout [data-collapsible="true"] > .title[data-role="title"] .action-toggle > * + * {
  margin-left: 3px;
}
.firecheckout #checkout [data-collapsible="true"]._active > .title[data-role="title"] > span:after,
.firecheckout #checkout [data-collapsible="true"] [role="tab"][aria-expanded="true"] > span:after,
.firecheckout #checkout [data-collapsible="true"]._active > .title[data-role="title"] > strong:after,
.firecheckout #checkout [data-collapsible="true"] [role="tab"][aria-expanded="true"] > strong:after,
.firecheckout #checkout [data-collapsible="true"]._active > .title[data-role="title"] .action-toggle:after,
.firecheckout #checkout [data-collapsible="true"] [role="tab"][aria-expanded="true"] .action-toggle:after {
  transform: rotate(225deg);
  top: 2px;
}
.firecheckout #checkout [data-collapsible="true"] [role="tabpanel"],
.firecheckout #checkout [data-collapsible="true"] [data-role="content"] {
  margin-top: 5px;
  padding: 5px 0 0;
}
.firecheckout .modal-popup.modal-slide._inner-scroll._show,
.firecheckout .modal-custom:not(.opc-sidebar).modal-slide._inner-scroll._show {
  overflow-y: visible;
}
.firecheckout .modal-popup.modal-slide._inner-scroll .modal-inner-wrap,
.firecheckout .modal-custom:not(.opc-sidebar).modal-slide._inner-scroll .modal-inner-wrap {
  min-height: 0;
}
.firecheckout .modal-popup.modal-slide._inner-scroll .modal-inner-wrap[class],
.firecheckout .modal-custom:not(.opc-sidebar).modal-slide._inner-scroll .modal-inner-wrap[class] {
  background: #ffffff;
}
.firecheckout .modal-unclosable .action-close {
  display: none;
}
.firecheckout .modal-popup .step-title,
.firecheckout .modal-custom:not(.opc-sidebar) .step-title {
  font-size: 25px;
}
.firecheckout._has-modal > .loading-mask,
.firecheckout._has-modal-custom > .loading-mask {
  z-index: 10005 !important;
}
.firecheckout._has-modal .loading-mask:not(.fc-mask),
.firecheckout._has-modal-custom .loading-mask:not(.fc-mask) {
  opacity: 0;
  pointer-events: none;
}
.firecheckout._has-modal._has-auth-shown .loading-mask:not(.fc-mask),
.firecheckout._has-modal-custom._has-auth-shown .loading-mask:not(.fc-mask) {
  opacity: 1;
  pointer-events: all;
}
.firecheckout .modal-popup,
.firecheckout .modal-custom:not(.opc-sidebar) {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s,
    opacity .3s ease;
  transition: visibility 0s .3s,
    opacity .3s ease;
  border: 0;
  width: 100%;
  max-width: none;
  box-shadow: none;
  background: transparent;
  text-align: left;
  transform: none;
}
.firecheckout .modal-popup .modal-title,
.firecheckout .modal-custom:not(.opc-sidebar) .modal-title {
  border-color: #f4f4f4;
}
.firecheckout .modal-popup .modal-inner-wrap,
.firecheckout .modal-custom:not(.opc-sidebar) .modal-inner-wrap {
  margin: 3rem auto;
  width: 90%;
  max-width: 800px;
  min-height: 0;
  max-height: calc(84vh);
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  transform-origin: 50% 50% 0;
  opacity: 0;
  transition: all 0.2s;
  visibility: hidden;
  transform: translateY(20px);
}
.firecheckout .modal-popup .modal-inner-wrap .modal-content,
.firecheckout .modal-custom:not(.opc-sidebar) .modal-inner-wrap .modal-content {
  -webkit-overflow-scrolling: touch;
}
.firecheckout .modal-popup .modal-inner-wrap .modal-content::-webkit-scrollbar,
.firecheckout .modal-custom:not(.opc-sidebar) .modal-inner-wrap .modal-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.firecheckout .modal-popup .modal-inner-wrap .modal-content::-webkit-scrollbar-track,
.firecheckout .modal-custom:not(.opc-sidebar) .modal-inner-wrap .modal-content::-webkit-scrollbar-track {
  background-color: #e6e6e6;
  border-radius: 10px;
}
.firecheckout .modal-popup .modal-inner-wrap .modal-content::-webkit-scrollbar-thumb,
.firecheckout .modal-custom:not(.opc-sidebar) .modal-inner-wrap .modal-content::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
  border-radius: 10px;
}
.firecheckout .modal-popup ~ .modals-overlay,
.firecheckout .modal-custom:not(.opc-sidebar) ~ .modals-overlay {
  background: rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s;
  opacity: 0;
}
.firecheckout .modal-popup._show,
.firecheckout .modal-custom:not(.opc-sidebar)._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.firecheckout .modal-popup._show .modal-inner-wrap,
.firecheckout .modal-custom:not(.opc-sidebar)._show .modal-inner-wrap {
  opacity: 1;
  visibility: visible;
  top: 0;
  transform: translateY(0);
}
.firecheckout .modal-popup._show ~ .modals-overlay,
.firecheckout .modal-custom:not(.opc-sidebar)._show ~ .modals-overlay {
  opacity: 1;
}
.firecheckout .modal-popup.modal-slide .modal-footer,
.firecheckout .modal-custom:not(.opc-sidebar).modal-slide .modal-footer,
.firecheckout .modal-popup .modal-footer,
.firecheckout .modal-custom:not(.opc-sidebar) .modal-footer {
  border-color: #f4f4f4;
}
.firecheckout .modal-inner-wrap .action-close {
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
}
.firecheckout .modal-inner-wrap .action-close,
.firecheckout .modal-inner-wrap .action-close:focus,
.firecheckout .modal-inner-wrap .action-close:hover {
  background: transparent;
}
.firecheckout .modal-inner-wrap .action-close::before,
.firecheckout .modal-inner-wrap .action-close::after {
  -webkit-mask: none;
  content: '';
  position: absolute;
  left: 11px;
  top: 10px;
  height: 20px;
  width: 2px;
  margin: 0;
  background-color: #333;
  opacity: 1;
}
.firecheckout .modal-inner-wrap .action-close::before {
  transform: rotate(45deg);
}
.firecheckout .modal-inner-wrap .action-close::after {
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .firecheckout._has-modal {
    overflow-y: auto;
  }
  .firecheckout.checkout-index-index .modal-popup .modal-inner-wrap,
  .firecheckout.checkout-index-index .modal-custom:not(.opc-sidebar) .modal-inner-wrap {
    left: 0;
    margin: 5rem auto;
    width: 75%;
  }
}
.firecheckout .field-tooltip .field-tooltip-content {
  color: inherit;
  background: #ffffff;
  border: 1px solid #ffffff;
  width: 200px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
}
.firecheckout .field-tooltip .field-tooltip-content:before {
  border-right-color: #ffffff;
}
.firecheckout .field-tooltip .field-tooltip-content:after {
  border-right-color: #ffffff;
}
.firecheckout .shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 450px;
}
.rtl.firecheckout .shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  left: auto;
}
.rtl.firecheckout .shipping-policy-block.field-tooltip .field-tooltip-content:before,
.rtl.firecheckout .shipping-policy-block.field-tooltip .field-tooltip-content:after {
  right: 10px;
  left: auto;
}
.firecheckout .shipping-policy-block.field-tooltip .field-tooltip-content:before,
.firecheckout .modal-popup .field-tooltip .field-tooltip-content:before,
.firecheckout .shipping-policy-block.field-tooltip .field-tooltip-content:after,
.firecheckout .modal-popup .field-tooltip .field-tooltip-content:after {
  border-right-color: transparent;
}
.firecheckout .shipping-policy-block.field-tooltip .field-tooltip-content:before,
.firecheckout .modal-popup .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #ffffff;
}
.firecheckout .shipping-policy-block.field-tooltip .field-tooltip-content:after,
.firecheckout .modal-popup .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #ffffff;
}
@media (max-width: 768px) {
  .firecheckout .field-tooltip .field-tooltip-content {
    right: -10px;
    left: auto;
    top: 40px;
  }
  .firecheckout .field-tooltip .field-tooltip-content:before,
  .firecheckout .field-tooltip .field-tooltip-content:after {
    border-right-color: transparent;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .firecheckout .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #ffffff;
  }
  .firecheckout .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #ffffff;
  }
}
@media (max-width: 639px) {
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    max-width: 350px;
  }
}
@media (max-width: 480px) {
  .firecheckout .field-tooltip .field-tooltip-content {
    width: 150px;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    max-width: 320px;
  }
}
@media (max-width: 360px) {
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    max-width: 270px;
  }
}
.fc-spinner {
  position: absolute;
  top: 21px;
  right: 7px;
  opacity: 0;
  transition: 0s opacity linear 200ms;
}
.fc-spinner.shown {
  opacity: 1;
}
.fc-spinner::before {
  display: none;
}
.fc-spinner::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  margin-top: -5px;
  -webkit-animation: 0.4s linear infinite firecheckout-spin;
  animation: 0.4s linear infinite firecheckout-spin;
  border: 1px solid #dddddd;
  border-top: 1px solid #42a5f5;
  border-radius: 50%;
  cursor: wait;
}
.firecheckout .opc-progress-bar {
  display: block;
  margin: 0 0 15px !important;
}
.firecheckout .opc-progress-bar li {
  display: inline-block;
  width: auto;
  font-size: 13px;
  line-height: 22px;
  color: #aaaaaa;
  border: 0;
  text-transform: none;
  padding: 0;
  height: auto;
  margin: 0;
}
.firecheckout .opc-progress-bar li::before {
  display: none;
}
.firecheckout .opc-progress-bar li::after {
  content: '›';
  color: #aaaaaa;
  margin: 0 5px 0 2px;
  position: static;
  border: 0;
  height: auto;
}
.firecheckout .opc-progress-bar li:last-child::after {
  display: none !important;
}
.firecheckout .opc-progress-bar li span {
  width: auto;
  padding: 0;
  margin: 0;
  font-size: 13px;
  text-align: left;
  color: #666666;
}
.firecheckout .opc-progress-bar li span::before,
.firecheckout .opc-progress-bar li span::after {
  display: none;
}
.firecheckout .opc-progress-bar li._active {
  background: transparent;
  border: none;
}
.firecheckout .opc-progress-bar li._active::after {
  display: inline;
}
.firecheckout .opc-progress-bar li._active span {
  color: #333333;
  font-weight: bold;
}
.firecheckout .opc-progress-bar li._complete {
  cursor: pointer;
}
.firecheckout .opc-progress-bar li._complete:hover span {
  text-decoration: underline;
}
.firecheckout .opc-progress-bar li._complete span {
  color: #006bb4;
}
.firecheckout .loading-mask .loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: none;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  margin: 0;
  border: 0;
  animation: none;
}
.firecheckout .loading-mask .loader img {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.firecheckout .loading-mask .loader::before {
  display: none;
}
.firecheckout .loading-mask .loader::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  -webkit-animation: firecheckout-spin 0.7s linear infinite;
  animation: firecheckout-spin 0.7s linear infinite;
  border: 3px solid #dddddd;
  border-top: 3px solid #42a5f5;
  border-radius: 50%;
  cursor: wait;
}
._block-content-loading .loading-mask {
  background: transparent;
  position: absolute;
  z-index: 100;
  inset: unset;
  top: 16px !important;
  right: 50% !important;
  width: 30px;
  height: 30px;
  transform: translate(50%, -50%) !important;
}
._block-content-loading .table-totals {
  animation: firecheckout-pulse 1.8s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.firecheckout #checkout .opc-block-summary .details-qty .qty-wrapper {
  border-color: #cccccc;
  border-width: 1px;
}
.firecheckout #checkout .opc-block-summary .details-qty .qty-wrapper .qty-toggler {
  border-color: #cccccc;
  border-left-width: 1px;
}
.firecheckout #checkout .swissup-delivery-date {
  max-width: none;
  margin-left: -4px;
  margin-right: -4px;
}
.firecheckout #checkout .swissup-delivery-date div.field {
  padding: 4px;
  display: inline-block;
  box-sizing: border-box;
  float: none;
  width: 100%;
  margin: 0;
}
.firecheckout #checkout .swissup-delivery-date div.field div.field {
  padding-left: 0;
  padding-right: 0;
}
.firecheckout #checkout .swissup-delivery-date div.field .additional {
  margin-top: 8px;
}
.firecheckout #checkout .swissup-delivery-date div.field.choice:before {
  display: none;
}
.firecheckout #checkout .swissup-delivery-date div.field.choice > .label {
  float: none;
}
.firecheckout #checkout .swissup-delivery-date div.field > .label {
  float: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
  font-weight: normal;
  white-space: normal;
}
.firecheckout #checkout .swissup-delivery-date div.field > .label::after {
  margin: 0;
}
.firecheckout #checkout .swissup-delivery-date div.field > .control {
  float: none;
  clear: both;
  width: auto;
  display: block;
  padding: 0 !important;
  margin: 0 !important;
}
.firecheckout #checkout .swissup-delivery-date div.field > .control._with-tooltip input,
.firecheckout #checkout .swissup-delivery-date div.field > .control._with-tooltip textarea,
.firecheckout #checkout .swissup-delivery-date div.field > .control._with-tooltip select {
  width: 100%;
  margin: 0;
}
.firecheckout #checkout .swissup-delivery-date div.field.required > .label::after,
.firecheckout #checkout .swissup-delivery-date div.field._required > .label::after {
  position: static;
  content: ' *';
  color: #e02b27;
  font-size: 1.4rem;
  margin: 0 0 0 2px;
}
.firecheckout #checkout .fc-size-xs .swissup-delivery-date {
  flex-wrap: wrap;
}
.firecheckout #checkout .fc-size-xs .swissup-delivery-date > .field {
  width: 100%;
}
.firecheckout #checkout .payment-method .payment-method-content #load-dropin-form-button {
  display: inline-block;
}
.firecheckout #checkout .payment-method .payment-method-content #submit-container > .actions-toolbar .action.checkout {
  display: none !important;
}
.firecheckout .payment-method-braintree .hosted-control {
  height: auto;
  max-width: none;
  line-height: normal;
  padding-top: 0.68em;
  padding-bottom: 0.68em;
  padding-left: 7px;
  padding-right: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  background-color: #ffffff;
  height: 42px;
  border-radius: 0;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
}
.firecheckout .payment-method-braintree .hosted-control:focus {
  box-shadow: none;
  border-color: #c2c2c2;
  background-color: #fafafa;
}
.firecheckout .payment-method-braintree .hosted-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #ffffe4 inset !important;
}
.firecheckout .payment-method-braintree .hosted-control::-webkit-input-placeholder {
  color: #676767;
}
.firecheckout .payment-method-braintree .hosted-control::-moz-placeholder {
  color: #676767;
}
.firecheckout .payment-method-braintree .hosted-control:-ms-input-placeholder {
  color: #676767;
}
.firecheckout .payment-method-braintree .hosted-control::-ms-input-placeholder {
  color: #676767;
}
.firecheckout .payment-method-braintree .hosted-control::placeholder {
  color: #676767;
}
.firecheckout .payment-method-braintree .hosted-control.hosted-cid {
  width: 100%;
}
.firecheckout .payment-method-braintree .hosted-control:focus {
  background-color: #fff;
}
.firecheckout .payment-method-braintree .hosted-date-wrap .hosted-control.hosted-date {
  width: 50%;
  margin-right: 8px;
}
.firecheckout .payment-method-braintree .hosted-date-wrap .hosted-control.hosted-date:after {
  display: none;
}
.firecheckout .payment-method-braintree .hosted-date-wrap .hosted-control.hosted-date + .hosted-date {
  margin: 0;
  width: calc(41%);
}
.firecheckout .tippy-box {
  max-width: 240px !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.firecheckout .tippy-box .tippy-content {
  font-size: 13px;
}
.firecheckout .tippy-box[data-theme=error] {
  background-color: #cf0400;
}
.firecheckout .tippy-box[data-theme=warning] {
  background-color: #c39100;
}
.firecheckout .tippy-box[data-theme=content] {
  text-align: initial;
  color: #333;
  background-color: #ffffff;
}
.firecheckout .tippy-box[data-placement^=top][data-theme=error] .tippy-arrow {
  color: #cf0400;
}
.firecheckout .tippy-box[data-placement^=top][data-theme=warning] .tippy-arrow {
  color: #c39100;
}
.firecheckout .tippy-box[data-placement^=top][data-theme=content] .tippy-arrow {
  color: #ffffff;
}
.firecheckout .tippy-box[data-placement^=bottom][data-theme=error] .tippy-arrow {
  color: #cf0400;
}
.firecheckout .tippy-box[data-placement^=bottom][data-theme=warning] .tippy-arrow {
  color: #c39100;
}
.firecheckout .tippy-box[data-placement^=bottom][data-theme=content] .tippy-arrow {
  color: #ffffff;
}
._active[data-collapsible] > [data-role="title"]::after,
._active[data-role="collapsible"] > [data-role="title"]::after,
._active[data-mage-init*='"collapsible":'] > [data-role="title"]::after,
[data-collapsible] > [data-role="title"][aria-expanded="true"]::after,
[data-role="collapsible"] > [data-role="title"][aria-expanded="true"]::after,
[data-mage-init*='"collapsible":'] > [data-role="title"][aria-expanded="true"]::after {
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), display var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-behavior: allow-discrete;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M20 12H4"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.breeze-inactive ._active[data-collapsible] > [data-role="title"]::after,
.breeze-inactive ._active[data-role="collapsible"] > [data-role="title"]::after,
.breeze-inactive ._active[data-mage-init*='"collapsible":'] > [data-role="title"]::after,
.breeze-inactive [data-collapsible] > [data-role="title"][aria-expanded="true"]::after,
.breeze-inactive [data-role="collapsible"] > [data-role="title"][aria-expanded="true"]::after,
.breeze-inactive [data-mage-init*='"collapsible":'] > [data-role="title"][aria-expanded="true"]::after {
  transition: none !important;
}
