*,
:after,
:before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
body {
  margin: 0;
  font-weight: var(--regular-weight);
}
a {
  text-decoration: none;
  color: var(--color-primary-3);
}
@media (hover: hover) {
  a:hover {
    text-decoration: underline;
    color: var(--color-warning-6);
  }
}
a:active {
  color: var(--color-primary-5);
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-grab {
  cursor: grab;
}
.no-pointer-events {
  pointer-events: none;
}
.busy {
  transition: opacity 0.1s ease-in-out;
  opacity: 0.5;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.bg-white {
  background-color: var(--color-white) !important;
}
.bg-black {
  background-color: var(--color-background-header) !important;
}
.new-bg-black {
  background-color: #191817;
}
.bg-profile {
  color: var(--color-primary-1);
  background-color: #FDF6EF;
  box-shadow: 0px 1px 3px 0px #00000040;
  border-radius: 5px;
  padding: 5px 7px;
}
.bg-profile .fas {
  margin-right: 0 !important;
}
.text-white {
  color: var(--color-white) !important;
}
.text-black {
  color: var(--color-black) !important;
}
.border-white {
  border-color: white !important;
}
.bg-danger-1 {
  background-color: var(--color-danger-1) !important;
}
.text-danger-1 {
  color: var(--color-danger-1) !important;
}
.border-danger-1 {
  border-color: var(--color-danger-1) !important;
}
.bg-danger-2 {
  background-color: var(--color-danger-2) !important;
}
.text-danger-2 {
  color: var(--color-danger-2) !important;
}
.border-danger-2 {
  border-color: var(--color-danger-2) !important;
}
.bg-danger-3 {
  background-color: var(--color-danger-3) !important;
}
.text-danger-3 {
  color: var(--color-danger-3) !important;
}
.border-danger-3 {
  border-color: var(--color-danger-3) !important;
}
.bg-danger-4 {
  background-color: var(--color-danger-4) !important;
}
.text-danger-4 {
  color: var(--color-danger-4) !important;
}
.border-danger-4 {
  border-color: var(--color-danger-4) !important;
}
.bg-danger-5 {
  background-color: var(--color-danger-5) !important;
}
.text-danger-5 {
  color: var(--color-danger-5) !important;
}
.border-danger-5 {
  border-color: var(--color-danger-5) !important;
}
.bg-danger-6 {
  background-color: var(--color-danger-6) !important;
}
.text-danger-6 {
  color: var(--color-danger-6) !important;
}
.border-danger-6 {
  border-color: var(--color-danger-6) !important;
}
.bg-danger {
  background-color: var(--color-danger-3) !important;
}
.text-danger {
  color: var(--color-danger-3) !important;
}
.border-danger {
  border-color: var(--color-danger-3) !important;
}
.bg-default-1 {
  background-color: var(--color-default-1) !important;
}
.text-default-1 {
  color: var(--color-default-text-1) !important;
}
.border-default-1 {
  border-color: var(--color-default-1) !important;
}
.bg-default-2 {
  background-color: var(--color-default-2) !important;
}
.text-default-2 {
  color: var(--color-default-text-2) !important;
}
.border-default-2 {
  border-color: var(--color-default-2) !important;
}
.bg-default-3 {
  background-color: var(--color-default-3) !important;
}
.text-default-3 {
  color: var(--color-default-text-3) !important;
}
.border-default-3 {
  border-color: var(--color-default-3) !important;
}
.bg-default-4 {
  background-color: var(--color-default-4) !important;
}
.text-default-4 {
  color: var(--color-default-text-4) !important;
}
.border-default-4 {
  border-color: var(--color-default-4) !important;
}
.bg-default-5 {
  background-color: var(--color-default-5) !important;
}
.text-default-5 {
  color: var(--color-default-text-5) !important;
}
.border-default-5 {
  border-color: var(--color-default-5) !important;
}
.bg-default-6 {
  background-color: var(--color-default-6) !important;
}
.text-default-6 {
  color: var(--color-default-text-6) !important;
}
.border-default-6 {
  border-color: var(--color-default-6) !important;
}
.bg-default {
  background-color: var(--color-default-3) !important;
}
.text-default {
  color: var(--color-default-text-3) !important;
}
.border-default {
  border-color: var(--color-default-3) !important;
}
.bg-primary-1 {
  background-color: var(--color-primary-1) !important;
}
.text-primary-1 {
  color: var(--color-primary-1) !important;
}
.border-primary-1 {
  border-color: var(--color-primary-1) !important;
}
.bg-primary-2 {
  background-color: var(--color-primary-2) !important;
}
.text-primary-2 {
  color: var(--color-primary-2) !important;
}
.border-primary-2 {
  border-color: var(--color-primary-2) !important;
}
.bg-primary-3 {
  background-color: var(--color-primary-3) !important;
}
.text-primary-3 {
  color: var(--color-primary-3) !important;
}
.border-primary-3 {
  border-color: var(--color-primary-3) !important;
}
.bg-primary-4 {
  background-color: var(--color-primary-4) !important;
}
.text-primary-4 {
  color: var(--color-primary-4) !important;
}
.border-primary-4 {
  border-color: var(--color-primary-4) !important;
}
.bg-primary-5 {
  background-color: var(--color-primary-5) !important;
}
.text-primary-5 {
  color: var(--color-primary-5) !important;
}
.border-primary-5 {
  border-color: var(--color-primary-5) !important;
}
.bg-primary-6 {
  background-color: var(--color-primary-6) !important;
}
.text-primary-6 {
  color: var(--color-primary-6) !important;
}
.border-primary-6 {
  border-color: var(--color-primary-6) !important;
}
.bg-primary {
  background-color: var(--color-primary-3) !important;
}
.text-primary {
  color: var(--color-primary-3) !important;
}
.border-primary {
  border-color: var(--color-primary-3) !important;
}
.bg-info-1 {
  background-color: var(--color-info-1) !important;
}
.text-info-1 {
  color: var(--color-info-1) !important;
}
.border-info-1 {
  border-color: var(--color-info-1) !important;
}
.bg-info-2 {
  background-color: var(--color-info-2) !important;
}
.text-info-2 {
  color: var(--color-info-2) !important;
}
.border-info-2 {
  border-color: var(--color-info-2) !important;
}
.bg-info-3 {
  background-color: var(--color-info-3) !important;
}
.text-info-3 {
  color: var(--color-info-3) !important;
}
.border-info-3 {
  border-color: var(--color-info-3) !important;
}
.bg-info-4 {
  background-color: var(--color-info-4) !important;
}
.text-info-4 {
  color: var(--color-info-4) !important;
}
.border-info-4 {
  border-color: var(--color-info-4) !important;
}
.bg-info-5 {
  background-color: var(--color-info-5) !important;
}
.text-info-5 {
  color: var(--color-info-5) !important;
}
.border-info-5 {
  border-color: var(--color-info-5) !important;
}
.bg-info-6 {
  background-color: var(--color-info-6) !important;
}
.text-info-6 {
  color: var(--color-info-6) !important;
}
.border-info-6 {
  border-color: var(--color-info-6) !important;
}
.bg-info {
  background-color: var(--color-info-3) !important;
}
.text-info {
  color: var(--color-info-3) !important;
}
.border-info {
  border-color: var(--color-info-3) !important;
}
.bg-success-1 {
  background-color: var(--color-success-1) !important;
}
.text-success-1 {
  color: var(--color-success-1) !important;
}
.border-success-1 {
  border-color: var(--color-success-1) !important;
}
.bg-success-2 {
  background-color: var(--color-success-2) !important;
}
.text-success-2 {
  color: var(--color-success-2) !important;
}
.border-success-2 {
  border-color: var(--color-success-2) !important;
}
.bg-success-3 {
  background-color: var(--color-success-3) !important;
}
.text-success-3 {
  color: var(--color-success-3) !important;
}
.border-success-3 {
  border-color: var(--color-success-3) !important;
}
.bg-success-4 {
  background-color: var(--color-success-4) !important;
}
.text-success-4 {
  color: var(--color-success-4) !important;
}
.border-success-4 {
  border-color: var(--color-success-4) !important;
}
.bg-success-5 {
  background-color: var(--color-success-5) !important;
}
.text-success-5 {
  color: var(--color-success-5) !important;
}
.border-success-5 {
  border-color: var(--color-success-5) !important;
}
.bg-success-6 {
  background-color: var(--color-success-6) !important;
}
.text-success-6 {
  color: var(--color-success-6) !important;
}
.border-success-6 {
  border-color: var(--color-success-6) !important;
}
.bg-success {
  background-color: var(--color-success-3) !important;
}
.text-success {
  color: var(--color-success-3) !important;
}
.border-success {
  border-color: var(--color-success-3) !important;
}
.bg-warning-1 {
  background-color: var(--color-warning-1) !important;
}
.text-warning-1 {
  color: var(--color-warning-1) !important;
}
.border-warning-1 {
  border-color: var(--color-warning-1) !important;
}
.bg-warning-2 {
  background-color: var(--color-warning-2) !important;
}
.text-warning-2 {
  color: var(--color-warning-2) !important;
}
.border-warning-2 {
  border-color: var(--color-warning-2) !important;
}
.bg-warning-3 {
  background-color: var(--color-warning-3) !important;
}
.text-warning-3 {
  color: var(--color-warning-3) !important;
}
.border-warning-3 {
  border-color: var(--color-warning-3) !important;
}
.bg-warning-4 {
  background-color: var(--color-warning-4) !important;
}
.text-warning-4 {
  color: var(--color-warning-4) !important;
}
.border-warning-4 {
  border-color: var(--color-warning-4) !important;
}
.bg-warning-5 {
  background-color: var(--color-warning-5) !important;
}
.text-warning-5 {
  color: var(--color-warning-5) !important;
}
.border-warning-5 {
  border-color: var(--color-warning-5) !important;
}
.bg-warning-6 {
  background-color: var(--color-warning-6) !important;
}
.text-warning-6 {
  color: var(--color-warning-6) !important;
}
.border-warning-6 {
  border-color: var(--color-warning-6) !important;
}
.bg-warning {
  background-color: var(--color-warning-3) !important;
}
.text-warning {
  color: var(--color-warning-3) !important;
}
.border-warning {
  border-color: var(--color-warning-3) !important;
}
::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
::-webkit-scrollbar-track {
  background: var(--color-default-1);
}
::-webkit-scrollbar-thumb {
  background: var(--color-default-3);
  border-radius: 0.5rem;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--color-primary-4);
}
::-webkit-scrollbar-thumb:active {
  background: var(--color-primary-5);
}
.scroll-momentum {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
ul {
  padding-left: 1.5rem;
  margin: 0;
}
.no-list {
  list-style: none;
  padding-left: 0;
}
.grecaptcha-badge {
  visibility: hidden;
}
@media (hover: hover) and (pointer: fine) {
  a.btn:hover {
    text-decoration: none;
  }
}
.btn {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0 0.75em;
  border-radius: 0.5rem;
  border: 1px solid var(--color-default-3);
  background-color: var(--color-default-2);
  color: var(--color-default-text-5);
  font-family: Roboto, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: var(--regular-weight);
  cursor: pointer;
  transition: background-color ease-in-out 0.2s, border-bottom-color ease-in-out 0.2s, color ease-in-out 0.2s;
  outline: none !important;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 3.2rem;
}
.btn::-moz-focus-inner {
  border: 0;
}
a.btn {
  text-decoration: none;
}
a.btn:hover {
  color: var(--color-default-text-5);
}
.btn.btn-sm {
  font-size: 0.9em;
  line-height: 2.3rem;
}
.btn.btn-lg {
  font-size: 1.1em;
  line-height: 3.3rem;
}
.btn.btn-xl {
  font-size: 1.2em;
  line-height: 3.5rem;
}
@media (min-width: 768px) {
  .btn {
    line-height: 2.7rem;
  }
  .btn.btn-sm {
    line-height: 1.8rem;
  }
  .btn.btn-lg {
    line-height: 2.8rem;
  }
  .btn.btn-xl {
    line-height: 3rem;
  }
}
.btn.btn-image {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-image:after {
  content: '\200B';
}
.btn.btn-image > img,
.btn.btn-image i.icon-cr {
  width: 2.2rem;
  height: 2.2rem;
}
.btn.btn-image > img + *,
.btn.btn-image i.icon-cr + * {
  margin-left: 0.5rem;
}
.btn.btn-image.btn-sm > img,
.btn.btn-image.btn-sm i.icon-cr {
  width: 2.3rem;
  height: 2.3rem;
}
.btn.btn-image.btn-lg > img,
.btn.btn-image.btn-lg i.icon-cr {
  width: 3.3rem;
  height: 3.3rem;
}
.btn.btn-image.btn-xl > img,
.btn.btn-image.btn-xl i.icon-cr {
  width: 3.5rem;
  height: 3.5rem;
}
@media (min-width: 768px) {
  .btn.btn-image > img,
  .btn.btn-image i.icon-cr {
    width: 2.7rem;
    height: 2.7rem;
  }
  .btn.btn-image.btn-sm > img,
  .btn.btn-image.btn-sm i.icon-cr {
    width: 1.8rem;
    height: 1.8rem;
  }
  .btn.btn-image.btn-lg > img,
  .btn.btn-image.btn-lg i.icon-cr {
    width: 2.8rem;
    height: 2.8rem;
  }
  .btn.btn-image.btn-xl > img,
  .btn.btn-image.btn-xl i.icon-cr {
    width: 3rem;
    height: 3rem;
  }
}
.btn.btn-wide {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (hover: hover) and (pointer: fine) {
  .btn:not([disabled]):not(.btn-disabled):hover {
    background-color: var(--color-default-3);
  }
}
.btn.btn-loading {
  position: relative;
}
.btn.btn-loading > .btn-spinner-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}
.btn.btn-loading.loading {
  color: transparent !important;
}
.btn.btn-loading.loading > :not(.btn-spinner-wrapper) {
  visibility: hidden;
}
.btn.btn-loading.loading > .btn-spinner-wrapper {
  visibility: visible;
}
.btn.btn-primary {
  background-color: var(--color-primary-3);
  border-color: var(--color-primary-4);
  color: white;
}
@media (hover: hover) and (pointer: fine) {
  .btn.btn-primary:not([disabled]):not(.btn-disabled):hover {
    background-color: var(--color-primary-4);
    border-color: var(--color-primary-5);
  }
  a.btn.btn-primary:not([disabled]):not(.btn-disabled):hover {
    color: white;
  }
}
.btn.btn-primary:not([disabled]):not(.btn-disabled):active,
.btn.btn-primary:not([disabled]):not(.btn-disabled).btn-active {
  background-color: var(--color-primary-5);
  border-color: var(--color-primary-5);
}
.btn.btn-danger {
  background-color: var(--color-danger-3);
  border-color: var(--color-danger-4);
  color: white;
}
@media (hover: hover) and (pointer: fine) {
  .btn.btn-danger:not([disabled]):not(.btn-disabled):hover {
    background-color: var(--color-danger-4);
    border-color: var(--color-danger-5);
  }
  a.btn.btn-danger:not([disabled]):not(.btn-disabled):hover {
    color: white;
  }
}
.btn.btn-danger:not([disabled]):not(.btn-disabled):active,
.btn.btn-danger:not([disabled]):not(.btn-disabled).btn-active {
  background-color: var(--color-danger-5);
  border-color: var(--color-danger-5);
}
.btn.btn-success {
  background-color: var(--color-success-3);
  border-color: var(--color-success-4);
  color: white;
}
@media (hover: hover) and (pointer: fine) {
  .btn.btn-success:not([disabled]):not(.btn-disabled):hover {
    background-color: var(--color-success-4);
    border-color: var(--color-success-5);
  }
  a.btn.btn-success:not([disabled]):not(.btn-disabled):hover {
    color: white;
  }
}
.btn.btn-success:not([disabled]):not(.btn-disabled):active,
.btn.btn-success:not([disabled]):not(.btn-disabled).btn-active {
  background-color: var(--color-success-5);
  border-color: var(--color-success-5);
}
.btn.btn-warning {
  background-color: var(--color-warning-3);
  border-color: var(--color-warning-4);
  color: white;
}
@media (hover: hover) and (pointer: fine) {
  .btn.btn-warning:not([disabled]):not(.btn-disabled):hover {
    background-color: var(--color-warning-4);
    border-color: var(--color-warning-5);
  }
  a.btn.btn-warning:not([disabled]):not(.btn-disabled):hover {
    color: white;
  }
}
.btn.btn-warning:not([disabled]):not(.btn-disabled):active,
.btn.btn-warning:not([disabled]):not(.btn-disabled).btn-active {
  background-color: var(--color-warning-5);
  border-color: var(--color-warning-5);
}
.btn.btn-info {
  background-color: var(--color-info-3);
  border-color: var(--color-info-4);
  color: white;
}
@media (hover: hover) and (pointer: fine) {
  .btn.btn-info:not([disabled]):not(.btn-disabled):hover {
    background-color: var(--color-info-4);
    border-color: var(--color-info-5);
  }
  a.btn.btn-info:not([disabled]):not(.btn-disabled):hover {
    color: white;
  }
}
.btn.btn-info:not([disabled]):not(.btn-disabled):active,
.btn.btn-info:not([disabled]):not(.btn-disabled).btn-active {
  background-color: var(--color-info-5);
  border-color: var(--color-info-5);
}
.btn.btn-light {
  background-color: white;
  border-color: var(--color-default-5);
  color: var(--color-default-text-5);
}
@media (hover: hover) and (pointer: fine) {
  .btn.btn-light:not([disabled]):not(.btn-disabled):hover {
    background-color: var(--color-default-2);
    border-color: var(--color-default-5);
    color: var(--color-default-text-5);
  }
}
.btn.btn-light:not([disabled]):not(.btn-disabled):active,
.btn.btn-light:not([disabled]):not(.btn-disabled).btn-active {
  background-color: var(--color-default-3);
  border-color: var(--color-default-5);
  color: var(--color-default-text-5);
}
.btn[disabled],
.btn.btn-disabled {
  border-color: var(--color-default-2);
  background-color: var(--color-default-1);
  color: var(--color-default-text-3);
  cursor: auto;
}
.btn input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  cursor: pointer;
}
.btn-group {
  display: inline-flex;
}
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn:not(:last-child) {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group.btn-group-wide > .btn {
  flex: 1 1 auto;
}
.btn-group-vertical {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.btn-group-vertical:after {
  content: '';
  display: block;
  clear: both;
}
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-vertical > .btn:not(:last-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.25rem;
}
.btn-toolbar > .btn,
.btn-toolbar .btn-group {
  margin-left: 0.25rem;
  margin-bottom: 0.25rem;
}
.card {
  background-color: var(--color-default-0);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 0.5rem;
}
.dark .card {
  background-color: var(--color-default-0);
}
.card > .card-block:last-child,
.card > .card-table:last-child {
  border-bottom: none;
}
.card-title {
  margin: 0.5rem 0;
}
.card-toolbar {
  display: flex;
  align-items: center;
}
.card-toolbar > :not(:first-child) {
  margin-left: 0.25rem;
}
.card-toolbar > .card-title {
  flex: 1 1 auto;
  margin-right: auto;
}
.card-toolbar > .btn,
.card-toolbar .btn-group,
.card-toolbar .form-inline {
  flex: 0 0 auto;
}
.card-block {
  padding: 1rem;
  border-bottom: 1px solid var(--color-default-2);
}
.card table {
  padding-top: 0.5rem;
}
.card table td:first-child,
.card table th:first-child {
  padding-left: 1rem;
}
.card table td:last-child,
.card table th:last-child {
  padding-right: 1rem;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
input[type=range] {
  position: relative;
  height: 1px;
  margin: calc(0.5rem - 1px / 2) 0;
  background-color: var(--color-default-3);
  cursor: pointer;
}
input[type=range]::-webkit-slider-thumb,
input[type=range]::-moz-range-thumb {
  background-color: var(--color-white);
  border: 1px solid var(--color-default-3);
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}
input[type=range]:hover {
  background-color: #0c81b7;
}
input[type=range]:hover::-webkit-slider-thumb,
input[type=range]:hover::-moz-range-thumb {
  background-color: #0c81b7;
  border-color: #0c81b7;
}
textarea {
  max-width: 100%;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
fieldset {
  border: 1px solid var(--color-default-3);
  padding: 1rem;
}
.form-group {
  display: block;
  margin-bottom: 1rem;
}
.form-group span.label-danger {
  background-color: transparent;
  color: var(--color-danger-2);
  font-style: italic;
}
@media (min-width: 576px) {
  .form-group span.label-danger {
    float: right;
  }
}
.form-group > label:first-child {
  display: block;
  margin-bottom: 0.5rem;
}
select,
input:not([type=button]):not([type=submit]),
textarea {
  display: block;
  font-family: inherit;
  font-size: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: inherit;
}
.text-yanone select,
.text-yanone input:not([type=button]):not([type=submit]),
.text-yanone textarea {
  font-size: 1.28rem;
}
@media (hover: none) {
  select,
  input:not([type=button]):not([type=submit]),
  textarea {
    font-size: 16px;
  }
}
select:not([type=button]):not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]),
input:not([type=button]):not([type=submit]):not([type=button]):not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]),
textarea:not([type=button]):not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
  width: 100%;
}
input + .input-clear {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  content: '';
  font-size: 18px;
  pointer-events: none;
  pointer-events: auto;
  cursor: pointer;
  background-color: var(--color-default-text-5);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 64 64%27><path d=%27M34.962 32.5l11.113-11.2a2.394 2.394 0 0 0 0-3.36 2.35 2.35 0 0 0-3.336 0L31.985 28.775 21.232 17.942a2.344 2.344 0 0 0-3.335 0 2.444 2.444 0 0 0 0 3.36l11.122 11.2L17.905 43.7a2.367 2.367 0 0 0 3.335 3.36L32 36.228 42.749 47.06a2.344 2.344 0 0 0 3.335 0 2.444 2.444 0 0 0 0-3.36z%27 fill-rule=%27evenodd%27/></svg>") no-repeat 50% 50%;
          mask: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 64 64%27><path d=%27M34.962 32.5l11.113-11.2a2.394 2.394 0 0 0 0-3.36 2.35 2.35 0 0 0-3.336 0L31.985 28.775 21.232 17.942a2.344 2.344 0 0 0-3.335 0 2.444 2.444 0 0 0 0 3.36l11.122 11.2L17.905 43.7a2.367 2.367 0 0 0 3.335 3.36L32 36.228 42.749 47.06a2.344 2.344 0 0 0 3.335 0 2.444 2.444 0 0 0 0-3.36z%27 fill-rule=%27evenodd%27/></svg>") no-repeat 50% 50%;
}
@media (max-width: 575px) {
  .form-inline {
    display: block;
  }
  .form-inline > * {
    margin-bottom: 0.5rem;
    width: 100%;
  }
  .form-inline > *:last-child {
    margin-bottom: 0;
  }
  .form-inline > .btn,
  .form-inline label {
    display: block;
  }
  .form-inline > .btn-group {
    flex-wrap: wrap;
  }
  .form-inline > .btn-group > .btn {
    flex: 1 0 auto;
  }
}
@media (min-width: 576px) {
  .form-inline {
    display: flex;
    align-items: center;
  }
  .form-inline > * {
    margin-bottom: 0;
    margin-top: 0;
  }
  .form-inline > :not(:first-child) {
    margin-left: 0.5rem;
  }
  .form-inline > :not(:last-child) {
    margin-right: 0.5rem;
  }
  .form-inline > .cr-select,
  .form-inline > textarea,
  .form-inline > input:not([type=button]):not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
    width: auto;
  }
  .form-inline > .cr-select,
  .form-inline > .cr-autocomplete,
  .form-inline > input:not([type=button]):not([type=submit]):not(label),
  .form-inline > .input-group {
    flex: 1 1 auto;
  }
  .form-inline .btn {
    flex-shrink: 0;
  }
}
form dl {
  border: 1px solid var(--color-default-4);
  border-radius: 0.5rem;
}
form dl dt {
  padding: 0.5rem 1rem;
}
form dl dt:not(:first-child) {
  border-top: 1px solid var(--color-default-4);
}
form dl dd {
  border-top: 1px solid var(--color-default-4);
}
form dl dd > div {
  padding: 1rem;
}
span.error {
  color: var(--color-danger-2);
}
input[type],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input:not([type=button]):not([type=submit]):not(.cr-radio):not(.cr-checkbox),
select {
  padding-top: 0;
  padding-bottom: 0;
}
input:not([type=button]):not([type=submit]):not([type=range]):not(.cr-radio):not(.cr-checkbox),
select,
textarea {
  border: 1px solid var(--color-default-3);
  border-radius: 0.2rem;
  transition: border-color ease-in-out 0.1s;
  color: var(--color-default-text-5);
  background-color: var(--color-input-background);
  outline: none;
}
input:not([type=button]):not([type=submit]):not([type=range]):not(.cr-radio):not(.cr-checkbox)[disabled],
select[disabled],
textarea[disabled],
input:not([type=button]):not([type=submit]):not([type=range]):not(.cr-radio):not(.cr-checkbox).disabled,
select.disabled,
textarea.disabled {
  background-color: var(--color-default-2);
  border-color: var(--color-default-2);
  color: var(--color-default-text-3);
}
input:not([type=button]):not([type=submit]):not([type=range]):not(.cr-radio):not(.cr-checkbox).required.error,
select.required.error,
textarea.required.error {
  border: 1px solid var(--color-danger-2);
  color: var(--color-danger-2);
}
input:not([type=button]):not([type=submit]):not([type=range]):not(.cr-radio):not(.cr-checkbox).input-danger,
select.input-danger,
textarea.input-danger {
  border-color: var(--color-danger-3);
}
input:not([type=button]):not([type=submit]):not([type=range]):not(.cr-radio):not(.cr-checkbox).input-default,
select.input-default,
textarea.input-default {
  border-color: var(--color-default-3);
}
input:not([type=button]):not([type=submit]):not([type=range]):not(.cr-radio):not(.cr-checkbox).input-primary,
select.input-primary,
textarea.input-primary {
  border-color: var(--color-primary-3);
}
input:not([type=button]):not([type=submit]):not([type=range]):not(.cr-radio):not(.cr-checkbox).input-info,
select.input-info,
textarea.input-info {
  border-color: var(--color-info-3);
}
input:not([type=button]):not([type=submit]):not([type=range]):not(.cr-radio):not(.cr-checkbox).input-success,
select.input-success,
textarea.input-success {
  border-color: var(--color-success-3);
}
input:not([type=button]):not([type=submit]):not([type=range]):not(.cr-radio):not(.cr-checkbox).input-warning,
select.input-warning,
textarea.input-warning {
  border-color: var(--color-warning-3);
}
input:not([type=button]):not([type=submit]):not([type=range]):not(.cr-radio):not(.cr-checkbox).danger,
select.danger,
textarea.danger {
  border-color: var(--color-danger-3);
}
input:not([type=button]):not([type=submit]):not([type=range]):not(.cr-radio):not(.cr-checkbox).danger + .input-observation,
select.danger + .input-observation,
textarea.danger + .input-observation {
  color: var(--color-danger-4);
}
@media (hover: hover) and (pointer: fine) {
  input:not([type=button]):not([type=submit]):not([type=range]):not(.cr-radio):not(.cr-checkbox):hover:not([disabled]):not(.disabled),
  select:hover:not([disabled]):not(.disabled),
  textarea:hover:not([disabled]):not(.disabled) {
    border-color: #0c81b7;
  }
}
input:not([type=button]):not([type=submit]):not([type=range]):not(.cr-radio):not(.cr-checkbox):focus,
select:focus,
textarea:focus,
input:not([type=button]):not([type=submit]):not([type=range]):not(.cr-radio):not(.cr-checkbox):focus-within,
select:focus-within,
textarea:focus-within {
  border-color: var(--color-default-5);
}
.cr-select {
  position: relative;
}
.cr-select::after {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  content: '';
  font-size: 18px;
  pointer-events: none;
  background-color: var(--color-default-text-5);
  -webkit-mask: url("data:image/svg+xml;utf8, <svg width=%2715%27 height=%278%27 viewBox=%270 0 15 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M1.40039 1L7.40039 7L13.4004 1%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27/></svg>") no-repeat 50% 50%;
          mask: url("data:image/svg+xml;utf8, <svg width=%2715%27 height=%278%27 viewBox=%270 0 15 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M1.40039 1L7.40039 7L13.4004 1%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27/></svg>") no-repeat 50% 50%;
}
.cr-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  padding-right: 2rem;
  padding-left: 0.5rem;
  background-color: var(--color-input-background);
  width: 100%;
}
.cr-select select[disabled],
.cr-select select.disabled {
  background-color: var(--color-default-1);
}
.cr-select select option {
  background-color: var(--color-default-0);
}
.dark .cr-select select option {
  background-color: var(--color-default-1);
}
select,
input:not([type=button]):not([type=submit]) {
  line-height: 3.2rem;
}
select.input-sm,
input:not([type=button]):not([type=submit]).input-sm {
  line-height: 2.3rem;
}
select.input-lg,
input:not([type=button]):not([type=submit]).input-lg {
  font-size: 1.15em;
  line-height: 3.3rem;
}
select.input-xl,
input:not([type=button]):not([type=submit]).input-xl {
  line-height: 3.5rem;
}
.cr-checkbox,
.cr-radio,
.cr-switch {
  opacity: 0;
  cursor: pointer;
  height: 0 !important;
  width: 0 !important;
  margin: 0;
  border: none !important;
}
.cr-checkbox + label,
.cr-radio + label,
.cr-switch + label {
  position: relative;
  display: block;
  padding-left: 2rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 0;
  border: none;
}
.cr-checkbox + label::before,
.cr-radio + label::before,
.cr-switch + label::before {
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid var(--color-default-5);
  transition: background-color ease-in-out 0.1s, border-color ease-in-out 0.1s;
}
.cr-checkbox[disabled] + label::before,
.cr-radio[disabled] + label::before,
.cr-switch[disabled] + label::before,
.cr-checkbox.disabled + label::before,
.cr-radio.disabled + label::before,
.cr-switch.disabled + label::before {
  border: 1px solid var(--color-default-4);
}
.cr-checkbox:checked + label::before,
.cr-radio:checked + label::before,
.cr-switch:checked + label::before {
  border-color: var(--color-primary-1);
}
.cr-checkbox + label::before {
  border-radius: 0.5rem;
}
.cr-checkbox:checked + label::before {
  background: var(--color-primary-5) url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%2710 10 44 44%27><path fill=%27white%27 d=%27M53.47 19.29a2.4 2.4 0 0 0-.7-1.7 2.46 2.46 0 0 0-3.39 0L25.64 41.33l-11-11a2.34 2.34 0 0 0-1.69-.71 2.4 2.4 0 0 0-1.7 4.09L24 46.41a2.47 2.47 0 0 0 3.39 0L52.77 21a2.38 2.38 0 0 0 .7-1.71z%27/></svg>") no-repeat 50% 50%;
}
.cr-checkbox:active:not([disabled]):not(.disabled) + label::before {
  background: var(--color-primary-3) url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%2710 10 44 44%27><path fill=%27white%27 d=%27M53.47 19.29a2.4 2.4 0 0 0-.7-1.7 2.46 2.46 0 0 0-3.39 0L25.64 41.33l-11-11a2.34 2.34 0 0 0-1.69-.71 2.4 2.4 0 0 0-1.7 4.09L24 46.41a2.47 2.47 0 0 0 3.39 0L52.77 21a2.38 2.38 0 0 0 .7-1.71z%27/></svg>") no-repeat 50% 50% !important;
}
.cr-radio + label::before {
  border-radius: 1.3rem;
}
.cr-radio + label:after {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  content: '';
  top: 50%;
  left: 0.5rem;
  transform: translate(-35%, -60%);
  border-radius: 0.35rem;
  transition: background-color ease-in-out 0.1s;
}
.cr-radio:checked + label::before {
  background-color: transparent;
}
.cr-radio:active:not([disabled]):not(.disabled) + label::before {
  background-color: transparent !important;
}
.cr-radio:checked + label::after {
  background-color: var(--color-primary-1);
}
.cr-radio:active:not([disabled]):not(.disabled) + label::after {
  background-color: var(--color-primary-4) !important;
}
.cr-switch + label {
  padding-left: 2.5rem;
}
.cr-switch + label::before {
  background-color: var(--color-default-4);
  width: 2rem;
  border-radius: 0.5rem;
  border: none;
}
.cr-switch + label:after {
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  content: '';
  top: 50%;
  left: 0.5rem;
  transform: translate(-50%, -50%);
  border-radius: 0.45rem;
  background-color: white;
  transition: background-color ease-in-out 0.1s, margin-left ease-in-out 0.1s;
}
.cr-switch:checked + label::before,
.cr-switch:active + label::before {
  background-color: var(--color-primary-4);
}
.cr-switch:checked + label::after,
.cr-switch:active + label::after {
  margin-left: 0.9rem;
}
.cr-switch[disabled] + label::before,
.cr-switch.disabled + label::before {
  background-color: var(--color-default-1);
}
.cr-switch[disabled] + label::after,
.cr-switch.disabled + label::after {
  background-color: var(--color-default-4);
}
ul.input-options {
  background-color: var(--color-default-0);
  list-style: none;
  padding-left: 0;
  cursor: pointer;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.dark ul.input-options {
  background-color: var(--color-default-1);
}
@media (hover: hover) and (pointer: fine) {
  ul.input-options li:hover,
  ul.input-options li.active {
    background-color: var(--color-primary-3);
    color: white;
  }
}
ul.input-options li.selected {
  background-color: var(--color-default-1);
}
ul.input-options li.input-option-multiline {
  padding: 0.5em 0.5rem;
}
ul.input-options li.input-option-multiline:not(:last-child) {
  border-bottom: 1px solid var(--color-default-2);
}
ul.input-options li:not(.input-option-multiline) {
  padding: 0 0.5rem;
  line-height: 3.2rem;
}
@media (min-width: 768px) {
  ul.input-options li:not(.input-option-multiline) {
    line-height: 2.7rem;
  }
}
@media (min-width: 768px) {
  select,
  input:not([type=button]):not([type=submit]) {
    line-height: 2.7rem;
  }
  select.input-sm,
  input:not([type=button]):not([type=submit]).input-sm {
    line-height: 1.8rem;
  }
  select.input-lg,
  input:not([type=button]):not([type=submit]).input-lg {
    line-height: 2.8rem;
  }
  select.input-xl,
  input:not([type=button]):not([type=submit]).input-xl {
    line-height: 3rem;
  }
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .cr-checkbox:not([disabled]):not(.disabled) + label:hover::before,
  .cr-radio:not([disabled]):not(.disabled) + label:hover::before {
    border-color: var(--color-primary-1);
  }
  .cr-radio:not([disabled]):not(.disabled) + label:hover::before {
    background-color: transparent;
  }
  .cr-switch:not([disabled]):not(.disabled) + label:hover::before {
    background-color: var(--color-primary-3);
  }
}
.fieldset {
  background-color: transparent;
  border-radius: 0.5rem;
  padding: 1rem;
  border: 1px solid var(--color-default-2);
}
.fieldset span.fieldset-title {
  font-size: 0.9rem;
  color: var(--color-default-4);
  display: block;
  font-weight: bold;
  transform: translateY(-50%);
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.w-1\/2 {
  width: 50% !important;
}
.h-1\/2 {
  height: 50% !important;
}
.w-full {
  width: 100% !important;
}
.h-full {
  height: 100% !important;
}
.w-screen {
  width: 100vw !important;
}
.h-screen {
  height: 100vh !important;
}
.w-0 {
  width: 0rem;
}
.h-0 {
  height: 0rem;
}
.w-1 {
  width: 0.25rem;
}
.h-1 {
  height: 0.25rem;
}
.w-2 {
  width: 0.5rem;
}
.h-2 {
  height: 0.5rem;
}
.w-3 {
  width: 1rem;
}
.h-3 {
  height: 1rem;
}
.w-4 {
  width: 2rem;
}
.h-4 {
  height: 2rem;
}
.w-5 {
  width: 3rem;
}
.h-5 {
  height: 3rem;
}
.w-6 {
  width: 4rem;
}
.h-6 {
  height: 4rem;
}
.w-7 {
  width: 6rem;
}
.h-7 {
  height: 6rem;
}
.w-8 {
  width: 10rem;
}
.h-8 {
  height: 10rem;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.pos-relative {
  position: relative !important;
}
.pos-absolute {
  position: absolute !important;
}
.pos-fixed {
  position: fixed !important;
}
.pos-all {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pos-bottom {
  bottom: 0;
}
.pos-top {
  top: 0;
}
.pos-left {
  left: 0;
}
.pos-right {
  right: 0;
}
.pos-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pos-center-x {
  left: 50%;
  transform: translateX(-50%);
}
.pos-center-y {
  top: 50%;
  transform: translateY(-50%);
}
.flex-column {
  flex-flow: column;
}
.flex-reverse {
  flex-direction: column-reverse;
}
.flex-align-center {
  align-items: center !important;
}
.flex-align-baseline {
  align-items: baseline !important;
}
.flex-align-stretch {
  align-items: stretch !important;
}
.flex-align-start {
  align-items: flex-start !important;
}
.flex-align-end {
  align-items: flex-end !important;
}
.flex-align-end {
  align-items: flex-end !important;
}
.flex-self-stretch {
  align-self: stretch !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-justify-center {
  justify-content: center !important;
}
.flex-justify-around {
  justify-content: space-around !important;
}
.flex-justify-between {
  justify-content: space-between !important;
}
.flex-item-grow {
  flex-grow: 1;
}
.flex-item-shrink {
  flex-shrink: 1;
}
.flex-item-align-center {
  align-self: center;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.z-4 {
  z-index: 4;
}
.z-5 {
  z-index: 5;
}
.z-max {
  z-index: 15;
}
.shadow-1 {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
}
.shadow-2 {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3) !important;
}
.shadow-3 {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3) !important;
}
.shadow-4 {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3) !important;
}
.shadow-5 {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3) !important;
}
hr {
  margin: 1rem 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid var(--color-default-2);
  padding: 0;
}
.border-radius,
.rounded {
  border-radius: 0.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-auto {
  overflow: auto;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.scrollable-container {
  max-height: 100%;
  display: flex;
  flex-direction: column;
}
.scrollable-container .scrollable-content {
  flex: 1 1 auto;
  overflow-y: auto;
}
.no-scrollbar {
  -ms-overflow-style: none;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.mx {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.my {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}
.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.mx-4 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.my-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.mx-6 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.my-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.mx-7 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}
.my-7 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
.mx-8 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}
.my-8 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}
.mt {
  margin-top: 1rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 2rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-6 {
  margin-top: 4rem !important;
}
.mt-7 {
  margin-top: 6rem !important;
}
.mt-8 {
  margin-top: 10rem !important;
}
.mr {
  margin-right: 1rem !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mr-0 {
  margin-right: 0rem !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mr-4 {
  margin-right: 2rem !important;
}
.mr-5 {
  margin-right: 3rem !important;
}
.mr-6 {
  margin-right: 4rem !important;
}
.mr-7 {
  margin-right: 6rem !important;
}
.mr-8 {
  margin-right: 10rem !important;
}
.mb {
  margin-bottom: 1rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 2rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-6 {
  margin-bottom: 4rem !important;
}
.mb-7 {
  margin-bottom: 6rem !important;
}
.mb-8 {
  margin-bottom: 10rem !important;
}
.ml {
  margin-left: 1rem !important;
}
.ml-auto {
  margin-left: auto !important;
}
.ml-0 {
  margin-left: 0rem !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.ml-4 {
  margin-left: 2rem !important;
}
.ml-5 {
  margin-left: 3rem !important;
}
.ml-6 {
  margin-left: 4rem !important;
}
.ml-7 {
  margin-left: 6rem !important;
}
.ml-8 {
  margin-left: 10rem !important;
}
.px {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.py {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}
.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}
.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.px-4 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.px-6 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.px-7 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
.py-7 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.px-8 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}
.py-8 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.pt {
  padding-top: 1rem !important;
}
.pt-auto {
  padding-top: auto !important;
}
.pt-0 {
  padding-top: 0rem !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 2rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pt-6 {
  padding-top: 4rem !important;
}
.pt-7 {
  padding-top: 6rem !important;
}
.pt-8 {
  padding-top: 10rem !important;
}
.pr {
  padding-right: 1rem !important;
}
.pr-auto {
  padding-right: auto !important;
}
.pr-0 {
  padding-right: 0rem !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pr-3 {
  padding-right: 1rem !important;
}
.pr-4 {
  padding-right: 2rem !important;
}
.pr-5 {
  padding-right: 3rem !important;
}
.pr-6 {
  padding-right: 4rem !important;
}
.pr-7 {
  padding-right: 6rem !important;
}
.pr-8 {
  padding-right: 10rem !important;
}
.pb {
  padding-bottom: 1rem !important;
}
.pb-auto {
  padding-bottom: auto !important;
}
.pb-0 {
  padding-bottom: 0rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 2rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.pb-6 {
  padding-bottom: 4rem !important;
}
.pb-7 {
  padding-bottom: 6rem !important;
}
.pb-8 {
  padding-bottom: 10rem !important;
}
.pl {
  padding-left: 1rem !important;
}
.pl-auto {
  padding-left: auto !important;
}
.pl-0 {
  padding-left: 0rem !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.pl-4 {
  padding-left: 2rem !important;
}
.pl-5 {
  padding-left: 3rem !important;
}
.pl-6 {
  padding-left: 4rem !important;
}
.pl-7 {
  padding-left: 6rem !important;
}
.pl-8 {
  padding-left: 10rem !important;
}
.cr-spinner {
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  animation: cr-spinner-spin 0.8s linear infinite;
}
.cr-spinner {
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  border: 4px solid var(--color-default-2);
  border-top: 4px solid var(--color-primary-3);
  width: 2.5rem;
  height: 2.5rem;
  animation: cr-spinner-spin 0.8s linear infinite;
  flex: 0 0 2.5rem;
}
.cr-spinner-small {
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  border: 2px solid var(--color-default-2);
  border-top: 2px solid var(--color-primary-3);
  width: 1.5rem;
  height: 1.5rem;
  animation: cr-spinner-spin 0.8s linear infinite;
  flex: 0 0 1.5rem;
}
.cr-spinner-inline {
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  border: 2px solid var(--color-default-2);
  border-top: 2px solid var(--color-primary-3);
  width: 1em;
  height: 1em;
  animation: cr-spinner-spin 0.8s linear infinite;
  flex: 0 0 1em;
}
@keyframes cr-spinner-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body {
  --color-white: white;
  --color-black: black;
  --color-default-0: white;
  --color-default-1: #EDEDED;
  --color-default-2: #D8D8D8;
  --color-default-3: #5C5C5C;
  --color-default-4: #414141;
  --color-default-5: #181818;
  --color-default-text-1: #EDEDED;
  --color-default-text-2: #D8D8D8;
  --color-default-text-3: #818181;
  --color-default-text-4: #414141;
  --color-default-text-5: #181818;
  --color-danger-1: #DEB1B1;
  --color-danger-2: #D69E9E;
  --color-danger-3: #A52B2B;
  --color-danger-4: #882424;
  --color-danger-5: #6A1C1C;
  --color-danger-6: #75152e;
  --color-danger-7: #C1362F;
  --color-primary-1: #91D6E6;
  --color-primary-2: #15B6DA;
  --color-primary-3: #0C81B7;
  --color-primary-4: #1369A6;
  --color-primary-5: #0A4E8E;
  --color-primary-7: #0A4E8E;
  --color-info-1: #7DC9DC;
  --color-info-2: #6BC1D7;
  --color-info-3: #34ABC9;
  --color-info-4: #2B8CA5;
  --color-info-5: #226D80;
  --color-success-1: #B0D2CE;
  --color-success-2: #9CC7C2;
  --color-success-3: #268479;
  --color-success-4: #206D64;
  --color-success-5: #19544E;
  --color-warning-1: #EBC182;
  --color-warning-2: #D3A55F;
  --color-warning-3: #CA933F;
  --color-warning-4: #A3732C;
  --color-warning-5: #805B23;
  --color-table-row-1: var(--color-default-1);
  --color-table-row-2: white;
  --color-table-row-hover: white;
  --color-input-background: white;
  --color-background-header: #000000;
  --color-text-header: #FFFFFF;
  --color-background-header-icons: #DD2C59;
  --color-text-header-icons: #FFFFFF;
  --color-text-buttons: #FFFFFF;
  --color-background-icon-add-to-cart: #FFFFFF;
  --color-icon-add-to-cart: #636057;
  --color-background-footer: #000000;
  --color-text-footer: #F7F7F5;
}
body {
  --regular-weight: 400;
  --bold-weight: 700;
}
html,
body {
  font-size: 14px;
}
body {
  font-family: Roboto, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  color: var(--color-default-text-5);
}
p {
  margin: 0.5em 0;
}
.text-no-decoration {
  text-decoration: none !important;
}
.text-bold {
  font-weight: var(--bold-weight) !important;
}
.text-italic {
  font-style: italic !important;
}
.text-underline {
  text-decoration: underline !important;
}
.text-secondary {
  color: var(--color-default-text-4) !important;
}
.text-muted {
  color: var(--color-default-text-2) !important;
}
.text-no-transform {
  text-transform: none !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.line-through {
  text-decoration: line-through !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-nowrap {
  white-space: nowrap;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Roboto, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-weight: var(--regular-weight);
  margin: 1em 0 0.5em 0;
  line-height: 1.1;
}
h1,
.h1 {
  font-size: 2.441rem;
}
.text-size-1 {
  font-size: 2.441rem !important;
}
@media (min-width: 576px) {
  .text-size-1-xs {
    font-size: 2.441rem !important;
  }
}
h2,
.h2 {
  font-size: 1.953rem;
}
.text-size-2 {
  font-size: 1.953rem !important;
}
@media (min-width: 576px) {
  .text-size-2-xs {
    font-size: 1.953rem !important;
  }
}
h3,
.h3 {
  font-size: 1.563rem;
}
.text-size-3 {
  font-size: 1.563rem !important;
}
@media (min-width: 576px) {
  .text-size-3-xs {
    font-size: 1.563rem !important;
  }
}
h4,
.h4 {
  font-size: 1.25rem;
}
.text-size-4 {
  font-size: 1.25rem !important;
}
@media (min-width: 576px) {
  .text-size-4-xs {
    font-size: 1.25rem !important;
  }
}
h5,
.h5 {
  font-size: 1.18rem;
}
.text-size-5 {
  font-size: 1.18rem !important;
}
@media (min-width: 576px) {
  .text-size-5-xs {
    font-size: 1.18rem !important;
  }
}
h6,
.h6 {
  font-size: 1.18rem;
}
.text-size-6 {
  font-size: 1.18rem !important;
}
@media (min-width: 576px) {
  .text-size-6-xs {
    font-size: 1.18rem !important;
  }
}
h1.headline,
.h1.headline {
  font-size: 4.768rem;
}
h2.headline,
.h2.headline {
  font-size: 3.815rem;
}
h3.headline,
.h3.headline {
  font-size: 3.052rem;
}
h4.headline,
.h4.headline {
  font-size: 2.441rem;
}
.text-regular {
  font-size: 1rem !important;
}
.text-medium {
  font-size: 0.9rem !important;
}
small,
.text-small {
  font-size: 0.8rem !important;
}
@media (min-width: 768px) {
  body {
    line-height: 1.5;
  }
  h1.border-bottom,
  h2.border-bottom,
  h3.border-bottom,
  h4.border-bottom,
  h5.border-bottom,
  .h1.border-bottom,
  .h2.border-bottom,
  .h3.border-bottom,
  .h4.border-bottom,
  .h5.border-bottom {
    display: inline-block;
  }
  h1,
  .h1 {
    font-size: 3.157rem;
  }
  .text-size-1 {
    font-size: 3.157rem !important;
  }
  h2,
  .h2 {
    font-size: 2.369rem;
  }
  .text-size-2 {
    font-size: 2.369rem !important;
  }
  h3,
  .h3 {
    font-size: 1.777rem;
  }
  .text-size-3 {
    font-size: 1.777rem !important;
  }
  h4,
  .h4 {
    font-size: 1.333rem;
  }
  .text-size-4 {
    font-size: 1.333rem !important;
  }
  h5,
  .h5 {
    font-size: 1.24rem;
  }
  .text-size-5 {
    font-size: 1.24rem !important;
  }
  h6,
  .h6 {
    font-size: 1.24rem;
  }
  .text-size-6 {
    font-size: 1.24rem !important;
  }
  .text-size-1-sm {
    font-size: 3.157rem !important;
  }
  .text-size-2-sm {
    font-size: 2.369rem !important;
  }
  .text-size-3-sm {
    font-size: 1.777rem !important;
  }
  .text-size-4-sm {
    font-size: 1.333rem !important;
  }
  .text-size-5-sm {
    font-size: 1.24rem !important;
  }
  .text-size-6-sm {
    font-size: 1.24rem !important;
  }
  h1.headline,
  .h1.headline {
    font-size: 7.478rem;
  }
  h2.headline,
  .h2.headline {
    font-size: 5.61rem;
  }
  h3.headline,
  .h3.headline {
    font-size: 4.209rem;
  }
  h4.headline,
  .h4.headline {
    font-size: 3.157rem;
  }
}
@media (min-width: 992px) {
  .text-size-1-md {
    font-size: 3.157rem !important;
  }
}
@media (min-width: 992px) {
  .text-size-2-md {
    font-size: 2.369rem !important;
  }
}
@media (min-width: 992px) {
  .text-size-3-md {
    font-size: 1.777rem !important;
  }
}
@media (min-width: 992px) {
  .text-size-4-md {
    font-size: 1.333rem !important;
  }
}
@media (min-width: 992px) {
  .text-size-5-md {
    font-size: 1.24rem !important;
  }
}
@media (min-width: 992px) {
  .text-size-6-md {
    font-size: 1.24rem !important;
  }
}
@media (min-width: 1200px) {
  .text-size-1-lg {
    font-size: 3.157rem !important;
  }
}
@media (min-width: 1200px) {
  .text-size-2-lg {
    font-size: 2.369rem !important;
  }
}
@media (min-width: 1200px) {
  .text-size-3-lg {
    font-size: 1.777rem !important;
  }
}
@media (min-width: 1200px) {
  .text-size-4-lg {
    font-size: 1.333rem !important;
  }
}
@media (min-width: 1200px) {
  .text-size-5-lg {
    font-size: 1.24rem !important;
  }
}
@media (min-width: 1200px) {
  .text-size-6-lg {
    font-size: 1.24rem !important;
  }
}
.hidden {
  display: none !important;
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@media (pointer: coarse) {
  .hidden-touch {
    display: none !important;
  }
}
@media (pointer: fine) {
  .hidden-not-touch {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-xs {
  display: block;
}
@media (min-width: 768px) {
  .visible-xs {
    display: none !important;
  }
}
.visible-sm {
  display: block;
}
@media (max-width: 767px), (min-width: 992px) {
  .visible-sm {
    display: none !important;
  }
}
.visible-md {
  display: block;
}
@media (max-width: 991px), (min-width: 1200px) {
  .visible-md {
    display: none !important;
  }
}
.visible-lg {
  display: block;
}
@media (max-width: 1199px) {
  .visible-lg {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-xs-up {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
.vue-rendered + .vue-placeholder {
  display: none !important;
}
.delay-show {
  opacity: 0;
  animation-name: delay;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
}
@keyframes delay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-0 {
  opacity: 0;
}
.fade-1 {
  opacity: 0.2;
}
.fade-2 {
  opacity: 0.4;
}
.fade-3 {
  opacity: 0.6;
}
.fade-4 {
  opacity: 0.8;
}
.cr-modal {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100dvw;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.cr-modal .cr-modal-dialog {
  position: relative;
  opacity: 0;
  margin: 2rem;
  height: calc(100dvh - 4rem);
}
@media (min-width: 576px) {
  .cr-modal .cr-modal-dialog {
    width: 600px;
    margin: 2rem auto 2rem;
  }
}
.cr-modal.opened {
  display: block;
  animation: showModal 0.4s forwards;
}
.cr-modal.opened .cr-modal-dialog {
  opacity: 1;
  animation: showModalBody 0.4s;
}
@media (min-width: 576px) {
  .cr-modal.large .cr-modal-dialog {
    width: 1000px;
  }
}
.cr-modal.alert .cr-modal-dialog {
  text-align: center;
}
.cr-modal.alert .cr-modal-dialog ul {
  text-align: left;
}
@media (min-width: 576px) {
  .cr-modal.alert .cr-modal-dialog {
    width: 400px;
    margin-top: 30dvh;
  }
}
.cr-modal.alert .cr-modal-footer {
  justify-content: center;
}
@keyframes showModal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes showModalBody {
  from {
    top: -300px;
  }
  to {
    top: 0;
  }
}
.cr-side-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.cr-side-modal .cr-side-modal-dialog {
  position: absolute;
  top: 0;
  right: 0;
  width: 100dvw;
  max-width: 676px;
  min-width: 320px;
  height: 100dvh;
  padding: 32px;
  background: #FFFFFF;
  transform: translateX(100%);
  will-change: transform;
  transition: transform 0.55s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  flex-direction: column;
}
.cr-side-modal .cr-side-modal-dialog .side-modal-close-btn {
  position: absolute;
  top: 32px;
  right: 32px;
  z-index: 3;
}
@media (max-width: 575px) {
  .cr-side-modal .cr-side-modal-dialog {
    padding: 18px;
  }
}
.cr-side-modal.opened {
  opacity: 1;
  pointer-events: auto;
}
.cr-side-modal.opened .cr-side-modal-dialog {
  transform: translateX(0);
}
.cr-side-modal.opened .cr-side-modal-dialog.without-content .side-modal-header {
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
}
.cr-side-modal.opened .cr-side-modal-dialog .side-modal-header {
  flex-shrink: 0;
  padding-bottom: 16px;
}
.cr-side-modal.opened .cr-side-modal-dialog .side-modal-header .side-modal-title-fixed {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.cr-side-modal.opened .cr-side-modal-dialog .side-modal-header .side-modal-title-fixed .icon-cr {
  width: 2rem !important;
  height: 2rem !important;
  flex-basis: 2rem !important;
}
.cr-side-modal.opened .cr-side-modal-dialog .side-modal-header .side-modal-title-fixed strong {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
}
.cr-side-modal.opened .cr-side-modal-dialog .middle-content {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding-bottom: 16px;
}
.cr-side-modal.opened .cr-side-modal-dialog .middle-content .icon-cr {
  width: 2.5rem !important;
  height: 2.5rem !important;
  flex-basis: 2.5rem !important;
}
.cr-side-modal.opened .cr-side-modal-dialog .middle-content p {
  font-size: 1.1rem;
  margin: 0.2em 0;
}
.cr-side-modal.opened .cr-side-modal-dialog .middle-content p strong {
  font-size: 1.7rem;
  font-weight: 700;
}
.cr-side-modal.opened .cr-side-modal-dialog .middle-content .fa-toggle-off {
  color: #7F7F7F;
}
.cr-side-modal.opened .cr-side-modal-dialog .middle-content .fa-toggle-on {
  color: #DD2C5A;
}
.cr-side-modal.opened .cr-side-modal-dialog .middle-content .fa-toggle-on:before,
.cr-side-modal.opened .cr-side-modal-dialog .middle-content .fa-toggle-off:before {
  font-size: 23px !important;
}
.cr-side-modal.opened .cr-side-modal-dialog .middle-content input,
.cr-side-modal.opened .cr-side-modal-dialog .middle-content button {
  height: 38px;
  border-radius: 32px !important;
}
.cr-side-modal.opened .cr-side-modal-dialog .side-modal-fixed-bottom {
  flex-shrink: 0;
  padding-top: 16px;
}
.cr-side-modal.opened .cr-side-modal-dialog .side-categories {
  border-radius: 16px;
  padding: 16px;
  background-color: #F7F7F5;
}
.cr-side-modal.opened .cr-side-modal-dialog .side-categories .icon-cr {
  width: 1.5rem !important;
  height: 1.5rem !important;
  flex-basis: 1.5rem !important;
}
.cr-side-modal.opened .cr-side-modal-dialog .side-categories .category-item {
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
  background-color: var(--color-neutral-900);
}
.cr-side-modal.opened .cr-side-modal-dialog .side-categories .category-item.selected {
  background-color: #000000;
  color: white;
}
.cr-side-modal .fixed-bottom {
  padding-top: 16px;
}
[data-toggle="cr-tooltip"] {
  position: relative;
}
.cr-tooltip {
  position: fixed;
  background-color: var(--color-default-5);
  padding: 0.5rem;
  border-radius: 0.5rem;
  max-width: 20rem;
  z-index: 115;
  pointer-events: none;
  margin: 0 !important;
  font-family: Roboto, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 14px;
  color: white;
  text-transform: none;
  line-height: 1.2em;
  white-space: normal;
}
.cr-tooltip:after {
  position: absolute;
  content: '';
}
.cr-tooltip-top,
.cr-tooltip-bottom {
  transform: translateX(-50%);
}
.cr-tooltip-top:after,
.cr-tooltip-bottom:after {
  left: 50%;
  border-left: 0.5rem solid transparent;
  border-right: 0 solid transparent;
}
.cr-tooltip-top:after {
  top: 100%;
  border-bottom: 0.5rem solid var(--color-default-5);
  transform: translate(-50%, -50%) rotate(45deg);
}
.cr-tooltip-bottom:after {
  bottom: 100%;
  border-top: 0.5rem solid var(--color-default-5);
  transform: translate(-50%, 50%) rotate(-45deg);
}
.cr-tooltip-left,
.cr-tooltip-right {
  transform: translateY(-50%);
}
.cr-tooltip-left:after,
.cr-tooltip-right:after {
  top: 50%;
  border-top: 0.5rem solid transparent;
  border-bottom: 0 solid transparent;
}
.cr-tooltip-left:after {
  left: 100%;
  border-right: 0.5rem solid var(--color-default-5);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.cr-tooltip-right:after {
  right: 100%;
  border-left: 0.5rem solid var(--color-default-5);
  transform: translate(50%, -50%) rotate(45deg);
}
.alert-danger {
  padding: 1rem;
  border: none;
  border-radius: 0.5rem;
  background-color: var(--color-default-1);
  background-color: var(--color-danger-1);
  color: var(--color-danger-5);
}
.alert-danger a:not(.btn) {
  text-decoration: underline;
}
.alert-success {
  background-color: #E8FFF9;
  color: #50A87A !important;
  border: 1px solid #99DFC8;
  border-radius: 8px;
}
.alert-danger {
  border: 1px solid #FEADA4;
  border-radius: 8px;
  background-color: #FFDEE2 !important;
}
.alert-default {
  padding: 1rem;
  border: none;
  border-radius: 0.5rem;
  background-color: var(--color-default-1);
  color: var(--color-default-text-5);
}
.alert-default a:not(.btn) {
  text-decoration: underline;
}
.alert-success {
  background-color: #E8FFF9;
  color: #50A87A !important;
  border: 1px solid #99DFC8;
  border-radius: 8px;
}
.alert-danger {
  border: 1px solid #FEADA4;
  border-radius: 8px;
  background-color: #FFDEE2 !important;
}
.alert-primary {
  padding: 1rem;
  border: none;
  border-radius: 0.5rem;
  background-color: var(--color-default-1);
  background-color: var(--color-primary-1);
  color: var(--color-primary-5);
}
.alert-primary a:not(.btn) {
  text-decoration: underline;
}
.alert-success {
  background-color: #E8FFF9;
  color: #50A87A !important;
  border: 1px solid #99DFC8;
  border-radius: 8px;
}
.alert-danger {
  border: 1px solid #FEADA4;
  border-radius: 8px;
  background-color: #FFDEE2 !important;
}
.alert-info {
  padding: 1rem;
  border: none;
  border-radius: 0.5rem;
  background-color: var(--color-default-1);
  background-color: var(--color-info-1);
  color: var(--color-info-5);
}
.alert-info a:not(.btn) {
  text-decoration: underline;
}
.alert-success {
  background-color: #E8FFF9;
  color: #50A87A !important;
  border: 1px solid #99DFC8;
  border-radius: 8px;
}
.alert-danger {
  border: 1px solid #FEADA4;
  border-radius: 8px;
  background-color: #FFDEE2 !important;
}
.alert-success {
  padding: 1rem;
  border: none;
  border-radius: 0.5rem;
  background-color: var(--color-default-1);
  background-color: var(--color-success-1);
  color: var(--color-success-5);
}
.alert-success a:not(.btn) {
  text-decoration: underline;
}
.alert-success {
  background-color: #E8FFF9;
  color: #50A87A !important;
  border: 1px solid #99DFC8;
  border-radius: 8px;
}
.alert-danger {
  border: 1px solid #FEADA4;
  border-radius: 8px;
  background-color: #FFDEE2 !important;
}
.alert-warning {
  padding: 1rem;
  border: none;
  border-radius: 0.5rem;
  background-color: var(--color-default-1);
  background-color: var(--color-warning-1);
  color: var(--color-warning-5);
}
.alert-warning a:not(.btn) {
  text-decoration: underline;
}
.alert-success {
  background-color: #E8FFF9;
  color: #50A87A !important;
  border: 1px solid #99DFC8;
  border-radius: 8px;
}
.alert-danger {
  border: 1px solid #FEADA4;
  border-radius: 8px;
  background-color: #FFDEE2 !important;
}
.clearfix {
  clear: both;
}
.clear {
  clear: both;
  float: none;
  height: 0 !important;
}
.d-flex:not(.content):not(.flex-spaced-fixed),
.d-inline-flex:not(.content):not(.flex-spaced-fixed) {
  max-width: 100%;
}
.d-flex.flex-spaced,
.d-inline-flex.flex-spaced {
  justify-content: space-between;
}
.d-flex.flex-spaced-around,
.d-inline-flex.flex-spaced-around {
  justify-content: space-around;
}
.d-flex.flex-spaced-fixed,
.d-inline-flex.flex-spaced-fixed {
  margin: -0.5rem;
}
.d-flex.flex-spaced-fixed > *,
.d-inline-flex.flex-spaced-fixed > * {
  margin: 0.5rem;
}
.d-flex > .flex-child-fixed,
.d-inline-flex > .flex-child-fixed {
  flex: 0 0 auto;
}
.no-border {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
.no-border-radius {
  border-radius: 0 !important;
}
.border-top {
  border-top: 1px solid var(--color-default-2);
}
.border-right {
  border-right: 1px solid var(--color-default-2);
}
.border-bottom {
  border-bottom: 1px solid var(--color-default-2);
}
.border-left {
  border-left: 1px solid var(--color-default-2);
}
.border-circle {
  border-radius: 50%;
}
#sidebar-content {
  position: fixed;
  top: 0;
  height: 100dvh;
  width: 100vw;
  max-width: 550px;
  right: -550px;
  box-shadow: none;
  z-index: 1000000012;
  display: flex;
  flex-direction: column;
  transition: right 0.3s ease-in-out;
  overflow-y: auto;
  background-color: var(--color-background-default);
}
#sidebar-content.open {
  right: 0;
}
#sidebar-content .side-title {
  padding: 1rem;
  z-index: 1000000012;
  background-color: #F4F4F4;
}
@media (min-width: 992px) {
  #sidebar-content .side-title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  #sidebar-content .side-title .span-title {
    font-size: 20px;
  }
}
#sidebar-content .side-real-content {
  padding: 4rem 1rem 5rem;
}
#sidebar-content .side-real-content-my-account {
  padding: 6rem 1rem 5rem;
  background-color: transparent;
}
#left-sidebar-content {
  position: fixed;
  top: 0;
  height: 100dvh;
  width: 100vw;
  max-width: 550px;
  left: -550px;
  box-shadow: none;
  z-index: 1000000011;
  display: flex;
  flex-direction: column;
  transition: left 0.3s ease-in-out;
  overflow-y: auto;
  background-color: var(--color-background-default);
}
#left-sidebar-content.open {
  left: 0;
}
#left-sidebar-content .side-title {
  padding: 1rem;
  z-index: 1000000011;
  background-color: #F4F4F4;
}
@media (min-width: 992px) {
  #left-sidebar-content .side-title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  #left-sidebar-content .side-title .span-title {
    font-size: 20px;
  }
}
#sidebar-overlay .cashback-text {
  text-transform: uppercase;
  font-size: 14px;
}
#sidebar-overlay .cashback-value {
  color: #0B6B07;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
#sidebar-overlay .header {
  background-color: #F4F4F4 !important;
}
#logo-mobile-animation {
  position: absolute;
  overflow-y: hidden;
  left: 0;
  right: 0;
  height: 2rem;
  width: 12rem;
  margin: 0 auto;
}
#logo-mobile-animation .second-logo {
  height: 2rem;
  width: 2rem;
}
.list-add-to-cart-mobile {
  background-color: var(--color-white);
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 1rem;
  z-index: 1001;
  box-shadow: 0 -5px 11px -11px black;
}
.list-add-to-cart-mobile.z-max {
  z-index: 19;
}
.list-add-to-cart-mobile .h6 {
  font-size: 1rem;
}
.list-add-to-cart-mobile .inline-fast {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.list-add-to-cart-mobile h3 {
  font-weight: 700;
  font-size: 1.1rem;
}
.list-add-to-cart-mobile .prices {
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.list-add-to-cart-mobile .prices :first-child {
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  font-weight: 300;
}
.list-add-to-cart-mobile .prices span {
  font-weight: 300;
  font-size: 0.8rem;
}
.list-add-to-cart-mobile .cr-option-group {
  gap: 5px;
}
@media (max-width: 575px) {
  .list-add-to-cart-mobile .cr-option-group {
    gap: 0;
    row-gap: 5px;
  }
}
.list-add-to-cart-mobile button {
  width: 100%;
}
.list-add-to-cart-mobile hr {
  border-color: lightgray !important;
}
.list-add-to-cart-mobile .additional-price {
  margin-top: 5px;
}
.list-add-to-cart-mobile .horizontal-list {
  padding-bottom: 0 !important;
}
@media (max-width: 360px) {
  .list-add-to-cart-mobile .cr-option-colors.horizontal-list > * {
    margin-right: -2px;
  }
}
@media (min-width: 361px) and (max-width: 575px) {
  .list-add-to-cart-mobile .cr-option-colors.horizontal-list > * {
    margin-right: 2px;
  }
}
.list-add-to-cart-mobile .scrollbar-button-right {
  width: 32px;
  height: 100%;
  opacity: 1;
  padding: 0;
  top: 0;
  right: 0;
  box-shadow: none;
}
.list-add-to-cart-mobile .scrollbar-button-left {
  width: 32px;
  height: 100%;
  opacity: 1;
  padding: 0;
  top: 0;
  left: -1rem;
  box-shadow: none;
}
.list-add-to-cart-mobile .btn {
  border-radius: 0.5rem;
}
.list-add-to-cart-desktop .fade-enter-active,
.list-add-to-cart-desktop .fade-leave-active {
  transition: opacity 0.2s;
}
.list-add-to-cart-desktop .fade-enter,
.list-add-to-cart-desktop .fade-leave-to {
  opacity: 0;
}
.list-add-to-cart-desktop .cr-modal {
  transition: 0.5s all ease-in-out;
}
.list-add-to-cart-desktop .cr-modal.large .scrollable-container {
  min-height: 800px;
}
@media (max-width: 575px) {
  .list-add-to-cart-desktop .cr-modal.large .scrollable-container {
    min-height: unset;
    max-height: 100dvh;
  }
}
.list-add-to-cart-desktop .cr-modal.large .scrollable-container {
  padding: 20px 24px;
}
.list-add-to-cart-desktop .cr-modal .cr-modal-dialog {
  transition: 0.5s all ease-in-out;
}
.list-add-to-cart-desktop .cr-modal .cr-modal-dialog .scrollable-container {
  border-radius: 24px;
  padding: 26px 24px;
}
.list-add-to-cart-desktop .cr-modal .cr-modal-dialog button {
  border-radius: 8px;
}
@media (max-width: 575px) {
  .list-add-to-cart-desktop .cr-modal .cr-modal-dialog {
    height: 100dvh;
    margin: 0 !important;
  }
  .list-add-to-cart-desktop .cr-modal .cr-modal-dialog .scrollable-container {
    border-radius: 0 !important;
    height: 100dvh;
  }
}
.list-add-to-cart-desktop .product-info p {
  margin: 0 !important;
}
.list-add-to-cart-desktop .product-info p.h6 {
  font-size: 1.4rem !important;
}
.list-add-to-cart-desktop .product-info p.h3 {
  font-size: 1.1rem !important;
}
.list-add-to-cart-desktop .product-info span.h6 {
  font-size: 1.4rem !important;
}
.list-add-to-cart-desktop .horizontal-list {
  padding-bottom: 0 !important;
}
.list-add-to-cart-desktop .progress-text {
  font-size: 1.2rem;
  font-weight: 400;
}
@keyframes loader {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.list-add-to-cart-desktop .progress-bar {
  border-radius: 60px;
  overflow: hidden;
  width: 100%;
}
.list-add-to-cart-desktop .progress-bar span {
  display: block;
}
.list-add-to-cart-desktop .bar {
  background: #D8D8D8;
}
.list-add-to-cart-desktop .progress {
  animation: loader 0.5s ease forwards;
  background: #50A87A;
  color: #fff;
  padding: 5px;
  width: 0;
}
.list-add-to-cart-desktop .cr-option-sizes .cr-option-description,
.list-add-to-cart-desktop .cr-option-sizes .cr-option-description-bottom {
  transform: translateX(-9%);
}
.list-add-to-cart-desktop .cr-option-sizes .cr-option-description:after,
.list-add-to-cart-desktop .cr-option-sizes .cr-option-description-bottom:after {
  left: 9%;
}
.select-size-error {
  font-size: 1rem;
  color: #E94E3A;
  margin: 0.5rem 0;
}
.hide-drawer-bottom.close {
  transition: all 0.5s ease-out;
  transform: translateY(85%);
}
.line {
  border-bottom: 2px solid var(--color-success-3);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.5s ease;
}
.line.animated {
  transform: scaleX(1);
}
.additional-price {
  color: var(--color-primary-1);
  font-size: 11px;
}
.cr-option {
  height: 2.8rem;
  line-height: calc(2.6rem);
  font-size: 1rem;
}
.cr-option-modelings {
  display: flex !important;
  gap: 2px;
}
.cr-option-modelings a:hover {
  color: unset !important;
}
.cr-option-modelings .cr-option {
  margin: 0 !important;
  flex: 0 !important;
  padding: 4px 10px !important;
  min-width: 95px;
  border: 1px solid transparent !important;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .cr-option-modelings .cr-option {
    padding: 1px 0.3rem;
    text-align: center !important;
    flex-grow: 1;
  }
}
.cr-option-modelings .cr-option i {
  width: 2rem;
  height: 2rem;
}
.cr-option-modelings .cr-option .icon-invisible:before {
  color: transparent !important;
}
.cr-option-modelings .cr-option p {
  margin-top: -5px !important;
  margin-bottom: 0 !important;
  line-height: 20px;
}
.cr-option-modelings .cr-option:hover {
  border: 1px solid var(--color-default-text-5) !important;
}
.cr-option-modelings .cr-option-selected {
  background-color: transparent;
  color: var(--color-default-text-5);
  border: 2px solid var(--color-default-text-5) !important;
  border-radius: 5px;
}
.cr-option-modelings .cr-option-selected:hover {
  border: 2px solid var(--color-default-text-5) !important;
}
.cr-option-modelings .cr-option-crossed:after {
  height: 40%;
}
.cr-option-description {
  bottom: -1.7em;
}
@media (max-width: 767px) {
  .title-infos {
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .text-no-bold-mobile {
    font-weight: 100 !important;
  }
}
.cr-option-sizes .cr-option {
  height: 32px;
  line-height: 2.4rem;
  border: 1px solid var(--color-default-1);
  border-radius: 4px;
  background-color: var(--color-default-1);
}
@media (max-width: 575px) {
  .cr-option-sizes .cr-option {
    min-width: 50px;
    min-height: 40px;
    line-height: 2.9rem;
  }
}
.cr-option-sizes .cr-option.cr-option-crossed {
  background-color: transparent;
  border: 1px solid var(--color-border-default);
}
@media (max-width: 767px) {
  .cr-option-sizes .cr-option.cr-option-crossed:after {
    height: 145%;
    top: -21%;
  }
}
.cr-option-sizes .cr-option.cr-option-selected {
  border: 2px solid var(--color-black) !important;
}
.cr-option-sizes .cr-option:hover {
  border: 1px solid #201F1E !important;
}
.cr-option-sizes .cr-option-description {
  background-color: var(--color-default-5);
  color: var(--color-white) !important;
  padding: 0.5rem;
  border-radius: 0.5rem;
  max-width: 20rem;
  z-index: 115;
  pointer-events: none;
  bottom: -3.5em !important;
  margin: 0 !important;
  text-align: center;
  font-size: 12px;
  text-transform: none;
  transform: translateX(-50%);
}
.cr-option-sizes .cr-option-description:after {
  position: absolute;
  content: '';
}
.cr-option-sizes .cr-option-description-bottom {
  transform: translateX(-50%);
}
.cr-option-sizes .cr-option-description-bottom:after {
  left: 50%;
  border-left: 0.5rem solid transparent;
  border-right: 0 solid transparent;
}
.cr-option-sizes .cr-option-description-bottom:after {
  bottom: 100%;
  border-top: 0.5rem solid var(--color-default-5);
  transform: translate(-50%, 50%) rotate(-45deg);
}
.cr-option-colors .cr-option {
  height: 36px;
  width: 36px;
  border-radius: 36px !important;
  border: 1px solid var(--color-default-2);
}
.cr-option-colors .cr-option-selected {
  background-color: transparent !important;
  border: 2px solid var(--color-black) !important;
}
.select-variation-badge {
  font-size: 12px;
  background-color: #FFEEEB;
  color: var(--color-danger-1);
  padding: 4px 8px;
  border-radius: 4px;
}
ul.cr-breadcrumb {
  display: flex;
  list-style-type: none;
  padding-left: 0;
}
ul.cr-breadcrumb li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  margin-right: 0.25rem;
  height: 2rem;
  font-size: 1em;
  line-height: 2rem;
  font-weight: 300;
}
ul.cr-breadcrumb li:first-child {
  padding-left: 0;
}
ul.cr-breadcrumb li:first-child:before {
  content: none;
}
ul.cr-breadcrumb li a {
  color: var(--color-default-text-1);
}
ul.cr-breadcrumb li:not(:first-child)::before {
  content: '>';
  margin: 0 0.4rem;
}
ul.cr-breadcrumb#catalog-breadcrumb {
  margin-top: -1rem;
}
@media (max-width: 991px) {
  ul.cr-breadcrumb#catalog-breadcrumb {
    margin-bottom: 0.51rem !important;
  }
}
.cr-option-group {
  display: flex;
  flex-wrap: wrap;
}
.cr-option-group .cr-option {
  flex: 0 0 auto;
}
.cr-option-group .cr-option:not(:last-child) {
  margin-right: 0.4rem;
}
@media (max-width: 575px) {
  .cr-option-group {
    padding-left: 0;
    padding-right: 0;
  }
}
.cr-option {
  font-size: 14px;
  position: relative;
  border: 1px solid var(--color-default-3);
  background-color: transparent;
  color: var(--color-default-text-5);
  border-radius: 0.5rem;
  text-align: center;
  flex: 0 0 3.2rem;
  height: 3.2rem;
  line-height: calc(3.2rem);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.cr-option.cr-option-squared,
.cr-option.cr-option-rounded {
  min-width: 2.5rem;
}
.cr-option:not(.cr-option-squared) {
  padding: 1px 1.3rem;
}
@max-screen-sm {
  padding: 1px 1rem;
}
.cr-option .cr-option-description {
  position: absolute;
  bottom: -1.7em;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.4;
  white-space: nowrap;
}
.cr-option .cr-option-description.cr-option-description-hover {
  visibility: hidden;
}
@media (min-width: 768px) {
  .cr-option {
    flex-basis: 2.7rem;
    line-height: calc(2.7rem - 2 * 0);
  }
  .cr-option.cr-option-rounded {
    border-radius: calc(2.7rem / 2);
  }
}
@media (hover: hover) and (min-width: 576px) {
  .cr-option {
    cursor: pointer;
  }
  .cr-option:hover:not(.cr-option-disabled) {
    border-color: var(--color-info-4);
  }
  .cr-option:hover .cr-option-description-hover {
    visibility: visible;
    transition: visibility 0.1s ease-in-out;
  }
  .cr-option:active {
    border-color: var(--color-default-4);
  }
}
.cr-option.cr-option-selected {
  border: 2px solid var(--color-black);
}
.cr-option.cr-option-selected .cr-option-description {
  color: var(--color-default-5);
}
.cr-option.cr-option-selected:hover {
  border: 2px solid var(--color-black) !important;
}
.cr-option-rounded {
  border-radius: calc(3.2rem / 2) !important;
}
.cr-option-disabled {
  color: var(--color-border-default) !important;
  background-color: var(--color-white);
  border-color: var(--color-default-2) !important;
}
.cr-option-crossed:after {
  content: '';
  position: absolute;
  height: 139%;
  top: -7px;
}
.cr-option-crossed:after {
  width: 1px;
  left: 50%;
  background: var(--color-border-default);
  transform: translateX(-35%) rotate(45deg);
}
.product-variations-colors .product-color-option {
  width: 29px;
  height: 29px;
  border-radius: 36px !important;
  transform: translate(2.5px, 2.5px);
}
.product-variations-colors .cr-option {
  background-color: white;
  padding: 0;
  border-radius: 0;
  min-width: 2.5rem;
  min-height: 2.6rem;
  height: 2.6rem;
}
.product-variations-colors .cr-option-disabled {
  opacity: 0.35;
  border: 1px solid var(--color-default-2);
}
.product-variations-colors .cr-option-crossed:after {
  width: 2px;
  background: var(--color-white);
  transform: translateY(-4%) rotate(45deg);
}
.with-border {
  border: 2px solid var(--color-default-5);
}
table {
  width: 100%;
  border-collapse: collapse;
}
table td,
table th {
  padding: 0.5rem;
  text-align: left;
}
table thead {
  background-color: var(--color-default-1);
}
table th,
table tfoot td {
  color: var(--color-default-text-4);
  font-weight: var(--bold-weight);
}
table th {
  border-bottom: solid 2px var(--color-default-4);
}
table td {
  border-bottom: solid 1px var(--color-default-2);
  vertical-align: top;
}
table tbody tr {
  background-color: var(--color-table-row-1);
}
@media (hover: hover) and (pointer: fine) {
  table.table-hover tbody tr:hover {
    background-color: var(--color-table-row-hover);
  }
}
table.align-baseline td,
table td.align-baseline {
  vertical-align: baseline;
}
table.align-top td,
table td.align-top {
  vertical-align: top;
}
table.align-middle td,
table td.align-middle {
  vertical-align: middle;
}
table.align-bottom td,
table td.align-bottom {
  vertical-align: bottom;
}
table.table-dotted tbody tr {
  background-color: transparent;
}
table.table-dotted th,
table.table-dotted tbody tr td {
  border-bottom: none;
  position: relative;
}
table.table-dotted th:after,
table.table-dotted tbody tr td:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to right, var(--color-default-4) 20%, transparent 0%);
  background-position: bottom;
  background-size: 5px 1px;
  background-repeat: repeat-x;
  height: 1px;
}
table.table-striped tfoot tr {
  background-color: var(--color-default-2);
  color: white;
}
table.table-striped tbody tr:nth-child(2n + 1) {
  background-color: var(--color-table-row-2);
}
@media (hover: hover) and (pointer: fine) {
  table.table-striped.table-hover tbody tr:nth-child(2n + 1):hover {
    background-color: var(--color-table-row-hover);
  }
}
table.expandable-table {
  width: 100%;
}
table.expandable-table > tbody > tr {
  border: 2px solid var(--color-default-2);
}
table.expandable-table > tbody > tr:nth-child(4n + 1) {
  background-color: var(--color-default-1);
}
table.expandable-table > tbody > tr:nth-child(4n + 3) {
  background-color: var(--color-default-2);
}
table.expandable-table > tbody > td {
  line-height: 2.5em;
}
table.data-table th {
  position: relative;
}
table.data-table th.has-filter {
  padding-right: 3rem !important;
}
table.data-table th .data-table-filter {
  background-color: var(--color-default-0);
  position: absolute;
  display: none;
  top: 50%;
  left: 2px;
  right: 2px;
  transform: translateY(-50%);
  border-radius: 0.5rem;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  padding: 0.25rem 3rem 0.25rem 0.25rem;
  z-index: 1;
}
.dark table.data-table th .data-table-filter {
  background-color: var(--color-default-2);
}
table.data-table th .data-table-filter.show {
  display: block;
}
table.data-table th .fa-filter {
  position: absolute;
  top: 50%;
  right: 0;
  width: 3rem;
  text-align: center;
  transform: translateY(-50%);
  z-index: 2;
}
table.data-table th .fa-filter.filtered {
  color: var(--color-primary-4);
}
table.data-table th .fa-filter:hover {
  color: var(--color-primary-2);
}
table.data-table thead {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
table.data-table thead tr th span.sortable {
  cursor: pointer;
}
table.data-table thead tr th span.sortable.sorted {
  color: var(--color-primary-4);
}
table.data-table thead tr th span.sortable:hover {
  color: var(--color-primary-2);
}
.aspect,
.aspect-shirt,
.aspect-xs-1-1,
.aspect-xs-5-4,
.aspect-xs-48-17,
.aspect-xs-4-5,
.aspect-xs-4-3,
.aspect-xs-21-9,
.aspect-xs-125-34,
.aspect-xs-96-25 {
  height: 0;
  overflow: hidden;
}
.aspect > img,
.aspect > picture img {
  width: 100%;
  height: auto;
}
.aspect-shirt {
  padding-bottom: 150%;
}
.aspect-xs-1-1 {
  padding-bottom: 100%;
}
.aspect-xs-5-4 {
  padding-bottom: 80%;
}
.aspect-xs-48-17 {
  padding-bottom: 35.41666667%;
}
.aspect-xs-4-5 {
  padding-bottom: 125%;
}
.aspect-xs-4-3 {
  padding-bottom: 75%;
}
.aspect-xs-16-9 {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.aspect-xs-16-9 > img,
.aspect-xs-16-9 > picture img {
  width: 100%;
  height: auto;
}
.aspect-xs-21-9 {
  padding-bottom: 42.85%;
}
.aspect-xs-125-34 {
  padding-bottom: 27.2%;
}
.aspect-xs-96-25 {
  padding-bottom: 26%;
}
@media (min-width: 576px) {
  .aspect-sm-1-1 {
    padding-bottom: 100%;
  }
  .aspect-sm-5-4 {
    padding-bottom: 80%;
  }
  .aspect-sm-48-17 {
    padding-bottom: 35.41666667%;
  }
  .aspect-sm-4-5 {
    padding-bottom: 125%;
  }
  .aspect-sm-4-3 {
    padding-bottom: 75%;
  }
  .aspect-sm-16-9 {
    padding-bottom: 56.25%;
  }
  .aspect-sm-21-9 {
    padding-bottom: 42.85%;
  }
  .aspect-sm-125-34 {
    padding-bottom: 27.2%;
  }
  .aspect-sm-96-25 {
    padding-bottom: 26%;
  }
}
@media (min-width: 768px) {
  .aspect-md-1-1 {
    padding-bottom: 100%;
  }
  .aspect-md-5-4 {
    padding-bottom: 80%;
  }
  .aspect-md-48-17 {
    padding-bottom: 35.41666667%;
  }
  .aspect-md-4-5 {
    padding-bottom: 125%;
  }
  .aspect-md-4-3 {
    padding-bottom: 75%;
  }
  .aspect-md-16-9 {
    padding-bottom: 56.25%;
  }
  .aspect-md-21-9 {
    padding-bottom: 42.85%;
  }
  .aspect-md-125-34 {
    padding-bottom: 27.2%;
  }
  .aspect-md-96-25 {
    padding-bottom: 26%;
  }
}
@media (min-width: 992px) {
  .aspect-lg-1-1 {
    padding-bottom: 100%;
  }
  .aspect-lg-5-4 {
    padding-bottom: 80%;
  }
  .aspect-lg-48-17 {
    padding-bottom: 35.41666667%;
  }
  .aspect-lg-4-5 {
    padding-bottom: 125%;
  }
  .aspect-lg-4-3 {
    padding-bottom: 75%;
  }
  .aspect-lg-16-9 {
    padding-bottom: 56.25%;
  }
  .aspect-lg-21-9 {
    padding-bottom: 42.85%;
  }
  .aspect-lg-125-34 {
    padding-bottom: 27.2%;
  }
  .aspect-lg-96-25 {
    padding-bottom: 26%;
  }
}
.flex-grid {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.flex-grid > * {
  width: 100%;
}
.flex-grid > .flex-xs-12 {
  width: 100%;
}
.flex-grid > .flex-xs-offset-11 {
  margin-left: 91.66666667%;
}
.flex-grid > .flex-xs-11 {
  width: 91.66666667%;
}
.flex-grid > .flex-xs-offset-10 {
  margin-left: 83.33333333%;
}
.flex-grid > .flex-xs-10 {
  width: 83.33333333%;
}
.flex-grid > .flex-xs-offset-9 {
  margin-left: 75%;
}
.flex-grid > .flex-xs-9 {
  width: 75%;
}
.flex-grid > .flex-xs-offset-8 {
  margin-left: 66.66666667%;
}
.flex-grid > .flex-xs-8 {
  width: 66.66666667%;
}
.flex-grid > .flex-xs-offset-7 {
  margin-left: 58.33333333%;
}
.flex-grid > .flex-xs-7 {
  width: 58.33333333%;
}
.flex-grid > .flex-xs-offset-6 {
  margin-left: 50%;
}
.flex-grid > .flex-xs-6 {
  width: 50%;
}
.flex-grid > .flex-xs-offset-5 {
  margin-left: 41.66666667%;
}
.flex-grid > .flex-xs-5 {
  width: 41.66666667%;
}
.flex-grid > .flex-xs-offset-4 {
  margin-left: 33.33333333%;
}
.flex-grid > .flex-xs-4 {
  width: 33.33333333%;
}
.flex-grid > .flex-xs-offset-3 {
  margin-left: 25%;
}
.flex-grid > .flex-xs-3 {
  width: 25%;
}
.flex-grid > .flex-xs-offset-2 {
  margin-left: 16.66666667%;
}
.flex-grid > .flex-xs-2 {
  width: 16.66666667%;
}
.flex-grid > .flex-xs-offset-1 {
  margin-left: 8.33333333%;
}
.flex-grid > .flex-xs-1 {
  width: 8.33333333%;
}
.flex-grid > .flex-xs-offset-0 {
  margin-left: 0%;
}
.flex-grid > * {
  padding: 0 0.5rem;
}
.flex-grid > * {
  padding-bottom: 1rem;
}
.flex-grid.flex-grid-stretch > * > * {
  height: 100%;
}
@media (min-width: 576px) {
  .flex-grid > .flex-sm-12 {
    width: 100%;
  }
  .flex-grid > .flex-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .flex-grid > .flex-sm-11 {
    width: 91.66666667%;
  }
  .flex-grid > .flex-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .flex-grid > .flex-sm-10 {
    width: 83.33333333%;
  }
  .flex-grid > .flex-sm-offset-9 {
    margin-left: 75%;
  }
  .flex-grid > .flex-sm-9 {
    width: 75%;
  }
  .flex-grid > .flex-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .flex-grid > .flex-sm-8 {
    width: 66.66666667%;
  }
  .flex-grid > .flex-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .flex-grid > .flex-sm-7 {
    width: 58.33333333%;
  }
  .flex-grid > .flex-sm-offset-6 {
    margin-left: 50%;
  }
  .flex-grid > .flex-sm-6 {
    width: 50%;
  }
  .flex-grid > .flex-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .flex-grid > .flex-sm-5 {
    width: 41.66666667%;
  }
  .flex-grid > .flex-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .flex-grid > .flex-sm-4 {
    width: 33.33333333%;
  }
  .flex-grid > .flex-sm-offset-3 {
    margin-left: 25%;
  }
  .flex-grid > .flex-sm-3 {
    width: 25%;
  }
  .flex-grid > .flex-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .flex-grid > .flex-sm-2 {
    width: 16.66666667%;
  }
  .flex-grid > .flex-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .flex-grid > .flex-sm-1 {
    width: 8.33333333%;
  }
  .flex-grid > .flex-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .flex-grid > .flex-md-12 {
    width: 100%;
  }
  .flex-grid > .flex-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .flex-grid > .flex-md-11 {
    width: 91.66666667%;
  }
  .flex-grid > .flex-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .flex-grid > .flex-md-10 {
    width: 83.33333333%;
  }
  .flex-grid > .flex-md-offset-9 {
    margin-left: 75%;
  }
  .flex-grid > .flex-md-9 {
    width: 75%;
  }
  .flex-grid > .flex-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .flex-grid > .flex-md-8 {
    width: 66.66666667%;
  }
  .flex-grid > .flex-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .flex-grid > .flex-md-7 {
    width: 58.33333333%;
  }
  .flex-grid > .flex-md-offset-6 {
    margin-left: 50%;
  }
  .flex-grid > .flex-md-6 {
    width: 50%;
  }
  .flex-grid > .flex-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .flex-grid > .flex-md-5 {
    width: 41.66666667%;
  }
  .flex-grid > .flex-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .flex-grid > .flex-md-4 {
    width: 33.33333333%;
  }
  .flex-grid > .flex-md-offset-3 {
    margin-left: 25%;
  }
  .flex-grid > .flex-md-3 {
    width: 25%;
  }
  .flex-grid > .flex-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .flex-grid > .flex-md-2 {
    width: 16.66666667%;
  }
  .flex-grid > .flex-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .flex-grid > .flex-md-1 {
    width: 8.33333333%;
  }
  .flex-grid > .flex-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .flex-grid > .flex-lg-12 {
    width: 100%;
  }
  .flex-grid > .flex-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .flex-grid > .flex-lg-11 {
    width: 91.66666667%;
  }
  .flex-grid > .flex-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .flex-grid > .flex-lg-10 {
    width: 83.33333333%;
  }
  .flex-grid > .flex-lg-offset-9 {
    margin-left: 75%;
  }
  .flex-grid > .flex-lg-9 {
    width: 75%;
  }
  .flex-grid > .flex-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .flex-grid > .flex-lg-8 {
    width: 66.66666667%;
  }
  .flex-grid > .flex-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .flex-grid > .flex-lg-7 {
    width: 58.33333333%;
  }
  .flex-grid > .flex-lg-offset-6 {
    margin-left: 50%;
  }
  .flex-grid > .flex-lg-6 {
    width: 50%;
  }
  .flex-grid > .flex-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .flex-grid > .flex-lg-5 {
    width: 41.66666667%;
  }
  .flex-grid > .flex-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .flex-grid > .flex-lg-4 {
    width: 33.33333333%;
  }
  .flex-grid > .flex-lg-offset-3 {
    margin-left: 25%;
  }
  .flex-grid > .flex-lg-3 {
    width: 25%;
  }
  .flex-grid > .flex-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .flex-grid > .flex-lg-2 {
    width: 16.66666667%;
  }
  .flex-grid > .flex-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .flex-grid > .flex-lg-1 {
    width: 8.33333333%;
  }
  .flex-grid > .flex-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .flex-grid > .flex-xl-12 {
    width: 100%;
  }
  .flex-grid > .flex-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .flex-grid > .flex-xl-11 {
    width: 91.66666667%;
  }
  .flex-grid > .flex-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .flex-grid > .flex-xl-10 {
    width: 83.33333333%;
  }
  .flex-grid > .flex-xl-offset-9 {
    margin-left: 75%;
  }
  .flex-grid > .flex-xl-9 {
    width: 75%;
  }
  .flex-grid > .flex-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .flex-grid > .flex-xl-8 {
    width: 66.66666667%;
  }
  .flex-grid > .flex-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .flex-grid > .flex-xl-7 {
    width: 58.33333333%;
  }
  .flex-grid > .flex-xl-offset-6 {
    margin-left: 50%;
  }
  .flex-grid > .flex-xl-6 {
    width: 50%;
  }
  .flex-grid > .flex-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .flex-grid > .flex-xl-5 {
    width: 41.66666667%;
  }
  .flex-grid > .flex-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .flex-grid > .flex-xl-4 {
    width: 33.33333333%;
  }
  .flex-grid > .flex-xl-offset-3 {
    margin-left: 25%;
  }
  .flex-grid > .flex-xl-3 {
    width: 25%;
  }
  .flex-grid > .flex-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .flex-grid > .flex-xl-2 {
    width: 16.66666667%;
  }
  .flex-grid > .flex-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .flex-grid > .flex-xl-1 {
    width: 8.33333333%;
  }
  .flex-grid > .flex-xl-offset-0 {
    margin-left: 0%;
  }
}
.badge-white {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-default-4);
  background-color: white;
}
.pill-white {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-default-4);
  background-color: white;
}
.badge-danger {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-danger-4);
}
.badge-outline-danger {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-danger-4);
  border-color: var(--color-danger-4);
}
.pill-danger {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-danger-4);
}
.pill-outline-danger {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-danger-4);
  border-color: var(--color-danger-4);
}
.badge-danger-1 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-danger-1);
}
.badge-outline-danger-1 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-danger-1);
  border-color: var(--color-danger-1);
}
.pill-danger-1 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-danger-1);
}
.pill-outline-danger-1 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-danger-1);
  border-color: var(--color-danger-1);
}
.badge-danger-1,
.pill-danger-1 {
  color: var(--color-default-text-5);
}
.badge-danger-2 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-danger-2);
}
.badge-outline-danger-2 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-danger-2);
  border-color: var(--color-danger-2);
}
.pill-danger-2 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-danger-2);
}
.pill-outline-danger-2 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-danger-2);
  border-color: var(--color-danger-2);
}
.badge-danger-2,
.pill-danger-2 {
  color: var(--color-default-text-5);
}
.badge-danger-3 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-danger-3);
}
.badge-outline-danger-3 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-danger-3);
  border-color: var(--color-danger-3);
}
.pill-danger-3 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-danger-3);
}
.pill-outline-danger-3 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-danger-3);
  border-color: var(--color-danger-3);
}
.badge-danger-4 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-danger-4);
}
.badge-outline-danger-4 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-danger-4);
  border-color: var(--color-danger-4);
}
.pill-danger-4 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-danger-4);
}
.pill-outline-danger-4 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-danger-4);
  border-color: var(--color-danger-4);
}
.badge-danger-5 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-danger-5);
}
.badge-outline-danger-5 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-danger-5);
  border-color: var(--color-danger-5);
}
.pill-danger-5 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-danger-5);
}
.pill-outline-danger-5 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-danger-5);
  border-color: var(--color-danger-5);
}
.badge-danger-6 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-danger-6);
}
.badge-outline-danger-6 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-danger-6);
  border-color: var(--color-danger-6);
}
.pill-danger-6 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-danger-6);
}
.pill-outline-danger-6 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-danger-6);
  border-color: var(--color-danger-6);
}
.badge-default {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-default-4);
}
.badge-outline-default {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-default-4);
  border-color: var(--color-default-4);
}
.pill-default {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-default-4);
}
.pill-outline-default {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-default-4);
  border-color: var(--color-default-4);
}
.badge-default-1 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-default-1);
}
.badge-outline-default-1 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-default-1);
  border-color: var(--color-default-1);
}
.pill-default-1 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-default-1);
}
.pill-outline-default-1 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-default-1);
  border-color: var(--color-default-1);
}
.badge-default-1,
.pill-default-1 {
  color: var(--color-default-text-5);
}
.badge-default-2 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-default-2);
}
.badge-outline-default-2 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-default-2);
  border-color: var(--color-default-2);
}
.pill-default-2 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-default-2);
}
.pill-outline-default-2 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-default-2);
  border-color: var(--color-default-2);
}
.badge-default-2,
.pill-default-2 {
  color: var(--color-default-text-5);
}
.badge-default-3 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-default-3);
}
.badge-outline-default-3 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-default-3);
  border-color: var(--color-default-3);
}
.pill-default-3 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-default-3);
}
.pill-outline-default-3 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-default-3);
  border-color: var(--color-default-3);
}
.badge-default-4 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-default-4);
}
.badge-outline-default-4 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-default-4);
  border-color: var(--color-default-4);
}
.pill-default-4 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-default-4);
}
.pill-outline-default-4 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-default-4);
  border-color: var(--color-default-4);
}
.badge-default-5 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-default-5);
}
.badge-outline-default-5 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-default-5);
  border-color: var(--color-default-5);
}
.pill-default-5 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-default-5);
}
.pill-outline-default-5 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-default-5);
  border-color: var(--color-default-5);
}
.badge-default-6 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-default-6);
}
.badge-outline-default-6 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-default-6);
  border-color: var(--color-default-6);
}
.pill-default-6 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-default-6);
}
.pill-outline-default-6 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-default-6);
  border-color: var(--color-default-6);
}
.badge-primary {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-primary-4);
}
.badge-outline-primary {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-primary-4);
  border-color: var(--color-primary-4);
}
.pill-primary {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-primary-4);
}
.pill-outline-primary {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-primary-4);
  border-color: var(--color-primary-4);
}
.badge-primary-1 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-primary-1);
}
.badge-outline-primary-1 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-primary-1);
  border-color: var(--color-primary-1);
}
.pill-primary-1 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-primary-1);
}
.pill-outline-primary-1 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-primary-1);
  border-color: var(--color-primary-1);
}
.badge-primary-1,
.pill-primary-1 {
  color: var(--color-default-text-5);
}
.badge-primary-2 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-primary-2);
}
.badge-outline-primary-2 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-primary-2);
  border-color: var(--color-primary-2);
}
.pill-primary-2 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-primary-2);
}
.pill-outline-primary-2 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-primary-2);
  border-color: var(--color-primary-2);
}
.badge-primary-2,
.pill-primary-2 {
  color: var(--color-default-text-5);
}
.badge-primary-3 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-primary-3);
}
.badge-outline-primary-3 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-primary-3);
  border-color: var(--color-primary-3);
}
.pill-primary-3 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-primary-3);
}
.pill-outline-primary-3 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-primary-3);
  border-color: var(--color-primary-3);
}
.badge-primary-4 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-primary-4);
}
.badge-outline-primary-4 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-primary-4);
  border-color: var(--color-primary-4);
}
.pill-primary-4 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-primary-4);
}
.pill-outline-primary-4 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-primary-4);
  border-color: var(--color-primary-4);
}
.badge-primary-5 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-primary-5);
}
.badge-outline-primary-5 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-primary-5);
  border-color: var(--color-primary-5);
}
.pill-primary-5 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-primary-5);
}
.pill-outline-primary-5 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-primary-5);
  border-color: var(--color-primary-5);
}
.badge-primary-6 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-primary-6);
}
.badge-outline-primary-6 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-primary-6);
  border-color: var(--color-primary-6);
}
.pill-primary-6 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-primary-6);
}
.pill-outline-primary-6 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-primary-6);
  border-color: var(--color-primary-6);
}
.badge-info {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-info-4);
}
.badge-outline-info {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-info-4);
  border-color: var(--color-info-4);
}
.pill-info {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-info-4);
}
.pill-outline-info {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-info-4);
  border-color: var(--color-info-4);
}
.badge-info-1 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-info-1);
}
.badge-outline-info-1 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-info-1);
  border-color: var(--color-info-1);
}
.pill-info-1 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-info-1);
}
.pill-outline-info-1 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-info-1);
  border-color: var(--color-info-1);
}
.badge-info-1,
.pill-info-1 {
  color: var(--color-default-text-5);
}
.badge-info-2 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-info-2);
}
.badge-outline-info-2 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-info-2);
  border-color: var(--color-info-2);
}
.pill-info-2 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-info-2);
}
.pill-outline-info-2 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-info-2);
  border-color: var(--color-info-2);
}
.badge-info-2,
.pill-info-2 {
  color: var(--color-default-text-5);
}
.badge-info-3 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-info-3);
}
.badge-outline-info-3 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-info-3);
  border-color: var(--color-info-3);
}
.pill-info-3 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-info-3);
}
.pill-outline-info-3 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-info-3);
  border-color: var(--color-info-3);
}
.badge-info-4 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-info-4);
}
.badge-outline-info-4 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-info-4);
  border-color: var(--color-info-4);
}
.pill-info-4 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-info-4);
}
.pill-outline-info-4 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-info-4);
  border-color: var(--color-info-4);
}
.badge-info-5 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-info-5);
}
.badge-outline-info-5 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-info-5);
  border-color: var(--color-info-5);
}
.pill-info-5 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-info-5);
}
.pill-outline-info-5 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-info-5);
  border-color: var(--color-info-5);
}
.badge-info-6 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-info-6);
}
.badge-outline-info-6 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-info-6);
  border-color: var(--color-info-6);
}
.pill-info-6 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-info-6);
}
.pill-outline-info-6 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-info-6);
  border-color: var(--color-info-6);
}
.badge-success {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-success-4);
}
.badge-outline-success {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-success-4);
  border-color: var(--color-success-4);
}
.pill-success {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-success-4);
}
.pill-outline-success {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-success-4);
  border-color: var(--color-success-4);
}
.badge-success-1 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-success-1);
}
.badge-outline-success-1 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-success-1);
  border-color: var(--color-success-1);
}
.pill-success-1 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-success-1);
}
.pill-outline-success-1 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-success-1);
  border-color: var(--color-success-1);
}
.badge-success-1,
.pill-success-1 {
  color: var(--color-default-text-5);
}
.badge-success-2 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-success-2);
}
.badge-outline-success-2 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-success-2);
  border-color: var(--color-success-2);
}
.pill-success-2 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-success-2);
}
.pill-outline-success-2 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-success-2);
  border-color: var(--color-success-2);
}
.badge-success-2,
.pill-success-2 {
  color: var(--color-default-text-5);
}
.badge-success-3 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-success-3);
}
.badge-outline-success-3 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-success-3);
  border-color: var(--color-success-3);
}
.pill-success-3 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-success-3);
}
.pill-outline-success-3 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-success-3);
  border-color: var(--color-success-3);
}
.badge-success-4 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-success-4);
}
.badge-outline-success-4 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-success-4);
  border-color: var(--color-success-4);
}
.pill-success-4 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-success-4);
}
.pill-outline-success-4 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-success-4);
  border-color: var(--color-success-4);
}
.badge-success-5 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-success-5);
}
.badge-outline-success-5 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-success-5);
  border-color: var(--color-success-5);
}
.pill-success-5 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-success-5);
}
.pill-outline-success-5 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-success-5);
  border-color: var(--color-success-5);
}
.badge-success-6 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-success-6);
}
.badge-outline-success-6 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-success-6);
  border-color: var(--color-success-6);
}
.pill-success-6 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-success-6);
}
.pill-outline-success-6 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-success-6);
  border-color: var(--color-success-6);
}
.badge-warning {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-warning-4);
}
.badge-outline-warning {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-warning-4);
  border-color: var(--color-warning-4);
}
.pill-warning {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-warning-4);
}
.pill-outline-warning {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-warning-4);
  border-color: var(--color-warning-4);
}
.badge-warning-1 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-warning-1);
}
.badge-outline-warning-1 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-warning-1);
  border-color: var(--color-warning-1);
}
.pill-warning-1 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-warning-1);
}
.pill-outline-warning-1 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-warning-1);
  border-color: var(--color-warning-1);
}
.badge-warning-1,
.pill-warning-1 {
  color: var(--color-default-text-5);
}
.badge-warning-2 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-warning-2);
}
.badge-outline-warning-2 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-warning-2);
  border-color: var(--color-warning-2);
}
.pill-warning-2 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-warning-2);
}
.pill-outline-warning-2 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-warning-2);
  border-color: var(--color-warning-2);
}
.badge-warning-2,
.pill-warning-2 {
  color: var(--color-default-text-5);
}
.badge-warning-3 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-warning-3);
}
.badge-outline-warning-3 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-warning-3);
  border-color: var(--color-warning-3);
}
.pill-warning-3 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-warning-3);
}
.pill-outline-warning-3 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-warning-3);
  border-color: var(--color-warning-3);
}
.badge-warning-4 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-warning-4);
}
.badge-outline-warning-4 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-warning-4);
  border-color: var(--color-warning-4);
}
.pill-warning-4 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-warning-4);
}
.pill-outline-warning-4 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-warning-4);
  border-color: var(--color-warning-4);
}
.badge-warning-5 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-warning-5);
}
.badge-outline-warning-5 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-warning-5);
  border-color: var(--color-warning-5);
}
.pill-warning-5 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-warning-5);
}
.pill-outline-warning-5 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-warning-5);
  border-color: var(--color-warning-5);
}
.badge-warning-6 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-warning-6);
}
.badge-outline-warning-6 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  border-radius: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-warning-6);
  border-color: var(--color-warning-6);
}
.pill-warning-6 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: var(--color-warning-6);
}
.pill-outline-warning-6 {
  display: inline-flex;
  align-items: baseline;
  padding: 0.25em 0.75em;
  color: white;
  font-size: 0.65em;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  color: var(--color-warning-6);
  border-color: var(--color-warning-6);
}
.badge-group,
.pill-group {
  display: inline-flex;
}
.badge-group [class*='badge-']:not(:first-child),
.pill-group [class*='badge-']:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.badge-group [class*='badge-']:not(:last-child),
.pill-group [class*='badge-']:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-color: transparent;
}
.horizontal-list {
  position: relative;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-left: 1rem;
  padding-bottom: 1rem;
  margin-left: -1rem;
  width: calc(100% + 2rem);
}
.horizontal-list > * {
  flex: 0 0 auto;
  max-width: calc(100% - 2rem);
  margin-right: 1rem;
}
.horizontal-list::after {
  content: '';
  flex: 0 0 1px;
}
@media (min-width: 768px) {
  .horizontal-list {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
  }
  .horizontal-list::after {
    content: none;
  }
}
.horizontal-list-2 > * {
  max-width: calc(50% - 2rem);
}
.icon-cr.icon-wishlist:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 145.85 121.63%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><path fill=%27black%27 d=%27M145.85,38.23A38.23,38.23,0,0,0,72.76,22.52,38.23,38.23,0,1,0,14.42,68.84l58.87,52.79L131.7,68h0A38.16,38.16,0,0,0,145.85,38.23Z%27/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 145.85 121.63%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><path fill=%27black%27 d=%27M145.85,38.23A38.23,38.23,0,0,0,72.76,22.52,38.23,38.23,0,1,0,14.42,68.84l58.87,52.79L131.7,68h0A38.16,38.16,0,0,0,145.85,38.23Z%27/></g></g></svg>");
}
.icon-cr.icon-info-product:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%275 5 54 54%27><path fill=%27black%27 d=%27M15 21.52a1.5 1.5 0 1 0-3 0v21a1.5 1.5 0 1 0 3 0zm12.5 15.42a1.5 1.5 0 0 0 1.5-1.5v-14a1.5 1.5 0 0 0-3 0v14a1.5 1.5 0 0 0 1.5 1.5zm16 0a1.5 1.5 0 0 0 1.5-1.5v-14a1.5 1.5 0 0 0-3 0v14a1.5 1.5 0 0 0 1.5 1.5zm8.5 5.53V21.52a1.5 1.5 0 1 0-3 0v21a1.5 1.5 0 1 0 3 0zm-24.14 1.7a1.53 1.53 0 1 0-1.52-1.53 1.53 1.53 0 0 0 1.52 1.53zm6.64-7.23a1.5 1.5 0 0 0 1.5-1.5v-14a1.5 1.5 0 0 0-3 0v14a1.5 1.5 0 0 0 1.5 1.5zm.5 7.23a1.53 1.53 0 1 0-1.53-1.53A1.53 1.53 0 0 0 35 44.17zm-14.5-7.23a1.5 1.5 0 0 0 1.5-1.5v-14a1.5 1.5 0 0 0-3 0v14a1.5 1.5 0 0 0 1.5 1.5zm.26 7.23a1.53 1.53 0 1 0 0-3.05 1.53 1.53 0 0 0 0 3.05zm22.48 0a1.53 1.53 0 1 0-1.53-1.53 1.53 1.53 0 0 0 1.53 1.53z%27/><path fill=%27black%27 d=%27M53.93 13H10.07A5.07 5.07 0 0 0 5 18.07V46a5 5 0 0 0 5 5h2a1.5 1.5 0 0 0 0-3h-2a2 2 0 0 1-2-2V18a2 2 0 0 1 2-2h44a2 2 0 0 1 2 2v28.19s-1 2-2.12 1.81H18.14a1.5 1.5 0 1 0 0 3h35.79c2.8 0 5.07-1.27 5.07-4.07V18.07A5.07 5.07 0 0 0 53.93 13z%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%275 5 54 54%27><path fill=%27black%27 d=%27M15 21.52a1.5 1.5 0 1 0-3 0v21a1.5 1.5 0 1 0 3 0zm12.5 15.42a1.5 1.5 0 0 0 1.5-1.5v-14a1.5 1.5 0 0 0-3 0v14a1.5 1.5 0 0 0 1.5 1.5zm16 0a1.5 1.5 0 0 0 1.5-1.5v-14a1.5 1.5 0 0 0-3 0v14a1.5 1.5 0 0 0 1.5 1.5zm8.5 5.53V21.52a1.5 1.5 0 1 0-3 0v21a1.5 1.5 0 1 0 3 0zm-24.14 1.7a1.53 1.53 0 1 0-1.52-1.53 1.53 1.53 0 0 0 1.52 1.53zm6.64-7.23a1.5 1.5 0 0 0 1.5-1.5v-14a1.5 1.5 0 0 0-3 0v14a1.5 1.5 0 0 0 1.5 1.5zm.5 7.23a1.53 1.53 0 1 0-1.53-1.53A1.53 1.53 0 0 0 35 44.17zm-14.5-7.23a1.5 1.5 0 0 0 1.5-1.5v-14a1.5 1.5 0 0 0-3 0v14a1.5 1.5 0 0 0 1.5 1.5zm.26 7.23a1.53 1.53 0 1 0 0-3.05 1.53 1.53 0 0 0 0 3.05zm22.48 0a1.53 1.53 0 1 0-1.53-1.53 1.53 1.53 0 0 0 1.53 1.53z%27/><path fill=%27black%27 d=%27M53.93 13H10.07A5.07 5.07 0 0 0 5 18.07V46a5 5 0 0 0 5 5h2a1.5 1.5 0 0 0 0-3h-2a2 2 0 0 1-2-2V18a2 2 0 0 1 2-2h44a2 2 0 0 1 2 2v28.19s-1 2-2.12 1.81H18.14a1.5 1.5 0 1 0 0 3h35.79c2.8 0 5.07-1.27 5.07-4.07V18.07A5.07 5.07 0 0 0 53.93 13z%27/></svg>");
}
.icon-cr.icon-zoom-in:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 161.25 155.72%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><path fill=%27black%27 d=%27M66,0a66,66,0,1,0,66,66A66,66,0,0,0,66,0Zm0,102a36,36,0,1,1,36-36A36,36,0,0,1,66,102Z%27/><rect fill=%27black%27 x=%27118.16%27 y=%2799.88%27 width=%2728.22%27 height=%2753.74%27 transform=%27translate%28-50.88 130.65%29 rotate%28-45%29%27/><path fill=%27black%27 d=%27M86,73.07H72.28V86.44H59.8V73.07H46V61.24H59.8V47.87H72.28V61.24H86Z%27/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 161.25 155.72%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><path fill=%27black%27 d=%27M66,0a66,66,0,1,0,66,66A66,66,0,0,0,66,0Zm0,102a36,36,0,1,1,36-36A36,36,0,0,1,66,102Z%27/><rect fill=%27black%27 x=%27118.16%27 y=%2799.88%27 width=%2728.22%27 height=%2753.74%27 transform=%27translate%28-50.88 130.65%29 rotate%28-45%29%27/><path fill=%27black%27 d=%27M86,73.07H72.28V86.44H59.8V73.07H46V61.24H59.8V47.87H72.28V61.24H86Z%27/></g></g></svg>");
}
.icon-cr.icon-eye-open:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%275 5 54 54%27><path fill=%27black%27 d=%27M57.44 31C57 30.37 46 15.58 32 15.58S7 30.37 6.56 31a1.68 1.68 0 0 0 0 2C7 33.63 18 48.42 32 48.42S57 33.63 57.44 33a1.68 1.68 0 0 0 0-2zM32 45c-10.32 0-19.26-9.82-21.91-13C12.74 28.79 21.66 19 32 19s19.26 9.82 21.91 13C51.26 35.21 42.34 45 32 45zm0 0%27/><path fill=%27black%27 d=%27M32 21.81A10.19 10.19 0 1 0 42.19 32 10.21 10.21 0 0 0 32 21.81zm0 17A6.8 6.8 0 1 1 38.8 32a6.81 6.81 0 0 1-6.8 6.8zm0 0%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%275 5 54 54%27><path fill=%27black%27 d=%27M57.44 31C57 30.37 46 15.58 32 15.58S7 30.37 6.56 31a1.68 1.68 0 0 0 0 2C7 33.63 18 48.42 32 48.42S57 33.63 57.44 33a1.68 1.68 0 0 0 0-2zM32 45c-10.32 0-19.26-9.82-21.91-13C12.74 28.79 21.66 19 32 19s19.26 9.82 21.91 13C51.26 35.21 42.34 45 32 45zm0 0%27/><path fill=%27black%27 d=%27M32 21.81A10.19 10.19 0 1 0 42.19 32 10.21 10.21 0 0 0 32 21.81zm0 17A6.8 6.8 0 1 1 38.8 32a6.81 6.81 0 0 1-6.8 6.8zm0 0%27/></svg>");
}
.icon-cr.icon-mug:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 156.06 140.22%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><path fill=%27black%27 d=%27M40,140.22h78.55V0H0V100.2A40,40,0,0,0,40,140.22Z%27/><path fill=%27black%27 d=%27M86.79,94.55v18.38h50.89a18.38,18.38,0,0,0,18.38-18.38H86.79Z%27/><path fill=%27black%27 d=%27M86.79,31.13V49.51h69.27a18.38,18.38,0,0,0-18.38-18.38Z%27/><path fill=%27black%27 d=%27M137.68,112.93h0a18.38,18.38,0,0,0,18.38-18.38v-45a18.38,18.38,0,0,0-18.38-18.38h0Z%27/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 156.06 140.22%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><path fill=%27black%27 d=%27M40,140.22h78.55V0H0V100.2A40,40,0,0,0,40,140.22Z%27/><path fill=%27black%27 d=%27M86.79,94.55v18.38h50.89a18.38,18.38,0,0,0,18.38-18.38H86.79Z%27/><path fill=%27black%27 d=%27M86.79,31.13V49.51h69.27a18.38,18.38,0,0,0-18.38-18.38Z%27/><path fill=%27black%27 d=%27M137.68,112.93h0a18.38,18.38,0,0,0,18.38-18.38v-45a18.38,18.38,0,0,0-18.38-18.38h0Z%27/></g></g></svg>");
}
.icon-cr.icon-pillow:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 viewBox=%275 5 60 60%27><path fill=%27black%27 d=%27M57.54 51.51a8.88 8.88 0 0 1-1.21-6.32l.09-.5a43.63 43.63 0 0 0-.09-15.29 8.87 8.87 0 0 1 1.21-6.32l2.64-4.23a4.89 4.89 0 0 0-6.73-6.74l-4.23 2.64A8.86 8.86 0 0 1 42.89 16a44 44 0 0 0-15.77 0H27a8.83 8.83 0 0 1-6.24-1.23l-4.23-2.64a4.89 4.89 0 0 0-6.73 6.74l2.64 4.23a8.87 8.87 0 0 1 1.21 6.32 43.65 43.65 0 0 0 0 15.79 8.88 8.88 0 0 1-1.21 6.32l-2.62 4.21a4.89 4.89 0 0 0 6.73 6.74l4.23-2.65a8.9 8.9 0 0 1 6.33-1.2 43.81 43.81 0 0 0 15.78 0 8.91 8.91 0 0 1 6.33 1.21l4.23 2.65a4.79 4.79 0 0 0 2.59.74 4.89 4.89 0 0 0 4.14-7.48zm-2.44 8.32l-4.23-2.64a12 12 0 0 0-8.54-1.63 40.81 40.81 0 0 1-14.66 0 12 12 0 0 0-8.54 1.63l-4.23 2.64a1.77 1.77 0 0 1-2.44-2.44l2.65-4.22a12 12 0 0 0 1.63-8.55 40.58 40.58 0 0 1 0-14.66 12 12 0 0 0-1.64-8.54l-2.64-4.22a1.77 1.77 0 0 1 .25-2.2 1.77 1.77 0 0 1 2.19-.25l4.23 2.64A12 12 0 0 0 27.66 19h.16a40.66 40.66 0 0 1 14.51 0 12 12 0 0 0 8.53-1.63l4.23-2.64a1.77 1.77 0 0 1 2.44 2.44l-2.65 4.22A12 12 0 0 0 53.26 30a40.47 40.47 0 0 1 0 14.6v.07a12 12 0 0 0 1.63 8.54l2.65 4.22a1.77 1.77 0 0 1-2.44 2.44zm-.3-14.92z%27 /><path fill=%27black%27 d=%27M28.6 31.77a7.32 7.32 0 1 0 3.57 13.86h14.25V24.19H28.6zm4.47 6.8v.21h.5l-.49.13v.76a4.22 4.22 0 0 1-1 2.21l-.41.41-.2.16-.24.17-.17.1a4.2 4.2 0 1 1-2.13-7.82 4.78 4.78 0 0 1 .84.08l.1-.49V35H30a4.27 4.27 0 0 1 3.07 3.57zM36.16 40l.05-.61v-.34-.33l-.05-.58a7.36 7.36 0 0 0-4.25-5.76l-.19-.08v-5H43.3v15.2h-7.94a7.08 7.08 0 0 0 .8-2.5z%27 /></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 viewBox=%275 5 60 60%27><path fill=%27black%27 d=%27M57.54 51.51a8.88 8.88 0 0 1-1.21-6.32l.09-.5a43.63 43.63 0 0 0-.09-15.29 8.87 8.87 0 0 1 1.21-6.32l2.64-4.23a4.89 4.89 0 0 0-6.73-6.74l-4.23 2.64A8.86 8.86 0 0 1 42.89 16a44 44 0 0 0-15.77 0H27a8.83 8.83 0 0 1-6.24-1.23l-4.23-2.64a4.89 4.89 0 0 0-6.73 6.74l2.64 4.23a8.87 8.87 0 0 1 1.21 6.32 43.65 43.65 0 0 0 0 15.79 8.88 8.88 0 0 1-1.21 6.32l-2.62 4.21a4.89 4.89 0 0 0 6.73 6.74l4.23-2.65a8.9 8.9 0 0 1 6.33-1.2 43.81 43.81 0 0 0 15.78 0 8.91 8.91 0 0 1 6.33 1.21l4.23 2.65a4.79 4.79 0 0 0 2.59.74 4.89 4.89 0 0 0 4.14-7.48zm-2.44 8.32l-4.23-2.64a12 12 0 0 0-8.54-1.63 40.81 40.81 0 0 1-14.66 0 12 12 0 0 0-8.54 1.63l-4.23 2.64a1.77 1.77 0 0 1-2.44-2.44l2.65-4.22a12 12 0 0 0 1.63-8.55 40.58 40.58 0 0 1 0-14.66 12 12 0 0 0-1.64-8.54l-2.64-4.22a1.77 1.77 0 0 1 .25-2.2 1.77 1.77 0 0 1 2.19-.25l4.23 2.64A12 12 0 0 0 27.66 19h.16a40.66 40.66 0 0 1 14.51 0 12 12 0 0 0 8.53-1.63l4.23-2.64a1.77 1.77 0 0 1 2.44 2.44l-2.65 4.22A12 12 0 0 0 53.26 30a40.47 40.47 0 0 1 0 14.6v.07a12 12 0 0 0 1.63 8.54l2.65 4.22a1.77 1.77 0 0 1-2.44 2.44zm-.3-14.92z%27 /><path fill=%27black%27 d=%27M28.6 31.77a7.32 7.32 0 1 0 3.57 13.86h14.25V24.19H28.6zm4.47 6.8v.21h.5l-.49.13v.76a4.22 4.22 0 0 1-1 2.21l-.41.41-.2.16-.24.17-.17.1a4.2 4.2 0 1 1-2.13-7.82 4.78 4.78 0 0 1 .84.08l.1-.49V35H30a4.27 4.27 0 0 1 3.07 3.57zM36.16 40l.05-.61v-.34-.33l-.05-.58a7.36 7.36 0 0 0-4.25-5.76l-.19-.08v-5H43.3v15.2h-7.94a7.08 7.08 0 0 0 .8-2.5z%27 /></svg>");
}
.icon-cr.icon-ecobag:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%275 5 61 61%27><path fill=%27black%27 d=%27M54.75 17.55a2.42 2.42 0 0 0-1.75-.72h-8.55v-6.57a1.45 1.45 0 0 0-.42-1l-4-4a1.38 1.38 0 0 0-1-.42H31a1.38 1.38 0 0 0-1 .42l-4 4a1.46 1.46 0 0 0-.42 1v6.57H17a2.44 2.44 0 0 0-2.43 2.44V58.5a3.4 3.4 0 0 0 1 2.43l3.84 3.84a3.4 3.4 0 0 0 2.43 1h26.35a3.4 3.4 0 0 0 2.43-1l3.84-3.84a3.4 3.4 0 0 0 1-2.43V19.27a2.37 2.37 0 0 0-.71-1.72zM37.57 11.7v5.13h-5.14V11.7zm-7.11-2.88l1.13-1.13h6.82l1.13 1.13zm10 8V11.7h1.13v5.13zm-12 0V11.7h1.13v5.13zm24.16 2.88v38.8a.56.56 0 0 1-.17.4l-3.83 3.83a.56.56 0 0 1-.4.17H21.81a.56.56 0 0 1-.4-.17l-3.83-3.83a.56.56 0 0 1-.17-.4V19.71z%27/><path fill=%27black%27 d=%27M20 23.72h30a1.44 1.44 0 0 0 0-2.88H20a1.44 1.44 0 0 0 0 2.88zM34 28.3c-.32.35-7.9 8.52-7.9 16.51a8.94 8.94 0 0 0 7.51 8.83v3.69a1.44 1.44 0 0 0 2.88 0v-3.69A8.94 8.94 0 0 0 44 44.81c0-8-7.58-16.16-7.9-16.51a1.5 1.5 0 0 0-2.1 0zm2.49 12.53v-7.45A33.55 33.55 0 0 1 39.25 38zm4.63 4a6.11 6.11 0 0 1-4.63 5.9V44.9l4-4a13.13 13.13 0 0 1 .58 3.91zM29.6 40.88a28 28 0 0 1 4-7.5v11.46zm4 8v1.8a6.11 6.11 0 0 1-4.63-5.9v-.52z%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%275 5 61 61%27><path fill=%27black%27 d=%27M54.75 17.55a2.42 2.42 0 0 0-1.75-.72h-8.55v-6.57a1.45 1.45 0 0 0-.42-1l-4-4a1.38 1.38 0 0 0-1-.42H31a1.38 1.38 0 0 0-1 .42l-4 4a1.46 1.46 0 0 0-.42 1v6.57H17a2.44 2.44 0 0 0-2.43 2.44V58.5a3.4 3.4 0 0 0 1 2.43l3.84 3.84a3.4 3.4 0 0 0 2.43 1h26.35a3.4 3.4 0 0 0 2.43-1l3.84-3.84a3.4 3.4 0 0 0 1-2.43V19.27a2.37 2.37 0 0 0-.71-1.72zM37.57 11.7v5.13h-5.14V11.7zm-7.11-2.88l1.13-1.13h6.82l1.13 1.13zm10 8V11.7h1.13v5.13zm-12 0V11.7h1.13v5.13zm24.16 2.88v38.8a.56.56 0 0 1-.17.4l-3.83 3.83a.56.56 0 0 1-.4.17H21.81a.56.56 0 0 1-.4-.17l-3.83-3.83a.56.56 0 0 1-.17-.4V19.71z%27/><path fill=%27black%27 d=%27M20 23.72h30a1.44 1.44 0 0 0 0-2.88H20a1.44 1.44 0 0 0 0 2.88zM34 28.3c-.32.35-7.9 8.52-7.9 16.51a8.94 8.94 0 0 0 7.51 8.83v3.69a1.44 1.44 0 0 0 2.88 0v-3.69A8.94 8.94 0 0 0 44 44.81c0-8-7.58-16.16-7.9-16.51a1.5 1.5 0 0 0-2.1 0zm2.49 12.53v-7.45A33.55 33.55 0 0 1 39.25 38zm4.63 4a6.11 6.11 0 0 1-4.63 5.9V44.9l4-4a13.13 13.13 0 0 1 .58 3.91zM29.6 40.88a28 28 0 0 1 4-7.5v11.46zm4 8v1.8a6.11 6.11 0 0 1-4.63-5.9v-.52z%27/></svg>");
}
.icon-cr.icon-scarf:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%278 8 55 55%27><path fill=%27black%27 d=%27M35 11.93a18.94 18.94 0 0 0-18.92 18.92v21a5 5 0 0 0 .64 2.44l4.21 7.47a1.77 1.77 0 0 0 1.42.89h.12a1.75 1.75 0 0 0 1.41-.65l7.05-9.53a3 3 0 0 0 .56-1.73v-1.3a18.83 18.83 0 0 0 7 0v1.25a3 3 0 0 0 .56 1.73l7 9.53a1.75 1.75 0 0 0 1.41.71h.11a1.78 1.78 0 0 0 1.43-.89l4.21-7.47a5 5 0 0 0 .64-2.44v-21A18.94 18.94 0 0 0 35 11.93zm-6.11 36.83v1.93a.3.3 0 0 1-.06.18l-6.27 8.49L19 53a2.36 2.36 0 0 1-.3-1.16V40.41a19 19 0 0 0 10.19 8.35zm6.11-23a5.11 5.11 0 1 1-5.11 5.11A5.11 5.11 0 0 1 35 25.74zm0 12.82a7.71 7.71 0 1 0-7.71-7.71 20.27 20.27 0 0 0 8.22 16.31H35a16.35 16.35 0 1 1 4.43-.62 17.5 17.5 0 0 1-8.24-9 7.64 7.64 0 0 0 3.81 1zm16.32 1.85v11.43A2.39 2.39 0 0 1 51 53l-3.58 6.34-6.27-8.49a.3.3 0 0 1-.06-.18v-1.91a19 19 0 0 0 10.23-8.35z%27 /></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%278 8 55 55%27><path fill=%27black%27 d=%27M35 11.93a18.94 18.94 0 0 0-18.92 18.92v21a5 5 0 0 0 .64 2.44l4.21 7.47a1.77 1.77 0 0 0 1.42.89h.12a1.75 1.75 0 0 0 1.41-.65l7.05-9.53a3 3 0 0 0 .56-1.73v-1.3a18.83 18.83 0 0 0 7 0v1.25a3 3 0 0 0 .56 1.73l7 9.53a1.75 1.75 0 0 0 1.41.71h.11a1.78 1.78 0 0 0 1.43-.89l4.21-7.47a5 5 0 0 0 .64-2.44v-21A18.94 18.94 0 0 0 35 11.93zm-6.11 36.83v1.93a.3.3 0 0 1-.06.18l-6.27 8.49L19 53a2.36 2.36 0 0 1-.3-1.16V40.41a19 19 0 0 0 10.19 8.35zm6.11-23a5.11 5.11 0 1 1-5.11 5.11A5.11 5.11 0 0 1 35 25.74zm0 12.82a7.71 7.71 0 1 0-7.71-7.71 20.27 20.27 0 0 0 8.22 16.31H35a16.35 16.35 0 1 1 4.43-.62 17.5 17.5 0 0 1-8.24-9 7.64 7.64 0 0 0 3.81 1zm16.32 1.85v11.43A2.39 2.39 0 0 1 51 53l-3.58 6.34-6.27-8.49a.3.3 0 0 1-.06-.18v-1.91a19 19 0 0 0 10.23-8.35z%27 /></svg>");
}
.icon-cr.icon-reviews:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 166.97 175.95%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><path fill=%27black%27 d=%27M25.32,89h0a0,0,0,0,1,0,0v49a0,0,0,0,1,0,0h0a24,24,0,0,1-24-24v-1A24,24,0,0,1,25.32,89Z%27 transform=%27translate%28-46.28 15.99%29 rotate%28-24.74%29%27/><polygon fill=%27black%27 points=%27166.97 114.86 45.78 126.65 24.44 80.33 115.16 0 166.97 114.86%27/><path fill=%27black%27 d=%27M109,163.57l-23.7,10.92a15.93,15.93,0,0,1-21.11-7.79l-13-28.24,44.85-3.05Z%27/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 166.97 175.95%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><path fill=%27black%27 d=%27M25.32,89h0a0,0,0,0,1,0,0v49a0,0,0,0,1,0,0h0a24,24,0,0,1-24-24v-1A24,24,0,0,1,25.32,89Z%27 transform=%27translate%28-46.28 15.99%29 rotate%28-24.74%29%27/><polygon fill=%27black%27 points=%27166.97 114.86 45.78 126.65 24.44 80.33 115.16 0 166.97 114.86%27/><path fill=%27black%27 d=%27M109,163.57l-23.7,10.92a15.93,15.93,0,0,1-21.11-7.79l-13-28.24,44.85-3.05Z%27/></g></g></svg>");
}
.icon-cr.icon-thumb:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 155 124%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><path fill=%27black%27 d=%27M28,0A28,28,0,0,0,0,28v96H127.31A27.69,27.69,0,0,0,155,96.31V0ZM61.54,19.15A12.19,12.19,0,1,1,49.35,31.34,12.2,12.2,0,0,1,61.54,19.15Zm11.34,84.46H19.15L46,57.08,69.07,97l31.5-54.56,35.3,61.14Z%27/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 155 124%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><path fill=%27black%27 d=%27M28,0A28,28,0,0,0,0,28v96H127.31A27.69,27.69,0,0,0,155,96.31V0ZM61.54,19.15A12.19,12.19,0,1,1,49.35,31.34,12.2,12.2,0,0,1,61.54,19.15Zm11.34,84.46H19.15L46,57.08,69.07,97l31.5-54.56,35.3,61.14Z%27/></g></g></svg>");
}
.icon-cr.icon-like:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%275 5 54 54%27><circle fill=%27black%27 cx=%2717%27 cy=%2750.1%27 r=%272%27/><path fill=%27black%27 d=%27M37 12.7a1.7 1.7 0 0 0 1.7-1.7V7.9a1.7 1.7 0 0 0-3.4 0V11a1.7 1.7 0 0 0 1.7 1.7zM28.37 15.28a1.71 1.71 0 0 0 1.21.48 1.69 1.69 0 0 0 1.2-2.89l-2.12-2.12a1.75 1.75 0 0 0-2.41 0 1.7 1.7 0 0 0 0 2.41zM44.43 15.76a1.7 1.7 0 0 0 1.2-.48l2.12-2.12a1.7 1.7 0 0 0 0-2.41 1.75 1.75 0 0 0-2.41 0l-2.12 2.12a1.69 1.69 0 0 0 1.21 2.89zM54.7 41.1a4.63 4.63 0 0 0-1.09-3A4.69 4.69 0 0 0 50 30.4h-8.46A29.84 29.84 0 0 0 42.7 23v-1.5a6.21 6.21 0 0 0-6.2-6.2H35a1.7 1.7 0 0 0-1.65 1.29l-.82 3.27c-1.07 4.31-4.43 9.31-8.23 10.36A4.67 4.67 0 0 0 20 27.4h-9a1.7 1.7 0 0 0-1.7 1.7v6.25a1.7 1.7 0 1 0 3.4 0V30.8H20a1.3 1.3 0 0 1 1.3 1.3v21a1.3 1.3 0 0 1-1.3 1.3h-7.3V40.65a1.7 1.7 0 0 0-3.4 0V56.1a1.7 1.7 0 0 0 1.7 1.7h9a4.74 4.74 0 0 0 4.17-2.52l5 1.66a16.64 16.64 0 0 0 5.28.86h.42a1.7 1.7 0 0 0 0-3.4h-.42a13.34 13.34 0 0 1-4.2-.68l-5.55-1.85V33.62a12.46 12.46 0 0 0 6.69-4.41 22.11 22.11 0 0 0 4.44-8.53l.5-2h.17a2.81 2.81 0 0 1 2.8 2.8V23a24.38 24.38 0 0 1-1.36 7.4H35a1.7 1.7 0 0 0 0 3.4h14.9a1.36 1.36 0 0 1 1.38 1.08 1.27 1.27 0 0 1-.28 1.06 1.31 1.31 0 0 1-1 .46h-3a1.7 1.7 0 0 0 0 3.4h2.9a1.36 1.36 0 0 1 1.38 1.08 1.27 1.27 0 0 1-.28 1.06 1.31 1.31 0 0 1-1 .46h-3a1.7 1.7 0 0 0 0 3.4h2.9a1.36 1.36 0 0 1 1.38 1.08 1.27 1.27 0 0 1-.28 1.06 1.31 1.31 0 0 1-1 .46h-3a1.7 1.7 0 0 0-.06 3.4 1.35 1.35 0 0 1 1.32 1 1.3 1.3 0 0 1-.26 1.1 1.28 1.28 0 0 1-1 .5h-6.85a1.7 1.7 0 1 0 0 3.4h6.67a4.82 4.82 0 0 0 4.86-4.29 4.6 4.6 0 0 0-.24-1.95 4.67 4.67 0 0 0 2.17-7.46 4.63 4.63 0 0 0 1.09-3z%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%275 5 54 54%27><circle fill=%27black%27 cx=%2717%27 cy=%2750.1%27 r=%272%27/><path fill=%27black%27 d=%27M37 12.7a1.7 1.7 0 0 0 1.7-1.7V7.9a1.7 1.7 0 0 0-3.4 0V11a1.7 1.7 0 0 0 1.7 1.7zM28.37 15.28a1.71 1.71 0 0 0 1.21.48 1.69 1.69 0 0 0 1.2-2.89l-2.12-2.12a1.75 1.75 0 0 0-2.41 0 1.7 1.7 0 0 0 0 2.41zM44.43 15.76a1.7 1.7 0 0 0 1.2-.48l2.12-2.12a1.7 1.7 0 0 0 0-2.41 1.75 1.75 0 0 0-2.41 0l-2.12 2.12a1.69 1.69 0 0 0 1.21 2.89zM54.7 41.1a4.63 4.63 0 0 0-1.09-3A4.69 4.69 0 0 0 50 30.4h-8.46A29.84 29.84 0 0 0 42.7 23v-1.5a6.21 6.21 0 0 0-6.2-6.2H35a1.7 1.7 0 0 0-1.65 1.29l-.82 3.27c-1.07 4.31-4.43 9.31-8.23 10.36A4.67 4.67 0 0 0 20 27.4h-9a1.7 1.7 0 0 0-1.7 1.7v6.25a1.7 1.7 0 1 0 3.4 0V30.8H20a1.3 1.3 0 0 1 1.3 1.3v21a1.3 1.3 0 0 1-1.3 1.3h-7.3V40.65a1.7 1.7 0 0 0-3.4 0V56.1a1.7 1.7 0 0 0 1.7 1.7h9a4.74 4.74 0 0 0 4.17-2.52l5 1.66a16.64 16.64 0 0 0 5.28.86h.42a1.7 1.7 0 0 0 0-3.4h-.42a13.34 13.34 0 0 1-4.2-.68l-5.55-1.85V33.62a12.46 12.46 0 0 0 6.69-4.41 22.11 22.11 0 0 0 4.44-8.53l.5-2h.17a2.81 2.81 0 0 1 2.8 2.8V23a24.38 24.38 0 0 1-1.36 7.4H35a1.7 1.7 0 0 0 0 3.4h14.9a1.36 1.36 0 0 1 1.38 1.08 1.27 1.27 0 0 1-.28 1.06 1.31 1.31 0 0 1-1 .46h-3a1.7 1.7 0 0 0 0 3.4h2.9a1.36 1.36 0 0 1 1.38 1.08 1.27 1.27 0 0 1-.28 1.06 1.31 1.31 0 0 1-1 .46h-3a1.7 1.7 0 0 0 0 3.4h2.9a1.36 1.36 0 0 1 1.38 1.08 1.27 1.27 0 0 1-.28 1.06 1.31 1.31 0 0 1-1 .46h-3a1.7 1.7 0 0 0-.06 3.4 1.35 1.35 0 0 1 1.32 1 1.3 1.3 0 0 1-.26 1.1 1.28 1.28 0 0 1-1 .5h-6.85a1.7 1.7 0 1 0 0 3.4h6.67a4.82 4.82 0 0 0 4.86-4.29 4.6 4.6 0 0 0-.24-1.95 4.67 4.67 0 0 0 2.17-7.46 4.63 4.63 0 0 0 1.09-3z%27/></svg>");
}
.icon-cr.icon-question-sign:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 110.57 161%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><circle fill=%27black%27 cx=%2757.16%27 cy=%27141.58%27 r=%2719.42%27/><path fill=%27black%27 d=%27M110.26,49.58a6.22,6.22,0,0,0-.07-.85C106.13,21.14,83.13,0,55.36,0,25.91,0,1.83,23.76,0,53.79H35.37a19.41,19.41,0,0,1,19-15.44c9.67,0,17.73,5.76,19.44,15.79L39,80.48v32.46H73.5V99.64L93.27,86.58a38.2,38.2,0,0,0,17.2-29.4c0-.11,0-.22,0-.33A36.74,36.74,0,0,0,110.26,49.58Z%27/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 110.57 161%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><circle fill=%27black%27 cx=%2757.16%27 cy=%27141.58%27 r=%2719.42%27/><path fill=%27black%27 d=%27M110.26,49.58a6.22,6.22,0,0,0-.07-.85C106.13,21.14,83.13,0,55.36,0,25.91,0,1.83,23.76,0,53.79H35.37a19.41,19.41,0,0,1,19-15.44c9.67,0,17.73,5.76,19.44,15.79L39,80.48v32.46H73.5V99.64L93.27,86.58a38.2,38.2,0,0,0,17.2-29.4c0-.11,0-.22,0-.33A36.74,36.74,0,0,0,110.26,49.58Z%27/></g></g></svg>");
}
.icon-cr.icon-quality:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 163.23 162%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><circle fill=%27black%27 cx=%2780.69%27 cy=%2740.59%27 r=%2740.59%27/><circle fill=%27black%27 cx=%2740.59%27 cy=%2777.23%27 r=%2740.59%27/><circle fill=%27black%27 cx=%27120.79%27 cy=%2777.23%27 r=%2740.59%27/><polyline fill=%27black%27 points=%2740.59 117.82 122.06 117.82 122.06 68.32 40.84 68.32 40.84 117.33%27/><rect fill=%27black%27 x=%2768.07%27 y=%27108.26%27 width=%2728.22%27 height=%2753.74%27/><path fill=%27black%27 d=%27M162.8,111.82a40.6,40.6,0,0,1-65.25,37.85Z%27/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 163.23 162%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><circle fill=%27black%27 cx=%2780.69%27 cy=%2740.59%27 r=%2740.59%27/><circle fill=%27black%27 cx=%2740.59%27 cy=%2777.23%27 r=%2740.59%27/><circle fill=%27black%27 cx=%27120.79%27 cy=%2777.23%27 r=%2740.59%27/><polyline fill=%27black%27 points=%2740.59 117.82 122.06 117.82 122.06 68.32 40.84 68.32 40.84 117.33%27/><rect fill=%27black%27 x=%2768.07%27 y=%27108.26%27 width=%2728.22%27 height=%2753.74%27/><path fill=%27black%27 d=%27M162.8,111.82a40.6,40.6,0,0,1-65.25,37.85Z%27/></g></g></svg>");
}
.icon-cr.icon-sizes:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 176.53 175.02%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_2-2%27 data-name=%27Layer 2%27><polygon fill=%27black%27 points=%2728.47 37.73 42.59 51.64 27.41 67.05 46.36 85.72 61.3 70.56 75.41 84.46 60.47 99.62 76.34 115.27 91.06 100.33 105.18 114.23 90.46 129.17 105.03 143.54 119.55 128.81 133.66 142.72 119.15 157.44 136.99 175.02 176.53 134.98 39.54 0 0 40.04 13.29 53.14 28.47 37.73%27/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 176.53 175.02%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_2-2%27 data-name=%27Layer 2%27><polygon fill=%27black%27 points=%2728.47 37.73 42.59 51.64 27.41 67.05 46.36 85.72 61.3 70.56 75.41 84.46 60.47 99.62 76.34 115.27 91.06 100.33 105.18 114.23 90.46 129.17 105.03 143.54 119.55 128.81 133.66 142.72 119.15 157.44 136.99 175.02 176.53 134.98 39.54 0 0 40.04 13.29 53.14 28.47 37.73%27/></g></g></svg>");
}
.icon-cr.icon-sizes {
  rotate: 317deg;
}
.icon-cr.icon-photo:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 156.06 145.17%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><circle fill=%27black%27 cx=%2778.03%27 cy=%2792%27 r=%2721.35%27 transform=%27translate%28-29.44 146.81%29 rotate%28-76.72%29%27/><path fill=%27black%27 d=%27M0,43.17v102H125.66a30.4,30.4,0,0,0,30.4-30.4V43.17ZM78,129a37,37,0,1,1,37-37A37,37,0,0,1,78,129Z%27/><circle fill=%27black%27 cx=%2778.03%27 cy=%2792%27 r=%2721.35%27 transform=%27translate%28-29.44 146.81%29 rotate%28-76.72%29%27/><circle fill=%27black%27 cx=%2778.03%27 cy=%2792%27 r=%2721.35%27 transform=%27translate%28-29.44 146.81%29 rotate%28-76.72%29%27/><rect fill=%27black%27 x=%2738.82%27 width=%2779%27 height=%2729%27/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 156.06 145.17%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><circle fill=%27black%27 cx=%2778.03%27 cy=%2792%27 r=%2721.35%27 transform=%27translate%28-29.44 146.81%29 rotate%28-76.72%29%27/><path fill=%27black%27 d=%27M0,43.17v102H125.66a30.4,30.4,0,0,0,30.4-30.4V43.17ZM78,129a37,37,0,1,1,37-37A37,37,0,0,1,78,129Z%27/><circle fill=%27black%27 cx=%2778.03%27 cy=%2792%27 r=%2721.35%27 transform=%27translate%28-29.44 146.81%29 rotate%28-76.72%29%27/><circle fill=%27black%27 cx=%2778.03%27 cy=%2792%27 r=%2721.35%27 transform=%27translate%28-29.44 146.81%29 rotate%28-76.72%29%27/><rect fill=%27black%27 x=%2738.82%27 width=%2779%27 height=%2729%27/></g></g></svg>");
}
.icon-cr.icon-pinch:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%275 5 86 86%27><circle cx=%2764.1%27 cy=%2777%27 r=%272%27 style=%27fill:black%27/><path d=%27M70.1,55.55a1.7,1.7,0,0,0,1.7-1.7V47.18a4.82,4.82,0,0,0-4.29-4.86,4.6,4.6,0,0,0-1.95.24,4.67,4.67,0,0,0-7.46-2.17,4.63,4.63,0,0,0-3-1.09,4.47,4.47,0,0,0-1.35.21V35a12,12,0,1,0-9.5,0V52.43a30,30,0,0,0-3.76-.81A12,12,0,1,0,37.88,63c3,1.6,5.62,4,6.34,6.66A4.67,4.67,0,0,0,41.4,74v9a1.7,1.7,0,0,0,1.7,1.7h6.25a1.7,1.7,0,1,0,0-3.4H44.8V74a1.3,1.3,0,0,1,1.3-1.3h21A1.3,1.3,0,0,1,68.4,74v7.3H54.65a1.7,1.7,0,1,0,0,3.4H70.1A1.7,1.7,0,0,0,71.8,83V74a4.74,4.74,0,0,0-2.52-4.17l1.66-5a16.64,16.64,0,0,0,.86-5.28v-.42a1.7,1.7,0,0,0-3.4,0v.42a13.34,13.34,0,0,1-.68,4.2L65.87,69.3H47.62a12.46,12.46,0,0,0-4.41-6.69,22.11,22.11,0,0,0-8.53-4.44l-2-.5V57.5a2.81,2.81,0,0,1,2.8-2.8H37A24.38,24.38,0,0,1,44.25,56v.48a1.75,1.75,0,0,0,3.5,0V29a1.25,1.25,0,0,1,2.5,0V47a1.75,1.75,0,0,0,2.95,1.27A1.71,1.71,0,0,0,53.8,47V44.1a1.36,1.36,0,0,1,1.08-1.38,1.27,1.27,0,0,1,1.06.28,1.31,1.31,0,0,1,.46,1v3a1.7,1.7,0,0,0,3.4,0V44.1a1.36,1.36,0,0,1,1.08-1.38,1.27,1.27,0,0,1,1.06.28,1.31,1.31,0,0,1,.46,1v3a1.7,1.7,0,0,0,3.4.06,1.35,1.35,0,0,1,1-1.32,1.3,1.3,0,0,1,1.1.26,1.28,1.28,0,0,1,.5,1v6.85A1.7,1.7,0,0,0,70.1,55.55ZM29.3,57.5V59a1.7,1.7,0,0,0,1.29,1.65l3.13.79A7.93,7.93,0,0,1,29,63a8,8,0,1,1,7.08-11.7H35.5A6.21,6.21,0,0,0,29.3,57.5ZM49,24.25A4.76,4.76,0,0,0,44.25,29v1.41a8,8,0,1,1,9.5,0V29A4.76,4.76,0,0,0,49,24.25Z%27 style=%27fill:black%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%275 5 86 86%27><circle cx=%2764.1%27 cy=%2777%27 r=%272%27 style=%27fill:black%27/><path d=%27M70.1,55.55a1.7,1.7,0,0,0,1.7-1.7V47.18a4.82,4.82,0,0,0-4.29-4.86,4.6,4.6,0,0,0-1.95.24,4.67,4.67,0,0,0-7.46-2.17,4.63,4.63,0,0,0-3-1.09,4.47,4.47,0,0,0-1.35.21V35a12,12,0,1,0-9.5,0V52.43a30,30,0,0,0-3.76-.81A12,12,0,1,0,37.88,63c3,1.6,5.62,4,6.34,6.66A4.67,4.67,0,0,0,41.4,74v9a1.7,1.7,0,0,0,1.7,1.7h6.25a1.7,1.7,0,1,0,0-3.4H44.8V74a1.3,1.3,0,0,1,1.3-1.3h21A1.3,1.3,0,0,1,68.4,74v7.3H54.65a1.7,1.7,0,1,0,0,3.4H70.1A1.7,1.7,0,0,0,71.8,83V74a4.74,4.74,0,0,0-2.52-4.17l1.66-5a16.64,16.64,0,0,0,.86-5.28v-.42a1.7,1.7,0,0,0-3.4,0v.42a13.34,13.34,0,0,1-.68,4.2L65.87,69.3H47.62a12.46,12.46,0,0,0-4.41-6.69,22.11,22.11,0,0,0-8.53-4.44l-2-.5V57.5a2.81,2.81,0,0,1,2.8-2.8H37A24.38,24.38,0,0,1,44.25,56v.48a1.75,1.75,0,0,0,3.5,0V29a1.25,1.25,0,0,1,2.5,0V47a1.75,1.75,0,0,0,2.95,1.27A1.71,1.71,0,0,0,53.8,47V44.1a1.36,1.36,0,0,1,1.08-1.38,1.27,1.27,0,0,1,1.06.28,1.31,1.31,0,0,1,.46,1v3a1.7,1.7,0,0,0,3.4,0V44.1a1.36,1.36,0,0,1,1.08-1.38,1.27,1.27,0,0,1,1.06.28,1.31,1.31,0,0,1,.46,1v3a1.7,1.7,0,0,0,3.4.06,1.35,1.35,0,0,1,1-1.32,1.3,1.3,0,0,1,1.1.26,1.28,1.28,0,0,1,.5,1v6.85A1.7,1.7,0,0,0,70.1,55.55ZM29.3,57.5V59a1.7,1.7,0,0,0,1.29,1.65l3.13.79A7.93,7.93,0,0,1,29,63a8,8,0,1,1,7.08-11.7H35.5A6.21,6.21,0,0,0,29.3,57.5ZM49,24.25A4.76,4.76,0,0,0,44.25,29v1.41a8,8,0,1,1,9.5,0V29A4.76,4.76,0,0,0,49,24.25Z%27 style=%27fill:black%27/></svg>");
}
.icon-cr.icon-plus:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%2715 15 66 66%27><path d=%27M66.5,46.25H50.75V30.5a2.25,2.25,0,0,0-4.5,0V46.25H30.5a2.25,2.25,0,0,0,0,4.5H46.25V66.5a2.25,2.25,0,0,0,4.5,0V50.75H66.5a2.25,2.25,0,0,0,0-4.5Z%27 style=%27fill:black%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%2715 15 66 66%27><path d=%27M66.5,46.25H50.75V30.5a2.25,2.25,0,0,0-4.5,0V46.25H30.5a2.25,2.25,0,0,0,0,4.5H46.25V66.5a2.25,2.25,0,0,0,4.5,0V50.75H66.5a2.25,2.25,0,0,0,0-4.5Z%27 style=%27fill:black%27/></svg>");
}
.icon-cr.icon-less:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%2715 15 66 66%27><title>less</title><g id=%27prontos%27><path d=%27M65.73,50.09a2.35,2.35,0,1,0,0-4.69l-35.46.52a2.35,2.35,0,0,0,0,4.69Z%27 style=%27fill:black%27/><path d=%27M65.73,50.09a2.35,2.35,0,1,0,0-4.69l-35.46.52a2.35,2.35,0,0,0,0,4.69Z%27 style=%27fill:black%27/></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%2715 15 66 66%27><title>less</title><g id=%27prontos%27><path d=%27M65.73,50.09a2.35,2.35,0,1,0,0-4.69l-35.46.52a2.35,2.35,0,0,0,0,4.69Z%27 style=%27fill:black%27/><path d=%27M65.73,50.09a2.35,2.35,0,1,0,0-4.69l-35.46.52a2.35,2.35,0,0,0,0,4.69Z%27 style=%27fill:black%27/></g></svg>");
}
.icon-cr.icon-zoom-out:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%2715 15 66 66%27><title>zoom out</title><g id=%27prontos%27><line x1=%2734.27%27 y1=%2740.75%27 x2=%2751.3%27 y2=%2740.75%27 style=%27fill:none;stroke:black;stroke-linecap:round;stroke-miterlimit:10;stroke-width:3px%27/><circle cx=%2742.79%27 cy=%2740.75%27 r=%2716.94%27 style=%27fill:none;stroke:black;stroke-linecap:round;stroke-miterlimit:10;stroke-width:3px%27/><line x1=%2754.18%27 y1=%2753.29%27 x2=%2770.15%27 y2=%2770.19%27 style=%27fill:none;stroke:black;stroke-linecap:round;stroke-miterlimit:10;stroke-width:3px%27/></g><g id=%27Layer_4%27 data-name=%27Layer 4%27></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%2715 15 66 66%27><title>zoom out</title><g id=%27prontos%27><line x1=%2734.27%27 y1=%2740.75%27 x2=%2751.3%27 y2=%2740.75%27 style=%27fill:none;stroke:black;stroke-linecap:round;stroke-miterlimit:10;stroke-width:3px%27/><circle cx=%2742.79%27 cy=%2740.75%27 r=%2716.94%27 style=%27fill:none;stroke:black;stroke-linecap:round;stroke-miterlimit:10;stroke-width:3px%27/><line x1=%2754.18%27 y1=%2753.29%27 x2=%2770.15%27 y2=%2770.19%27 style=%27fill:none;stroke:black;stroke-linecap:round;stroke-miterlimit:10;stroke-width:3px%27/></g><g id=%27Layer_4%27 data-name=%27Layer 4%27></g></svg>");
}
.icon-cr.icon-measurements:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M16.7858 5.90913L14.0908 3.21399C13.8389 2.96212 13.5079 2.83618 13.1769 2.83618C12.8458 2.83618 12.5148 2.96212 12.2629 3.21399L3.21482 12.2629C2.97076 12.507 2.83643 12.8314 2.83643 13.1769C2.83643 13.5223 2.97076 13.8461 3.21482 14.0908L5.90985 16.786C6.41358 17.2897 7.23336 17.2897 7.73704 16.786L16.7856 7.73703C17.0297 7.49295 17.164 7.16851 17.164 6.82308C17.164 6.47765 17.0297 6.1532 16.7856 5.90913H16.7858ZM16.2431 7.1937L7.1945 16.2426C7.09195 16.3446 6.95762 16.3962 6.82329 16.3962C6.68896 16.3962 6.55463 16.3452 6.45268 16.2426L3.75765 13.5475C3.55316 13.343 3.55316 13.0102 3.75765 12.8057L4.29018 12.2731L5.45657 13.4396C5.66646 13.6495 6.00648 13.6495 6.21637 13.4396C6.42626 13.2297 6.42626 12.8896 6.21637 12.6797L5.04997 11.5133L6.09582 10.4674L6.74529 11.1169C6.95518 11.3268 7.29519 11.3268 7.50509 11.1169C7.71498 10.907 7.71498 10.567 7.50509 10.3571L6.85562 9.70757L7.90147 8.66168L9.06787 9.82812C9.27776 10.038 9.61777 10.038 9.82766 9.82812C10.0376 9.61822 10.0376 9.27819 9.82766 9.06829L8.66127 7.90185L9.70712 6.85596L10.3578 7.50485C10.5677 7.71475 10.9077 7.71475 11.1176 7.50485C11.3275 7.29495 11.3275 6.95492 11.1176 6.74503L10.4681 6.09554L11.514 5.04965L12.6804 6.21608C12.8903 6.42598 13.2303 6.42598 13.4402 6.21608C13.65 6.00619 13.65 5.66616 13.4402 5.45626L12.2738 4.28982L12.8063 3.75727C13.0108 3.55278 13.3436 3.55278 13.5481 3.75727L16.2431 6.45179C16.4476 6.65629 16.4476 6.98921 16.2431 7.1937Z%27 fill=%27black%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M16.7858 5.90913L14.0908 3.21399C13.8389 2.96212 13.5079 2.83618 13.1769 2.83618C12.8458 2.83618 12.5148 2.96212 12.2629 3.21399L3.21482 12.2629C2.97076 12.507 2.83643 12.8314 2.83643 13.1769C2.83643 13.5223 2.97076 13.8461 3.21482 14.0908L5.90985 16.786C6.41358 17.2897 7.23336 17.2897 7.73704 16.786L16.7856 7.73703C17.0297 7.49295 17.164 7.16851 17.164 6.82308C17.164 6.47765 17.0297 6.1532 16.7856 5.90913H16.7858ZM16.2431 7.1937L7.1945 16.2426C7.09195 16.3446 6.95762 16.3962 6.82329 16.3962C6.68896 16.3962 6.55463 16.3452 6.45268 16.2426L3.75765 13.5475C3.55316 13.343 3.55316 13.0102 3.75765 12.8057L4.29018 12.2731L5.45657 13.4396C5.66646 13.6495 6.00648 13.6495 6.21637 13.4396C6.42626 13.2297 6.42626 12.8896 6.21637 12.6797L5.04997 11.5133L6.09582 10.4674L6.74529 11.1169C6.95518 11.3268 7.29519 11.3268 7.50509 11.1169C7.71498 10.907 7.71498 10.567 7.50509 10.3571L6.85562 9.70757L7.90147 8.66168L9.06787 9.82812C9.27776 10.038 9.61777 10.038 9.82766 9.82812C10.0376 9.61822 10.0376 9.27819 9.82766 9.06829L8.66127 7.90185L9.70712 6.85596L10.3578 7.50485C10.5677 7.71475 10.9077 7.71475 11.1176 7.50485C11.3275 7.29495 11.3275 6.95492 11.1176 6.74503L10.4681 6.09554L11.514 5.04965L12.6804 6.21608C12.8903 6.42598 13.2303 6.42598 13.4402 6.21608C13.65 6.00619 13.65 5.66616 13.4402 5.45626L12.2738 4.28982L12.8063 3.75727C13.0108 3.55278 13.3436 3.55278 13.5481 3.75727L16.2431 6.45179C16.4476 6.65629 16.4476 6.98921 16.2431 7.1937Z%27 fill=%27black%27/></svg>");
}
.icon-cr.icon-hanger:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M9.2002 5.38837C9.50965 5.14369 9.9137 5.0538 10.2979 5.14227L10.2988 5.1413C10.8376 5.25275 11.1735 5.68692 11.2617 6.16278C11.3498 6.63855 11.1924 7.16658 10.7373 7.46747C10.4424 7.66423 10.2828 8.00628 10.3174 8.35712C10.3968 8.37869 10.4738 8.40799 10.5469 8.44598L10.6299 8.49384L10.6318 8.49481L16.9541 12.8561L16.96 12.86C17.4096 13.1503 17.5162 13.6643 17.3809 14.0983C17.2449 14.5344 16.8612 14.9011 16.3232 14.8903L3.67383 14.8913V14.8903C3.1349 14.906 2.75309 14.5406 2.61816 14.1042C2.48319 13.6671 2.59187 13.1472 3.04492 12.8552L9.36523 8.50555H9.36621C9.46124 8.44116 9.5653 8.39183 9.6748 8.35907C9.63981 7.79604 9.90292 7.25537 10.3721 6.93817V6.93719C10.521 6.83799 10.6229 6.68182 10.6533 6.50555C10.6837 6.329 10.6412 6.14719 10.5342 6.0036C10.4272 5.86005 10.2652 5.7671 10.0869 5.74579C9.90947 5.72528 9.73097 5.77843 9.59375 5.89325L9.59277 5.89423C9.43792 6.01757 9.34848 6.20456 9.34961 6.40204V6.40302C9.34943 6.58078 9.20512 6.7243 9.02734 6.7243C8.84971 6.72413 8.70624 6.58067 8.70605 6.40302V6.40204C8.70891 6.00691 8.88955 5.63351 9.2002 5.38837ZM10.2734 9.02313C10.1131 8.91287 9.90058 8.91294 9.74023 9.02313L3.41602 13.3766L3.41406 13.3776C3.23777 13.4915 3.15856 13.7085 3.21875 13.9099C3.27838 14.1109 3.46395 14.2485 3.67383 14.2468H16.3232C16.5275 14.2468 16.7076 14.116 16.7715 13.9225V13.9167L16.7744 13.9089C16.8352 13.7088 16.7568 13.4928 16.583 13.3776L16.582 13.3766L10.2734 9.02313Z%27 fill=%27black%27 stroke=%27black%27 stroke-width=%270.114621%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M9.2002 5.38837C9.50965 5.14369 9.9137 5.0538 10.2979 5.14227L10.2988 5.1413C10.8376 5.25275 11.1735 5.68692 11.2617 6.16278C11.3498 6.63855 11.1924 7.16658 10.7373 7.46747C10.4424 7.66423 10.2828 8.00628 10.3174 8.35712C10.3968 8.37869 10.4738 8.40799 10.5469 8.44598L10.6299 8.49384L10.6318 8.49481L16.9541 12.8561L16.96 12.86C17.4096 13.1503 17.5162 13.6643 17.3809 14.0983C17.2449 14.5344 16.8612 14.9011 16.3232 14.8903L3.67383 14.8913V14.8903C3.1349 14.906 2.75309 14.5406 2.61816 14.1042C2.48319 13.6671 2.59187 13.1472 3.04492 12.8552L9.36523 8.50555H9.36621C9.46124 8.44116 9.5653 8.39183 9.6748 8.35907C9.63981 7.79604 9.90292 7.25537 10.3721 6.93817V6.93719C10.521 6.83799 10.6229 6.68182 10.6533 6.50555C10.6837 6.329 10.6412 6.14719 10.5342 6.0036C10.4272 5.86005 10.2652 5.7671 10.0869 5.74579C9.90947 5.72528 9.73097 5.77843 9.59375 5.89325L9.59277 5.89423C9.43792 6.01757 9.34848 6.20456 9.34961 6.40204V6.40302C9.34943 6.58078 9.20512 6.7243 9.02734 6.7243C8.84971 6.72413 8.70624 6.58067 8.70605 6.40302V6.40204C8.70891 6.00691 8.88955 5.63351 9.2002 5.38837ZM10.2734 9.02313C10.1131 8.91287 9.90058 8.91294 9.74023 9.02313L3.41602 13.3766L3.41406 13.3776C3.23777 13.4915 3.15856 13.7085 3.21875 13.9099C3.27838 14.1109 3.46395 14.2485 3.67383 14.2468H16.3232C16.5275 14.2468 16.7076 14.116 16.7715 13.9225V13.9167L16.7744 13.9089C16.8352 13.7088 16.7568 13.4928 16.583 13.3776L16.582 13.3766L10.2734 9.02313Z%27 fill=%27black%27 stroke=%27black%27 stroke-width=%270.114621%27/></svg>");
}
.icon-cr.icon-arrow-down:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width=%2713%27 height=%2710%27 viewBox=%270 0 13 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M12.4243 5.42426C12.6586 5.18995 12.6586 4.81005 12.4243 4.57574L8.60589 0.757359C8.37157 0.523044 7.99167 0.523044 7.75736 0.757359C7.52305 0.991674 7.52305 1.37157 7.75736 1.60589L11.1515 5L7.75736 8.39411C7.52304 8.62843 7.52304 9.00833 7.75736 9.24264C7.99167 9.47696 8.37157 9.47696 8.60589 9.24264L12.4243 5.42426ZM-1.33518e-07 5.6L12 5.6L12 4.4L1.33518e-07 4.4L-1.33518e-07 5.6Z%27 fill=%27white%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width=%2713%27 height=%2710%27 viewBox=%270 0 13 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M12.4243 5.42426C12.6586 5.18995 12.6586 4.81005 12.4243 4.57574L8.60589 0.757359C8.37157 0.523044 7.99167 0.523044 7.75736 0.757359C7.52305 0.991674 7.52305 1.37157 7.75736 1.60589L11.1515 5L7.75736 8.39411C7.52304 8.62843 7.52304 9.00833 7.75736 9.24264C7.99167 9.47696 8.37157 9.47696 8.60589 9.24264L12.4243 5.42426ZM-1.33518e-07 5.6L12 5.6L12 4.4L1.33518e-07 4.4L-1.33518e-07 5.6Z%27 fill=%27white%27/></svg>");
}
.icon-cr.icon-arrow-down:before {
  transform: rotate(90deg);
}
.icon-cr.icon-arrow-up:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width=%2713%27 height=%2710%27 viewBox=%270 0 13 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M12.4243 5.42426C12.6586 5.18995 12.6586 4.81005 12.4243 4.57574L8.60589 0.757359C8.37157 0.523044 7.99167 0.523044 7.75736 0.757359C7.52305 0.991674 7.52305 1.37157 7.75736 1.60589L11.1515 5L7.75736 8.39411C7.52304 8.62843 7.52304 9.00833 7.75736 9.24264C7.99167 9.47696 8.37157 9.47696 8.60589 9.24264L12.4243 5.42426ZM-1.33518e-07 5.6L12 5.6L12 4.4L1.33518e-07 4.4L-1.33518e-07 5.6Z%27 fill=%27white%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width=%2713%27 height=%2710%27 viewBox=%270 0 13 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M12.4243 5.42426C12.6586 5.18995 12.6586 4.81005 12.4243 4.57574L8.60589 0.757359C8.37157 0.523044 7.99167 0.523044 7.75736 0.757359C7.52305 0.991674 7.52305 1.37157 7.75736 1.60589L11.1515 5L7.75736 8.39411C7.52304 8.62843 7.52304 9.00833 7.75736 9.24264C7.99167 9.47696 8.37157 9.47696 8.60589 9.24264L12.4243 5.42426ZM-1.33518e-07 5.6L12 5.6L12 4.4L1.33518e-07 4.4L-1.33518e-07 5.6Z%27 fill=%27white%27/></svg>");
}
.icon-cr.icon-arrow-up:before {
  transform: rotate(-90deg);
}
.icon-cr.icon-ok:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%275 5 54 54%27><path fill=%27black%27 d=%27M53.47 19.29a2.4 2.4 0 0 0-.7-1.7 2.46 2.46 0 0 0-3.39 0L25.64 41.33l-11-11a2.34 2.34 0 0 0-1.69-.71 2.4 2.4 0 0 0-1.7 4.09L24 46.41a2.47 2.47 0 0 0 3.39 0L52.77 21a2.38 2.38 0 0 0 .7-1.71z%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%275 5 54 54%27><path fill=%27black%27 d=%27M53.47 19.29a2.4 2.4 0 0 0-.7-1.7 2.46 2.46 0 0 0-3.39 0L25.64 41.33l-11-11a2.34 2.34 0 0 0-1.69-.71 2.4 2.4 0 0 0-1.7 4.09L24 46.41a2.47 2.47 0 0 0 3.39 0L52.77 21a2.38 2.38 0 0 0 .7-1.71z%27/></svg>");
}
html {
  scroll-behavior: smooth;
}
section#product .opened {
  display: block;
}
@media (min-width: 992px) {
  section#product .hidden-opened .opened {
    display: block;
  }
}
@media (max-width: 991px) {
  section#product .hidden-opened .opened {
    display: none;
  }
}
@media (max-width: 991px) {
  section#product .grayColor {
    background-color: var(--color-light-shade-gray);
    padding: 21px 20px;
    color: var(--color-white) !important;
  }
  section#product .grayColor th {
    color: var(--color-white) !important;
    font-weight: 100;
  }
}
@media (max-width: 991px) {
  section#product .m0 {
    margin: 0 0 2px !important;
  }
}
@media (max-width: 991px) {
  section#product .p0 {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 991px) {
  section#product .rmc {
    padding: 0;
  }
}
section#product .product-model-select {
  width: 14rem;
}
section#product .cr-option-group {
  margin-bottom: -0.5rem;
}
section#product .cr-option-group .cr-option {
  margin-bottom: 0.5rem;
}
section#product .cr-option-rainbow-dot:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  transform: translate(25%, -40%);
  background: conic-gradient(red, yellow, lime, aqua, blue, magenta, red);
  z-index: 1;
  opacity: 0.6;
}
@media (max-width: 991px) {
  section#product #product-main-wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  section#product #product-main-wrapper {
    margin-top: 1rem;
  }
}
@media (min-width: 992px) {
  section#product #product-main-wrapper {
    margin-bottom: 2rem;
  }
}
section#product #product-main-wrapper #product-main {
  align-items: flex-start;
}
@media (max-width: 991px) {
  section#product #product-images {
    margin-left: auto;
    margin-right: auto;
  }
}
section#product #product-main-right {
  flex-grow: 1;
}
section#product #product-main-right .product-variations-types .title-infos {
  font-size: 1rem !important;
}
section#product #product-main-right .product-variations-types .title-infos span {
  font-size: 1.15rem;
}
@media (min-width: 992px) {
  section#product #product-main-right .product-variations-types > :first-child .cr-option-group {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  section#product #product-main-right .product-variations-types > :first-child .cr-option-group {
    margin-top: 1rem;
  }
}
section#product #product-main-right .product-price > :first-child,
section#product #product-main-right .product-price .h1,
section#product #product-main-right .product-variations-types > :first-child .h6 {
  margin-top: 0;
}
section#product #product-main-right .product-info {
  border: 1px solid #D8D8D8;
  padding: 16px;
}
@media (min-width: 992px) {
  section#product #product-main-right {
    flex-grow: 0;
  }
  section#product #product-main-right #product-buy-button-container {
    flex-wrap: nowrap;
  }
}
section#product #product-buy-button-container {
  gap: 7px;
}
section#product #product-buy-button-container .share-button {
  min-width: 51px;
  border: 2px solid var(--color-black);
  background-color: transparent;
  border-radius: 8px;
}
section#product #product-buy-button-container .share-button i {
  color: var(--color-black);
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 3px;
}
section#product #product-buy-button-container .btn-loading {
  border-radius: 8px;
}
section#product #fixed-buy-button {
  position: fixed;
  bottom: -160px;
  left: 0;
  right: 0;
  width: 100vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 16px;
  background-color: var(--color-default-1);
  transition: all 0.5s ease-in-out;
  z-index: 12;
}
section#product #fixed-buy-button.show-fixed-button {
  bottom: 0;
}
@media (max-width: 991px) {
  section#product #product-main-right,
  section#product #product-buy {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
section#product #product-advantages {
  margin: 1rem 0;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}
section#product #product-advantages .slider-product-advantage {
  height: 100%;
  line-height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease;
}
@media (min-width: 992px) {
  section#product #product-advantages .slider-product-advantage {
    width: 350px;
  }
}
@media (max-width: 991px) {
  section#product #product-advantages .slider-product-advantage {
    font-size: 12px;
    width: 100vw;
  }
}
@media (max-width: 330px) {
  section#product #product-advantages .slider-product-advantage {
    font-size: 11px;
  }
}
section#product #product-advantages .slider-product-advantage .icon-cr {
  font-size: 2rem;
}
section#product #product-advantages .slider-product-advantage span {
  max-width: 400px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
section#product #product-advantages .slider-product-advantage.active {
  opacity: 1;
}
section#product .product-advantages-container {
  flex-direction: column;
}
section#product .product-advantages-container i {
  height: 1.72rem;
  width: 1.72rem;
}
section#product .product-price h5 {
  font-size: 1.5rem;
}
section#product #product-alerts {
  margin-top: 1rem;
  flex-basis: 100%;
  border: 1px solid var(--color-default-1);
  padding: 16px;
}
.product-price-promo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 0.45em 0.975em;
  font-size: 1rem !important;
}
@media (max-width: 575px) {
  .product-price-promo {
    width: 100%;
    flex-direction: row;
  }
}
.countdown-product {
  color: var(--color-danger-1);
  margin-top: 0.5em;
  padding: 0.745em 0em;
  padding-left: 10%;
  line-height: 1.4rem;
  margin-bottom: 14px !important;
}
.countdown-product.blackfriday-countdown {
  padding-left: 5%;
}
.countdown-product .countdown {
  text-align: inherit;
}
.countdown-product .hours:after,
.countdown-product .minutes:after,
.countdown-product .seconds:after,
.countdown-product .days:after {
  opacity: 1;
  font-size: 1.25rem;
}
.product-main-info .cr-option-modelings .cr-option.cr-option-selected {
  background-color: transparent !important;
}
.product-main-info .cr-option {
  height: 2.8rem;
  line-height: calc(2.6rem);
  font-size: 1rem;
}
.product-main-info .cr-option-colors .cr-option {
  height: 36px !important;
  width: 36px !important;
}
.product-main-info .cr-option-colors .cr-option-selected {
  height: 39px;
  width: 40px;
  background-color: transparent !important;
  border-radius: 36px !important;
  border: 2px solid var(--color-black) !important;
}
.product-title-mobile {
  font-size: 1.1rem;
  padding-top: 0;
  margin-top: 0;
}
.product-title-desktop {
  font-size: 1.72rem;
  margin-top: 0;
  padding-top: 0;
}
#product-images {
  display: flex;
  flex-direction: column-reverse;
  max-width: 100%;
}
#product-images > #product-image {
  text-align: center;
  position: relative;
}
@media (min-width: 426px) {
  #product-images > #product-image .image-zoom-container {
    border-radius: 0.5rem;
    overflow: hidden;
  }
}
#product-images > #product-image > div {
  position: relative;
  margin: 0 auto;
}
#product-images > #product-image > div .icon-cr {
  position: absolute;
  top: 1rem;
}
#product-images > #product-image > div .icon-question-sign {
  right: 1rem;
}
@media (max-width: 767px) {
  #product-images > #product-image > div .icon-question-sign {
    right: 6rem;
  }
}
#product-images > #product-image > div .icon-wishlist {
  right: 3.5rem;
}
@media (max-width: 767px) {
  #product-images > #product-image > div .icon-wishlist {
    right: 3.5rem;
  }
}
#product-images > #product-image > div .icon-zoom-in,
#product-images > #product-image > div .icon-zoom-out {
  right: 1rem;
}
@media (hover: hover) and (pointer: fine) {
  #product-images > #product-image > div .icon-zoom-in,
  #product-images > #product-image > div .icon-zoom-out {
    pointer-events: none;
  }
}
#product-images > #product-image > div .product-image-pinterest {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
#product-images #product-image-touch-zoom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  z-index: 11;
}
#product-images #product-image-touch-zoom .image-pinch {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#product-images #product-image-touch-zoom p {
  margin: 0.5rem;
  padding: 0.5rem;
  background-color: var(--color-default-3);
  border: 1px solid white;
  border-radius: 0.5rem;
  color: white;
  white-space: nowrap;
  opacity: 0.7;
}
#product-images #product-image-touch-zoom .icon-pinch {
  width: 2em;
  height: 2em;
}
@media (min-width: 992px) {
  #product-images {
    flex-direction: row;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  #product-images > #product-image {
    flex: 1 1 auto;
    margin: 0 0.555rem;
  }
}
#product-images-list-container {
  position: relative;
}
#product-images-list-container #product-images-list-previous,
#product-images-list-container #product-images-list-next {
  z-index: 1;
  position: absolute;
  text-align: center;
  height: 1.5rem;
  cursor: pointer;
  border-radius: 0.5rem;
}
@media (max-width: 991px) {
  #product-images-list-container {
    height: 77px;
    overflow-y: hidden;
    margin-top: 1rem;
    padding-left: calc(1.5rem + 0.5rem);
    padding-right: calc(1.5rem + 0.5rem);
  }
  #product-images-list-container #product-images-list-previous,
  #product-images-list-container #product-images-list-next {
    top: 0;
    height: 100%;
    background-color: var(--color-default-1);
  }
  #product-images-list-container #product-images-list-previous .icon-cr,
  #product-images-list-container #product-images-list-next .icon-cr {
    position: relative;
    top: calc(50% - (1.5rem / 2));
  }
  #product-images-list-container #product-images-list-previous {
    left: 0;
  }
  #product-images-list-container #product-images-list-next {
    right: 0;
  }
}
@media (min-width: 992px) {
  #product-images-list-container {
    overflow: visible;
  }
  #product-images-list-container #product-images-list-previous,
  #product-images-list-container #product-images-list-next {
    width: 100%;
  }
  #product-images-list-container #product-images-list-previous .icon-cr,
  #product-images-list-container #product-images-list-next .icon-cr {
    position: absolute;
    background-color: #fff;
    width: 2.5rem;
    height: 1.5rem;
  }
  #product-images-list-container #product-images-list-previous {
    top: -1.5rem;
  }
  #product-images-list-container #product-images-list-previous .icon-cr {
    margin-top: 25px;
  }
  #product-images-list-container #product-images-list-next {
    bottom: -1.5rem;
  }
  #product-images-list-container #product-images-list-next .icon-cr {
    margin-top: -25px;
  }
}
@media (max-width: 991px) {
  #product-images-list-scroll {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
@media (max-width: 991px) and (hover: none), (max-width: 991px) and (pointer: coarse) {
  #product-images-list-scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 992px) {
  #product-images-list-scroll {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #product-images-list-scroll::-webkit-scrollbar {
    width: 0 !important;
  }
}
@media (min-width: 992px) and (hover: none), (min-width: 992px) and (pointer: coarse) {
  #product-images-list-scroll {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
ul#product-images-list {
  position: relative;
  list-style: none;
  padding-left: 0;
  display: flex;
}
@media (min-width: 992px) {
  ul#product-images-list {
    align-content: center;
    flex-direction: column;
    height: 0;
    transition: top 0.1s ease-in-out;
  }
}
ul#product-images-list li {
  overflow: hidden;
  transition: opacity 0.1s ease-in-out;
  position: relative;
}
ul#product-images-list li.active {
  opacity: 1;
}
ul#product-images-list li .active-open {
  border: 15px solid var(--color-default-1);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  ul#product-images-list li {
    flex: 0 0 64px;
    height: 77px;
    margin-right: 0.5rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  ul#product-images-list li {
    flex: 0 0 auto;
  }
}
ul#product-images-list li img {
  max-width: 100%;
  width: 100%;
}
.icon-cart-carrier-car .icon-cr.icon-cart-carrier-car:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M8 16.5C8 17.3284 7.32843 18 6.5 18C5.67157 18 5 17.3284 5 16.5C5 15.6716 5.67157 15 6.5 15C7.32843 15 8 15.6716 8 16.5Z%27 fill=%27black%27/><path d=%27M15 16.5C15 17.3284 14.3284 18 13.5 18C12.6716 18 12 17.3284 12 16.5C12 15.6716 12.6716 15 13.5 15C14.3284 15 15 15.6716 15 16.5Z%27 fill=%27black%27/><path d=%27M3 4C2.44772 4 2 4.44772 2 5V15C2 15.5523 2.44772 16 3 16H4.05001C4.28164 14.8589 5.29052 14 6.5 14C7.70948 14 8.71836 14.8589 8.94999 16H10C10.5523 16 11 15.5523 11 15V5C11 4.44772 10.5523 4 10 4H3Z%27 fill=%27black%27/><path d=%27M14 7C13.4477 7 13 7.44772 13 8V14.05C13.1616 14.0172 13.3288 14 13.5 14C14.7095 14 15.7184 14.8589 15.95 16H17C17.5523 16 18 15.5523 18 15V10C18 9.73478 17.8946 9.48043 17.7071 9.29289L15.7071 7.29289C15.5196 7.10536 15.2652 7 15 7H14Z%27 fill=%27black%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M8 16.5C8 17.3284 7.32843 18 6.5 18C5.67157 18 5 17.3284 5 16.5C5 15.6716 5.67157 15 6.5 15C7.32843 15 8 15.6716 8 16.5Z%27 fill=%27black%27/><path d=%27M15 16.5C15 17.3284 14.3284 18 13.5 18C12.6716 18 12 17.3284 12 16.5C12 15.6716 12.6716 15 13.5 15C14.3284 15 15 15.6716 15 16.5Z%27 fill=%27black%27/><path d=%27M3 4C2.44772 4 2 4.44772 2 5V15C2 15.5523 2.44772 16 3 16H4.05001C4.28164 14.8589 5.29052 14 6.5 14C7.70948 14 8.71836 14.8589 8.94999 16H10C10.5523 16 11 15.5523 11 15V5C11 4.44772 10.5523 4 10 4H3Z%27 fill=%27black%27/><path d=%27M14 7C13.4477 7 13 7.44772 13 8V14.05C13.1616 14.0172 13.3288 14 13.5 14C14.7095 14 15.7184 14.8589 15.95 16H17C17.5523 16 18 15.5523 18 15V10C18 9.73478 17.8946 9.48043 17.7071 9.29289L15.7071 7.29289C15.5196 7.10536 15.2652 7 15 7H14Z%27 fill=%27black%27/></svg>");
}
.icon-carrier-car .icon-cr.icon-carrier-car:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg style=%27fill:black%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 166.74 127.02%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><path class=%27cls-1%27 d=%27M52.74,108.72a18.3,18.3,0,1,1-36.59,0%27/><path class=%27cls-1%27 d=%27M0,0V108.72H16.15a18.3,18.3,0,1,1,36.59,0H88.27V0Z%27/><path class=%27cls-1%27 d=%27M152.1,108.72a18.3,18.3,0,1,1-36.6,0%27/><path class=%27cls-1%27 d=%27M100.86,53.82v54.9H115.5a18.3,18.3,0,1,1,36.6,0h14.64V53.82Z%27/><path class=%27cls-1%27 d=%27M100.86,20.71V54.9h33.36c0-.14,0-.28,0-.41A33.79,33.79,0,0,0,100.86,20.71Z%27/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg style=%27fill:black%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 166.74 127.02%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><path class=%27cls-1%27 d=%27M52.74,108.72a18.3,18.3,0,1,1-36.59,0%27/><path class=%27cls-1%27 d=%27M0,0V108.72H16.15a18.3,18.3,0,1,1,36.59,0H88.27V0Z%27/><path class=%27cls-1%27 d=%27M152.1,108.72a18.3,18.3,0,1,1-36.6,0%27/><path class=%27cls-1%27 d=%27M100.86,53.82v54.9H115.5a18.3,18.3,0,1,1,36.6,0h14.64V53.82Z%27/><path class=%27cls-1%27 d=%27M100.86,20.71V54.9h33.36c0-.14,0-.28,0-.41A33.79,33.79,0,0,0,100.86,20.71Z%27/></g></g></svg>");
}
.icon-btn-true-fill .icon-cr.icon-btn-true-fill:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27><circle cx=%278%27 cy=%278.5%27 r=%277%27 fill=%27white%27/><path d=%27M7.99999 0.5C6.41821 0.500001 4.87193 0.968918 3.55657 1.84749C2.24122 2.72605 1.21584 3.97484 0.610014 5.43601C0.0041923 6.89718 -0.154873 8.50515 0.152922 10.0567C0.460716 11.6082 1.22155 13.0337 2.33928 14.153C3.457 15.2722 4.88144 16.035 6.43257 16.3449C7.98369 16.6549 9.59188 16.498 11.0539 15.8942C12.5159 15.2904 13.7661 14.2667 14.6464 12.9525C15.5268 11.6384 15.9978 10.0927 16 8.51096C16.0014 7.45946 15.7956 6.41799 15.3942 5.44612C14.9928 4.47425 14.4037 3.59105 13.6607 2.84702C12.9177 2.10299 12.0353 1.51273 11.064 1.11001C10.0927 0.707288 9.05149 0.499999 7.99999 0.5ZM8.43835 10.8671L7.01369 12.2984L5.58246 10.8671L2.82958 8.11425L4.26082 6.68301L7.01369 9.4337L11.7436 4.70164L13.1748 6.13287L8.44054 10.8649L8.43835 10.8671Z%27 fill=%27black%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27><circle cx=%278%27 cy=%278.5%27 r=%277%27 fill=%27white%27/><path d=%27M7.99999 0.5C6.41821 0.500001 4.87193 0.968918 3.55657 1.84749C2.24122 2.72605 1.21584 3.97484 0.610014 5.43601C0.0041923 6.89718 -0.154873 8.50515 0.152922 10.0567C0.460716 11.6082 1.22155 13.0337 2.33928 14.153C3.457 15.2722 4.88144 16.035 6.43257 16.3449C7.98369 16.6549 9.59188 16.498 11.0539 15.8942C12.5159 15.2904 13.7661 14.2667 14.6464 12.9525C15.5268 11.6384 15.9978 10.0927 16 8.51096C16.0014 7.45946 15.7956 6.41799 15.3942 5.44612C14.9928 4.47425 14.4037 3.59105 13.6607 2.84702C12.9177 2.10299 12.0353 1.51273 11.064 1.11001C10.0927 0.707288 9.05149 0.499999 7.99999 0.5ZM8.43835 10.8671L7.01369 12.2984L5.58246 10.8671L2.82958 8.11425L4.26082 6.68301L7.01369 9.4337L11.7436 4.70164L13.1748 6.13287L8.44054 10.8649L8.43835 10.8671Z%27 fill=%27black%27/></svg>");
}
.image-zoom-container {
  position: relative;
  display: block;
  cursor: crosshair;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .image-zoom-container {
    pointer-events: auto;
  }
}
.image-zoom-container.isvideo {
  pointer-events: auto;
}
.image-zoom-container .image-zoom-placeholder {
  overflow: hidden;
  height: 0;
  padding-bottom: 150%;
  background-color: var(--color-background-default);
}
.image-zoom-container img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.image-zoom-container .image-zoom-lens {
  position: absolute;
  border: 1px solid var(--color-default-2);
  width: 3rem;
  height: 3rem;
}
.image-zoom-container .image-zoom-result {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.image-zoom-container .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#product-multiple-sizes {
  display: flex;
  flex-wrap: wrap !important;
  row-gap: 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
#product-multiple-sizes input[type='number'] {
  -webkit-appearance: textfield;
  padding: 2px;
}
#product-multiple-sizes input[type='number']::-webkit-inner-spin-button,
#product-multiple-sizes input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#product-multiple-sizes .d-flex {
  width: 100%;
}
#product-multiple-sizes > div {
  flex-basis: calc(50% - 0.5rem);
}
#product-multiple-sizes > div > p {
  min-width: 15%;
}
#product-multiple-sizes .low-size-quantity {
  flex-basis: 100% !important;
}
#product-multiple-sizes .low-size-quantity > p {
  min-width: 34% !important;
}
#product-buy-button-container {
  display: flex;
}
#product-buy-button-container .btn {
  flex: 1 0 auto;
}
#product-buy-button-container #product-wishlist-mobile-icon {
  background-color: var(--color-default-2);
  padding: 0.5rem;
  border-radius: 50%;
}
#product-buy-button-container #product-wishlist-mobile-icon .icon-cr {
  height: 1.3em;
  width: 1.6em;
}
.product-combo {
  flex-direction: column;
}
@media (min-width: 992px) {
  .product-combo {
    flex-direction: row;
    align-items: center;
  }
}
.price-in-combo {
  border-left: 1px solid #E5702C;
  background: #F7F6F5;
  padding: 8px 7px 8px 5px;
}
.price-in-combo h3 {
  margin: 0;
}
.price-in-combo p {
  font-size: 13px;
  margin: 0;
}
.link-title-size-guide p.cursor-pointer {
  margin-left: auto;
}
.link-title-size-guide u {
  font-size: 0.8rem;
}
@media (min-width: 992px) {
  .link-title-size-guide u {
    font-size: 1rem;
  }
}
.link-title-size-guide .szb__vfr-button {
  font-size: 0.8rem;
}
@media (min-width: 992px) {
  .link-title-size-guide .szb__vfr-button {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .product-combo-regular-price,
  .product-combo-divider {
    padding-top: 1.7rem;
  }
}
.product-combo-divider {
  margin: 1rem 0;
}
@media (min-width: 992px) {
  .product-combo-divider {
    margin: 0 1rem;
  }
}
.product-price-frame-content {
  border: 1px solid var(--color-default-4);
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  flex-direction: column;
}
.product-price-frame-content > :nth-child(2) {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px dashed var(--color-primary-5);
}
@media (min-width: 1200px) {
  .product-price-frame-content {
    flex-direction: row;
    align-items: center;
  }
  .product-price-frame-content > :nth-child(2) {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    border-left: 1px dashed var(--color-primary-5);
  }
}
.product-price-frame-badge {
  line-height: 1.7rem;
  background-color: var(--color-default-4);
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.product-price-frame-primary .product-price-frame-content {
  border-color: var(--color-primary-5);
}
@media (max-width: 991px) {
  .withpricebadge {
    display: block !important;
    padding-top: 0 !important;
  }
  .hiddenfixedbutton {
    bottom: -145px !important;
  }
}
.product-price-promo.mobile-badge-price {
  font-size: 1rem !important;
  margin-top: 0;
}
.open-rules-mobile {
  margin-top: -3px;
  height: 35px;
  width: 35px;
  float: right;
}
.green-button {
  background-color: var(--color-success-5);
  color: #201f1e;
}
@media (hover: hover) and (pointer: fine) {
  .green-button:not([disabled]):not(.btn-disabled):hover {
    background-color: #117332;
  }
}
.dot:before {
  content: '';
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  margin-right: 0.5rem;
  margin-bottom: 0.15em;
  background: var(--color-default-4);
}
.dot-primary:before {
  background: var(--color-primary-3);
}
.dot-info:before {
  background: var(--color-info-3);
}
.dot-danger:before {
  background: var(--color-danger-3);
}
.dot-warning:before {
  background: var(--color-warning-3);
}
.dot-success:before {
  background: var(--color-success-3);
}
.dot-rainbow:before {
  background: conic-gradient(red, yellow, lime, aqua, blue, magenta, red);
  opacity: 0.6;
  width: 10px;
  height: 10px;
  margin-bottom: 0;
}
.new-countdown .banner-text {
  font-size: 1.5rem;
}
.new-countdown .countdown-wrapper {
  background-color: white;
  width: 288px;
  height: 40px;
  position: relative;
  margin: 0 auto;
}
.new-countdown .countdown-wrapper .countdown-warning-text {
  font-size: 1rem;
  letter-spacing: 1px;
  color: black !important;
}
.new-countdown .countdown-wrapper .timer-number {
  font-size: 1.2rem;
  font-weight: bold;
  color: black !important;
}
.new-countdown .countdown-wrapper .timer-letter {
  font-size: 1rem;
  font-weight: 400;
  color: black !important;
}
.new-countdown .countdown-wrapper .countdown-clock {
  left: 8px;
  width: 24px;
  height: 24px;
}
.new-countdown .countdown-wrapper .countdown-clock .clock-container {
  width: 20px;
  height: 20px;
}
.new-countdown .countdown-wrapper .countdown-clock .clock-container:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 21 20%27 fill=%27none%27%3E%3Cpath d=%27M10.49 0C4.97 0 0.5 4.48 0.5 10C0.5 15.52 4.97 20 10.49 20C16.02 20 20.5 15.52 20.5 10C20.5 4.48 16.02 0 10.49 0ZM13.79 14.71L9.5 10.41V5H11.5V9.59L15.21 13.3L13.79 14.71Z%27 fill=%27currentColor%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.new-countdown .countdown-wrapper .countdown-chevron {
  right: 8px;
  text-decoration: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.new-countdown .countdown-wrapper .countdown-chevron .chevron-container {
  width: 20px;
  height: 20px;
}
.new-countdown .countdown-wrapper .countdown-chevron .chevron-container:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%2724%27 viewBox=%270 0 24 24%27 width=%2724%27%3E%3Cpath d=%27M0 0h24v24H0z%27 fill=%27none%27/%3E%3Cpath d=%27M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z%27 fill=%27currentColor%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.new-countdown .countdown-wrapper .countdown-chevron:hover .chevron-container::after {
  opacity: 0.7;
}
.promo-section {
  padding: 0.5rem 0;
  gap: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.promo-section .promo-container {
  width: 100%;
}
.promo-section .countdown-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D8D8D8;
}
.promo-section #product-price-promo {
  width: 100%;
  height: 100%;
  margin: 0 !important;
}
.experiment-countdown.countdown-product {
  padding: 0;
}
.experiment-countdown.countdown-product .product-timer {
  color: var(--color-default-5) !important;
  font-size: 1rem;
  font-weight: 600;
}
.experiment-countdown.countdown-product .product-timer-letter {
  color: var(--color-default-5) !important;
  font-size: 1rem;
}
.icon-cr.icon-useful:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width=%279%27 height=%279%27 viewBox=%270 0 9 9%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M8.99299 3.53112C8.92364 3.86771 8.85262 4.20309 8.77993 4.53727C8.64971 5.14256 8.51447 5.76824 8.40449 6.38859C8.39099 6.46312 8.37923 6.5425 8.36558 6.62393C8.23379 7.46424 8.09886 7.83969 7.64874 7.83969H2.89209V2.97823C3.15999 2.92287 3.41409 2.81444 3.63943 2.65935C3.86477 2.50425 4.05679 2.30562 4.20418 2.07517C4.49612 1.65269 4.75613 1.20903 4.98205 0.74786C5.00574 0.698753 5.0277 0.649803 5.05139 0.600695C5.21362 0.25067 5.30164 0.105231 5.51799 0.0697733C5.63987 0.0555208 5.76294 0.0837248 5.86645 0.149631C5.94313 0.196982 6.00609 0.263568 6.04908 0.342778C6.09207 0.421988 6.11359 0.511066 6.11151 0.601166V2.28336C6.11184 2.47702 6.18893 2.66266 6.32589 2.79958C6.46284 2.93651 6.64849 3.01356 6.84216 3.01385H8.44512C8.5326 3.01161 8.6195 3.02873 8.69959 3.06399C8.77969 3.09925 8.851 3.15177 8.90842 3.21781C8.94551 3.2601 8.97242 3.31033 8.98708 3.36465C9.00174 3.41896 9.00376 3.47591 8.99299 3.53112Z%27 fill=%27black%27/><path d=%27M2.21569 2.89362V8.09662C2.21569 8.20645 2.17851 8.32992 2.04672 8.32992H0.545106C0.500315 8.3298 0.457392 8.31196 0.425706 8.2803C0.394019 8.24864 0.376142 8.20574 0.375977 8.16095V2.69232C0.376101 2.64751 0.39396 2.60456 0.425651 2.57287C0.457342 2.54118 0.500288 2.52332 0.545106 2.52319H2.04672C2.07108 2.5231 2.09514 2.52853 2.11709 2.53907C2.13905 2.54962 2.15833 2.565 2.17349 2.58407C2.23091 2.65514 2.21569 2.80231 2.21569 2.89362Z%27 fill=%27black%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width=%279%27 height=%279%27 viewBox=%270 0 9 9%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M8.99299 3.53112C8.92364 3.86771 8.85262 4.20309 8.77993 4.53727C8.64971 5.14256 8.51447 5.76824 8.40449 6.38859C8.39099 6.46312 8.37923 6.5425 8.36558 6.62393C8.23379 7.46424 8.09886 7.83969 7.64874 7.83969H2.89209V2.97823C3.15999 2.92287 3.41409 2.81444 3.63943 2.65935C3.86477 2.50425 4.05679 2.30562 4.20418 2.07517C4.49612 1.65269 4.75613 1.20903 4.98205 0.74786C5.00574 0.698753 5.0277 0.649803 5.05139 0.600695C5.21362 0.25067 5.30164 0.105231 5.51799 0.0697733C5.63987 0.0555208 5.76294 0.0837248 5.86645 0.149631C5.94313 0.196982 6.00609 0.263568 6.04908 0.342778C6.09207 0.421988 6.11359 0.511066 6.11151 0.601166V2.28336C6.11184 2.47702 6.18893 2.66266 6.32589 2.79958C6.46284 2.93651 6.64849 3.01356 6.84216 3.01385H8.44512C8.5326 3.01161 8.6195 3.02873 8.69959 3.06399C8.77969 3.09925 8.851 3.15177 8.90842 3.21781C8.94551 3.2601 8.97242 3.31033 8.98708 3.36465C9.00174 3.41896 9.00376 3.47591 8.99299 3.53112Z%27 fill=%27black%27/><path d=%27M2.21569 2.89362V8.09662C2.21569 8.20645 2.17851 8.32992 2.04672 8.32992H0.545106C0.500315 8.3298 0.457392 8.31196 0.425706 8.2803C0.394019 8.24864 0.376142 8.20574 0.375977 8.16095V2.69232C0.376101 2.64751 0.39396 2.60456 0.425651 2.57287C0.457342 2.54118 0.500288 2.52332 0.545106 2.52319H2.04672C2.07108 2.5231 2.09514 2.52853 2.11709 2.53907C2.13905 2.54962 2.15833 2.565 2.17349 2.58407C2.23091 2.65514 2.21569 2.80231 2.21569 2.89362Z%27 fill=%27black%27/></svg>");
}
.icon-cr.icon-star:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2725%27 height=%2724%27 viewBox=%270 0 25 24%27 fill=%27none%27><path d=%27M12.5 2.27646L15.4641 8.33833C15.609 8.63447 15.8904 8.84022 16.2165 8.88834L22.8659 9.86944L18.0489 14.6055C17.8157 14.8348 17.7093 15.1637 17.7641 15.4861L18.8987 22.1637L12.9689 19.0158C12.6757 18.8601 12.3243 18.8601 12.0311 19.0158L6.10132 22.1637L7.23587 15.4861C7.29065 15.1637 7.18431 14.8348 6.9511 14.6055L2.13415 9.86944L8.78347 8.88834C9.10959 8.84022 9.39104 8.63447 9.53585 8.33833L12.5 2.27646Z%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2725%27 height=%2724%27 viewBox=%270 0 25 24%27 fill=%27none%27><path d=%27M12.5 2.27646L15.4641 8.33833C15.609 8.63447 15.8904 8.84022 16.2165 8.88834L22.8659 9.86944L18.0489 14.6055C17.8157 14.8348 17.7093 15.1637 17.7641 15.4861L18.8987 22.1637L12.9689 19.0158C12.6757 18.8601 12.3243 18.8601 12.0311 19.0158L6.10132 22.1637L7.23587 15.4861C7.29065 15.1637 7.18431 14.8348 6.9511 14.6055L2.13415 9.86944L8.78347 8.88834C9.10959 8.84022 9.39104 8.63447 9.53585 8.33833L12.5 2.27646Z%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
}
.icon-cr.icon-star-gray:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2715%27 height=%2714%27 viewBox=%270 0 25 24%27 fill=%27none%27><path d=%27M12.5 0L16.3625 7.89905L25 9.1735L18.75 15.3186L20.225 24L12.5 19.8991L4.775 24L6.25 15.3186L0 9.1735L8.6375 7.89905L12.5 0Z%27 fill=%27%23FBC13E%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2715%27 height=%2714%27 viewBox=%270 0 25 24%27 fill=%27none%27><path d=%27M12.5 0L16.3625 7.89905L25 9.1735L18.75 15.3186L20.225 24L12.5 19.8991L4.775 24L6.25 15.3186L0 9.1735L8.6375 7.89905L12.5 0Z%27 fill=%27%23FBC13E%27/></svg>");
}
.icon-cr.icon-star-black:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2715%27 height=%2714%27 viewBox=%270 0 25 24%27 fill=%27none%27><path d=%27M12.5 0L16.3625 7.89905L25 9.1735L18.75 15.3186L20.225 24L12.5 19.8991L4.775 24L6.25 15.3186L0 9.1735L8.6375 7.89905L12.5 0Z%27 fill=%27%23FBC13E%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2715%27 height=%2714%27 viewBox=%270 0 25 24%27 fill=%27none%27><path d=%27M12.5 0L16.3625 7.89905L25 9.1735L18.75 15.3186L20.225 24L12.5 19.8991L4.775 24L6.25 15.3186L0 9.1735L8.6375 7.89905L12.5 0Z%27 fill=%27%23FBC13E%27/></svg>");
}
.icon-cr.icon-star-yellow:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2725%27 height=%2724%27 viewBox=%270 0 25 24%27 fill=%27none%27><path d=%27M12.5 0L16.3625 7.89905L25 9.1735L18.75 15.3186L20.225 24L12.5 19.8991L4.775 24L6.25 15.3186L0 9.1735L8.6375 7.89905L12.5 0Z%27 fill=%27%23FBC13E%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2725%27 height=%2724%27 viewBox=%270 0 25 24%27 fill=%27none%27><path d=%27M12.5 0L16.3625 7.89905L25 9.1735L18.75 15.3186L20.225 24L12.5 19.8991L4.775 24L6.25 15.3186L0 9.1735L8.6375 7.89905L12.5 0Z%27 fill=%27%23FBC13E%27/></svg>");
}
.icon-cr.icon-star-half-yellow:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2725%27 height=%2724%27 viewBox=%270 0 25 24%27 fill=%27none%27><path d=%27M12.5 2.27646L15.4641 8.33833C15.609 8.63447 15.8904 8.84023 16.2165 8.88834L22.8659 9.86944L18.0489 14.6055C17.8157 14.8348 17.7093 15.1637 17.7641 15.4861L18.5016 19.8268L18.8987 22.1637L12.9689 19.0158C12.6757 18.8601 12.3243 18.8601 12.0311 19.0158L6.10132 22.1637L7.23587 15.4861C7.29065 15.1637 7.18431 14.8348 6.9511 14.6055L2.13415 9.86944L8.78347 8.88834C9.10959 8.84023 9.39104 8.63447 9.53585 8.33833L12.5 2.27646Z%27 stroke=%27%23201F1E%27 stroke-opacity=%270.2%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M12.5 19.8991V0L8.6375 7.89905L0 9.1735L6.25 15.3186L4.775 24L12.5 19.8991Z%27 fill=%27%23FBC13E%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2725%27 height=%2724%27 viewBox=%270 0 25 24%27 fill=%27none%27><path d=%27M12.5 2.27646L15.4641 8.33833C15.609 8.63447 15.8904 8.84023 16.2165 8.88834L22.8659 9.86944L18.0489 14.6055C17.8157 14.8348 17.7093 15.1637 17.7641 15.4861L18.5016 19.8268L18.8987 22.1637L12.9689 19.0158C12.6757 18.8601 12.3243 18.8601 12.0311 19.0158L6.10132 22.1637L7.23587 15.4861C7.29065 15.1637 7.18431 14.8348 6.9511 14.6055L2.13415 9.86944L8.78347 8.88834C9.10959 8.84023 9.39104 8.63447 9.53585 8.33833L12.5 2.27646Z%27 stroke=%27%23201F1E%27 stroke-opacity=%270.2%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M12.5 19.8991V0L8.6375 7.89905L0 9.1735L6.25 15.3186L4.775 24L12.5 19.8991Z%27 fill=%27%23FBC13E%27/></svg>");
}
.icon-cr.icon-cashback:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27><g stroke=%27green%27 stroke-width=%271.3%27 stroke-linecap=%27square%27><path d=%27m2.827 1.906-.091 2.499 2.498.09m11.951 13.547-.178-2.493-2.494.178%27/><path d=%27M18.49 7A9 9 0 0 0 3.64 3.64m12.72 12.72A9 9 0 0 1 1.51 13M10 6v8m2.084-7H8.959c-.387 0-.758.158-1.032.44A1.522 1.522 0 0 0 7.5 8.5c0 .398.154.78.427 1.06.274.282.645.44 1.032.44h2.083c.387 0 .758.158 1.031.44.274.28.427.662.427 1.06s-.153.78-.427 1.06c-.273.282-.644.44-1.031.44H7.5%27/></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27><g stroke=%27green%27 stroke-width=%271.3%27 stroke-linecap=%27square%27><path d=%27m2.827 1.906-.091 2.499 2.498.09m11.951 13.547-.178-2.493-2.494.178%27/><path d=%27M18.49 7A9 9 0 0 0 3.64 3.64m12.72 12.72A9 9 0 0 1 1.51 13M10 6v8m2.084-7H8.959c-.387 0-.758.158-1.032.44A1.522 1.522 0 0 0 7.5 8.5c0 .398.154.78.427 1.06.274.282.645.44 1.032.44h2.083c.387 0 .758.158 1.031.44.274.28.427.662.427 1.06s-.153.78-.427 1.06c-.273.282-.644.44-1.031.44H7.5%27/></g></svg>");
}
.icon-cr.icon-combo:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width=%2741%27 height=%2740%27 viewBox=%270 0 41 40%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M6.142 5.858a20 20 0 1 0 28.285 28.284A20 20 0 0 0 6.142 5.858m25.235 17.43h-7.585v7.433l-6.929-.003v-7.426H9.21l-.004-6.573h7.654V9.295h6.932v7.426h7.585z%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width=%2741%27 height=%2740%27 viewBox=%270 0 41 40%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M6.142 5.858a20 20 0 1 0 28.285 28.284A20 20 0 0 0 6.142 5.858m25.235 17.43h-7.585v7.433l-6.929-.003v-7.426H9.21l-.004-6.573h7.654V9.295h6.932v7.426h7.585z%27/></svg>");
}
.icon-cr.icon-combo-plus:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg viewBox=%270 0 57 58%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M14.1421 14.8579C11.3451 17.6549 9.44027 21.2186 8.66857 25.0982C7.89687 28.9778 8.29293 32.9991 9.80668 36.6537C11.3204 40.3082 13.8839 43.4318 17.1729 45.6294C20.4619 47.827 24.3286 49 28.2843 49C32.2399 49 36.1067 47.827 39.3957 45.6294C42.6847 43.4318 45.2481 40.3082 46.7619 36.6537C48.2756 32.9991 48.6717 28.9778 47.9 25.0982C47.1283 21.2186 45.2235 17.6549 42.4264 14.8579C38.675 11.1085 33.5882 9.00222 28.2843 9.00222C22.9804 9.00222 17.8936 11.1084 14.1421 14.8579ZM39.3773 32.2881H31.7923L31.7923 39.7213L24.8635 39.7175L24.8635 32.2919L17.2102 32.2919L17.2065 25.7195L24.8597 25.7195L24.8597 18.2938L31.7923 18.2938L31.7923 25.7195L39.3773 25.7195L39.3773 32.2881Z%27 fill=%27black%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg viewBox=%270 0 57 58%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M14.1421 14.8579C11.3451 17.6549 9.44027 21.2186 8.66857 25.0982C7.89687 28.9778 8.29293 32.9991 9.80668 36.6537C11.3204 40.3082 13.8839 43.4318 17.1729 45.6294C20.4619 47.827 24.3286 49 28.2843 49C32.2399 49 36.1067 47.827 39.3957 45.6294C42.6847 43.4318 45.2481 40.3082 46.7619 36.6537C48.2756 32.9991 48.6717 28.9778 47.9 25.0982C47.1283 21.2186 45.2235 17.6549 42.4264 14.8579C38.675 11.1085 33.5882 9.00222 28.2843 9.00222C22.9804 9.00222 17.8936 11.1084 14.1421 14.8579ZM39.3773 32.2881H31.7923L31.7923 39.7213L24.8635 39.7175L24.8635 32.2919L17.2102 32.2919L17.2065 25.7195L24.8597 25.7195L24.8597 18.2938L31.7923 18.2938L31.7923 25.7195L39.3773 25.7195L39.3773 32.2881Z%27 fill=%27black%27/></svg>");
}
.icon-cr.icon-flame:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M9.16747 13.0773C9.45223 12.7435 9.63256 12.284 9.67636 11.7839C9.7813 10.5858 8.78032 9.62061 8.20068 9.16717C8.25365 9.97163 7.79672 10.4753 7.44779 10.8608C7.38819 10.9267 7.33011 10.9906 7.27714 11.0535C6.83345 11.579 6.50845 12.104 7.03466 13.2032C7.14163 13.4025 7.1722 13.5339 6.82784 13.4923C6.06069 13.4061 5.3725 13.0764 4.83862 12.5392C4.29815 11.995 3.9925 11.2986 4.00014 10.629C4.00727 9.94784 4.24364 9.44113 4.47185 8.95113C4.76679 8.31761 5.02149 7.77185 4.59971 7.06729C4.43263 6.7802 4.47694 6.71579 4.81111 6.76397C5.66028 6.91665 6.18651 7.66682 6.33935 8.42461C6.57163 8.10912 6.85232 7.48219 6.71681 6.37144C6.56807 5.14903 6.64906 3.7446 8.37793 2.59726C8.63977 2.42987 8.72586 2.47147 8.69428 2.77732C8.61379 4.24422 8.99533 5.30028 10.0111 6.42165C10.8012 7.29408 11.6177 8.19539 11.905 9.52478C12.1271 10.5509 11.958 11.4664 11.4155 12.1725C10.956 12.771 10.2291 13.2093 9.36771 13.4071C9.1018 13.4441 8.95964 13.3345 9.16747 13.0773Z%27 fill=%27black%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M9.16747 13.0773C9.45223 12.7435 9.63256 12.284 9.67636 11.7839C9.7813 10.5858 8.78032 9.62061 8.20068 9.16717C8.25365 9.97163 7.79672 10.4753 7.44779 10.8608C7.38819 10.9267 7.33011 10.9906 7.27714 11.0535C6.83345 11.579 6.50845 12.104 7.03466 13.2032C7.14163 13.4025 7.1722 13.5339 6.82784 13.4923C6.06069 13.4061 5.3725 13.0764 4.83862 12.5392C4.29815 11.995 3.9925 11.2986 4.00014 10.629C4.00727 9.94784 4.24364 9.44113 4.47185 8.95113C4.76679 8.31761 5.02149 7.77185 4.59971 7.06729C4.43263 6.7802 4.47694 6.71579 4.81111 6.76397C5.66028 6.91665 6.18651 7.66682 6.33935 8.42461C6.57163 8.10912 6.85232 7.48219 6.71681 6.37144C6.56807 5.14903 6.64906 3.7446 8.37793 2.59726C8.63977 2.42987 8.72586 2.47147 8.69428 2.77732C8.61379 4.24422 8.99533 5.30028 10.0111 6.42165C10.8012 7.29408 11.6177 8.19539 11.905 9.52478C12.1271 10.5509 11.958 11.4664 11.4155 12.1725C10.956 12.771 10.2291 13.2093 9.36771 13.4071C9.1018 13.4441 8.95964 13.3345 9.16747 13.0773Z%27 fill=%27black%27/></svg>");
}
.icon-cr.icon-product-exchange:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width=%2721%27 height=%2719%27 viewBox=%270 0 21 19%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M4.10872 5.30803L5.70272 4.82003C5.82833 4.78162 5.96028 4.76832 6.09103 4.7809C6.22177 4.79348 6.34876 4.83169 6.46474 4.89335C6.58072 4.95501 6.68342 5.03891 6.76698 5.14026C6.85054 5.24161 6.91331 5.35842 6.95172 5.48403C6.99014 5.60964 7.00343 5.74158 6.99085 5.87233C6.97827 6.00308 6.94006 6.13007 6.8784 6.24605C6.81674 6.36203 6.73284 6.46473 6.6315 6.54829C6.53015 6.63184 6.41333 6.69462 6.28772 6.73303L2.46272 7.90303C2.33705 7.94145 2.20504 7.95473 2.07423 7.94209C1.94342 7.92946 1.81639 7.89117 1.70039 7.82941C1.58439 7.76765 1.4817 7.68363 1.3982 7.58216C1.31469 7.48068 1.25201 7.36375 1.21372 7.23803L0.0437243 3.41303C0.00531264 3.28742 -0.00798228 3.15547 0.00459861 3.02473C0.0171795 2.89398 0.0553898 2.76699 0.117048 2.65101C0.178706 2.53503 0.262604 2.43233 0.363953 2.34877C0.465301 2.26522 0.582115 2.20244 0.707724 2.16403C0.961404 2.08645 1.23551 2.11283 1.46974 2.23735C1.70398 2.36188 1.87915 2.57435 1.95672 2.82803L2.39672 4.26903C4.80472 0.560029 9.58172 -1.03497 13.8227 0.703029C15.091 1.22289 16.23 2.01437 17.1595 3.02179C18.089 4.0292 18.7864 5.22807 19.2027 6.53403C19.2454 6.65983 19.2626 6.79288 19.2533 6.9254C19.244 7.05792 19.2083 7.18725 19.1485 7.30585C19.0886 7.42444 19.0057 7.52992 18.9046 7.61613C18.8036 7.70234 18.6863 7.76754 18.5598 7.80793C18.4332 7.84832 18.2999 7.86309 18.1676 7.85138C18.0352 7.83967 17.9066 7.80171 17.7891 7.73971C17.6716 7.67772 17.5676 7.59294 17.4832 7.49032C17.3989 7.3877 17.3358 7.2693 17.2977 7.14203C16.8753 5.8154 16.0862 4.63531 15.0216 3.73803C13.957 2.84074 12.6604 2.26285 11.2814 2.07108C9.90239 1.87931 8.49727 2.08147 7.22827 2.65424C5.95927 3.22701 4.87814 4.14701 4.10972 5.30803H4.10872ZM16.4357 13.503L14.6607 13.946C14.5322 13.9813 14.3979 13.9905 14.2658 13.9731C14.1337 13.9557 14.0063 13.9121 13.8913 13.8448C13.7763 13.7775 13.6759 13.6879 13.5959 13.5812C13.516 13.4746 13.4583 13.353 13.426 13.2237C13.3937 13.0944 13.3877 12.9599 13.4081 12.8282C13.4285 12.6966 13.4751 12.5703 13.545 12.4568C13.615 12.3434 13.7069 12.2451 13.8154 12.1677C13.9238 12.0902 14.0467 12.0353 14.1767 12.006L17.8197 11.097C18.0095 11.0067 18.223 10.9787 18.4297 11.017C18.6289 11.0432 18.8155 11.1288 18.9653 11.2626C19.1152 11.3963 19.2212 11.5721 19.2697 11.767L20.2377 15.647C20.2951 15.9019 20.2504 16.169 20.1133 16.3914C19.9763 16.6137 19.7576 16.7736 19.5042 16.8368C19.2507 16.9001 18.9826 16.8616 18.7572 16.7297C18.5317 16.5978 18.3668 16.3829 18.2977 16.131L17.9677 14.809C17.0049 16.1946 15.6862 17.2948 14.1505 17.9939C12.6149 18.6929 10.9191 18.9648 9.24189 18.7809C7.56468 18.597 5.96809 17.9642 4.62033 16.9492C3.27257 15.9341 2.22353 14.5743 1.58372 13.013L1.32372 12.379C1.27395 12.2575 1.24861 12.1273 1.24914 11.996C1.24967 11.8647 1.27606 11.7347 1.3268 11.6136C1.37755 11.4925 1.45166 11.3825 1.5449 11.29C1.63814 11.1975 1.74869 11.1243 1.87022 11.0745C2.11568 10.974 2.39102 10.9751 2.63566 11.0776C2.75679 11.1284 2.86674 11.2025 2.95924 11.2957C3.05173 11.3889 3.12495 11.4995 3.17472 11.621L3.43472 12.254C3.94447 13.4979 4.78422 14.5789 5.86334 15.3804C6.94246 16.1819 8.21997 16.6735 9.55803 16.8022C10.8961 16.9308 12.2439 16.6916 13.4559 16.1104C14.668 15.5291 15.6983 14.6279 16.4357 13.504V13.503Z%27 fill=%27black%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width=%2721%27 height=%2719%27 viewBox=%270 0 21 19%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M4.10872 5.30803L5.70272 4.82003C5.82833 4.78162 5.96028 4.76832 6.09103 4.7809C6.22177 4.79348 6.34876 4.83169 6.46474 4.89335C6.58072 4.95501 6.68342 5.03891 6.76698 5.14026C6.85054 5.24161 6.91331 5.35842 6.95172 5.48403C6.99014 5.60964 7.00343 5.74158 6.99085 5.87233C6.97827 6.00308 6.94006 6.13007 6.8784 6.24605C6.81674 6.36203 6.73284 6.46473 6.6315 6.54829C6.53015 6.63184 6.41333 6.69462 6.28772 6.73303L2.46272 7.90303C2.33705 7.94145 2.20504 7.95473 2.07423 7.94209C1.94342 7.92946 1.81639 7.89117 1.70039 7.82941C1.58439 7.76765 1.4817 7.68363 1.3982 7.58216C1.31469 7.48068 1.25201 7.36375 1.21372 7.23803L0.0437243 3.41303C0.00531264 3.28742 -0.00798228 3.15547 0.00459861 3.02473C0.0171795 2.89398 0.0553898 2.76699 0.117048 2.65101C0.178706 2.53503 0.262604 2.43233 0.363953 2.34877C0.465301 2.26522 0.582115 2.20244 0.707724 2.16403C0.961404 2.08645 1.23551 2.11283 1.46974 2.23735C1.70398 2.36188 1.87915 2.57435 1.95672 2.82803L2.39672 4.26903C4.80472 0.560029 9.58172 -1.03497 13.8227 0.703029C15.091 1.22289 16.23 2.01437 17.1595 3.02179C18.089 4.0292 18.7864 5.22807 19.2027 6.53403C19.2454 6.65983 19.2626 6.79288 19.2533 6.9254C19.244 7.05792 19.2083 7.18725 19.1485 7.30585C19.0886 7.42444 19.0057 7.52992 18.9046 7.61613C18.8036 7.70234 18.6863 7.76754 18.5598 7.80793C18.4332 7.84832 18.2999 7.86309 18.1676 7.85138C18.0352 7.83967 17.9066 7.80171 17.7891 7.73971C17.6716 7.67772 17.5676 7.59294 17.4832 7.49032C17.3989 7.3877 17.3358 7.2693 17.2977 7.14203C16.8753 5.8154 16.0862 4.63531 15.0216 3.73803C13.957 2.84074 12.6604 2.26285 11.2814 2.07108C9.90239 1.87931 8.49727 2.08147 7.22827 2.65424C5.95927 3.22701 4.87814 4.14701 4.10972 5.30803H4.10872ZM16.4357 13.503L14.6607 13.946C14.5322 13.9813 14.3979 13.9905 14.2658 13.9731C14.1337 13.9557 14.0063 13.9121 13.8913 13.8448C13.7763 13.7775 13.6759 13.6879 13.5959 13.5812C13.516 13.4746 13.4583 13.353 13.426 13.2237C13.3937 13.0944 13.3877 12.9599 13.4081 12.8282C13.4285 12.6966 13.4751 12.5703 13.545 12.4568C13.615 12.3434 13.7069 12.2451 13.8154 12.1677C13.9238 12.0902 14.0467 12.0353 14.1767 12.006L17.8197 11.097C18.0095 11.0067 18.223 10.9787 18.4297 11.017C18.6289 11.0432 18.8155 11.1288 18.9653 11.2626C19.1152 11.3963 19.2212 11.5721 19.2697 11.767L20.2377 15.647C20.2951 15.9019 20.2504 16.169 20.1133 16.3914C19.9763 16.6137 19.7576 16.7736 19.5042 16.8368C19.2507 16.9001 18.9826 16.8616 18.7572 16.7297C18.5317 16.5978 18.3668 16.3829 18.2977 16.131L17.9677 14.809C17.0049 16.1946 15.6862 17.2948 14.1505 17.9939C12.6149 18.6929 10.9191 18.9648 9.24189 18.7809C7.56468 18.597 5.96809 17.9642 4.62033 16.9492C3.27257 15.9341 2.22353 14.5743 1.58372 13.013L1.32372 12.379C1.27395 12.2575 1.24861 12.1273 1.24914 11.996C1.24967 11.8647 1.27606 11.7347 1.3268 11.6136C1.37755 11.4925 1.45166 11.3825 1.5449 11.29C1.63814 11.1975 1.74869 11.1243 1.87022 11.0745C2.11568 10.974 2.39102 10.9751 2.63566 11.0776C2.75679 11.1284 2.86674 11.2025 2.95924 11.2957C3.05173 11.3889 3.12495 11.4995 3.17472 11.621L3.43472 12.254C3.94447 13.4979 4.78422 14.5789 5.86334 15.3804C6.94246 16.1819 8.21997 16.6735 9.55803 16.8022C10.8961 16.9308 12.2439 16.6916 13.4559 16.1104C14.668 15.5291 15.6983 14.6279 16.4357 13.504V13.503Z%27 fill=%27black%27/></svg>");
}
.icon-cr.icon-product-carrier:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M7 19C8.10457 19 9 18.1046 9 17C9 15.8954 8.10457 15 7 15C5.89543 15 5 15.8954 5 17C5 18.1046 5.89543 19 7 19Z%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-miterlimit=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M17 19C18.1046 19 19 18.1046 19 17C19 15.8954 18.1046 15 17 15C15.8954 15 15 15.8954 15 17C15 18.1046 15.8954 19 17 19Z%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-miterlimit=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M14 17V6.6C14 6.26863 13.7314 6 13.4 6H2.6C2.26863 6 2 6.26863 2 6.6V16.4C2 16.7314 2.26863 17 2.6 17H4.65%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-linecap=%27round%27/><path d=%27M13.9998 17H9.0498%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-linecap=%27round%27/><path d=%27M14 9H19.6101C19.8472 9 20.0621 9.13964 20.1584 9.35632L21.9483 13.3836C21.9824 13.4604 22 13.5434 22 13.6273V16.4C22 16.7314 21.7314 17 21.4 17H19.5%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-linecap=%27round%27/><path d=%27M14 17H15%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-linecap=%27round%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M7 19C8.10457 19 9 18.1046 9 17C9 15.8954 8.10457 15 7 15C5.89543 15 5 15.8954 5 17C5 18.1046 5.89543 19 7 19Z%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-miterlimit=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M17 19C18.1046 19 19 18.1046 19 17C19 15.8954 18.1046 15 17 15C15.8954 15 15 15.8954 15 17C15 18.1046 15.8954 19 17 19Z%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-miterlimit=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M14 17V6.6C14 6.26863 13.7314 6 13.4 6H2.6C2.26863 6 2 6.26863 2 6.6V16.4C2 16.7314 2.26863 17 2.6 17H4.65%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-linecap=%27round%27/><path d=%27M13.9998 17H9.0498%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-linecap=%27round%27/><path d=%27M14 9H19.6101C19.8472 9 20.0621 9.13964 20.1584 9.35632L21.9483 13.3836C21.9824 13.4604 22 13.5434 22 13.6273V16.4C22 16.7314 21.7314 17 21.4 17H19.5%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-linecap=%27round%27/><path d=%27M14 17H15%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-linecap=%27round%27/></svg>");
}
.icon-cr.icon-equal:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width=%2744%27 height=%2744%27 viewBox=%270 0 44 44%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><rect x=%2713%27 y=%2716%27 width=%2718%27 height=%275%27 fill=%27black%27/><rect x=%2713%27 y=%2724%27 width=%2718%27 height=%275%27 fill=%27black%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width=%2744%27 height=%2744%27 viewBox=%270 0 44 44%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><rect x=%2713%27 y=%2716%27 width=%2718%27 height=%275%27 fill=%27black%27/><rect x=%2713%27 y=%2724%27 width=%2718%27 height=%275%27 fill=%27black%27/></svg>");
}
.icon-cr.icon-empty-wishlist:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M17.3666 3.84166C16.941 3.41583 16.4356 3.07803 15.8794 2.84757C15.3232 2.6171 14.727 2.49847 14.1249 2.49847C13.5229 2.49847 12.9267 2.6171 12.3705 2.84757C11.8143 3.07803 11.3089 3.41583 10.8833 3.84166L9.99994 4.725L9.1166 3.84166C8.25686 2.98192 7.0908 2.49892 5.87494 2.49892C4.65908 2.49892 3.49301 2.98192 2.63327 3.84166C1.77353 4.70141 1.29053 5.86747 1.29053 7.08333C1.29053 8.29919 1.77353 9.46525 2.63327 10.325L3.5166 11.2083L9.99994 17.6917L16.4833 11.2083L17.3666 10.325C17.7924 9.89937 18.1302 9.39401 18.3607 8.83779C18.5912 8.28158 18.7098 7.6854 18.7098 7.08333C18.7098 6.48126 18.5912 5.88508 18.3607 5.32887C18.1302 4.77265 17.7924 4.26729 17.3666 3.84166V3.84166Z%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M17.3666 3.84166C16.941 3.41583 16.4356 3.07803 15.8794 2.84757C15.3232 2.6171 14.727 2.49847 14.1249 2.49847C13.5229 2.49847 12.9267 2.6171 12.3705 2.84757C11.8143 3.07803 11.3089 3.41583 10.8833 3.84166L9.99994 4.725L9.1166 3.84166C8.25686 2.98192 7.0908 2.49892 5.87494 2.49892C4.65908 2.49892 3.49301 2.98192 2.63327 3.84166C1.77353 4.70141 1.29053 5.86747 1.29053 7.08333C1.29053 8.29919 1.77353 9.46525 2.63327 10.325L3.5166 11.2083L9.99994 17.6917L16.4833 11.2083L17.3666 10.325C17.7924 9.89937 18.1302 9.39401 18.3607 8.83779C18.5912 8.28158 18.7098 7.6854 18.7098 7.08333C18.7098 6.48126 18.5912 5.88508 18.3607 5.32887C18.1302 4.77265 17.7924 4.26729 17.3666 3.84166V3.84166Z%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
}
.icon-cr.icon-model-regular:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1080 1080%27><polyline stroke=%27black%27 fill=%27none%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 points=%27270.65 403.76 270.65 988.92 809.35 988.92 809.35 405.61%27 /><path stroke=%27black%27 fill=%27none%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M270.65,495.11l-134.68-44.89,120.49-240.97c8.96-17.91,25.66-30.71,45.28-34.71l116.75-23.77%27/><path stroke=%27black%27 fill=%27none%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M809.35,495.11l134.68-44.89-120.49-240.97c-8.96-17.91-25.66-30.71-45.28-34.71l-116.75-23.77%27/><path stroke=%27black%27 fill=%27none%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M659.47,156.15c-17.63,42.55-64.46,72.98-119.47,72.98-55.01,0-101.84-30.43-119.47-72.98%27/><path stroke=%27black%27 fill=%27none%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M661.52,150.77c-30.47,19.11-73.64,31.03-121.52,31.03s-91.05-11.92-121.52-31.03%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1080 1080%27><polyline stroke=%27black%27 fill=%27none%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 points=%27270.65 403.76 270.65 988.92 809.35 988.92 809.35 405.61%27 /><path stroke=%27black%27 fill=%27none%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M270.65,495.11l-134.68-44.89,120.49-240.97c8.96-17.91,25.66-30.71,45.28-34.71l116.75-23.77%27/><path stroke=%27black%27 fill=%27none%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M809.35,495.11l134.68-44.89-120.49-240.97c-8.96-17.91-25.66-30.71-45.28-34.71l-116.75-23.77%27/><path stroke=%27black%27 fill=%27none%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M659.47,156.15c-17.63,42.55-64.46,72.98-119.47,72.98-55.01,0-101.84-30.43-119.47-72.98%27/><path stroke=%27black%27 fill=%27none%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M661.52,150.77c-30.47,19.11-73.64,31.03-121.52,31.03s-91.05-11.92-121.52-31.03%27/></svg>");
}
.icon-cr.icon-model-babylook:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg  xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1080 1080%27><path fill=%27none%27 stroke-width=%2740%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M270.65,403.76l11.61,70.04c22.06,133.13,23.58,268.86,4.49,402.46l-16.1,112.67h532.13l-15.99-111.93c-19.15-134.08-17.56-270.31,4.73-403.9l11.26-67.48%27/><path fill=%27none%27 stroke-width=%2740%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M270.65,495.11l-134.68-44.89,120.37-240.74c9.03-18.06,25.87-30.97,45.65-34.99l103.8-21.13%27/><path fill=%27none%27 stroke-width=%2740%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M809.35,495.11l134.68-44.89-120.37-240.74c-9.03-18.06-25.87-30.97-45.65-34.99l-103.8-21.13%27/><path fill=%27none%27 stroke-width=%2740%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M673.29,160.49c-14.42,99.62-68.61,173.67-133.27,173.67s-118.86-74.05-133.27-173.67%27/><path fill=%27none%27 stroke-width=%2740%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M674.29,153.44c-32,28.95-80.37,47.4-134.49,47.4s-102.27-18.36-134.27-47.21%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg  xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1080 1080%27><path fill=%27none%27 stroke-width=%2740%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M270.65,403.76l11.61,70.04c22.06,133.13,23.58,268.86,4.49,402.46l-16.1,112.67h532.13l-15.99-111.93c-19.15-134.08-17.56-270.31,4.73-403.9l11.26-67.48%27/><path fill=%27none%27 stroke-width=%2740%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M270.65,495.11l-134.68-44.89,120.37-240.74c9.03-18.06,25.87-30.97,45.65-34.99l103.8-21.13%27/><path fill=%27none%27 stroke-width=%2740%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M809.35,495.11l134.68-44.89-120.37-240.74c-9.03-18.06-25.87-30.97-45.65-34.99l-103.8-21.13%27/><path fill=%27none%27 stroke-width=%2740%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M673.29,160.49c-14.42,99.62-68.61,173.67-133.27,173.67s-118.86-74.05-133.27-173.67%27/><path fill=%27none%27 stroke-width=%2740%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M674.29,153.44c-32,28.95-80.37,47.4-134.49,47.4s-102.27-18.36-134.27-47.21%27/></svg>");
}
.icon-cr.icon-model-oversized:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1080 1080%27><polyline fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 points=%27270.65 403.76 270.65 988.92 809.35 988.92 809.35 405.61%27/><path fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M270.65,674.68l-179.57-44.89,104.23-347.42c18.61-62.03,71.17-107.86,135.16-117.85l88.03-13.75%27/><path fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M809.35,674.68l179.57-44.89-104.23-347.42c-18.61-62.03-71.17-107.86-135.16-117.85l-88.03-13.75%27/><path fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M659.73,155.52c-17.42,42.88-64.45,73.61-119.73,73.61s-102.53-30.87-119.85-73.92%27/><path fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M661.52,150.77c-30.47,19.1-73.64,31.02-121.52,31.02s-91.05-11.92-121.52-31.02%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1080 1080%27><polyline fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 points=%27270.65 403.76 270.65 988.92 809.35 988.92 809.35 405.61%27/><path fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M270.65,674.68l-179.57-44.89,104.23-347.42c18.61-62.03,71.17-107.86,135.16-117.85l88.03-13.75%27/><path fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M809.35,674.68l179.57-44.89-104.23-347.42c-18.61-62.03-71.17-107.86-135.16-117.85l-88.03-13.75%27/><path fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M659.73,155.52c-17.42,42.88-64.45,73.61-119.73,73.61s-102.53-30.87-119.85-73.92%27/><path fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M661.52,150.77c-30.47,19.1-73.64,31.02-121.52,31.02s-91.05-11.92-121.52-31.02%27/></svg>");
}
.icon-cr.icon-model-pima:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg  xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1080 1080%27><line fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 x1=%27809.35%27 y1=%27586.34%27 x2=%27809.35%27 y2=%27405.61%27/><polyline fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 points=%27270.65 403.76 270.65 988.92 809.35 988.92 809.35 988.92%27/><path fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M270.65,495.11l-134.68-44.89,120.51-241.01c8.94-17.89,25.62-30.67,45.22-34.66l116.79-23.77%27/><path fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M809.35,495.11l134.68-44.89-120.51-241.01c-8.94-17.89-25.62-30.67-45.22-34.66l-116.79-23.77%27/><path fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M658.97,157.35c-18,41.93-64.47,71.79-118.97,71.79s-100.15-29.34-118.49-70.69%27/><path fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M661.52,150.77c-30.47,19.11-73.64,31.03-121.52,31.03s-91.05-11.92-121.52-31.03%27/><path fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M940.22,833.42c16.18-13.29,26.39-33.34,26.7-55.71.57-41.04-32.53-74.49-73.43-74.49-5.71,0-10.58-4.21-11.34-9.87-4.82-35.89-35.57-63.57-72.79-63.57h0c-37.21,0-67.96,27.68-72.78,63.57-.76,5.66-5.63,9.87-11.34,9.87-40.91,0-74.01,33.45-73.43,74.49.31,22.37,10.52,42.41,26.7,55.71%27/><path  fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M725.23,703.23c19.35,0,36.96,7.8,50.07,20.03%27/><path  fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M893.48,703.23c-19.35,0-36.96,7.8-50.07,20.03%27/><path fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M809.35,866.82v78.1%27/><path fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M809.36,860.79c-5.43,0-10.86,1.33-15.8,4-6.01,3.24-12.78,5.37-19.59,5.35-6.66-.02-13.36-2.1-19.46-5.6-11.48-6.6-23.2-15.94-30.19-33.51-3.63-9.12,2.18-19.22,11.88-20.68,5.27-.79,10.85-1.48,16.74-1.63,6.94-.18,14.32.45,22.14,3.34,5.8-11.28,14.9-28.3,22.29-37.61,3.06-3.86,7.53-5.79,12-5.79h0c4.47,0,8.94,1.93,12,5.79,7.39,9.31,16.5,26.34,22.29,37.61,7.69-2.84,14.95-3.48,21.79-3.34,6.01.13,11.71.83,17.08,1.63,9.71,1.46,15.51,11.56,11.88,20.68-6.99,17.57-18.71,26.91-30.19,33.51-6.1,3.5-12.8,5.58-19.47,5.6-6.81.02-13.57-2.11-19.58-5.35-4.95-2.67-10.37-4-15.8-4%27/><path fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M775.07,812.06c22.94,7.25,34.28,29.38,34.28,29.38,0,0,11.35-22.13,34.29-29.38%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg  xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1080 1080%27><line fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 x1=%27809.35%27 y1=%27586.34%27 x2=%27809.35%27 y2=%27405.61%27/><polyline fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 points=%27270.65 403.76 270.65 988.92 809.35 988.92 809.35 988.92%27/><path fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M270.65,495.11l-134.68-44.89,120.51-241.01c8.94-17.89,25.62-30.67,45.22-34.66l116.79-23.77%27/><path fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M809.35,495.11l134.68-44.89-120.51-241.01c-8.94-17.89-25.62-30.67-45.22-34.66l-116.79-23.77%27/><path fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M658.97,157.35c-18,41.93-64.47,71.79-118.97,71.79s-100.15-29.34-118.49-70.69%27/><path fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M661.52,150.77c-30.47,19.11-73.64,31.03-121.52,31.03s-91.05-11.92-121.52-31.03%27/><path fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M940.22,833.42c16.18-13.29,26.39-33.34,26.7-55.71.57-41.04-32.53-74.49-73.43-74.49-5.71,0-10.58-4.21-11.34-9.87-4.82-35.89-35.57-63.57-72.79-63.57h0c-37.21,0-67.96,27.68-72.78,63.57-.76,5.66-5.63,9.87-11.34,9.87-40.91,0-74.01,33.45-73.43,74.49.31,22.37,10.52,42.41,26.7,55.71%27/><path  fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M725.23,703.23c19.35,0,36.96,7.8,50.07,20.03%27/><path  fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M893.48,703.23c-19.35,0-36.96,7.8-50.07,20.03%27/><path fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M809.35,866.82v78.1%27/><path fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M809.36,860.79c-5.43,0-10.86,1.33-15.8,4-6.01,3.24-12.78,5.37-19.59,5.35-6.66-.02-13.36-2.1-19.46-5.6-11.48-6.6-23.2-15.94-30.19-33.51-3.63-9.12,2.18-19.22,11.88-20.68,5.27-.79,10.85-1.48,16.74-1.63,6.94-.18,14.32.45,22.14,3.34,5.8-11.28,14.9-28.3,22.29-37.61,3.06-3.86,7.53-5.79,12-5.79h0c4.47,0,8.94,1.93,12,5.79,7.39,9.31,16.5,26.34,22.29,37.61,7.69-2.84,14.95-3.48,21.79-3.34,6.01.13,11.71.83,17.08,1.63,9.71,1.46,15.51,11.56,11.88,20.68-6.99,17.57-18.71,26.91-30.19,33.51-6.1,3.5-12.8,5.58-19.47,5.6-6.81.02-13.57-2.11-19.58-5.35-4.95-2.67-10.37-4-15.8-4%27/><path fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M775.07,812.06c22.94,7.25,34.28,29.38,34.28,29.38,0,0,11.35-22.13,34.29-29.38%27/></svg>");
}
.icon-cr.icon-model-babylong:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 832.4 859.7%27><path d=%27M147.1,262.6l11.6,69.9c9.7,58.4,16.8,126,17.7,200.9.5,47.5-1.5,91.6-5.2,132.2-37.6,60.5-75.2,121.1-112.8,181.6h716.7l-120.3-181.6c-3.6-40.6-5.6-84.7-5.1-132.2.9-75.1,8.1-142.9,17.9-201.6l11.3-67.4%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%2740%27 fill=%27none%27/><path d=%27M147.1,353.9L12.5,309l120.3-240.5c9-18.1,25.9-31,45.6-35l103.7-21.1%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%2740%27 fill=%27none%27/><path d=%27M685.3,353.9l134.6-44.9-120.3-240.5c-9-18.1-25.9-31-45.7-35l-103.7-21.1%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%2740%27 fill=%27none%27/><path d=%27M549.3,19.5c-14.4,99.5-68.5,173.5-133.2,173.5s-118.8-74-133.2-173.5%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%2740%27 fill=%27none%27/><path d=%27M550.3,12.5c-32,28.9-80.3,47.4-134.4,47.4s-102.2-18.4-134.2-47.2%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%2740%27 fill=%27none%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 832.4 859.7%27><path d=%27M147.1,262.6l11.6,69.9c9.7,58.4,16.8,126,17.7,200.9.5,47.5-1.5,91.6-5.2,132.2-37.6,60.5-75.2,121.1-112.8,181.6h716.7l-120.3-181.6c-3.6-40.6-5.6-84.7-5.1-132.2.9-75.1,8.1-142.9,17.9-201.6l11.3-67.4%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%2740%27 fill=%27none%27/><path d=%27M147.1,353.9L12.5,309l120.3-240.5c9-18.1,25.9-31,45.6-35l103.7-21.1%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%2740%27 fill=%27none%27/><path d=%27M685.3,353.9l134.6-44.9-120.3-240.5c-9-18.1-25.9-31-45.7-35l-103.7-21.1%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%2740%27 fill=%27none%27/><path d=%27M549.3,19.5c-14.4,99.5-68.5,173.5-133.2,173.5s-118.8-74-133.2-173.5%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%2740%27 fill=%27none%27/><path d=%27M550.3,12.5c-32,28.9-80.3,47.4-134.4,47.4s-102.2-18.4-134.2-47.2%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%2740%27 fill=%27none%27/></svg>");
}
.icon-cr.icon-model-oversized-estonada:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 922.9 863.3%27><g><line x1=%27730.8%27 y1=%27549.7%27 x2=%27730.8%27 y2=%27267.4%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><polyline points=%27730.8 850.8 192.1 850.8 192.1 265.6%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><path d=%27M192.1,536.5L12.5,491.6,116.7,144.2c18.6-62,71.2-107.9,135.2-117.9l88-13.8%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><path d=%27M730.8,536.5l179.6-44.9-104.2-347.4c-18.6-62-71.2-107.9-135.2-117.9l-88-13.8%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><path d=%27M581.1,17.4c-17.4,42.9-64.5,73.6-119.7,73.6s-102.5-30.9-119.9-73.9%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><path d=%27M582.9,12.6c-30.5,19.1-73.6,31-121.5,31s-91-11.9-121.5-31%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/></g><g><path d=%27M768.8,685.8c31.3,50.5-3.7,116.7-63.2,118.1h-4c-59.5-1.3-94.5-67.5-63.2-118.1l27.1-43.8,38-61.3,38,61.3,27.1,43.8h.2Z%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><path d=%27M746.9,624.3l27-43.6,38,61.3,27.1,43.8c31.3,50.5-3.7,116.7-63.2,118.1h-4c-12.2-.3-23.4-3.3-33.2-8.3%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 922.9 863.3%27><g><line x1=%27730.8%27 y1=%27549.7%27 x2=%27730.8%27 y2=%27267.4%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><polyline points=%27730.8 850.8 192.1 850.8 192.1 265.6%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><path d=%27M192.1,536.5L12.5,491.6,116.7,144.2c18.6-62,71.2-107.9,135.2-117.9l88-13.8%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><path d=%27M730.8,536.5l179.6-44.9-104.2-347.4c-18.6-62-71.2-107.9-135.2-117.9l-88-13.8%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><path d=%27M581.1,17.4c-17.4,42.9-64.5,73.6-119.7,73.6s-102.5-30.9-119.9-73.9%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><path d=%27M582.9,12.6c-30.5,19.1-73.6,31-121.5,31s-91-11.9-121.5-31%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/></g><g><path d=%27M768.8,685.8c31.3,50.5-3.7,116.7-63.2,118.1h-4c-59.5-1.3-94.5-67.5-63.2-118.1l27.1-43.8,38-61.3,38,61.3,27.1,43.8h.2Z%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><path d=%27M746.9,624.3l27-43.6,38,61.3,27.1,43.8c31.3,50.5-3.7,116.7-63.2,118.1h-4c-12.2-.3-23.4-3.3-33.2-8.3%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/></g></svg>");
}
.icon-cr.icon-model-regular-estonada:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 833.1 863.1%27><line x1=%27685.9%27 y1=%27850.4%27 x2=%27685.9%27 y2=%27805.8%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><path d=%27M538.1,12.5c-15.8,45.3-64.2,78.4-121.5,78.4s-105.7-33-121.5-78.4%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><path d=%27M538.1,12.5c-30.5,19.1-73.6,31-121.5,31s-91-11.9-121.5-31%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><g><line x1=%27685.9%27 y1=%27491.5%27 x2=%27685.9%27 y2=%27267.3%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><polyline points=%27147.2 265.5 147.2 850.6 685.9 850.6 685.9 850.6%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><polyline points=%27147.2 356.8 12.5 311.9 147.2 42.6 295 12.5%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><polyline points=%27685.9 356.8 820.6 311.9 685.9 42.6 538 12.5%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><path d=%27M715.9,642.8c31.3,50.5-3.7,116.7-63.2,118.1h-4c-59.5-1.3-94.5-67.5-63.2-118.1l27.1-43.8,38-61.3,38,61.3,27.1,43.8h.2Z%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><path d=%27M694,581.3l27-43.6,38,61.3,27.1,43.8c31.3,50.5-3.7,116.7-63.2,118.1h-4c-12.2-.3-23.4-3.3-33.2-8.3%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 833.1 863.1%27><line x1=%27685.9%27 y1=%27850.4%27 x2=%27685.9%27 y2=%27805.8%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><path d=%27M538.1,12.5c-15.8,45.3-64.2,78.4-121.5,78.4s-105.7-33-121.5-78.4%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><path d=%27M538.1,12.5c-30.5,19.1-73.6,31-121.5,31s-91-11.9-121.5-31%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><g><line x1=%27685.9%27 y1=%27491.5%27 x2=%27685.9%27 y2=%27267.3%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><polyline points=%27147.2 265.5 147.2 850.6 685.9 850.6 685.9 850.6%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><polyline points=%27147.2 356.8 12.5 311.9 147.2 42.6 295 12.5%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><polyline points=%27685.9 356.8 820.6 311.9 685.9 42.6 538 12.5%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><path d=%27M715.9,642.8c31.3,50.5-3.7,116.7-63.2,118.1h-4c-59.5-1.3-94.5-67.5-63.2-118.1l27.1-43.8,38-61.3,38,61.3,27.1,43.8h.2Z%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><path d=%27M694,581.3l27-43.6,38,61.3,27.1,43.8c31.3,50.5-3.7,116.7-63.2,118.1h-4c-12.2-.3-23.4-3.3-33.2-8.3%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/></g></svg>");
}
.icon-cr.icon-model-regular-canhamo:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 833.1 863.1%27><line x1=%27685.9%27 y1=%27447.9%27 x2=%27685.9%27 y2=%27267.3%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><polyline points=%27147.2 265.5 147.2 850.6 685.9 850.6 685.9 850.6%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><polyline points=%27147.2 356.8 12.5 311.9 147.2 42.6 295 12.5%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><polyline points=%27685.9 356.8 820.6 311.9 685.9 42.6 538 12.5%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><path d=%27M538.1,12.5c-15.8,45.3-64.2,78.4-121.5,78.4s-105.7-33-121.5-78.4%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><path d=%27M538.1,12.5c-30.5,19.1-73.6,31-121.5,31s-91-11.9-121.5-31%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><g><path d=%27M743.7,696.5c-4,9.8,7.2,21.9,8.9,31.8,2.8,13.9-17.2.6-23-3.8-10.8-7.9-19.8-18.6-32.4-23.3-26.4-9.6-42.9,6.7-63.8,19.4-7.4,4.1-29.2,16.7-25.5,2.9,2.1-9.9,17.5-25.2,8.3-34.3-3.3-3.3-11.6-5.6-18.1-7.2-10.4-2.7-20.8-5.8-30.8-9.4-23.5-8.4-9-13.7,7.7-18.2,5.9-1.6,11.8-3.1,17.7-4.4,8.4-1.9,17.8-3.2,22.9-6,10-5.2.7-16.1-3.7-22.4-15.7-22.1-30.9-44.9-40-69.9-2.7-12.3,12.7-3.1,17.7-.5,18.3,9.8,35.9,21.9,52.7,34.6,9.5,6.9,16.2,7.8,19-5.3,4.3-25.1,9.7-50.5,18.4-74,3.3-9.3,9-21.8,15-5.5,7.6,22.4,12.1,45.9,15,69.8,1,7.3,2.2,20.2,12.4,16.7,4.2-1.3,8.8-4.4,12.7-7,14.7-9.7,30-18.4,45.6-25.8,3.9-1.8,8.5-3.9,12.4-4.6,10.3-1.5,2.8,11.3.5,16-11.7,21.6-26.4,42.5-42.5,62-9.4,11.8-7.7,17.6,6.9,21.3,18.3,4.8,37.9,8.7,54.6,17.4,9.5,6.4-6.2,10.6-11.3,12.2-12.7,3.7-25.9,6.8-39.2,9.2-6.3,1.4-14.8,2.3-18.2,8.1h0v.2Z%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><line x1=%27682.1%27 y1=%27701.4%27 x2=%27682.1%27 y2=%27808.3%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 833.1 863.1%27><line x1=%27685.9%27 y1=%27447.9%27 x2=%27685.9%27 y2=%27267.3%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><polyline points=%27147.2 265.5 147.2 850.6 685.9 850.6 685.9 850.6%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><polyline points=%27147.2 356.8 12.5 311.9 147.2 42.6 295 12.5%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><polyline points=%27685.9 356.8 820.6 311.9 685.9 42.6 538 12.5%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><path d=%27M538.1,12.5c-15.8,45.3-64.2,78.4-121.5,78.4s-105.7-33-121.5-78.4%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><path d=%27M538.1,12.5c-30.5,19.1-73.6,31-121.5,31s-91-11.9-121.5-31%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><g><path d=%27M743.7,696.5c-4,9.8,7.2,21.9,8.9,31.8,2.8,13.9-17.2.6-23-3.8-10.8-7.9-19.8-18.6-32.4-23.3-26.4-9.6-42.9,6.7-63.8,19.4-7.4,4.1-29.2,16.7-25.5,2.9,2.1-9.9,17.5-25.2,8.3-34.3-3.3-3.3-11.6-5.6-18.1-7.2-10.4-2.7-20.8-5.8-30.8-9.4-23.5-8.4-9-13.7,7.7-18.2,5.9-1.6,11.8-3.1,17.7-4.4,8.4-1.9,17.8-3.2,22.9-6,10-5.2.7-16.1-3.7-22.4-15.7-22.1-30.9-44.9-40-69.9-2.7-12.3,12.7-3.1,17.7-.5,18.3,9.8,35.9,21.9,52.7,34.6,9.5,6.9,16.2,7.8,19-5.3,4.3-25.1,9.7-50.5,18.4-74,3.3-9.3,9-21.8,15-5.5,7.6,22.4,12.1,45.9,15,69.8,1,7.3,2.2,20.2,12.4,16.7,4.2-1.3,8.8-4.4,12.7-7,14.7-9.7,30-18.4,45.6-25.8,3.9-1.8,8.5-3.9,12.4-4.6,10.3-1.5,2.8,11.3.5,16-11.7,21.6-26.4,42.5-42.5,62-9.4,11.8-7.7,17.6,6.9,21.3,18.3,4.8,37.9,8.7,54.6,17.4,9.5,6.4-6.2,10.6-11.3,12.2-12.7,3.7-25.9,6.8-39.2,9.2-6.3,1.4-14.8,2.3-18.2,8.1h0v.2Z%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/><line x1=%27682.1%27 y1=%27701.4%27 x2=%27682.1%27 y2=%27808.3%27 fill=%27none%27 stroke=%27black%27 stroke-linejoin=%27round%27 stroke-linecap=%27round%27 stroke-width=%2740%27/></g></svg>");
}
.icon-cr.icon-share:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width=%2733%27 height=%2737%27 viewBox=%270 0 33 37%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M25.903 34.3473C24.597 34.3473 23.4869 33.8902 22.5727 32.976C21.6586 32.0618 21.2015 30.9518 21.2015 29.6458C21.2015 29.4891 21.2406 29.1234 21.319 28.5488L10.3097 22.1234C9.89177 22.5152 9.40856 22.8221 8.86006 23.0441C8.31155 23.2661 7.72386 23.3772 7.097 23.3772C5.79103 23.3772 4.68095 22.9201 3.76678 22.0059C2.8526 21.0917 2.39551 19.9816 2.39551 18.6757C2.39551 17.3697 2.8526 16.2596 3.76678 15.3454C4.68095 14.4313 5.79103 13.9742 7.097 13.9742C7.72386 13.9742 8.31155 14.0852 8.86006 14.3072C9.40856 14.5292 9.89177 14.8361 10.3097 15.2279L21.319 8.80253C21.2668 8.6197 21.2341 8.44339 21.2211 8.27361C21.208 8.10384 21.2015 7.91447 21.2015 7.70552C21.2015 6.39955 21.6586 5.28947 22.5727 4.3753C23.4869 3.46112 24.597 3.00403 25.903 3.00403C27.2089 3.00403 28.319 3.46112 29.2332 4.3753C30.1474 5.28947 30.6045 6.39955 30.6045 7.70552C30.6045 9.01149 30.1474 10.1216 29.2332 11.0357C28.319 11.9499 27.2089 12.407 25.903 12.407C25.2761 12.407 24.6884 12.296 24.1399 12.074C23.5914 11.852 23.1082 11.5451 22.6903 11.1533L11.681 17.5786C11.7332 17.7615 11.7658 17.9378 11.7789 18.1076C11.792 18.2773 11.7985 18.4667 11.7985 18.6757C11.7985 18.8846 11.792 19.074 11.7789 19.2438C11.7658 19.4135 11.7332 19.5898 11.681 19.7727L22.6903 26.198C23.1082 25.8063 23.5914 25.4994 24.1399 25.2773C24.6884 25.0553 25.2761 24.9443 25.903 24.9443C27.2089 24.9443 28.319 25.4014 29.2332 26.3156C30.1474 27.2298 30.6045 28.3398 30.6045 29.6458C30.6045 30.9518 30.1474 32.0618 29.2332 32.976C28.319 33.8902 27.2089 34.3473 25.903 34.3473ZM25.903 31.213C26.347 31.213 26.7192 31.0628 27.0196 30.7624C27.3199 30.462 27.4701 30.0898 27.4701 29.6458C27.4701 29.2018 27.3199 28.8296 27.0196 28.5292C26.7192 28.2288 26.347 28.0786 25.903 28.0786C25.4589 28.0786 25.0867 28.2288 24.7864 28.5292C24.486 28.8296 24.3358 29.2018 24.3358 29.6458C24.3358 30.0898 24.486 30.462 24.7864 30.7624C25.0867 31.0628 25.4589 31.213 25.903 31.213ZM7.097 20.2428C7.54103 20.2428 7.91323 20.0926 8.2136 19.7923C8.51398 19.4919 8.66416 19.1197 8.66416 18.6757C8.66416 18.2316 8.51398 17.8594 8.2136 17.5591C7.91323 17.2587 7.54103 17.1085 7.097 17.1085C6.65297 17.1085 6.28077 17.2587 5.98039 17.5591C5.68002 17.8594 5.52983 18.2316 5.52983 18.6757C5.52983 19.1197 5.68002 19.4919 5.98039 19.7923C6.28077 20.0926 6.65297 20.2428 7.097 20.2428ZM25.903 9.27268C26.347 9.27268 26.7192 9.1225 27.0196 8.82212C27.3199 8.52175 27.4701 8.14955 27.4701 7.70552C27.4701 7.26149 27.3199 6.88929 27.0196 6.58891C26.7192 6.28854 26.347 6.13836 25.903 6.13836C25.4589 6.13836 25.0867 6.28854 24.7864 6.58891C24.486 6.88929 24.3358 7.26149 24.3358 7.70552C24.3358 8.14955 24.486 8.52175 24.7864 8.82212C25.0867 9.1225 25.4589 9.27268 25.903 9.27268Z%27 fill=%27black%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width=%2733%27 height=%2737%27 viewBox=%270 0 33 37%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M25.903 34.3473C24.597 34.3473 23.4869 33.8902 22.5727 32.976C21.6586 32.0618 21.2015 30.9518 21.2015 29.6458C21.2015 29.4891 21.2406 29.1234 21.319 28.5488L10.3097 22.1234C9.89177 22.5152 9.40856 22.8221 8.86006 23.0441C8.31155 23.2661 7.72386 23.3772 7.097 23.3772C5.79103 23.3772 4.68095 22.9201 3.76678 22.0059C2.8526 21.0917 2.39551 19.9816 2.39551 18.6757C2.39551 17.3697 2.8526 16.2596 3.76678 15.3454C4.68095 14.4313 5.79103 13.9742 7.097 13.9742C7.72386 13.9742 8.31155 14.0852 8.86006 14.3072C9.40856 14.5292 9.89177 14.8361 10.3097 15.2279L21.319 8.80253C21.2668 8.6197 21.2341 8.44339 21.2211 8.27361C21.208 8.10384 21.2015 7.91447 21.2015 7.70552C21.2015 6.39955 21.6586 5.28947 22.5727 4.3753C23.4869 3.46112 24.597 3.00403 25.903 3.00403C27.2089 3.00403 28.319 3.46112 29.2332 4.3753C30.1474 5.28947 30.6045 6.39955 30.6045 7.70552C30.6045 9.01149 30.1474 10.1216 29.2332 11.0357C28.319 11.9499 27.2089 12.407 25.903 12.407C25.2761 12.407 24.6884 12.296 24.1399 12.074C23.5914 11.852 23.1082 11.5451 22.6903 11.1533L11.681 17.5786C11.7332 17.7615 11.7658 17.9378 11.7789 18.1076C11.792 18.2773 11.7985 18.4667 11.7985 18.6757C11.7985 18.8846 11.792 19.074 11.7789 19.2438C11.7658 19.4135 11.7332 19.5898 11.681 19.7727L22.6903 26.198C23.1082 25.8063 23.5914 25.4994 24.1399 25.2773C24.6884 25.0553 25.2761 24.9443 25.903 24.9443C27.2089 24.9443 28.319 25.4014 29.2332 26.3156C30.1474 27.2298 30.6045 28.3398 30.6045 29.6458C30.6045 30.9518 30.1474 32.0618 29.2332 32.976C28.319 33.8902 27.2089 34.3473 25.903 34.3473ZM25.903 31.213C26.347 31.213 26.7192 31.0628 27.0196 30.7624C27.3199 30.462 27.4701 30.0898 27.4701 29.6458C27.4701 29.2018 27.3199 28.8296 27.0196 28.5292C26.7192 28.2288 26.347 28.0786 25.903 28.0786C25.4589 28.0786 25.0867 28.2288 24.7864 28.5292C24.486 28.8296 24.3358 29.2018 24.3358 29.6458C24.3358 30.0898 24.486 30.462 24.7864 30.7624C25.0867 31.0628 25.4589 31.213 25.903 31.213ZM7.097 20.2428C7.54103 20.2428 7.91323 20.0926 8.2136 19.7923C8.51398 19.4919 8.66416 19.1197 8.66416 18.6757C8.66416 18.2316 8.51398 17.8594 8.2136 17.5591C7.91323 17.2587 7.54103 17.1085 7.097 17.1085C6.65297 17.1085 6.28077 17.2587 5.98039 17.5591C5.68002 17.8594 5.52983 18.2316 5.52983 18.6757C5.52983 19.1197 5.68002 19.4919 5.98039 19.7923C6.28077 20.0926 6.65297 20.2428 7.097 20.2428ZM25.903 9.27268C26.347 9.27268 26.7192 9.1225 27.0196 8.82212C27.3199 8.52175 27.4701 8.14955 27.4701 7.70552C27.4701 7.26149 27.3199 6.88929 27.0196 6.58891C26.7192 6.28854 26.347 6.13836 25.903 6.13836C25.4589 6.13836 25.0867 6.28854 24.7864 6.58891C24.486 6.88929 24.3358 7.26149 24.3358 7.70552C24.3358 8.14955 24.486 8.52175 24.7864 8.82212C25.0867 9.1225 25.4589 9.27268 25.903 9.27268Z%27 fill=%27black%27/></svg>");
}
.icon-cr.icon-moovie:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 163.34 149.74%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_2-2%27 data-name=%27Layer 2%27><polygon fill=%27black%27 points=%27128.71 34.94 114.24 6.74 83.95 11.48 98.43 39.69 128.71 34.94%27/><polygon fill=%27black%27 points=%2781.78 42.29 67.31 14.09 37.03 18.83 51.5 47.03 81.78 42.29%27/><polygon fill=%27black%27 points=%27161.96 29.74 157.3 0 130.88 4.14 145.36 32.34 161.96 29.74%27/><path fill=%27black%27 d=%27M8.65,53.74l26.2-4.1L20.38,21.44,0,24.63,4.56,53.74H4.34v96H132.56A30.78,30.78,0,0,0,163.34,119V53.74Zm61.64,70.58V79.16l39.11,22.58Z%27/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 163.34 149.74%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_2-2%27 data-name=%27Layer 2%27><polygon fill=%27black%27 points=%27128.71 34.94 114.24 6.74 83.95 11.48 98.43 39.69 128.71 34.94%27/><polygon fill=%27black%27 points=%2781.78 42.29 67.31 14.09 37.03 18.83 51.5 47.03 81.78 42.29%27/><polygon fill=%27black%27 points=%27161.96 29.74 157.3 0 130.88 4.14 145.36 32.34 161.96 29.74%27/><path fill=%27black%27 d=%27M8.65,53.74l26.2-4.1L20.38,21.44,0,24.63,4.56,53.74H4.34v96H132.56A30.78,30.78,0,0,0,163.34,119V53.74Zm61.64,70.58V79.16l39.11,22.58Z%27/></g></g></svg>");
}
section#product {
  font-family: 'Proxima Nova', sans-serif !important;
}
section#product #product-alerts {
  font-family: 'Proxima Nova', sans-serif;
}
.product-price-promo {
  font-family: 'Proxima Nova', sans-serif !important;
}
.product-title-mobile {
  font-family: 'Proxima Nova', sans-serif;
}
.product-title-desktop {
  font-family: 'Proxima Nova', sans-serif;
}
ul#product-images-list li .product-video-thumb-badge {
  position: absolute;
  right: 0.375rem;
  bottom: 0.375rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 2;
}
ul#product-images-list li .product-video-thumb-badge-icon {
  top: 0;
  width: 2rem;
  height: 2rem;
}
ul#product-images-list li .active-open {
  z-index: 1;
}
ul#product-images-list li.active .product-video-thumb-badge {
  right: calc(15px + 0.375rem);
  bottom: calc(15px + 0.375rem);
}
.base-content,
.content,
.small-content,
.medium-content,
.large-content {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.content {
  max-width: calc(1250px + 2 * 1rem);
}
.small-content {
  max-width: calc(400px + 2 * 1rem);
}
.medium-content {
  max-width: calc(800px + 2 * 1rem);
}
.large-content {
  max-width: calc(1200px + 2 * 1rem);
}
.logo-cr-circle {
  background-color: currentColor;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("https://chico-rei.imgix.net/images/site/2021/brand/chico-rei-circle.svg");
          mask-image: url("https://chico-rei.imgix.net/images/site/2021/brand/chico-rei-circle.svg");
  -webkit-mask-position: center;
          mask-position: center;
}
.logo-cr-full-h-2-lines {
  background-color: currentColor;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("https://chico-rei.imgix.net/images/site/2021/brand/chico-rei-full-h-2-lines.svg");
          mask-image: url("https://chico-rei.imgix.net/images/site/2021/brand/chico-rei-full-h-2-lines.svg");
  -webkit-mask-position: left 50%;
          mask-position: left 50%;
}
.logo-cr-full-h {
  background-color: currentColor;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("https://chico-rei.imgix.net/images/site/2021/brand/chico-rei-full-h.svg");
          mask-image: url("https://chico-rei.imgix.net/images/site/2021/brand/chico-rei-full-h.svg");
  -webkit-mask-position: left 50%;
          mask-position: left 50%;
}
.logo-cr-full-v {
  background-color: currentColor;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("https://chico-rei.imgix.net/images/site/2021/brand/chico-rei-full-v.svg");
          mask-image: url("https://chico-rei.imgix.net/images/site/2021/brand/chico-rei-full-v.svg");
  -webkit-mask-position: center;
          mask-position: center;
}
.logo-cr-text {
  background-color: currentColor;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("https://chico-rei.imgix.net/images/site/2021/brand/chico-rei-text.svg");
          mask-image: url("https://chico-rei.imgix.net/images/site/2021/brand/chico-rei-text.svg");
  -webkit-mask-position: left 50%;
          mask-position: left 50%;
}
.logo-change-world {
  background-color: currentColor;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  mask-image: url("https://chico-rei.imgix.net/images/site/2021/camisetas-mudam-o-mundo/selo_CMM_preenchido_000000-optimized.svg");
  -webkit-mask-position: center;
          mask-position: center;
}
.logo-cr-size-guide {
  background-color: currentColor;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("https://chico-rei.imgix.net/images/site/2023/branding/size_guide.svg");
          mask-image: url("https://chico-rei.imgix.net/images/site/2023/branding/size_guide.svg");
  -webkit-mask-position: center;
          mask-position: center;
}
.icon-cr.icon-profitability:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 175.47 143%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><path fill=%27black%27 d=%27M157.91,50.73a51,51,0,0,0-39.09-26.25,24.17,24.17,0,0,1-48.33-.31H66.11a50.93,50.93,0,0,0-51,51v1.71a51,51,0,0,0,51,51h47a51,51,0,0,0,50.8-46.35q.21-2.3.21-4.65V75.18A50.73,50.73,0,0,0,157.91,50.73ZM36.25,57.4A10.07,10.07,0,1,1,46.32,67.47,10.07,10.07,0,0,1,36.25,57.4Z%27/><path fill=%27black%27 d=%27M67.73,30.76a28.7,28.7,0,0,1-11.91,23.3,10.07,10.07,0,0,0-16.55-3.85V2A28.75,28.75,0,0,1,67.73,30.76Z%27/><rect fill=%27black%27 y=%2755.39%27 width=%2734.24%27 height=%2736.25%27/><rect fill=%27black%27 x=%2739.27%27 y=%27113.8%27 width=%2732.23%27 height=%2729.2%27/><rect fill=%27black%27 x=%27105.74%27 y=%27113.8%27 width=%2732.23%27 height=%2729.2%27/><path fill=%27black%27 d=%27M175.47,66.41h0a15.68,15.68,0,0,0-15.68-15.68H137.57V82.1h22.22A15.68,15.68,0,0,0,175.47,66.41Z%27/><path fill=%27black%27 d=%27M118.83,24.17c0,.1,0,.21,0,.31a53.18,53.18,0,0,0-5.68-.31H70.49a24.17,24.17,0,0,1,48.34,0Z%27/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 175.47 143%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><path fill=%27black%27 d=%27M157.91,50.73a51,51,0,0,0-39.09-26.25,24.17,24.17,0,0,1-48.33-.31H66.11a50.93,50.93,0,0,0-51,51v1.71a51,51,0,0,0,51,51h47a51,51,0,0,0,50.8-46.35q.21-2.3.21-4.65V75.18A50.73,50.73,0,0,0,157.91,50.73ZM36.25,57.4A10.07,10.07,0,1,1,46.32,67.47,10.07,10.07,0,0,1,36.25,57.4Z%27/><path fill=%27black%27 d=%27M67.73,30.76a28.7,28.7,0,0,1-11.91,23.3,10.07,10.07,0,0,0-16.55-3.85V2A28.75,28.75,0,0,1,67.73,30.76Z%27/><rect fill=%27black%27 y=%2755.39%27 width=%2734.24%27 height=%2736.25%27/><rect fill=%27black%27 x=%2739.27%27 y=%27113.8%27 width=%2732.23%27 height=%2729.2%27/><rect fill=%27black%27 x=%27105.74%27 y=%27113.8%27 width=%2732.23%27 height=%2729.2%27/><path fill=%27black%27 d=%27M175.47,66.41h0a15.68,15.68,0,0,0-15.68-15.68H137.57V82.1h22.22A15.68,15.68,0,0,0,175.47,66.41Z%27/><path fill=%27black%27 d=%27M118.83,24.17c0,.1,0,.21,0,.31a53.18,53.18,0,0,0-5.68-.31H70.49a24.17,24.17,0,0,1,48.34,0Z%27/></g></g></svg>");
}
.icon-cr.icon-question-sign:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 110.57 161%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><circle fill=%27black%27 cx=%2757.16%27 cy=%27141.58%27 r=%2719.42%27/><path fill=%27black%27 d=%27M110.26,49.58a6.22,6.22,0,0,0-.07-.85C106.13,21.14,83.13,0,55.36,0,25.91,0,1.83,23.76,0,53.79H35.37a19.41,19.41,0,0,1,19-15.44c9.67,0,17.73,5.76,19.44,15.79L39,80.48v32.46H73.5V99.64L93.27,86.58a38.2,38.2,0,0,0,17.2-29.4c0-.11,0-.22,0-.33A36.74,36.74,0,0,0,110.26,49.58Z%27/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 110.57 161%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><circle fill=%27black%27 cx=%2757.16%27 cy=%27141.58%27 r=%2719.42%27/><path fill=%27black%27 d=%27M110.26,49.58a6.22,6.22,0,0,0-.07-.85C106.13,21.14,83.13,0,55.36,0,25.91,0,1.83,23.76,0,53.79H35.37a19.41,19.41,0,0,1,19-15.44c9.67,0,17.73,5.76,19.44,15.79L39,80.48v32.46H73.5V99.64L93.27,86.58a38.2,38.2,0,0,0,17.2-29.4c0-.11,0-.22,0-.33A36.74,36.74,0,0,0,110.26,49.58Z%27/></g></g></svg>");
}
.icon-cr.icon-hand-sign:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 229.7 231.63%27><path fill=%27black%27 d=%27M202.61 122c-2.39 7.23-4.58 14.65-8 21.4-5.49 10.77-6.34 22.06-6.2 33.76.12 11.15-.27 22.31-.44 33.47a13.43 13.43 0 0 1-.13 1.68c-.47 3.07-1.69 5.55-5.26 5.56s-5.2-2.28-5.58-5.65c-1.31-11.8-2.61-23.59-4-35.37a16.38 16.38 0 0 0-1.63-5.63 4.66 4.66 0 0 0-3.15-2.26c-.78-.07-2.15 1.4-2.51 2.45a56.34 56.34 0 0 0-2.27 8.57c-2.59 14.31-5.06 28.66-7.62 43a32.91 32.91 0 0 1-1.37 4.87c-1.2 3.5-3.87 4.22-7.17 3.55s-4.54-2.8-4.24-5.85c.87-9 1.89-18 2.86-27 .82-7.73 1.7-15.46 2.39-23.18.17-1.85-2.76-5.69-5.09-2.37-10.49 14.91-18.08 31.65-27 47.55-2.65 4.73-5.94 6.4-9.88 4.55-3.26-1.53-4.6-6.06-2.65-10.4 7.24-16.12 14.64-32.15 21.93-48.24 1.22-2.71 4-6.15.73-8.36-3.08-2.08-5.14 1.79-7.11 3.76-11.52 11.5-22.94 23.07-34.42 34.62-3.55 3.58-6.09 3.92-9.18 1.28s-3.59-6-.77-9.76c10-13.2 20.29-26.15 30-39.53 5-6.81 14.59-24.12 15.12-25.44 4.7-11.63.92-16.34-11.5-15a102 102 0 0 1-18.65.41c-3.48-.28-7-2.06-10.14-3.78-1.42-.79-3.1-3.63-2.64-4.63.68-1.49 3-2.66 4.86-3.12 6-1.52 12.38-1.9 18.07-4.11 11.57-4.52 22.75-10 34.16-15 9.73-4.18 19.25-9.11 30.39-8.42 5 .31 9.34 1.4 12.9 5.3A64.21 64.21 0 0 0 198.17 90c4.68 2.14 5.74 6.77 6.68 11.2C206.38 108.36 204.84 115.3 202.61 122Z%27/><path fill=%27black%27 d=%27M103.55 119.25a3 3 0 0 1 2.63 4.63c-3.7 5.39-9.77 13.84-13.05 18.62-2 2.94-5.24 7.19-8 10.73a26.62 26.62 0 0 1-21.41 10.51 21.11 21.11 0 0 1-14.8-6.05c-4.9-4.81-7.62-10.89-9.35-17.35-2.22-8.3-4.6-16.64-5.86-25.12C32 103.89 26.5 94.59 20.31 85.39c-6.4-9.5-12.47-19.2-18.64-28.86-1.9-3-2.81-6.26.78-8.53 3.34-2.12 6.18-.46 8.49 2.33C18 58.8 25 67.3 32.16 75.7a24.05 24.05 0 0 0 5.63 5c3.14 1.9 5.06.61 4.48-3a32.93 32.93 0 0 0-2.41-7.64C34.09 56.93 28.21 43.78 22.42 30.58a32.62 32.62 0 0 1-2.09-6c-.77-3.43.17-6.06 3.94-7.27 3.56-1.13 5.75.37 7.29 3.31C37.91 32.78 44.2 45 50.53 57.11c1.51 2.89 3 5.79 4.74 8.52l0 0a2.65 2.65 0 0 0 4.89-1.34c0-.31 0-.61 0-.91-1.3-18-2.63-36.06-4.09-54.08C55.65 4 57.5.73 61.78.07c3.63-.57 7.19 2.3 8 7.09 3.07 17.82 5.85 35.67 9 53.46a8.39 8.39 0 0 0 1.45 3.13 2.7 2.7 0 0 0 4.52 0 9.41 9.41 0 0 0 1.42-3.1C89.55 44.43 92.6 28.19 95.76 12c1-4.87 3-6.59 7-6s6.24 3.17 6 7.78c-.93 15.65-2 31.3-3 46.94-.3 4.94-.47 9.89-.36 14.83.06 2.41-.73 3.7-3 4.29-8 2.15-16.1 4.09-24 6.5-4.08 1.25-8.72 2.47-11.68 5.21-6.23 5.78-4.59 15.65 2.79 21.44a31.35 31.35 0 0 0 17.62 6.61c3.25.23 6.52.13 9.79.06C98.65 119.56 101.12 119.41 103.55 119.25Z%27/><path d=%27M212.66 88.51a38.06 38.06 0 0 1 2.27 27.23%27 style=%27fill:none;stroke:black;stroke-linecap:round;stroke-miterlimit:10;stroke-width:4px%27/><path style=%27fill:none;stroke:black;stroke-linecap:round;stroke-miterlimit:10;stroke-width:4px%27 d=%27M225.18 90.66a38.11 38.11 0 0 1-.07 27.33%27/><path style=%27fill:none;stroke:black;stroke-linecap:round;stroke-miterlimit:10;stroke-width:4px%27 d=%27M31.82 152.6a38.1 38.1 0 0 0 17.59 20.92%27/><path style=%27fill:none;stroke:black;stroke-linecap:round;stroke-miterlimit:10;stroke-width:4px%27 d=%27M22.56 156.8a38 38 0 0 0 15.57 22.45%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 229.7 231.63%27><path fill=%27black%27 d=%27M202.61 122c-2.39 7.23-4.58 14.65-8 21.4-5.49 10.77-6.34 22.06-6.2 33.76.12 11.15-.27 22.31-.44 33.47a13.43 13.43 0 0 1-.13 1.68c-.47 3.07-1.69 5.55-5.26 5.56s-5.2-2.28-5.58-5.65c-1.31-11.8-2.61-23.59-4-35.37a16.38 16.38 0 0 0-1.63-5.63 4.66 4.66 0 0 0-3.15-2.26c-.78-.07-2.15 1.4-2.51 2.45a56.34 56.34 0 0 0-2.27 8.57c-2.59 14.31-5.06 28.66-7.62 43a32.91 32.91 0 0 1-1.37 4.87c-1.2 3.5-3.87 4.22-7.17 3.55s-4.54-2.8-4.24-5.85c.87-9 1.89-18 2.86-27 .82-7.73 1.7-15.46 2.39-23.18.17-1.85-2.76-5.69-5.09-2.37-10.49 14.91-18.08 31.65-27 47.55-2.65 4.73-5.94 6.4-9.88 4.55-3.26-1.53-4.6-6.06-2.65-10.4 7.24-16.12 14.64-32.15 21.93-48.24 1.22-2.71 4-6.15.73-8.36-3.08-2.08-5.14 1.79-7.11 3.76-11.52 11.5-22.94 23.07-34.42 34.62-3.55 3.58-6.09 3.92-9.18 1.28s-3.59-6-.77-9.76c10-13.2 20.29-26.15 30-39.53 5-6.81 14.59-24.12 15.12-25.44 4.7-11.63.92-16.34-11.5-15a102 102 0 0 1-18.65.41c-3.48-.28-7-2.06-10.14-3.78-1.42-.79-3.1-3.63-2.64-4.63.68-1.49 3-2.66 4.86-3.12 6-1.52 12.38-1.9 18.07-4.11 11.57-4.52 22.75-10 34.16-15 9.73-4.18 19.25-9.11 30.39-8.42 5 .31 9.34 1.4 12.9 5.3A64.21 64.21 0 0 0 198.17 90c4.68 2.14 5.74 6.77 6.68 11.2C206.38 108.36 204.84 115.3 202.61 122Z%27/><path fill=%27black%27 d=%27M103.55 119.25a3 3 0 0 1 2.63 4.63c-3.7 5.39-9.77 13.84-13.05 18.62-2 2.94-5.24 7.19-8 10.73a26.62 26.62 0 0 1-21.41 10.51 21.11 21.11 0 0 1-14.8-6.05c-4.9-4.81-7.62-10.89-9.35-17.35-2.22-8.3-4.6-16.64-5.86-25.12C32 103.89 26.5 94.59 20.31 85.39c-6.4-9.5-12.47-19.2-18.64-28.86-1.9-3-2.81-6.26.78-8.53 3.34-2.12 6.18-.46 8.49 2.33C18 58.8 25 67.3 32.16 75.7a24.05 24.05 0 0 0 5.63 5c3.14 1.9 5.06.61 4.48-3a32.93 32.93 0 0 0-2.41-7.64C34.09 56.93 28.21 43.78 22.42 30.58a32.62 32.62 0 0 1-2.09-6c-.77-3.43.17-6.06 3.94-7.27 3.56-1.13 5.75.37 7.29 3.31C37.91 32.78 44.2 45 50.53 57.11c1.51 2.89 3 5.79 4.74 8.52l0 0a2.65 2.65 0 0 0 4.89-1.34c0-.31 0-.61 0-.91-1.3-18-2.63-36.06-4.09-54.08C55.65 4 57.5.73 61.78.07c3.63-.57 7.19 2.3 8 7.09 3.07 17.82 5.85 35.67 9 53.46a8.39 8.39 0 0 0 1.45 3.13 2.7 2.7 0 0 0 4.52 0 9.41 9.41 0 0 0 1.42-3.1C89.55 44.43 92.6 28.19 95.76 12c1-4.87 3-6.59 7-6s6.24 3.17 6 7.78c-.93 15.65-2 31.3-3 46.94-.3 4.94-.47 9.89-.36 14.83.06 2.41-.73 3.7-3 4.29-8 2.15-16.1 4.09-24 6.5-4.08 1.25-8.72 2.47-11.68 5.21-6.23 5.78-4.59 15.65 2.79 21.44a31.35 31.35 0 0 0 17.62 6.61c3.25.23 6.52.13 9.79.06C98.65 119.56 101.12 119.41 103.55 119.25Z%27/><path d=%27M212.66 88.51a38.06 38.06 0 0 1 2.27 27.23%27 style=%27fill:none;stroke:black;stroke-linecap:round;stroke-miterlimit:10;stroke-width:4px%27/><path style=%27fill:none;stroke:black;stroke-linecap:round;stroke-miterlimit:10;stroke-width:4px%27 d=%27M225.18 90.66a38.11 38.11 0 0 1-.07 27.33%27/><path style=%27fill:none;stroke:black;stroke-linecap:round;stroke-miterlimit:10;stroke-width:4px%27 d=%27M31.82 152.6a38.1 38.1 0 0 0 17.59 20.92%27/><path style=%27fill:none;stroke:black;stroke-linecap:round;stroke-miterlimit:10;stroke-width:4px%27 d=%27M22.56 156.8a38 38 0 0 0 15.57 22.45%27/></svg>");
}
#mobile-advantages-slider-vue {
  background-color: var(--color-default-4);
  min-height: 2.5rem;
}
.header-advantages {
  height: 2.5rem;
  color: white;
  text-align: center;
  overflow: hidden;
  font-family: 'Proxima Nova', sans-serif !important;
}
@media (max-width: 575px) {
  .header-advantages {
    margin-top: 3px;
  }
}
.header-advantages .header-advantages-items {
  height: 100%;
  transition: transform 250ms ease-in-out;
  font-weight: 700;
}
.header-advantages .icon-cashback {
  height: 1.3em !important;
}
.header-advantages-item {
  line-height: 2.5rem;
  font-size: 1rem;
}
.header-advantage-discount {
  border-style: solid;
  border-width: 1px;
  line-height: 2rem;
  padding-bottom: 2px;
  padding-top: 2px;
}
.header-advantage-discount-copy {
  padding-bottom: 2px;
  padding-top: 2px;
}
.toggleable {
  display: none;
}
.toggleable.debug {
  opacity: 1 !important;
  display: block !important;
}
.toggleable.open {
  opacity: 1;
  display: block;
  animation: appear 0.1s ease-in-out;
}
.toggleable.closed {
  opacity: 0;
  display: none;
  animation: disappear 0.1s ease-in-out;
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes disappear {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.header #header-desktop-nav {
  height: 70px;
}
.header #header-desktop-topbar-wrapper {
  height: 70px;
}
.header #header-desktop-topbar-wrapper.header-login {
  height: auto;
}
.header .header-topbar-wrapper {
  background-color: #f5f5f5eb;
  z-index: 10;
  box-shadow: none;
  transition: box-shadow 0.1s ease-in-out, transform 0.2s ease-in-out;
}
.header .header-topbar-wrapper #header-topbar {
  position: relative;
  height: 3rem;
}
.header .header-topbar-wrapper #header-topbar-right {
  position: absolute;
  right: 0;
}
.header .promo-menu {
  color: var(--color-primary-5) !important;
}
.header a.header-product-title {
  color: var(--color-default-5);
}
.header a.header-product-title:hover {
  text-decoration: none;
}
.header a.header-product-title:hover span.open {
  border-bottom: 2px solid;
  line-height: 40px;
  background: transparent;
}
.header .header-product-title-badge {
  color: var(--color-primary-5);
  font-size: 0.55em;
  margin-left: 0.25rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .header .header-product-title-badge {
    line-height: 1.5;
  }
}
.header .header-desktop-nav-frame {
  border-radius: 0.5rem 0.5rem 0 0;
}
@media (min-width: 576px) and (max-width: 870px) {
  .header .header-desktop-nav-frame a:first-child {
    display: none !important;
  }
}
.header .header-desktop-nav-frame.open a.header-product-title {
  color: var(--color-default-5);
}
.header .header-desktop-nav-frame.open a.header-product-title .open {
  color: var(--color-default-3);
  border-bottom: 2px solid;
  line-height: 40px;
  background: transparent;
}
.header #header-desktop-detail-wrapper {
  position: fixed;
}
.header #header-desktop-detail-wrapper .header-collections a {
  font-size: 0.933em;
  line-height: 1.5em;
}
.header #header-desktop-detail-wrapper .header-collections a.text-bold {
  font-size: 1em;
  line-height: 2em;
}
.header #header-desktop-detail-wrapper .seal-new {
  position: relative;
  top: -3px;
  font-size: 0.8em;
}
.header .text-menu {
  font-size: 0.933em;
}
.header .divider {
  display: block;
  width: 2px;
  color: var(--text-default-1);
  height: initial;
  content: ' ';
  border: 1px solid;
  opacity: 0.5;
}
.header.categories-slide-enabled #header-desktop-nav {
  position: fixed;
  top: calc(72px - 3rem);
  margin-left: 14rem;
  transition: top 0.25s ease-in-out;
  background-color: var(--color-default-2);
}
.header.categories-slide-enabled #header-desktop-detail-wrapper {
  position: fixed;
  top: calc(3rem + 33px);
}
.header.categories-slide-enabled #header-desktop-logo-wrapper .icon-chevron-down {
  opacity: 1 !important;
}
.header .button-open-search,
.header .icon-logo,
.header .icon-search {
  color: var(--color-default-5);
}
@media (min-width: 768px) {
  .header .header-topbar-wrapper {
    box-shadow: none;
  }
  .header .header-topbar-wrapper #header-topbar {
    height: 5rem;
  }
  #header-search-input-desktop:hover {
    width: 32vw;
  }
  #header-search-input-desktop:focus {
    width: 32vw;
  }
  .text-search-label {
    color: var(--color-default-5);
  }
  .icon-indicates-logged {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1080 1080%27><circle cx=%27540%27 cy=%27540%27 r=%27359.14%27 fill=%27rgb%28229, 112, 44%29%27/><path fill=%27white%27 d=%27m323.43 826.52 99.86 53.22 109.97 19.4 97.81-11.65 85.83-34.88 87.23-69.26-49.84-58.7-111.47-76.61-111.1-18.76-105.7 17.03-91.91 63.44-45.34 68.23 6.27 31.48 28.39 17.06z%27/><circle cx=%27540.5%27 cy=%27449.97%27 r=%27137.62%27 fill=%27white%27 stroke=%27white%27 stroke-width=%2725%27/><path fill=%27white%27 stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%2725%27 d=%27M282.39 790.23c46.76-95.33 144.77-160.95 258.11-160.95h0c113.07 0 210.88 65.31 257.77 160.27%27/><circle cx=%27540%27 cy=%27540%27 r=%27359.14%27 fill=%27none%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%2725%27/></svg>");
    height: 2.5rem;
    width: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1115px) {
  .text-search-label {
    display: none;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 56.25rem) {
  .header-account-icon.icon-indicates {
    width: 1rem;
  }
}
.header #header-products-wrapper {
  position: relative;
  width: 100vw;
  height: auto;
  z-index: 12;
  top: 0;
}
.header #header-products-wrapper .header-overlay {
  opacity: 0;
  z-index: 12;
}
.header #header-products-wrapper.open .header-overlay {
  opacity: 0.6;
  animation: showOverlay 0.5s ease-in-out;
}
.header #header-products-wrapper.open #header-products {
  transform: translateX(0);
  animation: openDrawer 0.25s ease-in-out;
  padding-bottom: 15rem;
}
@media (max-width: 767px) {
  .header #header-products-wrapper.closed .header-overlay {
    animation: hideOverlay 0.25s ease-in-out;
  }
  .header #header-products-wrapper.closed #header-products {
    animation: closeDrawer 0.25s ease-in-out;
  }
}
.header #header-products {
  z-index: 12;
  width: 100%;
  transform: translateX(-100%);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.header .header-sub-menus {
  top: 8.5rem;
  z-index: 12;
}
.header .header-sub-menus #header-products {
  box-shadow: none !important;
}
@media (max-width: 767px) {
  .header .header-sub-menus.closed {
    animation: closeDrawer 0.5s ease-in-out;
  }
}
.header .header-sub-menus-alt {
  z-index: 12;
}
.header .header-sub-menus-alt #header-products {
  box-shadow: none !important;
}
@media (max-width: 767px) {
  .header .header-sub-menus-alt.closed {
    animation: closeDrawer 0.5s ease-in-out;
  }
}
.header .exit-sub-menu {
  width: 2rem;
  height: 1.2rem;
  margin-left: 1rem;
}
.header .header-drawer-items a {
  display: flex;
  align-items: center;
  color: var(--color-default-text-5);
}
.header .header-drawer-items .icon-cashback {
  color: #0B6B07;
}
.header .header-drawer-items .icon-indicates {
  flex-basis: 2rem;
  width: 2rem;
  height: 2rem;
}
.header .header-drawer-items .h4 {
  padding: 0.75rem 1.5rem;
}
.header .header-drawer-items .h5 {
  padding: 1rem 1.5rem;
}
.header .header-drawer-items .header-collapsible-title:after,
.header .header-drawer-items .header-slide-title:after {
  content: '';
  position: absolute;
  display: block;
  width: 0.67rem;
  height: 1rem;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  transition: transform 0.1s ease-in-out;
  background-color: var(--color-default-5);
}
.header .header-drawer-items .header-collapsible-title:after {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 95 126.96 60.31%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_2-2%27 data-name=%27Layer 2%27><path fill=%27black%27 d=%27M0,97.45l39.48,39.48,12.71,12.71a16,16,0,0,0,22.58,0l12.7-12.71L127,97.45Z%27/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 95 126.96 60.31%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_2-2%27 data-name=%27Layer 2%27><path fill=%27black%27 d=%27M0,97.45l39.48,39.48,12.71,12.71a16,16,0,0,0,22.58,0l12.7-12.71L127,97.45Z%27/></g></g></svg>");
  width: 2rem;
  height: 0.97rem;
}
.header .header-drawer-items .header-slide-title:after {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg style=%27fill:black%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 86.28 136%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><path class=%27cls-1%27 d=%27M81.36,56.12,68,42.76,25.24,0,0,25.24,42.76,68,0,110.75,25.24,136,68,93.24,81.36,79.87A16.79,16.79,0,0,0,81.36,56.12Z%27/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg style=%27fill:black%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 86.28 136%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><path class=%27cls-1%27 d=%27M81.36,56.12,68,42.76,25.24,0,0,25.24,42.76,68,0,110.75,25.24,136,68,93.24,81.36,79.87A16.79,16.79,0,0,0,81.36,56.12Z%27/></g></g></svg>");
  background-color: var(--color-default-5);
}
.header .header-drawer-items .header-collapsible-title.opened:after {
  transform: translateY(-50%) rotate(180deg);
}
.header .header-drawer-items .collapsible {
  background-color: var(--color-default-1);
}
.link-menu-mobile {
  line-height: 1.5em;
  float: right;
}
@media (max-width: 330px) {
  .link-menu-mobile {
    font-size: 0.8em;
  }
}
.vertical-line {
  width: 1px;
  height: 20px;
  background: var(--color-black);
}
.cashback-value {
  color: #0B6B07;
  font-size: 14px;
  font-weight: bold;
}
.cashback-block {
  padding: 1em 0.5rem 0 1rem;
}
#fast-delivery-header {
  background-color: #842525;
  color: #FFFFFF;
}
#fast-delivery-header .modal-regulamento {
  color: var(--color-default-text-5);
}
#fast-delivery-header a {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: 600;
}
#fast-delivery-header .fast-delivery-info {
  font-weight: 600;
}
#fast-delivery-image-mobile {
  position: relative;
}
@media (min-width: 500px) {
  #fast-delivery-image-desktop {
    position: relative;
    height: 60px;
  }
  #fast-delivery-image-desktop #fast-delivery-image-foreground {
    overflow: hidden;
    height: 60px;
    align-items: center;
    position: relative;
  }
  #fast-delivery-image-desktop #fast-delivery-image-foreground .text {
    margin-right: 1em;
    font-size: 1rem;
    flex: 1 1 0;
  }
}
@media (min-width: 1250px) {
  #fast-delivery-header {
    max-height: 60px;
  }
}
.header-logo-cr {
  height: 1.275rem;
  width: 6.23rem;
  color: var(--color-default-5);
}
.header-logo-cr:hover {
  color: var(--color-default-5);
}
.header-logo-up {
  height: 3rem;
  width: 9rem;
  color: var(--color-default-5);
}
.header-logo-up.limit-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 70%;
}
.header-logo-up.without-logo {
  height: auto !important;
  width: auto !important;
}
@media (min-width: 576px) and (max-width: 1020px) {
  .header-logo-up {
    width: 9rem;
  }
  .header-logo-up.without-logo {
    width: auto !important;
  }
}
.header-logo-up:hover {
  color: var(--color-default-5);
}
.img-logo-store {
  max-width: 100%;
  color: var(--color-default-5);
}
.img-logo-store:hover {
  color: var(--color-default-5);
}
#header-products .header-logo-cr {
  color: var(--color-default-5);
}
.align-center-header-login #header-desktop-logo-wrapper {
  flex-basis: 0;
}
#header-desktop-logo-wrapper {
  flex-grow: 0;
  flex-basis: 10rem;
  position: relative;
}
@media (max-width: 1050px) {
  #header-desktop-logo-wrapper {
    flex-basis: 7rem;
  }
}
@media (max-width: 790px) {
  #header-desktop-logo-wrapper .logo-desktop-media {
    margin-right: 0 !important;
  }
}
#header-desktop-logo-wrapper .header-logo {
  background-position-x: left;
}
#header-desktop-logo-wrapper .icon-chevron-down {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0;
  cursor: pointer;
  transform: translateY(-50%);
  transition: opacity 0.25s ease-in-out;
  color: var(--color-default-5);
}
/** ---- SEARCH ---- **/
@media (max-width: 767px) {
  body.only-search-visible #my-wrapper {
    margin-top: 0;
    overflow-y: hidden;
  }
  body.only-search-visible #my-wrapper > :not(header) {
    display: none;
  }
  body.only-search-visible .header-topbar-wrapper {
    box-shadow: none;
    position: relative !important;
  }
}
@media (min-width: 768px) {
  .header .header-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 110vh;
    background-color: black;
    opacity: 0.6;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .search-dropdown {
    min-width: 35rem;
  }
}
#header-drawer-icon {
  font-size: 1.333rem;
  flex: 0 0 1.5em;
  background-color: var(--color-default-5);
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 64 64%27><path d=%27M47.19,23.25a2.29,2.29,0,0,0,2.3-2.42A2.45,2.45,0,0,0,47,18.66H16.81a2.3,2.3,0,1,0,0,4.59Z%27/><path d=%27M47.19,34.3a2.31,2.31,0,0,0,2.3-2.43A2.45,2.45,0,0,0,47,29.7H16.81a2.3,2.3,0,0,0,0,4.6Z%27/><path d=%27M47.19,45.34a2.31,2.31,0,0,0,2.3-2.42A2.45,2.45,0,0,0,47,40.75H16.81a2.3,2.3,0,1,0,0,4.59Z%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 64 64%27><path d=%27M47.19,23.25a2.29,2.29,0,0,0,2.3-2.42A2.45,2.45,0,0,0,47,18.66H16.81a2.3,2.3,0,1,0,0,4.59Z%27/><path d=%27M47.19,34.3a2.31,2.31,0,0,0,2.3-2.43A2.45,2.45,0,0,0,47,29.7H16.81a2.3,2.3,0,0,0,0,4.6Z%27/><path d=%27M47.19,45.34a2.31,2.31,0,0,0,2.3-2.42A2.45,2.45,0,0,0,47,40.75H16.81a2.3,2.3,0,1,0,0,4.59Z%27/></svg>");
  -webkit-mask-position: 0 center;
          mask-position: 0 center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin: auto 0.5rem;
  height: 3rem;
}
.search-icon {
  position: absolute;
  right: 0;
  margin-right: 3.3rem;
}
@media (max-width: 767px) {
  .header-cart {
    position: absolute !important;
    right: 0;
    margin-right: 0.7rem !important;
  }
}
.header-account-icon,
.header-cart-icon {
  width: 1.7em;
  height: 1.7em;
  display: block;
}
.header-cart-icon-wrapper {
  margin: 0 0.25rem;
}
#header-account,
.header-cart {
  padding: 0;
  margin: auto 0;
  position: relative;
}
#header-account {
  display: none;
}
#header-account span,
#header-account a {
  margin: auto 0;
}
#header-account .header-account-icon {
  flex-basis: 2.5rem !important;
  color: var(--color-default-5);
}
@media (hover: hover) {
  #header-account:hover .header-account-icon {
    color: var(--color-default-4);
  }
}
.header-cart {
  display: flex;
  align-content: center;
}
@media (max-width: 575px) {
  .header-cart {
    margin-left: auto !important;
    margin-right: 0.25rem;
  }
}
.header-cart .header-cart-icon {
  color: var(--color-default-5);
  margin-top: 0.4rem;
  margin-right: 0.5rem;
}
.header-cart .header-cart-counter {
  height: 1.1rem;
  width: 1.1rem;
  font-size: 12px;
  color: var(--color-text-header-icons);
  text-align: center;
  padding: 0 0.3rem;
  border-radius: 50%;
}
@media (hover: hover) {
  .header-cart:hover .header-cart-icon {
    color: var(--color-default-4);
  }
}
@media (min-width: 768px) {
  .header-account-icon,
  .header-cart-icon {
    margin: auto 0;
  }
  #header-account .header-topbar-btn,
  .header-cart .header-topbar-btn {
    display: flex;
    cursor: pointer;
    border-radius: 0.5rem;
    align-items: center;
    color: var(--color-default-5);
  }
  #header-account {
    display: block;
  }
  #header-account .header-account-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 13rem;
  }
  #header-account .cr-popover-content {
    width: 12rem;
  }
  #header-account .cr-popover-content .h5 {
    padding: 0.5rem 0;
  }
}
@media (min-width: 768px) and (hover: hover) {
  #header-account .header-topbar-btn a:hover,
  .header-cart .header-topbar-btn a:hover {
    text-decoration: none;
  }
}
@media (min-width: 768px) and (hover: hover) {
  #header-account:hover a,
  .header-cart:hover a {
    text-decoration: none;
  }
}
.header .header-product-title,
.header .header-product-contact {
  line-height: 0rem;
}
.header .header-product-title:hover,
.header .header-product-contact:hover,
a.header .header-product-title,
a.header .header-product-contact {
  color: var(--color-default-4);
}
@media (min-width: 576px) and (max-width: 1010px) {
  .header .header-product-title,
  .header .header-product-contact {
    padding-left: 0.3rem !important;
    padding-right: 0.4rem !important;
  }
}
.header .header-detail {
  height: 25rem;
  padding-left: 12rem;
}
.header .header-detail-banners {
  max-width: 57rem;
  margin: 0 -0.5rem;
}
.header .header-detail-banners img {
  -o-object-fit: none;
     object-fit: none;
}
.header .header-detail-banners > :nth-child(2),
.header .header-detail-banners > :nth-child(3) {
  display: none;
}
.header .header-product-title-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 6rem;
  background-color: var(--color-default-1);
  text-align: center;
  white-space: nowrap;
}
.header .header-product-title-menu ul {
  list-style: none;
}
@media (min-width: 992px) {
  .header .header-detail-banners > :nth-child(2) {
    display: block;
  }
}
@media (min-width: 1200px) {
  .header .header-detail-banners > :nth-child(3) {
    display: block;
  }
}
.header .header-topbar-wrapper {
  -webkit-backdrop-filter: blur(4px) !important;
          backdrop-filter: blur(4px) !important;
}
.header .header-topbar-wrapper a.header-product-title {
  font-family: 'Proxima Nova', sans-serif;
}
.header .header-topbar-wrapper .header-collection-item {
  font-family: 'Proxima Nova', sans-serif;
}
.header .header-topbar-wrapper.categories-slide-enabled.do-slide .header-topbar-wrapper {
  box-shadow: none;
}
.header .header-topbar-wrapper.categories-slide-enabled.do-slide #header-desktop-nav {
  background-color: var(--color-default-2);
  top: 30px;
}
.header .header-topbar-wrapper.categories-slide-enabled.do-slide #header-desktop-logo-wrapper .icon-chevron-down {
  opacity: 0 !important;
}
.header .header-topbar-wrapper .bg-header-menu {
  background-color: #f5f5f5 !important;
}
#header-mobile-logo {
  height: 3rem;
}
.header-cart .header-cart-counter {
  font-family: 'Proxima Nova', sans-serif;
  background-color: var(--color-primary-7);
}
#my-wrapper {
  overflow-x: hidden;
  margin-top: 42px;
}
@media (min-width: 768px) {
  #my-wrapper {
    margin-top: 70px;
  }
}
.header {
  z-index: 10;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.header a {
  outline: none;
}
.header .header-overlay {
  position: absolute;
  opacity: 0.6;
  width: 100vw;
  height: 100vh;
}
.header .header-overlay.open {
  opacity: 0.6;
  animation: showOverlay 0.5s ease-in-out;
}
.header .header-overlay.closed {
  animation: hideOverlay 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .header #header-products {
    width: 100vw;
  }
}
.bg-header-1 {
  background-color: #f5f5f5eb;
}
.bg-header-2 {
  background-color: var(--color-default-1);
}
@media (min-width: 768px) {
  .header {
    min-height: 0rem;
  }
}
#advantages {
  font-family: 'Proxima Nova', sans-serif;
  margin-top: 0 !important;
}
#advantages .content {
  margin: 0;
  padding: 0;
}
#advantages .content.new-advantage {
  margin: auto;
  padding: 0 1rem;
}
.icon-cr {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  flex-basis: 1.5rem;
  position: relative;
}
.icon-cr:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
}
.icon-cr.circle:before {
  background-color: white;
}
.icon-cr.circle {
  width: 1em !important;
  height: 1em !important;
  border-radius: 50%;
  background-color: currentColor;
}
.icon-cr.circle:before {
  -webkit-mask-size: 70%;
          mask-size: 70%;
}
.icon-cr.icon-cr-hover {
  transition: background-color 0.1s ease-in-out;
  border-radius: 0.5rem;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  flex-basis: 2rem;
  -webkit-mask-origin: content-box;
          mask-origin: content-box;
}
.icon-cr.icon-cr-hover:before {
  -webkit-mask-size: 70%;
          mask-size: 70%;
}
@media (hover: none) {
  .icon-cr.icon-cr-hover {
    background-color: var(--color-default-1);
  }
}
@media (hover: hover) {
  .icon-cr.icon-cr-hover:hover {
    background-color: var(--color-default-1);
  }
}
.icon-cr.icon-cr-hover:active {
  background-color: var(--color-default-2);
}
@media (hover: hover) {
  .frame .icon-cr.icon-cr-hover:hover {
    background-color: var(--color-default-2);
  }
}
.frame .icon-cr.icon-cr-hover:active {
  background-color: var(--color-default-3);
}
.icon-cr.icon-search,
.icon-cr.icon-bag {
  width: 2rem;
  height: 2rem;
  flex-basis: 2rem;
}
.icon-cr.icon-indicates {
  width: 2.5rem;
  height: 2.5rem;
  flex-basis: 2.5rem;
}
h1 > i.icon-cr:not(.icon-cr-hover),
h2 > i.icon-cr:not(.icon-cr-hover),
h3 > i.icon-cr:not(.icon-cr-hover),
h4 > i.icon-cr:not(.icon-cr-hover),
h5 > i.icon-cr:not(.icon-cr-hover),
h6 > i.icon-cr:not(.icon-cr-hover),
p > i.icon-cr:not(.icon-cr-hover),
span > i.icon-cr:not(.icon-cr-hover) {
  position: relative;
  top: 0.15em;
  height: 1em;
  width: 1.3em;
}
.btn > i.icon-cr {
  top: 0;
}
input:not([type=button]):not(.search-mobile-input),
select:not([type=button]):not(.search-mobile-input),
textarea:not([type=button]):not(.search-mobile-input),
input:not([type=submit]):not(.search-mobile-input),
select:not([type=submit]):not(.search-mobile-input),
textarea:not([type=submit]):not(.search-mobile-input),
input:not([type=range]):not(.search-mobile-input),
select:not([type=range]):not(.search-mobile-input),
textarea:not([type=range]):not(.search-mobile-input),
input:not(.cr-radio):not(.search-mobile-input),
select:not(.cr-radio):not(.search-mobile-input),
textarea:not(.cr-radio):not(.search-mobile-input),
input:not(.cr-checkbox):not(.search-mobile-input),
select:not(.cr-checkbox):not(.search-mobile-input),
textarea:not(.cr-checkbox):not(.search-mobile-input) {
  border-radius: 0 !important;
  border: 0.063rem solid var(--input-color-border);
  border-bottom: 0.125rem solid var(--input-color-border);
  border-bottom-width: 2px !important;
}
.cr-select::after {
  float: right;
  position: relative;
  margin-top: -1.5rem;
}
.cr-radio + label:before {
  width: 1rem;
  height: 1rem;
}
.cr-radio + label:after {
  transform: translate(-50%, -50%) !important;
}
.shake-input {
  animation: shake 0.2s ease-in-out 0s 2;
}
@keyframes shake {
  0% {
    margin-left: 0;
  }
  25% {
    margin-left: 0.5rem;
  }
  75% {
    margin-left: -0.5rem;
  }
  100% {
    margin-left: 0;
  }
}
/* https://github.com/verlok/lazyload#dealing-with-microsoft-edge-problems */
img[data-src],
img[data-srcset] {
  display: block;
  min-height: 1px;
}
/* Prevents img without src to appear */
img:not([src]) {
  visibility: hidden;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
img.lazy.lazy-fade {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
img.lazy.lazy-fade.loaded {
  opacity: 1;
}
figure {
  margin: 0;
}
body {
  --color-primary-1: #e88951;
  --color-primary-2: #e6702b;
  --color-primary-3: #e6702b;
  --color-primary-4: #e6702b;
  --color-primary-5: #e6702b;
  --color-primary-6: #c94f36;
  --color-primary-7: #E5702C;
  --color-success-1: #a4e7d5;
  --color-success-2: #a4e7d5;
  --color-success-3: #50a87a;
  --color-success-4: #50a87a;
  --color-success-5: #50a87a;
  --color-sucess-6: #50a87a;
  --color-warning-1: #FFF7DB;
  --color-warning-2: #fe9d1b;
  --color-warning-3: #f2b854;
  --color-warning-4: #fe9d1b;
  --color-warning-5: #524F01;
  --color-warning-6: #fe9d1b;
  --color-danger-1: #e94e3a;
  --color-danger-2: #e94e3a;
  --color-danger-3: #e94e3a;
  --color-danger-4: #75152e;
  --color-danger-5: #75152e;
  --color-danger-6: #75152e;
  --color-danger-7: #C1362F;
  --color-info-1: #8da5ce;
  --color-info-2: #8da5ce;
  --color-info-3: #8da5ce;
  --color-info-4: #6b8cc4;
  --color-info-5: #4a73ba;
  --color-info-6: #E5702C;
  --color-light-shade-gray: #afafaf;
  --color-default-1: #f2efe9;
  --color-default-3: #797978;
  --color-default-4: #4d4c4b;
  --color-default-5: #201f1e;
  --color-default-6: #201f1e;
  --color-default-7: #7F7F7F;
  --color-default-text-1: #1E1E1D;
  --color-default-text-5: #1E1E1D;
  --color-table-row-1: #ededed;
  --color-table-row-2: #e5e5e5;
  --color-table-row-hover: #dbdbdb;
  --input-color-border: #DDE1E6;
  --color-background-default: #f5f5f5;
  --color-border-default: #D8D8D8;
  --cdn-url: 'https://chico-rei.imgix.net';
  --color-background-icon-add-to-cart: #FFFFFF;
}
.alert-primary,
.alert-info {
  color: var(--color-white) !important;
}
.botao-regulamento {
  font-size: 14px !important;
  margin-bottom: 1rem;
  padding: 0.25rem 0;
}
.display-regulamento .botao-regulamento {
  display: block;
}
#top-promo-image .countdown {
  color: var(--color-default-5);
}
#top-promo-image .countdown .seconds,
#top-promo-image .countdown .minutes,
#top-promo-image .countdown .hours,
#top-promo-image .countdown .days {
  font-size: 1.4rem;
  font-weight: bold;
}
#top-promo-image .countdown .seconds:after,
#top-promo-image .countdown .minutes:after,
#top-promo-image .countdown .hours:after,
#top-promo-image .countdown .days:after {
  font-size: 1.1rem;
}
a:hover #top-promo-image .countdown {
  color: var(--color-default-5);
}
#top-promo-image-mobile {
  position: relative;
}
#top-promo-image-mobile .countdown {
  width: 100%;
  color: var(--color-default-5);
  padding-top: 0.5rem;
}
#top-promo-image-mobile img {
  width: 100%;
}
@media (min-width: 500px) {
  #top-promo-image-desktop {
    position: relative;
    height: 60px;
  }
  #top-promo-image-desktop #top-promo-image-foreground {
    overflow: hidden;
    height: 60px;
    flex-direction: row-reverse;
    align-items: center;
    position: relative;
  }
  #top-promo-image-desktop #top-promo-image-foreground .countdown {
    flex: 0 0 150px;
  }
  #top-promo-image-desktop #top-promo-image-foreground img {
    flex: 1 1 0;
  }
  #top-promo-image-desktop #top-promo-image-background {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1250px) {
  #top-promo-image-desktop {
    height: 60px;
  }
  #top-promo-image-desktop #top-promo-image-foreground {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1250px;
  }
}
.new-countdown #top-promo-image-foreground:has(.countdown-1),
.new-countdown #top-promo-image-desktop:has(.countdown-1) {
  background-color: inherit !important;
  max-width: 1250px;
  margin: 0 auto;
}
.new-countdown #top-promo-image-foreground:has(.countdown-2),
.new-countdown #top-promo-image-desktop:has(.countdown-2) {
  background-color: inherit !important;
  justify-content: space-between;
  max-width: 1250px;
  margin: 0 auto;
}
.new-countdown #top-promo-image-foreground .promo-button-ab2,
.new-countdown #top-promo-image-desktop .promo-button-ab2 {
  padding: 0;
  color: white;
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: initial;
}
@media (max-width: 991px) and (min-width: 576px) {
  .new-countdown #top-promo-image-foreground .promo-button-ab2,
  .new-countdown #top-promo-image-desktop .promo-button-ab2 {
    padding: 0 0.5rem 0 0;
  }
}
.new-countdown .countdown-1 {
  flex: 1 0 150px;
}
#top-promo-image-foreground:has(.countdown-1),
#top-promo-image-desktop:has(.countdown-1) {
  background-color: var(--color-default-5);
  max-width: 1250px;
  margin: 0 auto;
}
#top-promo-image-foreground:has(.countdown-2),
#top-promo-image-desktop:has(.countdown-2) {
  background-color: var(--color-default-5) !important;
  justify-content: space-between;
  max-width: 1250px;
  margin: 0 auto;
}
#top-promo-image-foreground:has(.countdown-2) .promo-button-ab2,
#top-promo-image-desktop:has(.countdown-2) .promo-button-ab2 {
  padding: 0;
  color: white;
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: initial;
}
@media (max-width: 991px) and (min-width: 576px) {
  #top-promo-image-foreground:has(.countdown-2) .promo-button-ab2,
  #top-promo-image-desktop:has(.countdown-2) .promo-button-ab2 {
    padding: 0 0.5rem 0 0;
  }
}
#top-promo-image-foreground .countdown-1,
#top-promo-image-desktop .countdown-1 {
  flex: 1 0 150px;
}
.cr-spinner,
.spinner-size,
.cr-spinner-inline,
.cr-spinner-small {
  border-top-color: var(--color-default-text-5);
}
.slider {
  position: relative;
}
.slider.slider-arrows-padding {
  padding-left: 3rem;
  padding-right: 3rem;
}
.slider.slider-lazy .slide {
  position: relative;
}
.slider.slider-lazy .slide > .slide-lazy-wrapper {
  height: 0;
  width: 100%;
}
.slider.slider-lazy .slide > .slide-lazy-wrapper img {
  width: 100%;
}
.slider:not(.slider-ready) {
  display: flex;
  overflow: hidden;
}
.slider:not(.slider-ready) > :not(.slider-placeholder) {
  flex: 0 0 auto;
  width: 100%;
}
.slider .slides-container {
  overflow: hidden;
  position: relative;
}
.slider .slides-container .slides {
  display: flex;
}
.slider .slides-container .slides .slide > * {
  margin: 0;
}
.slider .slides-container .slides.slides-flex-width .slide {
  flex: 1 1 0;
}
.slider .slides-container .slides.disabled-links .slide {
  pointer-events: none;
}
.slider .slides-container .slides.is-animating {
  transition: transform 400ms cubic-bezier(0.5, 0, 0.5, 1);
}
.slider .slides-container.slides-container-vertical .slides {
  display: block;
}
.slider .slides-container.slides-container-vertical .slide {
  padding-top: 0;
}
.slider .slider-arrow-left {
  position: absolute;
  top: 50%;
  width: 2.5rem;
  height: 100%;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.5;
  transition: visibility 0.1s ease-in-out;
  left: 0;
}
.slider .slider-arrow-left.slick-disabled {
  opacity: 0.3;
  cursor: auto;
}
.slider .slider-arrow-left .icon-cr {
  position: absolute;
  top: 50%;
  margin-top: -50%;
  width: 2.5rem;
  height: 2.5rem;
  background-color: white !important;
  border-radius: 1.25rem;
}
.slider .slider-arrow-left .icon-cr {
  right: 0;
}
.slider .slider-arrow-right {
  position: absolute;
  top: 50%;
  width: 2.5rem;
  height: 100%;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.5;
  transition: visibility 0.1s ease-in-out;
  right: 0;
}
.slider .slider-arrow-right.slick-disabled {
  opacity: 0.3;
  cursor: auto;
}
.slider .slider-arrow-right .icon-cr {
  position: absolute;
  top: 50%;
  margin-top: -50%;
  width: 2.5rem;
  height: 2.5rem;
  background-color: white !important;
  border-radius: 1.25rem;
}
.slider .slider-arrow-right .icon-cr {
  left: 0;
}
.slider .slides-pagination {
  text-align: center;
  width: 100%;
}
.slider .slides-pagination div.slider-bullet {
  display: inline-block;
  padding: 5px;
  opacity: 0.2;
  cursor: pointer;
  transition: opacity 0.1s ease-in-out;
}
.slider .slides-pagination div.slider-bullet > span {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background-color: var(--color-default-4);
}
.slider .slides-pagination div.slider-bullet:hover {
  opacity: 0.5;
}
.slider .slides-pagination div.slider-bullet.active {
  opacity: 0.8;
}
.slider-placeholder {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  position: absolute;
  animation-duration: 1.8s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: hsla(30, 17%, 79%, 0.8);
  will-change: opacity;
}
body {
  line-height: 1.25;
  letter-spacing: 0.015em;
}
@media (min-width: 768px) {
  body {
    line-height: 1.5;
  }
}
.text-primary {
  color: var(--color-primary-5) !important;
}
.text-info {
  color: var(--color-info-5) !important;
}
.price-old {
  font-size: 1rem;
}
.free-price {
  color: var(--color-primary-7);
}
.text-accent-hover {
  color: var(--color-default-4) !important;
}
@media (hover: hover) and (pointer: fine) {
  .text-accent-hover {
    color: inherit !important;
    transition: color 0.1s ease-in-out;
  }
  .text-accent-hover:hover {
    color: var(--color-default-4) !important;
  }
}
.font-roboto-c {
  font-family: Roboto, 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
.text-light {
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0.5em 0 0.5em 0;
}
h1.headline,
h2.headline,
h3.headline,
h4.headline,
h5.headline,
h6.headline,
.h1.headline,
.h2.headline,
.h3.headline,
.h4.headline,
.h5.headline,
.h6.headline {
  color: white;
  font-weight: 300;
}
.collapsible {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.25s cubic-bezier(0, 1, 0, 1);
}
.collapsible.opened {
  max-height: 10000px;
  transition: max-height 1s ease-in-out;
  animation: openCollapse 0.1s linear forwards 0.25s;
}
.collapsible-x {
  overflow: hidden;
  max-width: 0;
  transition: max-width 0.25s cubic-bezier(0, 1, 0, 1);
}
.collapsible-x.opened {
  max-width: 10000px;
  transition: max-width 1s ease-in-out;
  animation: openCollapse 0.1s linear forwards 0.25s;
}
@keyframes openCollapse {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}
.product-list {
  padding-left: 0;
  list-style: none;
}
.product-list.slider {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.product-list.slider:not(.slider-ready) > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.product-list.slider .slide {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 576px) {
  .product-list.slider {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .product-list.slider:not(.slider-ready) > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .product-list.slider .slide {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.btn-buy-close {
  height: 2.4rem;
}
@media (max-width: 575px) {
  .product-list-3 > *,
  .product-list-4 > *,
  .product-list-5 > *,
  .product-list-6 > *,
  .product-list-8 > * {
    flex: 0 0 50%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .product-list-3 > *,
  .product-list-4 > *,
  .product-list-5 > *,
  .product-list-6 > * {
    flex: 0 0 33.333%;
  }
}
@media (min-width: 576px) {
  .product-list-8 > * {
    flex: 0 0 25%;
  }
}
@media (min-width: 768px) {
  .product-list-3 > *,
  .product-list-6 > * {
    flex: 0 0 33.333%;
  }
  .product-list-4 > * {
    flex: 0 0 25%;
  }
  .product-list-5 > * {
    flex: 0 0 20%;
  }
}
@media (min-width: 992px) {
  .product-list-8 > * {
    flex: 0 0 12.5%;
  }
}
@media (min-width: 1200px) {
  .product-list-6 > * {
    flex: 0 0 16.6666%;
  }
}
.product-list:not(.slider) {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: calc(100% + 1rem);
}
.product-list:not(.slider).product-list-placeholder p,
.product-list:not(.slider).product-list-placeholder .aspect {
  position: relative;
}
.product-list:not(.slider).product-list-placeholder p:after,
.product-list:not(.slider).product-list-placeholder .aspect:after {
  content: "";
  position: absolute;
  background-color: var(--color-default-1);
  left: 0;
  bottom: 0;
}
.product-list:not(.slider).product-list-placeholder .aspect:after {
  top: 0;
  width: 100%;
}
.product-list:not(.slider).product-list-placeholder p:after {
  top: 0.5rem;
  width: 60%;
}
.product-list:not(.slider).product-list-placeholder .product-list-item-title:after {
  width: 90%;
}
.product-list:not(.slider).product-list-placeholder .product-list-item-price:after {
  width: 45%;
}
.product-list:not(.slider) > * {
  padding: 0 0.14rem 0;
}
@media (min-width: 768px) {
  .product-list:not(.slider).product-list-gap-x-2 {
    width: calc(100% + 2rem);
  }
  .product-list:not(.slider).product-list-gap-x-2 > * {
    padding: 0 0.25rem 0;
  }
  .product-list:not(.slider).bigger-product-list li {
    flex: 0 0 33.333%;
  }
}
.product-list:not(.slider).product-list-gap-y-1 > * {
  padding-bottom: 1rem;
}
.product-list:not(.slider).product-list-gap-y-2 > * {
  padding-bottom: 2rem;
}
.product-list:not(.slider).product-list-gap-y-4 > * {
  padding-bottom: 2rem;
}
.product-horizontal-list {
  list-style: none;
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-left: 1rem;
  padding-bottom: 1rem;
  width: calc(100% + 2rem);
  /* Media query para que a listagem de produtos nao seja sempre scroll em todos os casos, só será no mobile
  @media (pointer: coarse) {
    position: relative;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-left: 1rem;
    padding-bottom: 1rem;
    width: calc(100% + 2rem);

    > * {
      flex: 0 0 calc(50% - 2rem);
    }
  }

  @media (pointer: fine) {
    padding-left: 0;
    flex-wrap: wrap;
    overflow-x: hidden;
    position: relative;
    left: -1rem;
    right: -1rem;
    width: calc(100% + 2rem);

    > * {
      flex: 0 0 50%;
    }
  }*/
}
.product-horizontal-list .product-list-item:first-child {
  margin-left: -1rem;
}
.product-horizontal-list > * {
  flex: 0 0 calc(55% - 2rem);
}
.product-horizontal-list > * {
  margin-right: 0.5rem;
}
.product-horizontal-list::after {
  content: '';
  flex: 0 0 1px;
}
@media (min-width: 768px), (pointer: fine) {
  .product-horizontal-list {
    padding-left: 0.6rem;
  }
  .product-horizontal-list::after {
    content: none;
  }
}
@media (min-width: 768px), (pointer: fine) {
  .product-horizontal-list > * {
    padding: 0 0.45rem;
    margin-right: 0;
  }
}
@media (min-width: 576px) {
  .product-horizontal-list-3 > *,
  .product-horizontal-list-4 > *,
  .product-horizontal-list-6 > * {
    flex: 0 0 33.333%;
  }
}
@media (min-width: 576px) and (pointer: coarse) {
  .product-horizontal-list-4 > *,
  .product-horizontal-list-6 > * {
    flex: 0 0 calc(33.333% - 2rem);
  }
}
@media (min-width: 768px) {
  .product-horizontal-list-4 > * {
    flex: 0 0 24%;
  }
}
@media (min-width: 992px) {
  .product-horizontal-list-6 > * {
    flex: 0 0 16.6666%;
  }
}
@media (min-width: 768px) {
  .product-horizontal-list-5 > * {
    flex: 0 0 20%;
  }
}
@media (min-width: 576px) {
  .product-horizontal-list-8 > * {
    flex: 0 0 25%;
  }
}
@media (min-width: 992px) {
  .product-horizontal-list-8 > * {
    flex: 0 0 12.5%;
  }
}
#product-history-list > * {
  flex: 0 0 50%;
}
@media (min-width: 768px) {
  #product-history-list > * {
    flex-basis: 25%;
  }
}
@media (min-width: 992px) {
  #product-history-list > * {
    flex-basis: 14.28571429%;
  }
}
.badge-product-color {
  border-radius: 50%;
  display: inline-block;
  height: 19px;
  width: 19px;
  border-style: none;
  border-width: 1px;
}
a.product-list-item {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a.product-list-item:hover .product-list-item-title,
  a.product-list-item:hover .product-list-item-price {
    color: var(--color-default-4);
  }
}
.product-list-item {
  position: relative;
  font-size: 1rem;
  text-decoration: none;
}
.product-list-item p {
  margin-top: 0;
  margin-bottom: 0;
}
.product-list-item.banner {
  flex: 0 0 100%;
}
.product-list-item.banner .banner-wrapper {
  padding-bottom: 100%;
}
@media (min-width: 576px) {
  .product-list-item.banner .banner-wrapper {
    padding-bottom: 74.11%;
  }
}
@media (min-width: 768px) {
  .product-list-item.banner {
    flex: 0 0 50%;
  }
}
.product-list-item .product-list-item-title {
  font-size: 1.14rem;
  min-height: 1rem;
  width: 100%;
}
@media (max-width: 991px) {
  .product-list-item .product-list-item-title {
    min-height: 2.4rem;
  }
}
.product-list-item .product-list-item-subtitle {
  font-size: 0.86rem;
}
.product-list-item .product-list-item-subtitle:hover {
  font-size: 0.75rem;
}
.product-list-item .product-list-item-price {
  font-size: 1.14rem;
  font-weight: 600;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .product-list-item .product-list-item-price {
    font-size: 1rem;
  }
}
.product-list-item .product-list-item-title,
.product-list-item .product-list-item-price {
  transition: color 0.1s ease-in-out;
}
.product-list-item img.product-list-item-photo {
  max-width: 100%;
  height: auto;
  min-height: 1px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-list-item img.product-list-item-photo,
.product-list-item .aspect-shirt,
.product-list-item .product-list-item-image-hover {
  position: relative;
  margin-bottom: 0.5rem;
}
.product-list-item .product-list-item-image-hover {
  position: relative;
}
.product-list-item .product-list-item-image-hover img.product-list-item-photo {
  margin-bottom: 0;
}
.product-list-item .product-list-item-image-hover img.product-list-item-art {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 0.1s ease-in-out;
  margin-bottom: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-list-item .product-list-item-image-hover .fast-buy {
  position: relative;
  z-index: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 10px 0;
  background-color: var(--color-primary-1);
  color: var(--color-white);
}
.product-list-item .icon-add-to-cart {
  position: absolute;
  bottom: 0;
  margin-bottom: 2%;
  margin-left: 73%;
  color: var(--color-icon-add-to-cart);
}
@media (max-width: 320px) {
  .product-list-item .icon-add-to-cart {
    margin-left: 70%;
  }
}
.product-list-item .icon-add-to-cart .icon-cr {
  width: 39px;
  height: 40px;
  background-color: var(--color-background-icon-add-to-cart);
  border-radius: 20px;
  padding: 8px;
}
.product-list-item .buttons-add-to-cart-desktop {
  position: absolute;
  bottom: 0;
  margin-bottom: 4%;
  width: 100%;
  z-index: 2;
}
.product-list-item .buttons-add-to-cart-desktop .icon-open-add-to-cart {
  position: relative;
  margin-left: 79%;
  width: 50px;
  height: 50px;
  background-color: var(--color-default-5);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-list-item .buttons-add-to-cart-desktop .icon-open-add-to-cart .icon-add-to-cart .icon-cr {
  color: var(--color-text-buttons);
  width: 3rem !important;
  height: 3rem !important;
}
.product-list-item .buttons-add-to-cart-desktop .button-add-to-cart-desktop {
  background-color: var(--color-default-5);
  color: var(--color-text-buttons);
  padding: 10px 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 25px;
  height: 50px;
  width: 90%;
  margin-left: 5%;
}
.product-list-item .buttons-add-to-cart-desktop .button-add-to-cart-desktop .span {
  font-size: 1.3rem;
}
.product-list-item .product-list-item-colors {
  z-index: 2;
  display: flex;
}
.product-list-item .product-list-item-colors .product-list-item-color {
  border: 1px solid var(--color-white);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-bottom: 0.25rem;
  margin-right: 0.25rem;
}
.product-list-item .product-list-item-colors .product-list-item-color.special-border {
  border-color: #B2B2B2 !important;
}
@media (hover: hover) and (pointer: fine) {
  .product-list-item .product-list-item-colors .product-list-item-color {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    transition: all 0.25s ease-in-out;
    margin-right: 0;
  }
  .product-list-item .product-list-item-colors .product-list-item-color:nth-child(1) {
    right: calc((1 - 1) * 5px);
    z-index: 5;
  }
  .product-list-item .product-list-item-colors .product-list-item-color:nth-child(2) {
    right: calc((2 - 1) * 5px);
    z-index: 4;
  }
  .product-list-item .product-list-item-colors .product-list-item-color:nth-child(3) {
    right: calc((3 - 1) * 5px);
    z-index: 3;
  }
  .product-list-item .product-list-item-colors .product-list-item-color:nth-child(4) {
    right: calc((4 - 1) * 5px);
    z-index: 2;
  }
  .product-list-item .product-list-item-colors .product-list-item-color:nth-child(5) {
    right: calc((5 - 1) * 5px);
    z-index: 1;
  }
  .product-list-item .product-list-item-colors .product-list-item-color:nth-child(6) {
    right: calc((6 - 1) * 5px);
    z-index: 0;
  }
  .product-list-item .product-list-item-colors .product-list-item-color:nth-child(7) {
    right: calc((7 - 1) * 5px);
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .product-list-item .product-list-item-colors .product-list-item-color {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    transition: all 0.25s ease-in-out;
    margin-right: 0;
  }
  .product-list-item .product-list-item-colors .product-list-item-color:nth-child(1) {
    right: calc((1 - 1) * 5px);
    z-index: 5;
  }
  .product-list-item .product-list-item-colors .product-list-item-color:nth-child(2) {
    right: calc((2 - 1) * 5px);
    z-index: 4;
  }
  .product-list-item .product-list-item-colors .product-list-item-color:nth-child(3) {
    right: calc((3 - 1) * 5px);
    z-index: 3;
  }
  .product-list-item .product-list-item-colors .product-list-item-color:nth-child(4) {
    right: calc((4 - 1) * 5px);
    z-index: 2;
  }
  .product-list-item .product-list-item-colors .product-list-item-color:nth-child(5) {
    right: calc((5 - 1) * 5px);
    z-index: 1;
  }
  .product-list-item .product-list-item-colors .product-list-item-color:nth-child(6) {
    right: calc((6 - 1) * 5px);
    z-index: 0;
  }
  .product-list-item .product-list-item-colors .product-list-item-color:nth-child(7) {
    right: calc((7 - 1) * 5px);
    z-index: -1;
  }
}
.product-list-item .product-list-item-colors .more-colors {
  color: #B2B2B2;
}
.product-list-item .badge-promo-combo-price {
  background-color: #FFEBDF;
  padding: 4px 10px;
  border-radius: 4px;
  color: var(--color-primary-1);
}
@media (max-width: 575px) {
  .product-list-item .badge-promo-combo-price {
    padding: 4px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .product-list-item a:hover {
    color: var(--color-icon-add-to-cart);
    text-decoration: none;
  }
  .product-list-item a:hover .product-list-item-subtitle {
    color: var(--color-default-5);
    font-size: 0.86rem;
  }
  .product-list-item a:hover .product-list-item-subtitle .color-name {
    font-size: 12px;
  }
  .product-list-item a:hover .product-list-item-title {
    color: var(--color-default-4);
  }
  .product-list-item a:hover img.product-list-item-art {
    display: block;
  }
  .product-list-item a:hover .product-list-item-colors .product-list-item-color:nth-child(1) {
    right: 0;
    margin-right: 0.1rem;
    opacity: 1;
    transform: scale(1);
  }
  .product-list-item a:hover .product-list-item-colors .product-list-item-color:nth-child(2) {
    right: 0;
    margin-right: 0.1rem;
    opacity: 1;
    transform: scale(1);
  }
  .product-list-item a:hover .product-list-item-colors .product-list-item-color:nth-child(3) {
    right: 0;
    margin-right: 0.1rem;
    opacity: 1;
    transform: scale(1);
  }
  .product-list-item a:hover .product-list-item-colors .product-list-item-color:nth-child(4) {
    right: 0;
    margin-right: 0.1rem;
    opacity: 1;
    transform: scale(1);
  }
  .product-list-item a:hover .product-list-item-colors .product-list-item-color:nth-child(5) {
    right: 0;
    margin-right: 0.1rem;
    opacity: 1;
    transform: scale(1);
  }
  .product-list-item a:hover .product-list-item-colors .product-list-item-color:nth-child(6) {
    right: 0;
    margin-right: 0.1rem;
    opacity: 1;
    transform: scale(1);
  }
  .product-list-item a:hover .product-list-item-colors .product-list-item-color:nth-child(7) {
    right: 0;
    margin-right: 0.1rem;
    opacity: 1;
    transform: scale(1);
  }
}
.product-seal {
  text-align: center;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 4px 10px;
  color: var(--color-white);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.product-seal span {
  font-weight: 700;
}
@media (max-width: 575px) {
  .product-seal {
    padding: 4px 6px !important;
    font-size: 0.8rem !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .product-list .product-seal-promo > :not(:last-child) {
    display: none;
  }
}
.tag-new {
  position: absolute;
  top: 0;
  margin-top: 0.8rem;
  margin-left: 0.8rem;
}
@media (max-width: 575px) {
  .tag-new {
    margin-top: 0.3rem;
    margin-left: 0.15rem;
  }
}
.product-list-item {
  font-family: 'Proxima Nova', sans-serif !important;
}
.product-list-item .buttons-add-to-cart-desktop .icon-open-add-to-cart {
  background-color: var(--color-white);
}
.product-list-item .product-list-item-title {
  font-family: 'Proxima Nova', sans-serif;
}
.product-list-item .product-list-item-subtitle {
  font-family: 'Proxima Nova', sans-serif;
}
.product-list-item .product-list-item-price {
  font-family: 'Proxima Nova', sans-serif;
}
.product-list-item .product-list-item-image-hover .fast-buy {
  font-family: 'Proxima Nova', sans-serif;
}
.product-list-item .buttons-add-to-cart-desktop .button-add-to-cart-desktop .span {
  font-family: 'Proxima Nova', sans-serif;
}
.product-seal.product-seal-primary,
.product-seal > .product-seal-primary {
  background: linear-gradient(to right, var(--color-default-5), var(--color-default-5));
}
.product-seal.product-seal-new {
  font-weight: 700;
  color: var(--color-black);
  background-color: var(--color-default-1);
}
#artists h1 {
  font-size: 2.25rem;
}
#artists h2 {
  font-size: 1.875rem;
}
#artists p {
  text-align: justify;
  font-size: 1rem;
}
@media (max-width: 575px) {
  #artists p {
    text-align: start;
  }
}
#artists .artists-list {
  background-color: var(--color-background-default);
}
#artists .artists-list p {
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 0.5rem;
}
#artists .art-image-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1.5rem;
}
#artists .art-image-list img {
  width: 279px;
  height: 263px;
}
#artists .view-options {
  display: flex;
  justify-content: right;
  margin: 2rem 2rem 2rem 0;
}
#artists .blocks-view {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
#artists .list-view {
  box-sizing: border-box;
  margin: 0 0 0.6rem 0;
  display: flex;
  justify-content: space-between;
  background-color: var(--color-default-1);
}
#artists .list-view p {
  font-size: 1.3rem;
  line-height: 1rem;
}
#artists .list-view .img-cut {
  width: 123px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
#contador {
  background-color: #201f1e;
  font-family: 'Proxima Nova', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contador #contador-title,
#contador #contador-timer-text,
#contador #contador-coupon,
#contador .clock-marker {
  color: #f7f6f5;
}
#contador .clock-number {
  background-color: #e5702c;
  color: #f7f6f5;
}
#contador #contador-button {
  color: #201f1e;
  background-color: #f7f6f5;
}
#contador #coupon-wrapper {
  border-color: #f7f6f5;
}
#contador #contador-mobile-wrapper-primary {
  background-color: #f7f6f5;
}
#contador #contador-mobile-wrapper-primary #contador-title,
#contador #contador-mobile-wrapper-primary #contador-coupon {
  color: #201f1e;
}
#contador #contador-mobile-wrapper-secondary {
  background-color: #e1e1e0;
}
#contador #contador-mobile-wrapper-secondary #contador-timer-text,
#contador #contador-mobile-wrapper-secondary .clock-marker {
  color: #201f1e;
}
#contador #contador-mobile-wrapper-secondary .clock-number {
  background-color: #201f1e;
  color: #f7f6f5;
}
#contador #contador-mobile-wrapper-secondary #contador-button {
  background-color: #201f1e;
  color: #e1e1e0;
}
#contador.count-popup-img {
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contador.count-popup-img .img-count {
  margin-bottom: -1rem;
}
#contador.count-popup-img .count-popup-full {
  width: 100% !important;
}
@media (max-width: 991px) {
  #contador.count-popup-img {
    width: 100vw;
  }
}
#contador a {
  text-decoration: none;
}
#contador #contador-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-style: normal;
  line-height: normal;
}
#contador #contador-content #contador-mobile-wrapper-primary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  width: 50%;
  height: 100%;
  padding: 7px;
}
@media (min-width: 387px) {
  #contador #contador-content #contador-mobile-wrapper-primary {
    padding: 15px;
    justify-content: space-between;
  }
}
#contador #contador-content #contador-mobile-wrapper-secondary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 7px;
  width: 50%;
  height: 100%;
}
@media (min-width: 387px) {
  #contador #contador-content #contador-mobile-wrapper-secondary {
    padding: 15px;
    justify-content: center;
  }
}
#contador #contador-content #contador-timer {
  display: flex;
}
#contador #contador-content #contador-timer-clock {
  display: flex;
  align-items: center;
  gap: 10px;
}
#contador #contador-content #contador-timer-clock .clock-section {
  display: flex;
  align-items: center;
  gap: 2px;
  font-weight: 700;
  text-align: center;
}
#contador #contador-content #contador-coupon {
  display: flex;
}
#contador #contador-content #coupon-content-wrapper {
  display: flex;
}
#contador #contador-content #coupon-wrapper {
  display: flex;
  padding: 2px 13px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#contador #contador-content #coupon-wrapper-text {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.44px;
  text-transform: uppercase;
}
#contador #contador-content #coupon-wrapper-text.coupon-smaller {
  font-size: 14px;
}
@media (min-width: 1024px) {
  #contador #contador-content #coupon-wrapper-text {
    font-size: 22px;
  }
  #contador #contador-content #coupon-wrapper-text.coupon-smaller {
    font-size: 15px;
  }
}
#contador #contador-content #contador-button {
  display: flex;
  padding: 3px 0;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#contador #contador-content #contador-button-text {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
#contador.not_countdown {
  width: 350px;
}
#contador.not_countdown #contador-content {
  height: 70px;
}
#contador.not_countdown #contador-content #contador-title {
  font-weight: initial;
  font-size: 18px;
}
#contador.not_countdown #contador-mobile-wrapper-primary {
  width: 100% !important;
}
@media (max-width: 991px) {
  #contador.not_countdown {
    width: 100vw;
  }
}
#contador .desktop-v1 {
  height: 75px;
  padding: 0 14px;
  max-width: 1278px;
}
#contador .desktop-v1 #contador-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.44px;
  max-width: 296px;
}
@media (min-width: 1250px) {
  #contador .desktop-v1 #contador-title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.44px;
    max-width: 450px;
  }
}
#contador .desktop-v1 #coupon-wrapper {
  border: 1px dashed;
}
#contador .desktop-v1 #contador-timer,
#contador .desktop-v1 #contador-coupon {
  flex-direction: column;
  gap: 2px;
}
@media (min-width: 1024px) {
  #contador .desktop-v1 #contador-timer,
  #contador .desktop-v1 #contador-coupon {
    flex-direction: row;
    align-items: center;
    gap: 6px;
  }
}
#contador .desktop-v1 #contador-timer-text,
#contador .desktop-v1 #contador-coupon-text {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.28px;
}
@media (min-width: 1024px) {
  #contador .desktop-v1 #contador-timer-text,
  #contador .desktop-v1 #contador-coupon-text {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.28px;
  }
}
#contador .desktop-v1 .clock-number {
  height: 42px;
  width: 30px;
  padding: 2px;
  align-self: center;
  font-size: 34px;
}
#contador .desktop-v1 .clock-marker {
  font-size: 14px;
}
#contador .desktop-v2 {
  height: 75px;
  padding: 0 14px;
  max-width: 1278px;
}
#contador .desktop-v2 #contador-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.44px;
  max-width: 296px;
}
@media (min-width: 1250px) {
  #contador .desktop-v2 #contador-title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.44px;
    max-width: 450px;
  }
}
#contador .desktop-v2 #coupon-wrapper {
  border: 1px dashed;
}
#contador .desktop-v2 #contador-timer {
  flex-direction: column;
  gap: 2px;
}
#contador .desktop-v2 #contador-timer-text,
#contador .desktop-v2 #contador-coupon-text {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.24px;
}
@media (min-width: 1024px) {
  #contador .desktop-v2 #contador-timer-text,
  #contador .desktop-v2 #contador-coupon-text {
    font-size: 12px;
    letter-spacing: 0.28px;
  }
}
#contador .desktop-v2 #contador-coupon-text {
  width: 40px;
}
@media (min-width: 1024px) {
  #contador .desktop-v2 #contador-coupon-text {
    width: 100%;
  }
}
#contador .desktop-v2 #coupon-content-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media (min-width: 1024px) {
  #contador .desktop-v2 #coupon-content-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
}
#contador .desktop-v2 #contador-coupon {
  flex-direction: column;
  gap: 2px;
}
@media (min-width: 1024px) {
  #contador .desktop-v2 #contador-coupon {
    flex-direction: row;
    align-items: center;
    gap: 62px;
  }
}
@media (min-width: 1024px) {
  #contador .desktop-v2 #contador-coupon #contador-button {
    padding: 10px 45px;
  }
}
#contador .desktop-v2 .clock-number {
  height: 36px;
  width: 24px;
  padding: 2px;
  align-self: center;
  font-size: 28px;
}
@media (min-width: 1024px) {
  #contador .desktop-v2 .clock-number {
    height: 42px;
    width: 30px;
    font-size: 34px;
  }
}
#contador .desktop-v2 .clock-marker {
  font-size: 12px;
}
#contador .mobile-v1 {
  height: 130px;
}
#contador .mobile-v1 #contador-title {
  font-size: 11.5px;
  letter-spacing: 0.27px;
}
@media (min-width: 387px) {
  #contador .mobile-v1 #contador-title {
    font-size: 13.5px;
    letter-spacing: 0.27px;
  }
}
#contador .mobile-v1 #contador-timer,
#contador .mobile-v1 #contador-coupon {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
#contador .mobile-v1 #contador-timer-text,
#contador .mobile-v1 #contador-coupon-text {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.22px;
}
#contador .mobile-v1 #coupon-wrapper {
  width: 100%;
}
#contador .mobile-v1 #coupon-wrapper-text {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
#contador .mobile-v1 .clock-number {
  padding: 2px;
  align-self: center;
  width: 0.8em;
  font-size: 18px;
}
@media (min-width: 387px) {
  #contador .mobile-v1 .clock-number {
    font-size: 24px;
  }
}
#contador .mobile-v1 .clock-marker {
  font-size: 14px;
}
#contador .mobile-v1 #contador-coupon #coupon-wrapper {
  background-color: #201f1e;
  color: #f7f6f5;
}
#contador .mobile-v1 #contador-button-text {
  padding: 10px;
}
#contador .mobile-v2 {
  height: 130px;
}
#contador .mobile-v2 #contador-title {
  font-size: 11.5px;
  letter-spacing: 0.27px;
}
@media (min-width: 387px) {
  #contador .mobile-v2 #contador-title {
    font-size: 13.5px;
    letter-spacing: 0.27px;
  }
}
#contador .mobile-v2 #contador-timer,
#contador .mobile-v2 #contador-coupon {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
#contador .mobile-v2 #contador-timer-text,
#contador .mobile-v2 #contador-coupon-text {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.22px;
}
#contador .mobile-v2 #coupon-wrapper {
  width: 100%;
}
#contador .mobile-v2 #coupon-wrapper-text {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
#contador .mobile-v2 .clock-number {
  padding: 2px;
  align-self: center;
  width: 0.8em;
  font-size: 18px;
}
@media (min-width: 387px) {
  #contador .mobile-v2 .clock-number {
    font-size: 24px;
  }
}
#contador .mobile-v2 .clock-marker {
  font-size: 14px;
}
#contador .mobile-v2 #contador-coupon #coupon-wrapper {
  border: 1px dashed;
}
#contador .mobile-v2 #contador-button {
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color-default-5);
}
#contador .mobile-v2 #contador-button #contador-button-text {
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
.countdown-popup {
  position: fixed;
  bottom: 1.2rem;
  left: 1.2rem;
  z-index: 1000;
  width: 440px;
  border: 1px solid #797978;
}
.countdown-popup #contador-button {
  height: 34px;
}
.countdown-popup #contador #contador-content #contador-mobile-wrapper-secondary {
  padding: 18px;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 768px) {
  .countdown-popup {
    padding: 1rem 2rem;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    border: none;
  }
  .countdown-popup #contador-coupon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .countdown-popup .coupon-smaller {
    color: #201f1e;
  }
  .countdown-popup #coupon-wrapper-text {
    padding: 3px 5px;
    border: 1px dashed #201f1e;
  }
  .countdown-popup #contador-timer-clock {
    display: flex;
    gap: 5px;
  }
  .countdown-popup #contador-timer-clock .clock-section {
    background-color: black;
    border-radius: 6px;
    padding: 4px;
    display: flex;
    justify-content: center;
    width: 40px;
  }
  .countdown-popup #contador-timer-clock .clock-number {
    background-color: transparent !important;
  }
}
.countdown-mobile-ab {
  padding: 0.25rem 0;
  min-width: 100%;
  margin: auto;
  text-align: center;
}
.countdown-number {
  background-color: white;
  padding: 0 2px;
  text-transform: uppercase;
  font-weight: bolder;
}
@media (max-width: 575px) {
  .countdown-number {
    font-size: 16px;
  }
}
.icon-cr.icon-logo:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 500 500.15%27><g id=%27Camada_2%27 data-name=%27Camada 2%27><g id=%27Camada_1-2%27 data-name=%27Camada 1%27><path fill=%27black%27 d=%27M474.42,260.3a144.63,144.63,0,0,0-16.88,1.54c-4.36.64-10.2.85-14.11,3.11-5.26,3-6.43,13.47-7.61,18.73-2.35,10.47-4.77,21.29-14.37,26.1-15.78,7.88-31.19-4.09-47.5-16.76-15-11.62-31.91-24.8-52.55-28.35-20.1-3.46-39.9,2.27-57.56,11.74-16.23,8.7-30.48,21.19-45.88,31.47-31.49,21-69.68,33.34-106.93,39-35.07,5.32-57.67,5.08-90,2.23a.41.41,0,0,0-.41.56A248.64,248.64,0,0,0,34.05,376a.84.84,0,0,0,.69.4c6.49.08,12.95.27,19.35.66,8,.48,14.59,1.11,20.36,1.66,25,2.41,52.47,1.14,76.37-7.42,21.56-7.73,41.09-20.68,59.29-34.35,39.74-29.86,70-44.57,90.64-43.9,42.9,1.55,75.19,29.32,94.72,52.35,18.07,21.31,47.23,40.29,60.1,46a.82.82,0,0,0,1-.29A248.65,248.65,0,0,0,499.82,263C499.93,260.72,476.66,260.23,474.42,260.3Z%27/><path fill=%27black%27 d=%27M396.19,418.72c-18.54-11.72-37.3-23.17-57.35-32-12.48-5.49-25.61-9.54-39.37-7.2-9.8,1.67-19.14,5.36-28.38,9C243.49,399.48,216,410.71,188,420.43c-16.63,5.77-33.6,11.45-51,14.46-14.75,2.57-33,2.29-52.88,1.22a.4.4,0,0,0-.3.7c3.33,3,6.76,5.82,10.24,8.6a.82.82,0,0,0,.52.18,119.51,119.51,0,0,1,14.32.41c31.85,2.78,63.56,7.35,95.12,12.44,9.83,1.59,19.79,3.26,29.79,2.7s19.79-3.56,29.41-5.92c30.74-7.53,63.36-14.76,95.16-13.29a108.44,108.44,0,0,1,25.13,3.94c4.71,1.37,9.67,3.19,14.72,5.2a.86.86,0,0,0,.79-.1,253.32,253.32,0,0,0,20.07-16.61.8.8,0,0,0-.11-1.27C411.34,428.36,403.78,423.52,396.19,418.72Z%27/><path fill=%27black%27 d=%27M380.19,463.62a.82.82,0,0,0-.16-1.46c-.73-.25-1.45-.5-2.15-.7-12.58-3.66-26.15-3.61-39.12-2.73a287.39,287.39,0,0,0-43.68,6.33c-6.35,1.44-12.79,2.46-19.12,4.12-6.82,1.78-13.58,3.78-20.46,5.33-12.22,2.76-24.92,4.05-37.4,2.47-31.08-3.93-61.91-9.44-93-12.88l-3.47-.37a.41.41,0,0,0-.25.75,250.08,250.08,0,0,0,258.86-.86Z%27/><path fill=%27black%27 d=%27M381,355.36c-17.17-20.24-45.16-44.63-81-45.92-15.13-.58-43.62,14.06-78.27,40.1-19.63,14.76-40.75,28.45-64,36.87-27,9.78-56.95,11.32-85.27,8.61-5.63-.54-11.92-1.14-19.64-1.6-2.34-.15-4.71-.2-7.07-.28a.41.41,0,0,0-.35.64A252.35,252.35,0,0,0,65,418.27a.83.83,0,0,0,.55.27c15.89,1.06,31.77,2.74,47.72,2a174.93,174.93,0,0,0,20.16-2.17c24.43-4,48.23-12.55,71.19-21.42,19.5-7.54,38.93-15.29,58.39-22.94s38.64-13.87,59.81-10c12.83,2.33,24.57,8,36.23,13.63,16.69,8,32,18,47.67,27.75,6.93,4.44,15.73,10.07,24.85,15.68a.82.82,0,0,0,1-.13q6.64-7.11,12.73-14.71a.8.8,0,0,0-.28-1.23C428.17,396.84,399.47,377.11,381,355.36Z%27/><path fill=%27black%27 d=%27M113,268.47a334.28,334.28,0,0,1,38.14-4.26c12.55-.71,25.26-.33,37.66-2.63,16-3,26.87-10.42,35-24.41,9.27-16,23.82-26.18,38.9-36,16.82-10.94,39.12-26.11,60.21-21.81,12.87,2.63,25.09,8,37.2,13,39.71,16.19,84.68,19.46,127.12,21.51q4.68.22,9.36.39a.81.81,0,0,0,.83-.93C479.62,92.62,375.68,0,250.07,0,112,0,0,112,0,250.07a251.71,251.71,0,0,0,2.19,32.69.82.82,0,0,0,.82.71,365.05,365.05,0,0,0,55.15-4.58C76.53,275.87,94.67,271.65,113,268.47Z%27/><path fill=%27black%27 d=%27M108,330.71c42.5-6.47,81.88-22.4,115.86-48.82,24.59-19.12,56.19-35.21,88-34.55a87.2,87.2,0,0,1,12.91,1.23c25.42,4.38,45.15,19.72,61,32,4.65,3.62,20.12,18.81,26.9,14.76a3.56,3.56,0,0,0,1.42-1.71c5-12.05,5.09-26.91,13.57-37.43,5.5-6.82,14-8.37,22.16-9.7,3.48-.57,38.31-4.16,47.8-2h0c.47.11.9.22,1.28.33a.8.8,0,0,0,1-.79q-.15-6.26-.6-12.43a.82.82,0,0,0-.79-.75c-47-1.23-94.2-5.9-139-20.83l-3.54-1.2q-12.56-4.29-24.87-9.25c-8.33-3.35-16.92-5.84-25.78-2.82-9.84,3.38-18.89,9.66-27.82,14.9a163.12,163.12,0,0,0-24.05,16.75c-7.65,6.58-11.86,13.94-16.49,22.83-12.7,24.34-45.87,28.18-70.22,28.73-15.51.35-36.76.83-65.75,7.36-12.36,2.79-25.7,5.36-39.66,7.65a382.16,382.16,0,0,1-56,4.84.41.41,0,0,0-.39.49,247.76,247.76,0,0,0,8.55,31.13.8.8,0,0,0,.69.54C50.48,335.49,71.88,336.21,108,330.71Z%27/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 500 500.15%27><g id=%27Camada_2%27 data-name=%27Camada 2%27><g id=%27Camada_1-2%27 data-name=%27Camada 1%27><path fill=%27black%27 d=%27M474.42,260.3a144.63,144.63,0,0,0-16.88,1.54c-4.36.64-10.2.85-14.11,3.11-5.26,3-6.43,13.47-7.61,18.73-2.35,10.47-4.77,21.29-14.37,26.1-15.78,7.88-31.19-4.09-47.5-16.76-15-11.62-31.91-24.8-52.55-28.35-20.1-3.46-39.9,2.27-57.56,11.74-16.23,8.7-30.48,21.19-45.88,31.47-31.49,21-69.68,33.34-106.93,39-35.07,5.32-57.67,5.08-90,2.23a.41.41,0,0,0-.41.56A248.64,248.64,0,0,0,34.05,376a.84.84,0,0,0,.69.4c6.49.08,12.95.27,19.35.66,8,.48,14.59,1.11,20.36,1.66,25,2.41,52.47,1.14,76.37-7.42,21.56-7.73,41.09-20.68,59.29-34.35,39.74-29.86,70-44.57,90.64-43.9,42.9,1.55,75.19,29.32,94.72,52.35,18.07,21.31,47.23,40.29,60.1,46a.82.82,0,0,0,1-.29A248.65,248.65,0,0,0,499.82,263C499.93,260.72,476.66,260.23,474.42,260.3Z%27/><path fill=%27black%27 d=%27M396.19,418.72c-18.54-11.72-37.3-23.17-57.35-32-12.48-5.49-25.61-9.54-39.37-7.2-9.8,1.67-19.14,5.36-28.38,9C243.49,399.48,216,410.71,188,420.43c-16.63,5.77-33.6,11.45-51,14.46-14.75,2.57-33,2.29-52.88,1.22a.4.4,0,0,0-.3.7c3.33,3,6.76,5.82,10.24,8.6a.82.82,0,0,0,.52.18,119.51,119.51,0,0,1,14.32.41c31.85,2.78,63.56,7.35,95.12,12.44,9.83,1.59,19.79,3.26,29.79,2.7s19.79-3.56,29.41-5.92c30.74-7.53,63.36-14.76,95.16-13.29a108.44,108.44,0,0,1,25.13,3.94c4.71,1.37,9.67,3.19,14.72,5.2a.86.86,0,0,0,.79-.1,253.32,253.32,0,0,0,20.07-16.61.8.8,0,0,0-.11-1.27C411.34,428.36,403.78,423.52,396.19,418.72Z%27/><path fill=%27black%27 d=%27M380.19,463.62a.82.82,0,0,0-.16-1.46c-.73-.25-1.45-.5-2.15-.7-12.58-3.66-26.15-3.61-39.12-2.73a287.39,287.39,0,0,0-43.68,6.33c-6.35,1.44-12.79,2.46-19.12,4.12-6.82,1.78-13.58,3.78-20.46,5.33-12.22,2.76-24.92,4.05-37.4,2.47-31.08-3.93-61.91-9.44-93-12.88l-3.47-.37a.41.41,0,0,0-.25.75,250.08,250.08,0,0,0,258.86-.86Z%27/><path fill=%27black%27 d=%27M381,355.36c-17.17-20.24-45.16-44.63-81-45.92-15.13-.58-43.62,14.06-78.27,40.1-19.63,14.76-40.75,28.45-64,36.87-27,9.78-56.95,11.32-85.27,8.61-5.63-.54-11.92-1.14-19.64-1.6-2.34-.15-4.71-.2-7.07-.28a.41.41,0,0,0-.35.64A252.35,252.35,0,0,0,65,418.27a.83.83,0,0,0,.55.27c15.89,1.06,31.77,2.74,47.72,2a174.93,174.93,0,0,0,20.16-2.17c24.43-4,48.23-12.55,71.19-21.42,19.5-7.54,38.93-15.29,58.39-22.94s38.64-13.87,59.81-10c12.83,2.33,24.57,8,36.23,13.63,16.69,8,32,18,47.67,27.75,6.93,4.44,15.73,10.07,24.85,15.68a.82.82,0,0,0,1-.13q6.64-7.11,12.73-14.71a.8.8,0,0,0-.28-1.23C428.17,396.84,399.47,377.11,381,355.36Z%27/><path fill=%27black%27 d=%27M113,268.47a334.28,334.28,0,0,1,38.14-4.26c12.55-.71,25.26-.33,37.66-2.63,16-3,26.87-10.42,35-24.41,9.27-16,23.82-26.18,38.9-36,16.82-10.94,39.12-26.11,60.21-21.81,12.87,2.63,25.09,8,37.2,13,39.71,16.19,84.68,19.46,127.12,21.51q4.68.22,9.36.39a.81.81,0,0,0,.83-.93C479.62,92.62,375.68,0,250.07,0,112,0,0,112,0,250.07a251.71,251.71,0,0,0,2.19,32.69.82.82,0,0,0,.82.71,365.05,365.05,0,0,0,55.15-4.58C76.53,275.87,94.67,271.65,113,268.47Z%27/><path fill=%27black%27 d=%27M108,330.71c42.5-6.47,81.88-22.4,115.86-48.82,24.59-19.12,56.19-35.21,88-34.55a87.2,87.2,0,0,1,12.91,1.23c25.42,4.38,45.15,19.72,61,32,4.65,3.62,20.12,18.81,26.9,14.76a3.56,3.56,0,0,0,1.42-1.71c5-12.05,5.09-26.91,13.57-37.43,5.5-6.82,14-8.37,22.16-9.7,3.48-.57,38.31-4.16,47.8-2h0c.47.11.9.22,1.28.33a.8.8,0,0,0,1-.79q-.15-6.26-.6-12.43a.82.82,0,0,0-.79-.75c-47-1.23-94.2-5.9-139-20.83l-3.54-1.2q-12.56-4.29-24.87-9.25c-8.33-3.35-16.92-5.84-25.78-2.82-9.84,3.38-18.89,9.66-27.82,14.9a163.12,163.12,0,0,0-24.05,16.75c-7.65,6.58-11.86,13.94-16.49,22.83-12.7,24.34-45.87,28.18-70.22,28.73-15.51.35-36.76.83-65.75,7.36-12.36,2.79-25.7,5.36-39.66,7.65a382.16,382.16,0,0,1-56,4.84.41.41,0,0,0-.39.49,247.76,247.76,0,0,0,8.55,31.13.8.8,0,0,0,.69.54C50.48,335.49,71.88,336.21,108,330.71Z%27/></g></g></svg>");
}
.icon-cr.icon-gift:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M5 5C5 3.34315 6.34315 2 8 2C8.76836 2 9.46924 2.28885 10 2.7639C10.5308 2.28885 11.2316 2 12 2C13.6569 2 15 3.34315 15 5C15 5.35064 14.9398 5.68722 14.8293 6H16C17.1046 6 18 6.89543 18 8C18 9.10457 17.1046 10 16 10H11V9C11 8.44772 10.5523 8 10 8C9.44772 8 9 8.44771 9 9V10H4C2.89543 10 2 9.10457 2 8C2 6.89543 2.89543 6 4 6H5.17071C5.06015 5.68722 5 5.35064 5 5ZM9 6V5C9 4.44772 8.55228 4 8 4C7.44772 4 7 4.44772 7 5C7 5.55228 7.44772 6 8 6H9ZM12 6C12.5523 6 13 5.55228 13 5C13 4.44772 12.5523 4 12 4C11.4477 4 11 4.44772 11 5V6H12Z%27 fill=%27black%27/><path d=%27M9 11H3V16C3 17.1046 3.89543 18 5 18H9V11Z%27 fill=%27black%27/><path d=%27M11 18H15C16.1046 18 17 17.1046 17 16V11H11V18Z%27 fill=%27black%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M5 5C5 3.34315 6.34315 2 8 2C8.76836 2 9.46924 2.28885 10 2.7639C10.5308 2.28885 11.2316 2 12 2C13.6569 2 15 3.34315 15 5C15 5.35064 14.9398 5.68722 14.8293 6H16C17.1046 6 18 6.89543 18 8C18 9.10457 17.1046 10 16 10H11V9C11 8.44772 10.5523 8 10 8C9.44772 8 9 8.44771 9 9V10H4C2.89543 10 2 9.10457 2 8C2 6.89543 2.89543 6 4 6H5.17071C5.06015 5.68722 5 5.35064 5 5ZM9 6V5C9 4.44772 8.55228 4 8 4C7.44772 4 7 4.44772 7 5C7 5.55228 7.44772 6 8 6H9ZM12 6C12.5523 6 13 5.55228 13 5C13 4.44772 12.5523 4 12 4C11.4477 4 11 4.44772 11 5V6H12Z%27 fill=%27black%27/><path d=%27M9 11H3V16C3 17.1046 3.89543 18 5 18H9V11Z%27 fill=%27black%27/><path d=%27M11 18H15C16.1046 18 17 17.1046 17 16V11H11V18Z%27 fill=%27black%27/></svg>");
}
.icon-cr.icon-offer-gift:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M16.6666 10V17.8333C16.6666 18.1095 16.4428 18.3333 16.1666 18.3333H3.83325C3.55711 18.3333 3.33325 18.1095 3.33325 17.8333V10%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M17.8334 5.8335H2.16675C1.89061 5.8335 1.66675 6.05735 1.66675 6.3335V9.50016C1.66675 9.77633 1.89061 10.0002 2.16675 10.0002H17.8334C18.1096 10.0002 18.3334 9.77633 18.3334 9.50016V6.3335C18.3334 6.05735 18.1096 5.8335 17.8334 5.8335Z%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M10 18.3335V5.8335%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M10.0001 5.83317H6.25008C5.69755 5.83317 5.16764 5.61368 4.77694 5.22298C4.38624 4.83228 4.16675 4.30237 4.16675 3.74984C4.16675 3.1973 4.38624 2.6674 4.77694 2.2767C5.16764 1.886 5.69755 1.6665 6.25008 1.6665C9.16675 1.6665 10.0001 5.83317 10.0001 5.83317Z%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M10 5.83317H13.75C14.3025 5.83317 14.8324 5.61368 15.2232 5.22298C15.6138 4.83228 15.8333 4.30237 15.8333 3.74984C15.8333 3.1973 15.6138 2.6674 15.2232 2.2767C14.8324 1.886 14.3025 1.6665 13.75 1.6665C10.8333 1.6665 10 5.83317 10 5.83317Z%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M16.6666 10V17.8333C16.6666 18.1095 16.4428 18.3333 16.1666 18.3333H3.83325C3.55711 18.3333 3.33325 18.1095 3.33325 17.8333V10%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M17.8334 5.8335H2.16675C1.89061 5.8335 1.66675 6.05735 1.66675 6.3335V9.50016C1.66675 9.77633 1.89061 10.0002 2.16675 10.0002H17.8334C18.1096 10.0002 18.3334 9.77633 18.3334 9.50016V6.3335C18.3334 6.05735 18.1096 5.8335 17.8334 5.8335Z%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M10 18.3335V5.8335%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M10.0001 5.83317H6.25008C5.69755 5.83317 5.16764 5.61368 4.77694 5.22298C4.38624 4.83228 4.16675 4.30237 4.16675 3.74984C4.16675 3.1973 4.38624 2.6674 4.77694 2.2767C5.16764 1.886 5.69755 1.6665 6.25008 1.6665C9.16675 1.6665 10.0001 5.83317 10.0001 5.83317Z%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M10 5.83317H13.75C14.3025 5.83317 14.8324 5.61368 15.2232 5.22298C15.6138 4.83228 15.8333 4.30237 15.8333 3.74984C15.8333 3.1973 15.6138 2.6674 15.2232 2.2767C14.8324 1.886 14.3025 1.6665 13.75 1.6665C10.8333 1.6665 10 5.83317 10 5.83317Z%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
}
.icon-cr.icon-chevron-right:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M9 18L15 12L9 6%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M9 18L15 12L9 6%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
}
.icon-cr.icon-info:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M11.0469 8.0752V16H8.93018V8.0752H11.0469ZM8.79834 6.00977C8.79834 5.70215 8.90576 5.44824 9.12061 5.24805C9.33545 5.04785 9.62354 4.94775 9.98486 4.94775C10.3413 4.94775 10.627 5.04785 10.8418 5.24805C11.0615 5.44824 11.1714 5.70215 11.1714 6.00977C11.1714 6.31738 11.0615 6.57129 10.8418 6.77148C10.627 6.97168 10.3413 7.07178 9.98486 7.07178C9.62354 7.07178 9.33545 6.97168 9.12061 6.77148C8.90576 6.57129 8.79834 6.31738 8.79834 6.00977Z%27 fill=%27black%27/><circle cx=%2710%27 cy=%2710%27 r=%279%27 stroke=%27black%27 stroke-width=%272%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M11.0469 8.0752V16H8.93018V8.0752H11.0469ZM8.79834 6.00977C8.79834 5.70215 8.90576 5.44824 9.12061 5.24805C9.33545 5.04785 9.62354 4.94775 9.98486 4.94775C10.3413 4.94775 10.627 5.04785 10.8418 5.24805C11.0615 5.44824 11.1714 5.70215 11.1714 6.00977C11.1714 6.31738 11.0615 6.57129 10.8418 6.77148C10.627 6.97168 10.3413 7.07178 9.98486 7.07178C9.62354 7.07178 9.33545 6.97168 9.12061 6.77148C8.90576 6.57129 8.79834 6.31738 8.79834 6.00977Z%27 fill=%27black%27/><circle cx=%2710%27 cy=%2710%27 r=%279%27 stroke=%27black%27 stroke-width=%272%27/></svg>");
}
.icon-cr.icon-tag:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg style=%27fill:black%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 126.86 149.14%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><path class=%27cls-1%27 d=%27M107.69,0,45.06,13.8,4,84.69,2.17,87.81A16.1,16.1,0,0,0,8,109.8l67.88,39.34,9.88-17,41.07-70.9Zm-12,43.82a11.62,11.62,0,1,1-4.11-15.91A11.63,11.63,0,0,1,95.73,43.82Z%27/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg style=%27fill:black%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 126.86 149.14%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><path class=%27cls-1%27 d=%27M107.69,0,45.06,13.8,4,84.69,2.17,87.81A16.1,16.1,0,0,0,8,109.8l67.88,39.34,9.88-17,41.07-70.9Zm-12,43.82a11.62,11.62,0,1,1-4.11-15.91A11.63,11.63,0,0,1,95.73,43.82Z%27/></g></g></svg>");
}
.icon-cr.icon-cart-resume:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M18.1573 1.99535C18.0217 1.9631 17.8791 1.98051 17.7552 2.0444L16.8747 2.48412L15.9867 2.04011C15.9072 2.00034 15.8194 1.97963 15.7305 1.97963C15.6416 1.97963 15.5538 2.00034 15.4743 2.04011L14.5752 2.48448L13.6879 2.04011C13.6081 2.00005 13.52 1.97918 13.4308 1.97918C13.3415 1.97918 13.2535 2.00005 13.1737 2.04011L12.2914 2.48304L11.4159 2.04118C11.3363 2.00084 11.2484 1.97964 11.1592 1.97927C11.07 1.9789 10.982 1.99936 10.9021 2.03903L9.99972 2.48483L9.1117 2.03975C9.03202 2 8.94419 1.9793 8.85514 1.9793C8.76609 1.9793 8.67826 2 8.59858 2.03975L7.70805 2.48412L6.8186 2.03975C6.70394 1.98227 6.5733 1.96493 6.44761 1.99051C6.32192 2.01609 6.20845 2.08311 6.12537 2.18083C6.03583 2.28756 5.98754 2.42287 5.9893 2.56218V11.1459L5.99109 11.1477H12.8643C13.1682 11.1477 13.4596 11.2684 13.6745 11.4833C13.8894 11.6982 14.0101 11.9896 14.0101 12.2935V16.0157C14.0101 17.1232 15.1943 18.0209 16.3018 18.0209H16.7315C17.2253 18.0209 17.6989 17.8247 18.0481 17.4755C18.3973 17.1264 18.5935 16.6528 18.5935 16.1589V2.55215C18.5936 2.42392 18.5507 2.29937 18.4716 2.19842C18.3925 2.09747 18.2819 2.02596 18.1573 1.99535ZM15.7289 9.42715H11.1635C10.8541 9.42715 10.587 9.18939 10.5734 8.88002C10.5699 8.8027 10.5821 8.72548 10.6093 8.65301C10.6365 8.58055 10.678 8.51434 10.7315 8.45839C10.785 8.40244 10.8492 8.3579 10.9204 8.32747C10.9916 8.29704 11.0682 8.28134 11.1456 8.28132H15.711C16.0204 8.28132 16.2875 8.51908 16.3011 8.82845C16.3046 8.90577 16.2924 8.98299 16.2652 9.05546C16.238 9.12792 16.1964 9.19413 16.1429 9.25008C16.0895 9.30603 16.0252 9.35057 15.954 9.381C15.8829 9.41143 15.8063 9.42713 15.7289 9.42715ZM15.7289 6.56257H8.87179C8.56242 6.56257 8.29529 6.32481 8.28169 6.01543C8.2782 5.93812 8.29042 5.8609 8.31761 5.78843C8.34479 5.71597 8.38637 5.64976 8.43985 5.59381C8.49332 5.53786 8.55758 5.49332 8.62874 5.46289C8.6999 5.43245 8.77649 5.41675 8.85389 5.41674H15.711C16.0204 5.41674 16.2875 5.6545 16.3011 5.96387C16.3046 6.04119 16.2924 6.11841 16.2652 6.19087C16.238 6.26334 16.1964 6.32955 16.1429 6.3855C16.0895 6.44145 16.0252 6.48598 15.954 6.51642C15.8829 6.54685 15.8063 6.56255 15.7289 6.56257Z%27 fill=%27black%27/><path d=%27M12.8646 16.016V12.8649C12.8646 12.713 12.8042 12.5672 12.6968 12.4598C12.5893 12.3524 12.4436 12.292 12.2917 12.292H2.55208C2.24817 12.2929 1.957 12.4142 1.74227 12.6293C1.52754 12.8443 1.40672 13.1357 1.40625 13.4396C1.40625 15.2497 1.61322 16.0023 1.92402 16.5753C2.45146 17.5481 3.40645 18.0212 4.84375 18.0212H13.6409C13.6691 18.0212 13.6968 18.0128 13.7203 17.9972C13.7438 17.9816 13.7622 17.9593 13.7731 17.9332C13.784 17.9072 13.787 17.8784 13.7816 17.8507C13.7762 17.823 13.7628 17.7974 13.7429 17.7773C13.4042 17.4375 12.8646 16.9827 12.8646 16.016Z%27 fill=%27black%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M18.1573 1.99535C18.0217 1.9631 17.8791 1.98051 17.7552 2.0444L16.8747 2.48412L15.9867 2.04011C15.9072 2.00034 15.8194 1.97963 15.7305 1.97963C15.6416 1.97963 15.5538 2.00034 15.4743 2.04011L14.5752 2.48448L13.6879 2.04011C13.6081 2.00005 13.52 1.97918 13.4308 1.97918C13.3415 1.97918 13.2535 2.00005 13.1737 2.04011L12.2914 2.48304L11.4159 2.04118C11.3363 2.00084 11.2484 1.97964 11.1592 1.97927C11.07 1.9789 10.982 1.99936 10.9021 2.03903L9.99972 2.48483L9.1117 2.03975C9.03202 2 8.94419 1.9793 8.85514 1.9793C8.76609 1.9793 8.67826 2 8.59858 2.03975L7.70805 2.48412L6.8186 2.03975C6.70394 1.98227 6.5733 1.96493 6.44761 1.99051C6.32192 2.01609 6.20845 2.08311 6.12537 2.18083C6.03583 2.28756 5.98754 2.42287 5.9893 2.56218V11.1459L5.99109 11.1477H12.8643C13.1682 11.1477 13.4596 11.2684 13.6745 11.4833C13.8894 11.6982 14.0101 11.9896 14.0101 12.2935V16.0157C14.0101 17.1232 15.1943 18.0209 16.3018 18.0209H16.7315C17.2253 18.0209 17.6989 17.8247 18.0481 17.4755C18.3973 17.1264 18.5935 16.6528 18.5935 16.1589V2.55215C18.5936 2.42392 18.5507 2.29937 18.4716 2.19842C18.3925 2.09747 18.2819 2.02596 18.1573 1.99535ZM15.7289 9.42715H11.1635C10.8541 9.42715 10.587 9.18939 10.5734 8.88002C10.5699 8.8027 10.5821 8.72548 10.6093 8.65301C10.6365 8.58055 10.678 8.51434 10.7315 8.45839C10.785 8.40244 10.8492 8.3579 10.9204 8.32747C10.9916 8.29704 11.0682 8.28134 11.1456 8.28132H15.711C16.0204 8.28132 16.2875 8.51908 16.3011 8.82845C16.3046 8.90577 16.2924 8.98299 16.2652 9.05546C16.238 9.12792 16.1964 9.19413 16.1429 9.25008C16.0895 9.30603 16.0252 9.35057 15.954 9.381C15.8829 9.41143 15.8063 9.42713 15.7289 9.42715ZM15.7289 6.56257H8.87179C8.56242 6.56257 8.29529 6.32481 8.28169 6.01543C8.2782 5.93812 8.29042 5.8609 8.31761 5.78843C8.34479 5.71597 8.38637 5.64976 8.43985 5.59381C8.49332 5.53786 8.55758 5.49332 8.62874 5.46289C8.6999 5.43245 8.77649 5.41675 8.85389 5.41674H15.711C16.0204 5.41674 16.2875 5.6545 16.3011 5.96387C16.3046 6.04119 16.2924 6.11841 16.2652 6.19087C16.238 6.26334 16.1964 6.32955 16.1429 6.3855C16.0895 6.44145 16.0252 6.48598 15.954 6.51642C15.8829 6.54685 15.8063 6.56255 15.7289 6.56257Z%27 fill=%27black%27/><path d=%27M12.8646 16.016V12.8649C12.8646 12.713 12.8042 12.5672 12.6968 12.4598C12.5893 12.3524 12.4436 12.292 12.2917 12.292H2.55208C2.24817 12.2929 1.957 12.4142 1.74227 12.6293C1.52754 12.8443 1.40672 13.1357 1.40625 13.4396C1.40625 15.2497 1.61322 16.0023 1.92402 16.5753C2.45146 17.5481 3.40645 18.0212 4.84375 18.0212H13.6409C13.6691 18.0212 13.6968 18.0128 13.7203 17.9972C13.7438 17.9816 13.7622 17.9593 13.7731 17.9332C13.784 17.9072 13.787 17.8784 13.7816 17.8507C13.7762 17.823 13.7628 17.7974 13.7429 17.7773C13.4042 17.4375 12.8646 16.9827 12.8646 16.016Z%27 fill=%27black%27/></svg>");
}
.icon-cr.icon-cart-cashback:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M9 0.875C4.51289 0.875 0.875 4.51289 0.875 9C0.875 13.4871 4.51289 17.125 9 17.125C13.4871 17.125 17.125 13.4871 17.125 9C17.125 4.51289 13.4871 0.875 9 0.875ZM12.2691 11.916C11.7071 12.5432 10.9763 12.9953 10.1641 13.2181C9.35194 13.441 8.49276 13.4252 7.68932 13.1727C6.88587 12.9202 6.17216 12.4416 5.63352 11.7941C5.09488 11.1467 4.75411 10.3579 4.65195 9.52187C4.52271 9.60739 4.36631 9.64185 4.21309 9.61855C4.05988 9.59525 3.92079 9.51586 3.82281 9.39578C3.72483 9.27571 3.67496 9.12352 3.68287 8.96875C3.69078 8.81397 3.75592 8.66766 3.86562 8.5582L4.7875 7.63633C4.903 7.52085 5.05911 7.45517 5.22242 7.45334C5.38574 7.45152 5.54328 7.51369 5.66133 7.62656L6.625 8.54844C6.73321 8.65113 6.80112 8.78913 6.81645 8.93752C6.83179 9.08591 6.79355 9.23489 6.70864 9.35754C6.62372 9.4802 6.49774 9.56843 6.35345 9.60631C6.20916 9.64418 6.05608 9.6292 5.92187 9.56406C6.02892 10.1401 6.29525 10.6746 6.69065 11.1069C7.08605 11.5392 7.59469 11.8521 8.15887 12.01C8.72306 12.1679 9.32022 12.1646 9.8826 12.0004C10.445 11.8361 10.9501 11.5176 11.3406 11.0809C11.4527 10.9623 11.6067 10.8923 11.7697 10.8858C11.9327 10.8792 12.0918 10.9367 12.2131 11.0459C12.3343 11.155 12.408 11.3073 12.4185 11.4701C12.429 11.6329 12.3754 11.7934 12.2691 11.9172V11.916ZM14.1348 9.4418L13.2129 10.3637C13.0974 10.4792 12.9413 10.5448 12.778 10.5467C12.6147 10.5485 12.4571 10.4863 12.3391 10.3734L11.3754 9.45156C11.2693 9.34941 11.2026 9.21305 11.1872 9.06654C11.1718 8.92004 11.2087 8.77281 11.2913 8.65084C11.3739 8.52886 11.4969 8.43998 11.6387 8.39987C11.7804 8.35977 11.9318 8.37102 12.066 8.43164C11.9587 7.85691 11.6926 7.32371 11.2979 6.89239C10.9032 6.46106 10.3956 6.14885 9.83265 5.99108C9.26967 5.83332 8.67377 5.8363 8.1124 5.99969C7.55103 6.16309 7.04662 6.48037 6.65625 6.91562C6.60144 6.97672 6.53513 7.02642 6.46111 7.06189C6.38709 7.09736 6.30681 7.1179 6.22485 7.12235C6.14289 7.12679 6.06086 7.11505 5.98344 7.08779C5.90602 7.06053 5.83473 7.01829 5.77363 6.96348C5.71254 6.90867 5.66284 6.84236 5.62737 6.76834C5.5919 6.69432 5.57135 6.61404 5.56691 6.53208C5.56247 6.45012 5.57421 6.36809 5.60147 6.29067C5.62873 6.21325 5.67097 6.14195 5.72578 6.08086C6.28827 5.4537 7.01964 5.002 7.83228 4.77985C8.64492 4.55771 9.50436 4.57454 10.3077 4.82834C11.111 5.08214 11.8241 5.56214 12.3616 6.21084C12.8991 6.85955 13.2382 7.64945 13.3383 8.48594C13.4666 8.39842 13.623 8.36185 13.7769 8.38335C13.9307 8.40485 14.0711 8.48289 14.1705 8.60224C14.27 8.72159 14.3214 8.87371 14.3148 9.02892C14.3082 9.18414 14.244 9.33133 14.1348 9.4418Z%27 fill=%27black%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M9 0.875C4.51289 0.875 0.875 4.51289 0.875 9C0.875 13.4871 4.51289 17.125 9 17.125C13.4871 17.125 17.125 13.4871 17.125 9C17.125 4.51289 13.4871 0.875 9 0.875ZM12.2691 11.916C11.7071 12.5432 10.9763 12.9953 10.1641 13.2181C9.35194 13.441 8.49276 13.4252 7.68932 13.1727C6.88587 12.9202 6.17216 12.4416 5.63352 11.7941C5.09488 11.1467 4.75411 10.3579 4.65195 9.52187C4.52271 9.60739 4.36631 9.64185 4.21309 9.61855C4.05988 9.59525 3.92079 9.51586 3.82281 9.39578C3.72483 9.27571 3.67496 9.12352 3.68287 8.96875C3.69078 8.81397 3.75592 8.66766 3.86562 8.5582L4.7875 7.63633C4.903 7.52085 5.05911 7.45517 5.22242 7.45334C5.38574 7.45152 5.54328 7.51369 5.66133 7.62656L6.625 8.54844C6.73321 8.65113 6.80112 8.78913 6.81645 8.93752C6.83179 9.08591 6.79355 9.23489 6.70864 9.35754C6.62372 9.4802 6.49774 9.56843 6.35345 9.60631C6.20916 9.64418 6.05608 9.6292 5.92187 9.56406C6.02892 10.1401 6.29525 10.6746 6.69065 11.1069C7.08605 11.5392 7.59469 11.8521 8.15887 12.01C8.72306 12.1679 9.32022 12.1646 9.8826 12.0004C10.445 11.8361 10.9501 11.5176 11.3406 11.0809C11.4527 10.9623 11.6067 10.8923 11.7697 10.8858C11.9327 10.8792 12.0918 10.9367 12.2131 11.0459C12.3343 11.155 12.408 11.3073 12.4185 11.4701C12.429 11.6329 12.3754 11.7934 12.2691 11.9172V11.916ZM14.1348 9.4418L13.2129 10.3637C13.0974 10.4792 12.9413 10.5448 12.778 10.5467C12.6147 10.5485 12.4571 10.4863 12.3391 10.3734L11.3754 9.45156C11.2693 9.34941 11.2026 9.21305 11.1872 9.06654C11.1718 8.92004 11.2087 8.77281 11.2913 8.65084C11.3739 8.52886 11.4969 8.43998 11.6387 8.39987C11.7804 8.35977 11.9318 8.37102 12.066 8.43164C11.9587 7.85691 11.6926 7.32371 11.2979 6.89239C10.9032 6.46106 10.3956 6.14885 9.83265 5.99108C9.26967 5.83332 8.67377 5.8363 8.1124 5.99969C7.55103 6.16309 7.04662 6.48037 6.65625 6.91562C6.60144 6.97672 6.53513 7.02642 6.46111 7.06189C6.38709 7.09736 6.30681 7.1179 6.22485 7.12235C6.14289 7.12679 6.06086 7.11505 5.98344 7.08779C5.90602 7.06053 5.83473 7.01829 5.77363 6.96348C5.71254 6.90867 5.66284 6.84236 5.62737 6.76834C5.5919 6.69432 5.57135 6.61404 5.56691 6.53208C5.56247 6.45012 5.57421 6.36809 5.60147 6.29067C5.62873 6.21325 5.67097 6.14195 5.72578 6.08086C6.28827 5.4537 7.01964 5.002 7.83228 4.77985C8.64492 4.55771 9.50436 4.57454 10.3077 4.82834C11.111 5.08214 11.8241 5.56214 12.3616 6.21084C12.8991 6.85955 13.2382 7.64945 13.3383 8.48594C13.4666 8.39842 13.623 8.36185 13.7769 8.38335C13.9307 8.40485 14.0711 8.48289 14.1705 8.60224C14.27 8.72159 14.3214 8.87371 14.3148 9.02892C14.3082 9.18414 14.244 9.33133 14.1348 9.4418Z%27 fill=%27black%27/></svg>");
}
.icon-cr.icon-discount:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M2 6C2 4.89543 2.89543 4 4 4H16C17.1046 4 18 4.89543 18 6V8C16.8954 8 16 8.89543 16 10C16 11.1046 16.8954 12 18 12V14C18 15.1046 17.1046 16 16 16H4C2.89543 16 2 15.1046 2 14V12C3.10457 12 4 11.1046 4 10C4 8.89543 3.10457 8 2 8V6Z%27 fill=%27black%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M2 6C2 4.89543 2.89543 4 4 4H16C17.1046 4 18 4.89543 18 6V8C16.8954 8 16 8.89543 16 10C16 11.1046 16.8954 12 18 12V14C18 15.1046 17.1046 16 16 16H4C2.89543 16 2 15.1046 2 14V12C3.10457 12 4 11.1046 4 10C4 8.89543 3.10457 8 2 8V6Z%27 fill=%27black%27/></svg>");
}
.icon-cr.icon-close:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M1 13L13 1M1 1L13 13%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M1 13L13 1M1 1L13 13%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27/></svg>");
}
.icon-cr.icon-chevron-down:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width=%2718%27 height=%2711%27 viewBox=%270 0 18 11%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M10.5724 10.3727L12.3406 8.66941L18 3.21788L14.6594 0L9 5.45153L3.34191 0L0 3.21788L5.65941 8.66941L7.42897 10.3727C7.63533 10.5716 7.88035 10.7293 8.15003 10.837C8.4197 10.9446 8.70875 11 9.00066 11C9.29257 11 9.58162 10.9446 9.85129 10.837C10.121 10.7293 10.366 10.5716 10.5724 10.3727Z%27 fill=%27black%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width=%2718%27 height=%2711%27 viewBox=%270 0 18 11%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M10.5724 10.3727L12.3406 8.66941L18 3.21788L14.6594 0L9 5.45153L3.34191 0L0 3.21788L5.65941 8.66941L7.42897 10.3727C7.63533 10.5716 7.88035 10.7293 8.15003 10.837C8.4197 10.9446 8.70875 11 9.00066 11C9.29257 11 9.58162 10.9446 9.85129 10.837C10.121 10.7293 10.366 10.5716 10.5724 10.3727Z%27 fill=%27black%27/></svg>");
}
.icon-cr.icon-chevron-down-2:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width=%2715%27 height=%278%27 viewBox=%270 0 15 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M1.40039 1L7.40039 7L13.4004 1%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width=%2715%27 height=%278%27 viewBox=%270 0 15 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M1.40039 1L7.40039 7L13.4004 1%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27/></svg>");
}
.icon-cr.icon-chevron-up:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width=%2725%27 height=%2724%27 viewBox=%270 0 25 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M18.5 15L12.5 9L6.5 15%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width=%2725%27 height=%2724%27 viewBox=%270 0 25 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M18.5 15L12.5 9L6.5 15%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
}
.icon-cr.icon-chevron-up-2:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg style=%27fill:black%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 86.28 136%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><path class=%27cls-1%27 d=%27M81.36,56.12,68,42.76,25.24,0,0,25.24,42.76,68,0,110.75,25.24,136,68,93.24,81.36,79.87A16.79,16.79,0,0,0,81.36,56.12Z%27/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg style=%27fill:black%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 86.28 136%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><path class=%27cls-1%27 d=%27M81.36,56.12,68,42.76,25.24,0,0,25.24,42.76,68,0,110.75,25.24,136,68,93.24,81.36,79.87A16.79,16.79,0,0,0,81.36,56.12Z%27/></g></g></svg>");
}
.icon-cr.icon-chevron-up-2:before {
  transform: rotate(-90deg);
}
.icon-cr.icon-chevron-left:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M9 18L15 12L9 6%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M9 18L15 12L9 6%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
}
.icon-cr.icon-chevron-left:before {
  transform: rotate(-180deg);
}
.icon-cr.icon-chevron-right:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M9 18L15 12L9 6%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M9 18L15 12L9 6%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
}
.icon-cr.icon-arrow-right:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width=%2713%27 height=%2710%27 viewBox=%270 0 13 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M12.4243 5.42426C12.6586 5.18995 12.6586 4.81005 12.4243 4.57574L8.60589 0.757359C8.37157 0.523044 7.99167 0.523044 7.75736 0.757359C7.52305 0.991674 7.52305 1.37157 7.75736 1.60589L11.1515 5L7.75736 8.39411C7.52304 8.62843 7.52304 9.00833 7.75736 9.24264C7.99167 9.47696 8.37157 9.47696 8.60589 9.24264L12.4243 5.42426ZM-1.33518e-07 5.6L12 5.6L12 4.4L1.33518e-07 4.4L-1.33518e-07 5.6Z%27 fill=%27white%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width=%2713%27 height=%2710%27 viewBox=%270 0 13 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M12.4243 5.42426C12.6586 5.18995 12.6586 4.81005 12.4243 4.57574L8.60589 0.757359C8.37157 0.523044 7.99167 0.523044 7.75736 0.757359C7.52305 0.991674 7.52305 1.37157 7.75736 1.60589L11.1515 5L7.75736 8.39411C7.52304 8.62843 7.52304 9.00833 7.75736 9.24264C7.99167 9.47696 8.37157 9.47696 8.60589 9.24264L12.4243 5.42426ZM-1.33518e-07 5.6L12 5.6L12 4.4L1.33518e-07 4.4L-1.33518e-07 5.6Z%27 fill=%27white%27/></svg>");
}
.icon-cr.icon-arrow-left:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width=%2713%27 height=%2710%27 viewBox=%270 0 13 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M12.4243 5.42426C12.6586 5.18995 12.6586 4.81005 12.4243 4.57574L8.60589 0.757359C8.37157 0.523044 7.99167 0.523044 7.75736 0.757359C7.52305 0.991674 7.52305 1.37157 7.75736 1.60589L11.1515 5L7.75736 8.39411C7.52304 8.62843 7.52304 9.00833 7.75736 9.24264C7.99167 9.47696 8.37157 9.47696 8.60589 9.24264L12.4243 5.42426ZM-1.33518e-07 5.6L12 5.6L12 4.4L1.33518e-07 4.4L-1.33518e-07 5.6Z%27 fill=%27white%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width=%2713%27 height=%2710%27 viewBox=%270 0 13 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M12.4243 5.42426C12.6586 5.18995 12.6586 4.81005 12.4243 4.57574L8.60589 0.757359C8.37157 0.523044 7.99167 0.523044 7.75736 0.757359C7.52305 0.991674 7.52305 1.37157 7.75736 1.60589L11.1515 5L7.75736 8.39411C7.52304 8.62843 7.52304 9.00833 7.75736 9.24264C7.99167 9.47696 8.37157 9.47696 8.60589 9.24264L12.4243 5.42426ZM-1.33518e-07 5.6L12 5.6L12 4.4L1.33518e-07 4.4L-1.33518e-07 5.6Z%27 fill=%27white%27/></svg>");
}
.icon-cr.icon-arrow-left:before {
  transform: rotate(180deg);
}
.icon-cr.icon-list-add-to-cart:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width=%2719%27 height=%2720%27 viewBox=%270 0 19 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M13.8535 9V5C13.8535 2.79086 12.0627 1 9.85352 1C7.64438 1 5.85352 2.79086 5.85352 5V9M2.85352 7H16.8535L17.8535 19H1.85352L2.85352 7Z%27 stroke=%27white%27 stroke-width=%272%27 stroke-linecap=%27round%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width=%2719%27 height=%2720%27 viewBox=%270 0 19 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M13.8535 9V5C13.8535 2.79086 12.0627 1 9.85352 1C7.64438 1 5.85352 2.79086 5.85352 5V9M2.85352 7H16.8535L17.8535 19H1.85352L2.85352 7Z%27 stroke=%27white%27 stroke-width=%272%27 stroke-linecap=%27round%27/></svg>");
}
.icon-cr.icon-copy:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M20.0003 9H11.0001C9.89546 9 9 9.89546 9 11.0001V20.0003C9 21.1049 9.89546 22.0004 11.0001 22.0004H20.0003C21.1049 22.0004 22.0004 21.1049 22.0004 20.0003V11.0001C22.0004 9.89546 21.1049 9 20.0003 9Z%27 stroke=%27black%27 stroke-width=%271.50004%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M5.00009 15.0004H4.00006C3.46961 15.0004 2.96089 14.7897 2.5858 14.4146C2.21072 14.0395 2 13.5308 2 13.0003V4.00006C2 3.46961 2.21072 2.96089 2.5858 2.5858C2.96089 2.21072 3.46961 2 4.00006 2H13.0003C13.5308 2 14.0395 2.21072 14.4146 2.5858C14.7897 2.96089 15.0004 3.46961 15.0004 4.00006V5.00009%27 stroke=%27black%27 stroke-width=%271.50004%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M20.0003 9H11.0001C9.89546 9 9 9.89546 9 11.0001V20.0003C9 21.1049 9.89546 22.0004 11.0001 22.0004H20.0003C21.1049 22.0004 22.0004 21.1049 22.0004 20.0003V11.0001C22.0004 9.89546 21.1049 9 20.0003 9Z%27 stroke=%27black%27 stroke-width=%271.50004%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M5.00009 15.0004H4.00006C3.46961 15.0004 2.96089 14.7897 2.5858 14.4146C2.21072 14.0395 2 13.5308 2 13.0003V4.00006C2 3.46961 2.21072 2.96089 2.5858 2.5858C2.96089 2.21072 3.46961 2 4.00006 2H13.0003C13.5308 2 14.0395 2.21072 14.4146 2.5858C14.7897 2.96089 15.0004 3.46961 15.0004 4.00006V5.00009%27 stroke=%27black%27 stroke-width=%271.50004%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
}
.icon-cr.icon-alert-success:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M7.9987 14.6673C11.6806 14.6673 14.6654 11.6825 14.6654 8.00065C14.6654 4.31875 11.6806 1.33398 7.9987 1.33398C4.3168 1.33398 1.33203 4.31875 1.33203 8.00065C1.33203 11.6825 4.3168 14.6673 7.9987 14.6673Z%27 stroke=%27black%27 stroke-width=%271.33333%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M4.84673 8.69069C4.60838 8.45666 4.60838 8.07565 4.84673 7.84162C5.08507 7.6076 5.47311 7.6076 5.71145 7.84162L7.08263 9.18871L10.9304 4.87072C11.1527 4.62169 11.5384 4.59619 11.7928 4.81446C12.0464 5.03272 12.0724 5.41151 11.8501 5.66128L7.57234 10.4616C7.46081 10.5869 7.30192 10.6604 7.13234 10.6656C6.96428 10.6716 6.80005 10.6079 6.68011 10.4909L4.84673 8.69069Z%27 fill=%27black%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M7.9987 14.6673C11.6806 14.6673 14.6654 11.6825 14.6654 8.00065C14.6654 4.31875 11.6806 1.33398 7.9987 1.33398C4.3168 1.33398 1.33203 4.31875 1.33203 8.00065C1.33203 11.6825 4.3168 14.6673 7.9987 14.6673Z%27 stroke=%27black%27 stroke-width=%271.33333%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M4.84673 8.69069C4.60838 8.45666 4.60838 8.07565 4.84673 7.84162C5.08507 7.6076 5.47311 7.6076 5.71145 7.84162L7.08263 9.18871L10.9304 4.87072C11.1527 4.62169 11.5384 4.59619 11.7928 4.81446C12.0464 5.03272 12.0724 5.41151 11.8501 5.66128L7.57234 10.4616C7.46081 10.5869 7.30192 10.6604 7.13234 10.6656C6.96428 10.6716 6.80005 10.6079 6.68011 10.4909L4.84673 8.69069Z%27 fill=%27black%27/></svg>");
}
.icon-cr.icon-alert-danger:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M8 4V10.3333%27 stroke=%27black%27 stroke-width=%271.33333%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M8 12.3394L8.00667 12.332L8 12.3394Z%27 fill=%27black%27/><path d=%27M8 12.3394L8.00667 12.332%27 stroke=%27black%27 stroke-width=%271.33333%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M7.9987 14.6673C11.6806 14.6673 14.6654 11.6825 14.6654 8.00065C14.6654 4.31875 11.6806 1.33398 7.9987 1.33398C4.3168 1.33398 1.33203 4.31875 1.33203 8.00065C1.33203 11.6825 4.3168 14.6673 7.9987 14.6673Z%27 stroke=%27black%27 stroke-width=%271.33333%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M8 4V10.3333%27 stroke=%27black%27 stroke-width=%271.33333%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M8 12.3394L8.00667 12.332L8 12.3394Z%27 fill=%27black%27/><path d=%27M8 12.3394L8.00667 12.332%27 stroke=%27black%27 stroke-width=%271.33333%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M7.9987 14.6673C11.6806 14.6673 14.6654 11.6825 14.6654 8.00065C14.6654 4.31875 11.6806 1.33398 7.9987 1.33398C4.3168 1.33398 1.33203 4.31875 1.33203 8.00065C1.33203 11.6825 4.3168 14.6673 7.9987 14.6673Z%27 stroke=%27black%27 stroke-width=%271.33333%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
}
.icon-cr.icon-search:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1080 1080%27><circle fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 cx=%27458.52%27 cy=%27456.68%27 r=%27275.82%27/><line  fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 x1=%27636.44%27 y1=%27667.46%27 x2=%27897.32%27 y2=%27896.36%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1080 1080%27><circle fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 cx=%27458.52%27 cy=%27456.68%27 r=%27275.82%27/><line  fill=%27none%27 stroke=%27black%27 stroke-width=%2740%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 x1=%27636.44%27 y1=%27667.46%27 x2=%27897.32%27 y2=%27896.36%27/></svg>");
}
.icon-cr.icon-bag:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1080 1080%27><path fill=%27none%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%2740%27  d=%27M782.2,988.92h-484.62c-17.25,0-33.79-6.85-45.99-19.05l-51.69-51.69c-12.2-12.2-19.05-28.74-19.05-45.99v-432.55c0-18.96,15.37-34.33,34.33-34.33h648.63c18.96,0,34.33,15.37,34.33,34.33v432.76c0,17.12-6.75,33.55-18.79,45.73l-50.91,51.48c-12.22,12.35-28.87,19.31-46.24,19.31Z%27/><line fill=%27none%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%2740%27  x1=%27405.32%27 y1=%27495.11%27 x2=%27893%27 y2=%27495.11%27/><line fill=%27none%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%2740%27  x1=%27192.17%27 y1=%27495.11%27 x2=%27315.54%27 y2=%27495.11%27/><line fill=%27none%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%2740%27  x1=%27676.71%27 y1=%27187.56%27 x2=%27403.29%27 y2=%27187.56%27/><path fill=%27none%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%2740%27  d=%27M764.46,208.86v196.46h-448.92v-196.46c0-13.67,5.3-26.8,14.78-36.65l56.67-58.81c10.42-10.81,24.79-16.92,39.8-16.92h226.42c15.02,0,29.38,6.11,39.8,16.92l56.67,58.81c9.48,9.84,14.78,22.98,14.78,36.65Z%27/><line fill=%27none%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%2740%27  x1=%27403.29%27 y1=%27102.95%27 x2=%27403.29%27 y2=%27400.14%27/><line fill=%27none%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%2725%27  x1=%27676.71%27 y1=%27102.95%27 x2=%27676.71%27 y2=%27400.14%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1080 1080%27><path fill=%27none%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%2740%27  d=%27M782.2,988.92h-484.62c-17.25,0-33.79-6.85-45.99-19.05l-51.69-51.69c-12.2-12.2-19.05-28.74-19.05-45.99v-432.55c0-18.96,15.37-34.33,34.33-34.33h648.63c18.96,0,34.33,15.37,34.33,34.33v432.76c0,17.12-6.75,33.55-18.79,45.73l-50.91,51.48c-12.22,12.35-28.87,19.31-46.24,19.31Z%27/><line fill=%27none%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%2740%27  x1=%27405.32%27 y1=%27495.11%27 x2=%27893%27 y2=%27495.11%27/><line fill=%27none%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%2740%27  x1=%27192.17%27 y1=%27495.11%27 x2=%27315.54%27 y2=%27495.11%27/><line fill=%27none%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%2740%27  x1=%27676.71%27 y1=%27187.56%27 x2=%27403.29%27 y2=%27187.56%27/><path fill=%27none%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%2740%27  d=%27M764.46,208.86v196.46h-448.92v-196.46c0-13.67,5.3-26.8,14.78-36.65l56.67-58.81c10.42-10.81,24.79-16.92,39.8-16.92h226.42c15.02,0,29.38,6.11,39.8,16.92l56.67,58.81c9.48,9.84,14.78,22.98,14.78,36.65Z%27/><line fill=%27none%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%2740%27  x1=%27403.29%27 y1=%27102.95%27 x2=%27403.29%27 y2=%27400.14%27/><line fill=%27none%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%2725%27  x1=%27676.71%27 y1=%27102.95%27 x2=%27676.71%27 y2=%27400.14%27/></svg>");
}
.icon-cr.icon-indicates:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1080 1080%27><path fill=%27none%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%2735%27 d=%27M798.27,789.55c-46.89-94.96-144.71-160.27-257.77-160.27h0c-113.34,0-211.35,65.63-258.11,160.95%27/><circle fill=%27none%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%2735%27 cx=%27540.5%27 cy=%27449.97%27 r=%27137.62%27/><circle fill=%27none%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%2735%27 cx=%27540%27 cy=%27540%27 r=%27359.14%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1080 1080%27><path fill=%27none%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%2735%27 d=%27M798.27,789.55c-46.89-94.96-144.71-160.27-257.77-160.27h0c-113.34,0-211.35,65.63-258.11,160.95%27/><circle fill=%27none%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%2735%27 cx=%27540.5%27 cy=%27449.97%27 r=%27137.62%27/><circle fill=%27none%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%2735%27 cx=%27540%27 cy=%27540%27 r=%27359.14%27/></svg>");
}
.icon-cr.icon-indicates-2:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 127.18 165.85%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><circle class=%27cls-1%27 cx=%2763.06%27 cy=%2733.12%27 r=%2733.12%27/><path class=%27cls-1%27 d=%27M0,100.84l65,65,62.17-62.17c-.26-.27-.51-.54-.77-.8C91.19,67.66,34.84,66.85,0,100.84Z%27/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 127.18 165.85%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><circle class=%27cls-1%27 cx=%2763.06%27 cy=%2733.12%27 r=%2733.12%27/><path class=%27cls-1%27 d=%27M0,100.84l65,65,62.17-62.17c-.26-.27-.51-.54-.77-.8C91.19,67.66,34.84,66.85,0,100.84Z%27/></g></g></svg>");
}
.icon-cr.icon-carrier-car:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg style=%27fill:black%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 166.74 127.02%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><path class=%27cls-1%27 d=%27M52.74,108.72a18.3,18.3,0,1,1-36.59,0%27/><path class=%27cls-1%27 d=%27M0,0V108.72H16.15a18.3,18.3,0,1,1,36.59,0H88.27V0Z%27/><path class=%27cls-1%27 d=%27M152.1,108.72a18.3,18.3,0,1,1-36.6,0%27/><path class=%27cls-1%27 d=%27M100.86,53.82v54.9H115.5a18.3,18.3,0,1,1,36.6,0h14.64V53.82Z%27/><path class=%27cls-1%27 d=%27M100.86,20.71V54.9h33.36c0-.14,0-.28,0-.41A33.79,33.79,0,0,0,100.86,20.71Z%27/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg style=%27fill:black%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 166.74 127.02%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><path class=%27cls-1%27 d=%27M52.74,108.72a18.3,18.3,0,1,1-36.59,0%27/><path class=%27cls-1%27 d=%27M0,0V108.72H16.15a18.3,18.3,0,1,1,36.59,0H88.27V0Z%27/><path class=%27cls-1%27 d=%27M152.1,108.72a18.3,18.3,0,1,1-36.6,0%27/><path class=%27cls-1%27 d=%27M100.86,53.82v54.9H115.5a18.3,18.3,0,1,1,36.6,0h14.64V53.82Z%27/><path class=%27cls-1%27 d=%27M100.86,20.71V54.9h33.36c0-.14,0-.28,0-.41A33.79,33.79,0,0,0,100.86,20.71Z%27/></g></g></svg>");
}
.icon-cr.icon-cart-carrier-car:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M8 16.5C8 17.3284 7.32843 18 6.5 18C5.67157 18 5 17.3284 5 16.5C5 15.6716 5.67157 15 6.5 15C7.32843 15 8 15.6716 8 16.5Z%27 fill=%27black%27/><path d=%27M15 16.5C15 17.3284 14.3284 18 13.5 18C12.6716 18 12 17.3284 12 16.5C12 15.6716 12.6716 15 13.5 15C14.3284 15 15 15.6716 15 16.5Z%27 fill=%27black%27/><path d=%27M3 4C2.44772 4 2 4.44772 2 5V15C2 15.5523 2.44772 16 3 16H4.05001C4.28164 14.8589 5.29052 14 6.5 14C7.70948 14 8.71836 14.8589 8.94999 16H10C10.5523 16 11 15.5523 11 15V5C11 4.44772 10.5523 4 10 4H3Z%27 fill=%27black%27/><path d=%27M14 7C13.4477 7 13 7.44772 13 8V14.05C13.1616 14.0172 13.3288 14 13.5 14C14.7095 14 15.7184 14.8589 15.95 16H17C17.5523 16 18 15.5523 18 15V10C18 9.73478 17.8946 9.48043 17.7071 9.29289L15.7071 7.29289C15.5196 7.10536 15.2652 7 15 7H14Z%27 fill=%27black%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M8 16.5C8 17.3284 7.32843 18 6.5 18C5.67157 18 5 17.3284 5 16.5C5 15.6716 5.67157 15 6.5 15C7.32843 15 8 15.6716 8 16.5Z%27 fill=%27black%27/><path d=%27M15 16.5C15 17.3284 14.3284 18 13.5 18C12.6716 18 12 17.3284 12 16.5C12 15.6716 12.6716 15 13.5 15C14.3284 15 15 15.6716 15 16.5Z%27 fill=%27black%27/><path d=%27M3 4C2.44772 4 2 4.44772 2 5V15C2 15.5523 2.44772 16 3 16H4.05001C4.28164 14.8589 5.29052 14 6.5 14C7.70948 14 8.71836 14.8589 8.94999 16H10C10.5523 16 11 15.5523 11 15V5C11 4.44772 10.5523 4 10 4H3Z%27 fill=%27black%27/><path d=%27M14 7C13.4477 7 13 7.44772 13 8V14.05C13.1616 14.0172 13.3288 14 13.5 14C14.7095 14 15.7184 14.8589 15.95 16H17C17.5523 16 18 15.5523 18 15V10C18 9.73478 17.8946 9.48043 17.7071 9.29289L15.7071 7.29289C15.5196 7.10536 15.2652 7 15 7H14Z%27 fill=%27black%27/></svg>");
}
.icon-cr.icon-exchange:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 148.07 196.35%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_2-2%27 data-name=%27Layer 2%27><path fill=%27black%27 d=%27M27.29,60.71H89.68L75.05,75.34,92.22,92.51,121.3,63.43l9.1-9.09a11.43,11.43,0,0,0,0-16.16l-9.1-9.09L92.22,0,75.05,17.17,91.3,33.43H26.85A26.85,26.85,0,0,0,0,60.28V113.1H27.29Z%27/><path fill=%27black%27 d=%27M120.78,83.25v52.39H59.28L73.91,121,56.74,103.84,27.66,132.93,18.56,142a11.43,11.43,0,0,0,0,16.16l9.1,9.09,29.08,29.08,17.17-17.17L57.66,162.93h63.55a26.87,26.87,0,0,0,26.86-26.86V83.25Z%27/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 148.07 196.35%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_2-2%27 data-name=%27Layer 2%27><path fill=%27black%27 d=%27M27.29,60.71H89.68L75.05,75.34,92.22,92.51,121.3,63.43l9.1-9.09a11.43,11.43,0,0,0,0-16.16l-9.1-9.09L92.22,0,75.05,17.17,91.3,33.43H26.85A26.85,26.85,0,0,0,0,60.28V113.1H27.29Z%27/><path fill=%27black%27 d=%27M120.78,83.25v52.39H59.28L73.91,121,56.74,103.84,27.66,132.93,18.56,142a11.43,11.43,0,0,0,0,16.16l9.1,9.09,29.08,29.08,17.17-17.17L57.66,162.93h63.55a26.87,26.87,0,0,0,26.86-26.86V83.25Z%27/></g></g></svg>");
}
.icon-cr.icon-logo:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 500 500.15%27><g id=%27Camada_2%27 data-name=%27Camada 2%27><g id=%27Camada_1-2%27 data-name=%27Camada 1%27><path fill=%27black%27 d=%27M474.42,260.3a144.63,144.63,0,0,0-16.88,1.54c-4.36.64-10.2.85-14.11,3.11-5.26,3-6.43,13.47-7.61,18.73-2.35,10.47-4.77,21.29-14.37,26.1-15.78,7.88-31.19-4.09-47.5-16.76-15-11.62-31.91-24.8-52.55-28.35-20.1-3.46-39.9,2.27-57.56,11.74-16.23,8.7-30.48,21.19-45.88,31.47-31.49,21-69.68,33.34-106.93,39-35.07,5.32-57.67,5.08-90,2.23a.41.41,0,0,0-.41.56A248.64,248.64,0,0,0,34.05,376a.84.84,0,0,0,.69.4c6.49.08,12.95.27,19.35.66,8,.48,14.59,1.11,20.36,1.66,25,2.41,52.47,1.14,76.37-7.42,21.56-7.73,41.09-20.68,59.29-34.35,39.74-29.86,70-44.57,90.64-43.9,42.9,1.55,75.19,29.32,94.72,52.35,18.07,21.31,47.23,40.29,60.1,46a.82.82,0,0,0,1-.29A248.65,248.65,0,0,0,499.82,263C499.93,260.72,476.66,260.23,474.42,260.3Z%27/><path fill=%27black%27 d=%27M396.19,418.72c-18.54-11.72-37.3-23.17-57.35-32-12.48-5.49-25.61-9.54-39.37-7.2-9.8,1.67-19.14,5.36-28.38,9C243.49,399.48,216,410.71,188,420.43c-16.63,5.77-33.6,11.45-51,14.46-14.75,2.57-33,2.29-52.88,1.22a.4.4,0,0,0-.3.7c3.33,3,6.76,5.82,10.24,8.6a.82.82,0,0,0,.52.18,119.51,119.51,0,0,1,14.32.41c31.85,2.78,63.56,7.35,95.12,12.44,9.83,1.59,19.79,3.26,29.79,2.7s19.79-3.56,29.41-5.92c30.74-7.53,63.36-14.76,95.16-13.29a108.44,108.44,0,0,1,25.13,3.94c4.71,1.37,9.67,3.19,14.72,5.2a.86.86,0,0,0,.79-.1,253.32,253.32,0,0,0,20.07-16.61.8.8,0,0,0-.11-1.27C411.34,428.36,403.78,423.52,396.19,418.72Z%27/><path fill=%27black%27 d=%27M380.19,463.62a.82.82,0,0,0-.16-1.46c-.73-.25-1.45-.5-2.15-.7-12.58-3.66-26.15-3.61-39.12-2.73a287.39,287.39,0,0,0-43.68,6.33c-6.35,1.44-12.79,2.46-19.12,4.12-6.82,1.78-13.58,3.78-20.46,5.33-12.22,2.76-24.92,4.05-37.4,2.47-31.08-3.93-61.91-9.44-93-12.88l-3.47-.37a.41.41,0,0,0-.25.75,250.08,250.08,0,0,0,258.86-.86Z%27/><path fill=%27black%27 d=%27M381,355.36c-17.17-20.24-45.16-44.63-81-45.92-15.13-.58-43.62,14.06-78.27,40.1-19.63,14.76-40.75,28.45-64,36.87-27,9.78-56.95,11.32-85.27,8.61-5.63-.54-11.92-1.14-19.64-1.6-2.34-.15-4.71-.2-7.07-.28a.41.41,0,0,0-.35.64A252.35,252.35,0,0,0,65,418.27a.83.83,0,0,0,.55.27c15.89,1.06,31.77,2.74,47.72,2a174.93,174.93,0,0,0,20.16-2.17c24.43-4,48.23-12.55,71.19-21.42,19.5-7.54,38.93-15.29,58.39-22.94s38.64-13.87,59.81-10c12.83,2.33,24.57,8,36.23,13.63,16.69,8,32,18,47.67,27.75,6.93,4.44,15.73,10.07,24.85,15.68a.82.82,0,0,0,1-.13q6.64-7.11,12.73-14.71a.8.8,0,0,0-.28-1.23C428.17,396.84,399.47,377.11,381,355.36Z%27/><path fill=%27black%27 d=%27M113,268.47a334.28,334.28,0,0,1,38.14-4.26c12.55-.71,25.26-.33,37.66-2.63,16-3,26.87-10.42,35-24.41,9.27-16,23.82-26.18,38.9-36,16.82-10.94,39.12-26.11,60.21-21.81,12.87,2.63,25.09,8,37.2,13,39.71,16.19,84.68,19.46,127.12,21.51q4.68.22,9.36.39a.81.81,0,0,0,.83-.93C479.62,92.62,375.68,0,250.07,0,112,0,0,112,0,250.07a251.71,251.71,0,0,0,2.19,32.69.82.82,0,0,0,.82.71,365.05,365.05,0,0,0,55.15-4.58C76.53,275.87,94.67,271.65,113,268.47Z%27/><path fill=%27black%27 d=%27M108,330.71c42.5-6.47,81.88-22.4,115.86-48.82,24.59-19.12,56.19-35.21,88-34.55a87.2,87.2,0,0,1,12.91,1.23c25.42,4.38,45.15,19.72,61,32,4.65,3.62,20.12,18.81,26.9,14.76a3.56,3.56,0,0,0,1.42-1.71c5-12.05,5.09-26.91,13.57-37.43,5.5-6.82,14-8.37,22.16-9.7,3.48-.57,38.31-4.16,47.8-2h0c.47.11.9.22,1.28.33a.8.8,0,0,0,1-.79q-.15-6.26-.6-12.43a.82.82,0,0,0-.79-.75c-47-1.23-94.2-5.9-139-20.83l-3.54-1.2q-12.56-4.29-24.87-9.25c-8.33-3.35-16.92-5.84-25.78-2.82-9.84,3.38-18.89,9.66-27.82,14.9a163.12,163.12,0,0,0-24.05,16.75c-7.65,6.58-11.86,13.94-16.49,22.83-12.7,24.34-45.87,28.18-70.22,28.73-15.51.35-36.76.83-65.75,7.36-12.36,2.79-25.7,5.36-39.66,7.65a382.16,382.16,0,0,1-56,4.84.41.41,0,0,0-.39.49,247.76,247.76,0,0,0,8.55,31.13.8.8,0,0,0,.69.54C50.48,335.49,71.88,336.21,108,330.71Z%27/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 500 500.15%27><g id=%27Camada_2%27 data-name=%27Camada 2%27><g id=%27Camada_1-2%27 data-name=%27Camada 1%27><path fill=%27black%27 d=%27M474.42,260.3a144.63,144.63,0,0,0-16.88,1.54c-4.36.64-10.2.85-14.11,3.11-5.26,3-6.43,13.47-7.61,18.73-2.35,10.47-4.77,21.29-14.37,26.1-15.78,7.88-31.19-4.09-47.5-16.76-15-11.62-31.91-24.8-52.55-28.35-20.1-3.46-39.9,2.27-57.56,11.74-16.23,8.7-30.48,21.19-45.88,31.47-31.49,21-69.68,33.34-106.93,39-35.07,5.32-57.67,5.08-90,2.23a.41.41,0,0,0-.41.56A248.64,248.64,0,0,0,34.05,376a.84.84,0,0,0,.69.4c6.49.08,12.95.27,19.35.66,8,.48,14.59,1.11,20.36,1.66,25,2.41,52.47,1.14,76.37-7.42,21.56-7.73,41.09-20.68,59.29-34.35,39.74-29.86,70-44.57,90.64-43.9,42.9,1.55,75.19,29.32,94.72,52.35,18.07,21.31,47.23,40.29,60.1,46a.82.82,0,0,0,1-.29A248.65,248.65,0,0,0,499.82,263C499.93,260.72,476.66,260.23,474.42,260.3Z%27/><path fill=%27black%27 d=%27M396.19,418.72c-18.54-11.72-37.3-23.17-57.35-32-12.48-5.49-25.61-9.54-39.37-7.2-9.8,1.67-19.14,5.36-28.38,9C243.49,399.48,216,410.71,188,420.43c-16.63,5.77-33.6,11.45-51,14.46-14.75,2.57-33,2.29-52.88,1.22a.4.4,0,0,0-.3.7c3.33,3,6.76,5.82,10.24,8.6a.82.82,0,0,0,.52.18,119.51,119.51,0,0,1,14.32.41c31.85,2.78,63.56,7.35,95.12,12.44,9.83,1.59,19.79,3.26,29.79,2.7s19.79-3.56,29.41-5.92c30.74-7.53,63.36-14.76,95.16-13.29a108.44,108.44,0,0,1,25.13,3.94c4.71,1.37,9.67,3.19,14.72,5.2a.86.86,0,0,0,.79-.1,253.32,253.32,0,0,0,20.07-16.61.8.8,0,0,0-.11-1.27C411.34,428.36,403.78,423.52,396.19,418.72Z%27/><path fill=%27black%27 d=%27M380.19,463.62a.82.82,0,0,0-.16-1.46c-.73-.25-1.45-.5-2.15-.7-12.58-3.66-26.15-3.61-39.12-2.73a287.39,287.39,0,0,0-43.68,6.33c-6.35,1.44-12.79,2.46-19.12,4.12-6.82,1.78-13.58,3.78-20.46,5.33-12.22,2.76-24.92,4.05-37.4,2.47-31.08-3.93-61.91-9.44-93-12.88l-3.47-.37a.41.41,0,0,0-.25.75,250.08,250.08,0,0,0,258.86-.86Z%27/><path fill=%27black%27 d=%27M381,355.36c-17.17-20.24-45.16-44.63-81-45.92-15.13-.58-43.62,14.06-78.27,40.1-19.63,14.76-40.75,28.45-64,36.87-27,9.78-56.95,11.32-85.27,8.61-5.63-.54-11.92-1.14-19.64-1.6-2.34-.15-4.71-.2-7.07-.28a.41.41,0,0,0-.35.64A252.35,252.35,0,0,0,65,418.27a.83.83,0,0,0,.55.27c15.89,1.06,31.77,2.74,47.72,2a174.93,174.93,0,0,0,20.16-2.17c24.43-4,48.23-12.55,71.19-21.42,19.5-7.54,38.93-15.29,58.39-22.94s38.64-13.87,59.81-10c12.83,2.33,24.57,8,36.23,13.63,16.69,8,32,18,47.67,27.75,6.93,4.44,15.73,10.07,24.85,15.68a.82.82,0,0,0,1-.13q6.64-7.11,12.73-14.71a.8.8,0,0,0-.28-1.23C428.17,396.84,399.47,377.11,381,355.36Z%27/><path fill=%27black%27 d=%27M113,268.47a334.28,334.28,0,0,1,38.14-4.26c12.55-.71,25.26-.33,37.66-2.63,16-3,26.87-10.42,35-24.41,9.27-16,23.82-26.18,38.9-36,16.82-10.94,39.12-26.11,60.21-21.81,12.87,2.63,25.09,8,37.2,13,39.71,16.19,84.68,19.46,127.12,21.51q4.68.22,9.36.39a.81.81,0,0,0,.83-.93C479.62,92.62,375.68,0,250.07,0,112,0,0,112,0,250.07a251.71,251.71,0,0,0,2.19,32.69.82.82,0,0,0,.82.71,365.05,365.05,0,0,0,55.15-4.58C76.53,275.87,94.67,271.65,113,268.47Z%27/><path fill=%27black%27 d=%27M108,330.71c42.5-6.47,81.88-22.4,115.86-48.82,24.59-19.12,56.19-35.21,88-34.55a87.2,87.2,0,0,1,12.91,1.23c25.42,4.38,45.15,19.72,61,32,4.65,3.62,20.12,18.81,26.9,14.76a3.56,3.56,0,0,0,1.42-1.71c5-12.05,5.09-26.91,13.57-37.43,5.5-6.82,14-8.37,22.16-9.7,3.48-.57,38.31-4.16,47.8-2h0c.47.11.9.22,1.28.33a.8.8,0,0,0,1-.79q-.15-6.26-.6-12.43a.82.82,0,0,0-.79-.75c-47-1.23-94.2-5.9-139-20.83l-3.54-1.2q-12.56-4.29-24.87-9.25c-8.33-3.35-16.92-5.84-25.78-2.82-9.84,3.38-18.89,9.66-27.82,14.9a163.12,163.12,0,0,0-24.05,16.75c-7.65,6.58-11.86,13.94-16.49,22.83-12.7,24.34-45.87,28.18-70.22,28.73-15.51.35-36.76.83-65.75,7.36-12.36,2.79-25.7,5.36-39.66,7.65a382.16,382.16,0,0,1-56,4.84.41.41,0,0,0-.39.49,247.76,247.76,0,0,0,8.55,31.13.8.8,0,0,0,.69.54C50.48,335.49,71.88,336.21,108,330.71Z%27/></g></g></svg>");
}
.icon-cr.icon-carrier:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg style=%27fill:black%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 166.74 127.02%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><path class=%27cls-1%27 d=%27M52.74,108.72a18.3,18.3,0,1,1-36.59,0%27/><path class=%27cls-1%27 d=%27M0,0V108.72H16.15a18.3,18.3,0,1,1,36.59,0H88.27V0Z%27/><path class=%27cls-1%27 d=%27M152.1,108.72a18.3,18.3,0,1,1-36.6,0%27/><path class=%27cls-1%27 d=%27M100.86,53.82v54.9H115.5a18.3,18.3,0,1,1,36.6,0h14.64V53.82Z%27/><path class=%27cls-1%27 d=%27M100.86,20.71V54.9h33.36c0-.14,0-.28,0-.41A33.79,33.79,0,0,0,100.86,20.71Z%27/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg style=%27fill:black%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 166.74 127.02%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><path class=%27cls-1%27 d=%27M52.74,108.72a18.3,18.3,0,1,1-36.59,0%27/><path class=%27cls-1%27 d=%27M0,0V108.72H16.15a18.3,18.3,0,1,1,36.59,0H88.27V0Z%27/><path class=%27cls-1%27 d=%27M152.1,108.72a18.3,18.3,0,1,1-36.6,0%27/><path class=%27cls-1%27 d=%27M100.86,53.82v54.9H115.5a18.3,18.3,0,1,1,36.6,0h14.64V53.82Z%27/><path class=%27cls-1%27 d=%27M100.86,20.71V54.9h33.36c0-.14,0-.28,0-.41A33.79,33.79,0,0,0,100.86,20.71Z%27/></g></g></svg>");
}
.icon-cr.icon-t-shirt:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 181.61 153.12%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><path fill=%27black%27 d=%27M181.61,68.85H147.92v49.4a34.87,34.87,0,0,1-34.87,34.87H32.78V68.85H0l21.63-49.6A38.64,38.64,0,0,1,55,0H66c0,.19,0,.39,0,.59a24.34,24.34,0,1,0,48.67,0,5.72,5.72,0,0,0,0-.59h11a38.64,38.64,0,0,1,33.41,19.25Z%27/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 181.61 153.12%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><path fill=%27black%27 d=%27M181.61,68.85H147.92v49.4a34.87,34.87,0,0,1-34.87,34.87H32.78V68.85H0l21.63-49.6A38.64,38.64,0,0,1,55,0H66c0,.19,0,.39,0,.59a24.34,24.34,0,1,0,48.67,0,5.72,5.72,0,0,0,0-.59h11a38.64,38.64,0,0,1,33.41,19.25Z%27/></g></g></svg>");
}
.icon-cr.icon-heart:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%275 5 54 54%27><path fill=%27black%27 d=%27M53.33 14.69a14.19 14.19 0 0 0-20.18-.11L32 15.7l-1.1-1.12a14.19 14.19 0 0 0-20.07 20.07L28.16 52a5.47 5.47 0 0 0 7.73 0l17.22-17.24a14.33 14.33 0 0 0 .22-20.07zm-1 9.35a1.11 1.11 0 0 1-1 1.18 1.12 1.12 0 0 1-1.17-1 7 7 0 0 0-2-4.5 6.92 6.92 0 0 0-3-1.79 1.08 1.08 0 0 1-.67-.53 1.07 1.07 0 0 1-.1-.84 1.12 1.12 0 0 1 .52-.67 1.14 1.14 0 0 1 .54-.14 1 1 0 0 1 .3 0A9.2 9.2 0 0 1 52.36 24z%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%275 5 54 54%27><path fill=%27black%27 d=%27M53.33 14.69a14.19 14.19 0 0 0-20.18-.11L32 15.7l-1.1-1.12a14.19 14.19 0 0 0-20.07 20.07L28.16 52a5.47 5.47 0 0 0 7.73 0l17.22-17.24a14.33 14.33 0 0 0 .22-20.07zm-1 9.35a1.11 1.11 0 0 1-1 1.18 1.12 1.12 0 0 1-1.17-1 7 7 0 0 0-2-4.5 6.92 6.92 0 0 0-3-1.79 1.08 1.08 0 0 1-.67-.53 1.07 1.07 0 0 1-.1-.84 1.12 1.12 0 0 1 .52-.67 1.14 1.14 0 0 1 .54-.14 1 1 0 0 1 .3 0A9.2 9.2 0 0 1 52.36 24z%27/></svg>");
}
.icon-cr.icon-credit-card:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width=%2725%27 height=%2725%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M24 6.66602H8C5.79086 6.66602 4 8.45688 4 10.666V21.3327C4 23.5418 5.79086 25.3327 8 25.3327H24C26.2091 25.3327 28 23.5418 28 21.3327V10.666C28 8.45688 26.2091 6.66602 24 6.66602Z%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M4 13.334H28%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M9.33594 20H9.34927%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M14.6641 20H17.3307%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width=%2725%27 height=%2725%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M24 6.66602H8C5.79086 6.66602 4 8.45688 4 10.666V21.3327C4 23.5418 5.79086 25.3327 8 25.3327H24C26.2091 25.3327 28 23.5418 28 21.3327V10.666C28 8.45688 26.2091 6.66602 24 6.66602Z%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M4 13.334H28%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M9.33594 20H9.34927%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M14.6641 20H17.3307%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
}
.icon-cr.icon-of-people:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 151.93 187.14%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_2-2%27 data-name=%27Layer 2%27><path fill=%27black%27 d=%27M93.26,0A20.37,20.37,0,0,0,74.84,11.7a20.52,20.52,0,0,0-38.9,8c0,.35,0,.7,0,1.05h0v.06c0,.26,0,.51,0,.77s0,.52.05.77a.37.37,0,0,0,0,.11c0,.28,0,.54.08.81a2.51,2.51,0,0,0,0,.27c0,.3.08.59.13.88l0,.15a20.49,20.49,0,0,0,7.93,12.66L75,64.82l31.12-28.61h0a20.33,20.33,0,0,0,7.45-13.86c.06-.53.08-1.06.1-1.6,0-.12,0-.25,0-.38A20.37,20.37,0,0,0,93.26,0Z%27/><circle fill=%27black%27 cx=%2775.87%27 cy=%2799.34%27 r=%2721.95%27/><path fill=%27black%27 d=%27M151.53,72.85H124.58c-.09.45-.16.9-.21,1.37-.24,2.36-.08,4.76-.17,7.14-.2,5.36.16,10.83-.78,16.07-4.74,26.5-28.76,43.44-55.51,39.36-23.07-3.51-40-23.61-40.28-46.95-.07-4.77.07-9.55-.06-14.33a15.36,15.36,0,0,0-.32-2.66H.31a10.58,10.58,0,0,0-.16,1.6c-.25,8.75-.32,17.64.91,26.27,2.79,19.72,12.63,35.66,28.23,48a6.83,6.83,0,0,1,2.56,5.39c-.07,11,0,22-.06,33h87.43c-.1-10.66,0-21.32-.09-32a8,8,0,0,1,3.07-6.4,76.82,76.82,0,0,0,25.22-34.94c4.72-12.83,4.86-26.15,4.27-39.49A11.76,11.76,0,0,0,151.53,72.85Z%27/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 151.93 187.14%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_2-2%27 data-name=%27Layer 2%27><path fill=%27black%27 d=%27M93.26,0A20.37,20.37,0,0,0,74.84,11.7a20.52,20.52,0,0,0-38.9,8c0,.35,0,.7,0,1.05h0v.06c0,.26,0,.51,0,.77s0,.52.05.77a.37.37,0,0,0,0,.11c0,.28,0,.54.08.81a2.51,2.51,0,0,0,0,.27c0,.3.08.59.13.88l0,.15a20.49,20.49,0,0,0,7.93,12.66L75,64.82l31.12-28.61h0a20.33,20.33,0,0,0,7.45-13.86c.06-.53.08-1.06.1-1.6,0-.12,0-.25,0-.38A20.37,20.37,0,0,0,93.26,0Z%27/><circle fill=%27black%27 cx=%2775.87%27 cy=%2799.34%27 r=%2721.95%27/><path fill=%27black%27 d=%27M151.53,72.85H124.58c-.09.45-.16.9-.21,1.37-.24,2.36-.08,4.76-.17,7.14-.2,5.36.16,10.83-.78,16.07-4.74,26.5-28.76,43.44-55.51,39.36-23.07-3.51-40-23.61-40.28-46.95-.07-4.77.07-9.55-.06-14.33a15.36,15.36,0,0,0-.32-2.66H.31a10.58,10.58,0,0,0-.16,1.6c-.25,8.75-.32,17.64.91,26.27,2.79,19.72,12.63,35.66,28.23,48a6.83,6.83,0,0,1,2.56,5.39c-.07,11,0,22-.06,33h87.43c-.1-10.66,0-21.32-.09-32a8,8,0,0,1,3.07-6.4,76.82,76.82,0,0,0,25.22-34.94c4.72-12.83,4.86-26.15,4.27-39.49A11.76,11.76,0,0,0,151.53,72.85Z%27/></g></g></svg>");
}
.icon-cr.icon-vegan:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 160.93 167.4%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><rect fill=%27black%27 x=%2765.78%27 y=%2771.34%27 width=%2728.22%27 height=%2796.06%27/><path fill=%27black%27 d=%27M160.42,76.81a48,48,0,0,1-77.08,44.71Z%27/><path fill=%27black%27 d=%27M.51,76.81A48,48,0,0,0,77.6,121.52Z%27/><path fill=%27black%27 d=%27M109.89,27.63c0,.62.06,1.24.06,1.87a29.5,29.5,0,0,1-59,0c0-.63,0-1.25.07-1.87H19.76a60.7,60.7,0,0,0,121.39,0Z%27/><path fill=%27black%27 d=%27M80.45,0A29.49,29.49,0,0,0,51,27.63h58.87A29.5,29.5,0,0,0,80.45,0Z%27/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 160.93 167.4%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><rect fill=%27black%27 x=%2765.78%27 y=%2771.34%27 width=%2728.22%27 height=%2796.06%27/><path fill=%27black%27 d=%27M160.42,76.81a48,48,0,0,1-77.08,44.71Z%27/><path fill=%27black%27 d=%27M.51,76.81A48,48,0,0,0,77.6,121.52Z%27/><path fill=%27black%27 d=%27M109.89,27.63c0,.62.06,1.24.06,1.87a29.5,29.5,0,0,1-59,0c0-.63,0-1.25.07-1.87H19.76a60.7,60.7,0,0,0,121.39,0Z%27/><path fill=%27black%27 d=%27M80.45,0A29.49,29.49,0,0,0,51,27.63h58.87A29.5,29.5,0,0,0,80.45,0Z%27/></g></g></svg>");
}
.icon-cr.icon-create-is-our-soul:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 161.81 134.95%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_2-2%27 data-name=%27Layer 2%27><path fill=%27black%27 d=%27M28.28,122.94h0A14.42,14.42,0,0,0,48.64,124l10.24-9.2L37.28,95.46l-7.91,7.11A14.41,14.41,0,0,0,28.28,122.94Z%27/><path fill=%27black%27 d=%27M119.4,0A42.41,42.41,0,0,0,81,24.35,42.71,42.71,0,0,0,.06,41C0,41.74,0,42.47,0,43.2H0v.12c0,.54,0,1.07,0,1.59S.1,46,.15,46.54a1.79,1.79,0,0,0,0,.23q.07.84.18,1.68c0,.19,0,.38.07.56.08.61.18,1.22.28,1.82l.06.32A42.76,42.76,0,0,0,17.27,77.52l20,17.94L91.26,47l19.28,21.46-51.66,46.4L81.32,135l64.79-59.57h0A42.33,42.33,0,0,0,161.6,46.54c.11-1.1.17-2.21.19-3.33,0-.27,0-.53,0-.79A42.42,42.42,0,0,0,119.4,0Zm.23,60.28L100.48,39l28-5.92Z%27/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 161.81 134.95%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_2-2%27 data-name=%27Layer 2%27><path fill=%27black%27 d=%27M28.28,122.94h0A14.42,14.42,0,0,0,48.64,124l10.24-9.2L37.28,95.46l-7.91,7.11A14.41,14.41,0,0,0,28.28,122.94Z%27/><path fill=%27black%27 d=%27M119.4,0A42.41,42.41,0,0,0,81,24.35,42.71,42.71,0,0,0,.06,41C0,41.74,0,42.47,0,43.2H0v.12c0,.54,0,1.07,0,1.59S.1,46,.15,46.54a1.79,1.79,0,0,0,0,.23q.07.84.18,1.68c0,.19,0,.38.07.56.08.61.18,1.22.28,1.82l.06.32A42.76,42.76,0,0,0,17.27,77.52l20,17.94L91.26,47l19.28,21.46-51.66,46.4L81.32,135l64.79-59.57h0A42.33,42.33,0,0,0,161.6,46.54c.11-1.1.17-2.21.19-3.33,0-.27,0-.53,0-.79A42.42,42.42,0,0,0,119.4,0Zm.23,60.28L100.48,39l28-5.92Z%27/></g></g></svg>");
}
.icon-cr.icon-no-plastic:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 159 181.27%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_2-2%27 data-name=%27Layer 2%27><path fill=%27black%27 d=%27M71.47,143.46a50.21,50.21,0,0,1,61.12-49V0H90.12V52.83H42.47V0H0V154.34a26.93,26.93,0,0,0,26.93,26.93H88.65A50.12,50.12,0,0,1,71.47,143.46Z%27/><path fill=%27black%27 d=%27M121.71,106.17A37.29,37.29,0,1,0,159,143.46,37.3,37.3,0,0,0,121.71,106.17ZM132,162.42l-10-10-9.8,9.8-9.13-9.14,9.79-9.79-10.09-10.09,8.66-8.67,10.09,10.09,9.79-9.79,9.14,9.14-9.79,9.79,10,10Z%27/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 159 181.27%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_2-2%27 data-name=%27Layer 2%27><path fill=%27black%27 d=%27M71.47,143.46a50.21,50.21,0,0,1,61.12-49V0H90.12V52.83H42.47V0H0V154.34a26.93,26.93,0,0,0,26.93,26.93H88.65A50.12,50.12,0,0,1,71.47,143.46Z%27/><path fill=%27black%27 d=%27M121.71,106.17A37.29,37.29,0,1,0,159,143.46,37.3,37.3,0,0,0,121.71,106.17ZM132,162.42l-10-10-9.8,9.8-9.13-9.14,9.79-9.79-10.09-10.09,8.66-8.67,10.09,10.09,9.79-9.79,9.14,9.14-9.79,9.79,10,10Z%27/></g></g></svg>");
}
.icon-cr.icon-wishlist:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 145.85 121.63%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><path fill=%27black%27 d=%27M145.85,38.23A38.23,38.23,0,0,0,72.76,22.52,38.23,38.23,0,1,0,14.42,68.84l58.87,52.79L131.7,68h0A38.16,38.16,0,0,0,145.85,38.23Z%27/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 145.85 121.63%27><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Layer_1-2%27 data-name=%27Layer 1%27><path fill=%27black%27 d=%27M145.85,38.23A38.23,38.23,0,0,0,72.76,22.52,38.23,38.23,0,1,0,14.42,68.84l58.87,52.79L131.7,68h0A38.16,38.16,0,0,0,145.85,38.23Z%27/></g></g></svg>");
}
.icon-cr.icon-trash:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width=%2712%27 height=%2715%27 viewBox=%270 0 12 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M4 2.16683V1.50016C4 1.32335 4.07024 1.15378 4.19526 1.02876C4.32029 0.903734 4.48986 0.833496 4.66667 0.833496H7.33333C7.51014 0.833496 7.67971 0.903734 7.80474 1.02876C7.92976 1.15378 8 1.32335 8 1.50016V2.16683H10.6667C11.0203 2.16683 11.3594 2.30731 11.6095 2.55735C11.8595 2.8074 12 3.14654 12 3.50016V4.16683C12 4.52045 11.8595 4.85959 11.6095 5.10964C11.3594 5.35969 11.0203 5.50016 10.6667 5.50016H10.578L10.1247 12.3002C10.0908 12.8063 9.86593 13.2808 9.49546 13.6273C9.12498 13.9739 8.63665 14.1668 8.12933 14.1668H3.884C3.37712 14.1668 2.88914 13.9743 2.51874 13.6283C2.14834 13.2823 1.92313 12.8085 1.88867 12.3028L1.42467 5.50016H1.33333C0.979711 5.50016 0.640573 5.35969 0.390524 5.10964C0.140476 4.85959 0 4.52045 0 4.16683V3.50016C0 3.14654 0.140476 2.8074 0.390524 2.55735C0.640573 2.30731 0.979711 2.16683 1.33333 2.16683H4ZM10.6667 3.50016H1.33333V4.16683H10.6667V3.50016ZM2.76067 5.50016L3.21867 12.2122C3.23016 12.3808 3.30526 12.5387 3.42877 12.6541C3.55229 12.7694 3.715 12.8335 3.884 12.8335H8.12933C8.29855 12.8335 8.46144 12.7692 8.58499 12.6536C8.70854 12.538 8.7835 12.3797 8.79467 12.2108L9.24133 5.50016H2.76133H2.76067ZM4.66667 6.16683C4.84348 6.16683 5.01305 6.23707 5.13807 6.36209C5.2631 6.48712 5.33333 6.65669 5.33333 6.8335V11.5002C5.33333 11.677 5.2631 11.8465 5.13807 11.9716C5.01305 12.0966 4.84348 12.1668 4.66667 12.1668C4.48986 12.1668 4.32029 12.0966 4.19526 11.9716C4.07024 11.8465 4 11.677 4 11.5002V6.8335C4 6.65669 4.07024 6.48712 4.19526 6.36209C4.32029 6.23707 4.48986 6.16683 4.66667 6.16683ZM7.33333 6.16683C7.51014 6.16683 7.67971 6.23707 7.80474 6.36209C7.92976 6.48712 8 6.65669 8 6.8335V11.5002C8 11.677 7.92976 11.8465 7.80474 11.9716C7.67971 12.0966 7.51014 12.1668 7.33333 12.1668C7.15652 12.1668 6.98695 12.0966 6.86193 11.9716C6.73691 11.8465 6.66667 11.677 6.66667 11.5002V6.8335C6.66667 6.65669 6.73691 6.48712 6.86193 6.36209C6.98695 6.23707 7.15652 6.16683 7.33333 6.16683Z%27 fill=%27black%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width=%2712%27 height=%2715%27 viewBox=%270 0 12 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M4 2.16683V1.50016C4 1.32335 4.07024 1.15378 4.19526 1.02876C4.32029 0.903734 4.48986 0.833496 4.66667 0.833496H7.33333C7.51014 0.833496 7.67971 0.903734 7.80474 1.02876C7.92976 1.15378 8 1.32335 8 1.50016V2.16683H10.6667C11.0203 2.16683 11.3594 2.30731 11.6095 2.55735C11.8595 2.8074 12 3.14654 12 3.50016V4.16683C12 4.52045 11.8595 4.85959 11.6095 5.10964C11.3594 5.35969 11.0203 5.50016 10.6667 5.50016H10.578L10.1247 12.3002C10.0908 12.8063 9.86593 13.2808 9.49546 13.6273C9.12498 13.9739 8.63665 14.1668 8.12933 14.1668H3.884C3.37712 14.1668 2.88914 13.9743 2.51874 13.6283C2.14834 13.2823 1.92313 12.8085 1.88867 12.3028L1.42467 5.50016H1.33333C0.979711 5.50016 0.640573 5.35969 0.390524 5.10964C0.140476 4.85959 0 4.52045 0 4.16683V3.50016C0 3.14654 0.140476 2.8074 0.390524 2.55735C0.640573 2.30731 0.979711 2.16683 1.33333 2.16683H4ZM10.6667 3.50016H1.33333V4.16683H10.6667V3.50016ZM2.76067 5.50016L3.21867 12.2122C3.23016 12.3808 3.30526 12.5387 3.42877 12.6541C3.55229 12.7694 3.715 12.8335 3.884 12.8335H8.12933C8.29855 12.8335 8.46144 12.7692 8.58499 12.6536C8.70854 12.538 8.7835 12.3797 8.79467 12.2108L9.24133 5.50016H2.76133H2.76067ZM4.66667 6.16683C4.84348 6.16683 5.01305 6.23707 5.13807 6.36209C5.2631 6.48712 5.33333 6.65669 5.33333 6.8335V11.5002C5.33333 11.677 5.2631 11.8465 5.13807 11.9716C5.01305 12.0966 4.84348 12.1668 4.66667 12.1668C4.48986 12.1668 4.32029 12.0966 4.19526 11.9716C4.07024 11.8465 4 11.677 4 11.5002V6.8335C4 6.65669 4.07024 6.48712 4.19526 6.36209C4.32029 6.23707 4.48986 6.16683 4.66667 6.16683ZM7.33333 6.16683C7.51014 6.16683 7.67971 6.23707 7.80474 6.36209C7.92976 6.48712 8 6.65669 8 6.8335V11.5002C8 11.677 7.92976 11.8465 7.80474 11.9716C7.67971 12.0966 7.51014 12.1668 7.33333 12.1668C7.15652 12.1668 6.98695 12.0966 6.86193 11.9716C6.73691 11.8465 6.66667 11.677 6.66667 11.5002V6.8335C6.66667 6.65669 6.73691 6.48712 6.86193 6.36209C6.98695 6.23707 7.15652 6.16683 7.33333 6.16683Z%27 fill=%27black%27/></svg>");
}
.icon-cr.icon-block-view:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><rect x=%270.5%27 y=%270.5%27 width=%277%27 height=%277%27 fill=%27black%27 stroke=%27black%27/><rect x=%2710.5%27 y=%270.5%27 width=%277%27 height=%277%27 fill=%27black%27 stroke=%27black%27/><rect x=%270.5%27 y=%2710.5%27 width=%277%27 height=%277%27 fill=%27black%27 stroke=%27black%27/><rect x=%2710.5%27 y=%2710.5%27 width=%277%27 height=%277%27 fill=%27black%27 stroke=%27black%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><rect x=%270.5%27 y=%270.5%27 width=%277%27 height=%277%27 fill=%27black%27 stroke=%27black%27/><rect x=%2710.5%27 y=%270.5%27 width=%277%27 height=%277%27 fill=%27black%27 stroke=%27black%27/><rect x=%270.5%27 y=%2710.5%27 width=%277%27 height=%277%27 fill=%27black%27 stroke=%27black%27/><rect x=%2710.5%27 y=%2710.5%27 width=%277%27 height=%277%27 fill=%27black%27 stroke=%27black%27/></svg>");
}
.icon-cr.icon-list-view:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width=%2765%27 height=%2740%27 viewBox=%270 0 65 40%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><rect x=%2724.5%27 y=%2711.5%27 width=%2710%27 height=%274%27 fill=%27black%27 stroke=%27black%27/><rect x=%2737.5%27 y=%2711.5%27 width=%274%27 height=%274%27 fill=%27black%27 stroke=%27black%27/><rect x=%2724.5%27 y=%2724.5%27 width=%2710%27 height=%274%27 fill=%27black%27 stroke=%27black%27/><rect x=%2724.5%27 y=%2718%27 width=%2710%27 height=%274%27 fill=%27black%27 stroke=%27black%27/><rect x=%2737.5%27 y=%2724.5%27 width=%274%27 height=%274%27 fill=%27black%27 stroke=%27black%27/><rect x=%2737.5%27 y=%2718%27 width=%274%27 height=%274%27 fill=%27black%27 stroke=%27black%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width=%2765%27 height=%2740%27 viewBox=%270 0 65 40%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><rect x=%2724.5%27 y=%2711.5%27 width=%2710%27 height=%274%27 fill=%27black%27 stroke=%27black%27/><rect x=%2737.5%27 y=%2711.5%27 width=%274%27 height=%274%27 fill=%27black%27 stroke=%27black%27/><rect x=%2724.5%27 y=%2724.5%27 width=%2710%27 height=%274%27 fill=%27black%27 stroke=%27black%27/><rect x=%2724.5%27 y=%2718%27 width=%2710%27 height=%274%27 fill=%27black%27 stroke=%27black%27/><rect x=%2737.5%27 y=%2724.5%27 width=%274%27 height=%274%27 fill=%27black%27 stroke=%27black%27/><rect x=%2737.5%27 y=%2718%27 width=%274%27 height=%274%27 fill=%27black%27 stroke=%27black%27/></svg>");
}
.icon-cr.icon-cashback:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27><g stroke=%27green%27 stroke-width=%271.3%27 stroke-linecap=%27square%27><path d=%27m2.827 1.906-.091 2.499 2.498.09m11.951 13.547-.178-2.493-2.494.178%27/><path d=%27M18.49 7A9 9 0 0 0 3.64 3.64m12.72 12.72A9 9 0 0 1 1.51 13M10 6v8m2.084-7H8.959c-.387 0-.758.158-1.032.44A1.522 1.522 0 0 0 7.5 8.5c0 .398.154.78.427 1.06.274.282.645.44 1.032.44h2.083c.387 0 .758.158 1.031.44.274.28.427.662.427 1.06s-.153.78-.427 1.06c-.273.282-.644.44-1.031.44H7.5%27/></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27><g stroke=%27green%27 stroke-width=%271.3%27 stroke-linecap=%27square%27><path d=%27m2.827 1.906-.091 2.499 2.498.09m11.951 13.547-.178-2.493-2.494.178%27/><path d=%27M18.49 7A9 9 0 0 0 3.64 3.64m12.72 12.72A9 9 0 0 1 1.51 13M10 6v8m2.084-7H8.959c-.387 0-.758.158-1.032.44A1.522 1.522 0 0 0 7.5 8.5c0 .398.154.78.427 1.06.274.282.645.44 1.032.44h2.083c.387 0 .758.158 1.031.44.274.28.427.662.427 1.06s-.153.78-.427 1.06c-.273.282-.644.44-1.031.44H7.5%27/></g></svg>");
}
.icon-cr.icon-pix:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M8.48463 1.45571L1.45583 8.48458C-0.485252 10.4257 -0.485252 13.5727 1.45568 15.5138L8.48486 22.5427C10.4258 24.4838 13.5729 24.4838 15.5137 22.5427L22.5428 15.5138C24.4838 13.5727 24.4838 10.4258 22.5428 8.48497L15.5137 1.45571C13.5727 -0.485238 10.4256 -0.485238 8.48486 1.45571H8.48463ZM13.7563 3.2131L20.7855 10.242C21.7559 11.2125 21.7559 12.7861 20.7855 13.7566L13.7563 20.7855C12.7858 21.756 11.2125 21.756 10.242 20.7855L3.2132 13.7566C2.24266 12.786 2.24266 11.2125 3.2132 10.242L10.242 3.2131C11.2125 2.2427 12.7858 2.2427 13.7563 3.21325V3.2131Z%27 fill=%27black%27/><path d=%27M0.0002447 11.9994C0.0002447 16.184 5.76376 20.0588 9.00169 16.727L9.70061 15.9787C10.7604 14.8428 11.2861 14.4881 11.9963 14.4899C12.6234 14.4914 13.1165 14.7739 13.956 15.6223L14.8673 16.587C18.038 20.1899 23.9985 16.2546 23.9985 11.9994C23.9985 7.8152 18.235 3.94032 14.9971 7.27174L14.2457 8.0736L13.8766 8.45118C13.0674 9.25244 12.5982 9.50889 11.9993 9.50889C11.3541 9.50889 10.8133 9.17397 9.89137 8.22055L9.13238 7.41288C5.96041 3.80904 0 7.74422 0 11.9996L0.0002447 11.9994ZM21.4723 11.9994C21.4723 14.2064 18.2919 16.3642 16.855 15.0345L16.5424 14.7057L16.1971 14.335C14.6632 12.6917 13.6522 12.0032 12.0024 11.9994C10.4487 11.9955 9.4655 12.6006 8.08774 14.0324L7.28579 14.8867C5.88115 16.481 2.52631 14.2661 2.52631 11.9993C2.52631 9.7923 5.70673 7.63446 7.14363 8.96432L7.83089 9.69503C9.33128 11.2943 10.379 11.9993 11.9993 11.9993C13.5989 11.9993 14.5525 11.3859 16.053 9.81407L16.742 9.07977C18.1173 7.51783 21.4721 9.73261 21.4721 11.9993L21.4723 11.9994Z%27 fill=%27black%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M8.48463 1.45571L1.45583 8.48458C-0.485252 10.4257 -0.485252 13.5727 1.45568 15.5138L8.48486 22.5427C10.4258 24.4838 13.5729 24.4838 15.5137 22.5427L22.5428 15.5138C24.4838 13.5727 24.4838 10.4258 22.5428 8.48497L15.5137 1.45571C13.5727 -0.485238 10.4256 -0.485238 8.48486 1.45571H8.48463ZM13.7563 3.2131L20.7855 10.242C21.7559 11.2125 21.7559 12.7861 20.7855 13.7566L13.7563 20.7855C12.7858 21.756 11.2125 21.756 10.242 20.7855L3.2132 13.7566C2.24266 12.786 2.24266 11.2125 3.2132 10.242L10.242 3.2131C11.2125 2.2427 12.7858 2.2427 13.7563 3.21325V3.2131Z%27 fill=%27black%27/><path d=%27M0.0002447 11.9994C0.0002447 16.184 5.76376 20.0588 9.00169 16.727L9.70061 15.9787C10.7604 14.8428 11.2861 14.4881 11.9963 14.4899C12.6234 14.4914 13.1165 14.7739 13.956 15.6223L14.8673 16.587C18.038 20.1899 23.9985 16.2546 23.9985 11.9994C23.9985 7.8152 18.235 3.94032 14.9971 7.27174L14.2457 8.0736L13.8766 8.45118C13.0674 9.25244 12.5982 9.50889 11.9993 9.50889C11.3541 9.50889 10.8133 9.17397 9.89137 8.22055L9.13238 7.41288C5.96041 3.80904 0 7.74422 0 11.9996L0.0002447 11.9994ZM21.4723 11.9994C21.4723 14.2064 18.2919 16.3642 16.855 15.0345L16.5424 14.7057L16.1971 14.335C14.6632 12.6917 13.6522 12.0032 12.0024 11.9994C10.4487 11.9955 9.4655 12.6006 8.08774 14.0324L7.28579 14.8867C5.88115 16.481 2.52631 14.2661 2.52631 11.9993C2.52631 9.7923 5.70673 7.63446 7.14363 8.96432L7.83089 9.69503C9.33128 11.2943 10.379 11.9993 11.9993 11.9993C13.5989 11.9993 14.5525 11.3859 16.053 9.81407L16.742 9.07977C18.1173 7.51783 21.4721 9.73261 21.4721 11.9993L21.4723 11.9994Z%27 fill=%27black%27/></svg>");
}
.icon-cr.icon-security:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M17 11H7C5.89543 11 5 11.8954 5 13V19C5 20.1046 5.89543 21 7 21H17C18.1046 21 19 20.1046 19 19V13C19 11.8954 18.1046 11 17 11Z%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M12 17C12.5523 17 13 16.5523 13 16C13 15.4477 12.5523 15 12 15C11.4477 15 11 15.4477 11 16C11 16.5523 11.4477 17 12 17Z%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M8 11V7C8 5.93913 8.42143 4.92172 9.17157 4.17157C9.92172 3.42143 10.9391 3 12 3C13.0609 3 14.0783 3.42143 14.8284 4.17157C15.5786 4.92172 16 5.93913 16 7V11%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M17 11H7C5.89543 11 5 11.8954 5 13V19C5 20.1046 5.89543 21 7 21H17C18.1046 21 19 20.1046 19 19V13C19 11.8954 18.1046 11 17 11Z%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M12 17C12.5523 17 13 16.5523 13 16C13 15.4477 12.5523 15 12 15C11.4477 15 11 15.4477 11 16C11 16.5523 11.4477 17 12 17Z%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M8 11V7C8 5.93913 8.42143 4.92172 9.17157 4.17157C9.92172 3.42143 10.9391 3 12 3C13.0609 3 14.0783 3.42143 14.8284 4.17157C15.5786 4.92172 16 5.93913 16 7V11%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
}
.icon-cr.icon-instagram:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 88.65 88.65%27><defs><style>.cls-1{fill:black;}</style></defs><title>instagram</title><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Camada_1%27 data-name=%27Camada 1%27><path class=%27cls-1%27 d=%27M67.49,0H21.16A21.16,21.16,0,0,0,0,21.16V67.49A21.16,21.16,0,0,0,21.16,88.65H67.49A21.16,21.16,0,0,0,88.65,67.49V21.16A21.16,21.16,0,0,0,67.49,0ZM79.65,67.49A12.17,12.17,0,0,1,67.49,79.65H21.16A12.17,12.17,0,0,1,9,67.49V21.16A12.17,12.17,0,0,1,21.16,9H67.49A12.17,12.17,0,0,1,79.65,21.16Z%27/><path class=%27cls-1%27 d=%27M44.32,19.84A24.48,24.48,0,1,0,68.81,44.32,24.48,24.48,0,0,0,44.32,19.84Zm0,40A15.48,15.48,0,1,1,59.81,44.32,15.5,15.5,0,0,1,44.32,59.81Z%27/><circle class=%27cls-1%27 cx=%2767.81%27 cy=%2719.47%27 r=%274.69%27/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 88.65 88.65%27><defs><style>.cls-1{fill:black;}</style></defs><title>instagram</title><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Camada_1%27 data-name=%27Camada 1%27><path class=%27cls-1%27 d=%27M67.49,0H21.16A21.16,21.16,0,0,0,0,21.16V67.49A21.16,21.16,0,0,0,21.16,88.65H67.49A21.16,21.16,0,0,0,88.65,67.49V21.16A21.16,21.16,0,0,0,67.49,0ZM79.65,67.49A12.17,12.17,0,0,1,67.49,79.65H21.16A12.17,12.17,0,0,1,9,67.49V21.16A12.17,12.17,0,0,1,21.16,9H67.49A12.17,12.17,0,0,1,79.65,21.16Z%27/><path class=%27cls-1%27 d=%27M44.32,19.84A24.48,24.48,0,1,0,68.81,44.32,24.48,24.48,0,0,0,44.32,19.84Zm0,40A15.48,15.48,0,1,1,59.81,44.32,15.5,15.5,0,0,1,44.32,59.81Z%27/><circle class=%27cls-1%27 cx=%2767.81%27 cy=%2719.47%27 r=%274.69%27/></g></g></svg>");
}
.icon-cr.icon-facebook:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 88.65 88.65%27><defs><style>.cls-1{fill:black;}</style></defs><title>facebook</title><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Camada_1%27 data-name=%27Camada 1%27><path class=%27cls-1%27 d=%27M83.75,0H4.89A4.89,4.89,0,0,0,0,4.89V83.76a4.89,4.89,0,0,0,4.89,4.89H47.35V54.32H35.8V40.94H47.35V31.07c0-11.45,7-17.68,17.21-17.68a94.9,94.9,0,0,1,10.32.53v12H67.8c-5.55,0-6.63,2.64-6.63,6.51v8.54H74.41L72.69,54.32H61.17V88.65H83.75a4.89,4.89,0,0,0,4.89-4.89V4.89A4.89,4.89,0,0,0,83.75,0Z%27/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 88.65 88.65%27><defs><style>.cls-1{fill:black;}</style></defs><title>facebook</title><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Camada_1%27 data-name=%27Camada 1%27><path class=%27cls-1%27 d=%27M83.75,0H4.89A4.89,4.89,0,0,0,0,4.89V83.76a4.89,4.89,0,0,0,4.89,4.89H47.35V54.32H35.8V40.94H47.35V31.07c0-11.45,7-17.68,17.21-17.68a94.9,94.9,0,0,1,10.32.53v12H67.8c-5.55,0-6.63,2.64-6.63,6.51v8.54H74.41L72.69,54.32H61.17V88.65H83.75a4.89,4.89,0,0,0,4.89-4.89V4.89A4.89,4.89,0,0,0,83.75,0Z%27/></g></g></svg>");
}
.icon-cr.icon-twitter:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 90.81 73.8%27><defs><style>.cls-1{fill:black;}</style></defs><title>twitter</title><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Camada_1%27 data-name=%27Camada 1%27><path class=%27cls-1%27 d=%27M90.81,8.74a37.24,37.24,0,0,1-10.7,2.93A18.68,18.68,0,0,0,88.3,1.36,37.3,37.3,0,0,1,76.47,5.88a18.65,18.65,0,0,0-31.75,17A52.89,52.89,0,0,1,6.32,3.41a18.65,18.65,0,0,0,5.76,24.87A18.55,18.55,0,0,1,3.65,26c0,.08,0,.16,0,.23A18.64,18.64,0,0,0,18.59,44.45a18.67,18.67,0,0,1-8.41.32,18.65,18.65,0,0,0,17.4,12.94,37.38,37.38,0,0,1-23.14,8A38,38,0,0,1,0,65.43,52.73,52.73,0,0,0,28.56,73.8c34.27,0,53-28.39,53-53q0-1.21-.05-2.41A37.85,37.85,0,0,0,90.81,8.74Z%27/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 90.81 73.8%27><defs><style>.cls-1{fill:black;}</style></defs><title>twitter</title><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Camada_1%27 data-name=%27Camada 1%27><path class=%27cls-1%27 d=%27M90.81,8.74a37.24,37.24,0,0,1-10.7,2.93A18.68,18.68,0,0,0,88.3,1.36,37.3,37.3,0,0,1,76.47,5.88a18.65,18.65,0,0,0-31.75,17A52.89,52.89,0,0,1,6.32,3.41a18.65,18.65,0,0,0,5.76,24.87A18.55,18.55,0,0,1,3.65,26c0,.08,0,.16,0,.23A18.64,18.64,0,0,0,18.59,44.45a18.67,18.67,0,0,1-8.41.32,18.65,18.65,0,0,0,17.4,12.94,37.38,37.38,0,0,1-23.14,8A38,38,0,0,1,0,65.43,52.73,52.73,0,0,0,28.56,73.8c34.27,0,53-28.39,53-53q0-1.21-.05-2.41A37.85,37.85,0,0,0,90.81,8.74Z%27/></g></g></svg>");
}
.icon-cr.icon-youtube:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 103.7 73.38%27><defs><style>.cls-1{fill:black;}</style></defs><title>youtube</title><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Camada_1%27 data-name=%27Camada 1%27><path class=%27cls-1%27 d=%27M82.16,0H21.54A21.54,21.54,0,0,0,0,21.54V51.84A21.54,21.54,0,0,0,21.54,73.38H82.16A21.54,21.54,0,0,0,103.7,51.84V21.54A21.54,21.54,0,0,0,82.16,0ZM67.6,38.17,39.24,51.69a1.14,1.14,0,0,1-1.63-1V22.77a1.14,1.14,0,0,1,1.65-1L67.62,36.12a1.14,1.14,0,0,1,0,2Zm0,0%27/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 103.7 73.38%27><defs><style>.cls-1{fill:black;}</style></defs><title>youtube</title><g id=%27Layer_2%27 data-name=%27Layer 2%27><g id=%27Camada_1%27 data-name=%27Camada 1%27><path class=%27cls-1%27 d=%27M82.16,0H21.54A21.54,21.54,0,0,0,0,21.54V51.84A21.54,21.54,0,0,0,21.54,73.38H82.16A21.54,21.54,0,0,0,103.7,51.84V21.54A21.54,21.54,0,0,0,82.16,0ZM67.6,38.17,39.24,51.69a1.14,1.14,0,0,1-1.63-1V22.77a1.14,1.14,0,0,1,1.65-1L67.62,36.12a1.14,1.14,0,0,1,0,2Zm0,0%27/></g></g></svg>");
}
.icon-cr.icon-prosa:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 109.71 75.19%27><defs><style>.cls-1{fill:black;}</style></defs><path d=%27M108.63,38.47a23.39,23.39,0,0,0-.56-4.15A24.76,24.76,0,0,0,106.66,30,31.91,31.91,0,0,0,98.2,18.7c-.9-.78-1.84-1.53-2.84-2.26a53,53,0,0,0-10.22-5.78C74,5.8,60.16,3.59,46.57,4.82A109.35,109.35,0,0,0,28.44,7.91l-1.06.29A65.19,65.19,0,0,0,19.47,11h0q-2.27,1-4.27,2.08a36.29,36.29,0,0,0-4.73,3.06c-.78.59-1.52,1.21-2.21,1.85a22.74,22.74,0,0,0-5.81,8.3c-.19.48-.36,1-.52,1.48a19.84,19.84,0,0,0-.83,5.8c0,.22,0,.43,0,.64a22.42,22.42,0,0,0,.5,4,26.89,26.89,0,0,0,.82,2.94A28.18,28.18,0,0,0,3.6,44.06,41.44,41.44,0,0,0,15.27,58.44,64,64,0,0,0,41.39,70.82h0a70,70,0,0,0,15.44,1.71h1.32A73,73,0,0,0,90.8,64c.46-.23.91-.47,1.37-.72,6.57-3.6,11.36-8.33,14-13.69h0a23,23,0,0,0,2.38-8.71.86.86,0,0,0,0-.16c0-.44,0-.89,0-1.34S108.64,38.78,108.63,38.47ZM98.76,57.8a38,38,0,0,1-6.3,4.45l-.67.37a76.78,76.78,0,0,1-13,5.63c-24.68,8-48.61,1.33-63-10.42C8.92,52.27,4.4,45.72,2.67,39.29c-.17-.63-.31-1.24-.42-1.86a19.83,19.83,0,0,1-.37-4.31,18.39,18.39,0,0,1,.63-4.57,0,0,0,0,1,0,0L2.67,28a21.73,21.73,0,0,1,7-10.25A31.07,31.07,0,0,1,14,14.62a45.56,45.56,0,0,1,6.29-3.16L21.4,11C28.21,8.35,36.69,6.51,46.64,5.6c2.47-.23,5-.33,7.42-.33,13.1,0,26,3.1,35.77,8.57a45.66,45.66,0,0,1,7.85,5.45,36.33,36.33,0,0,1,3,2.94A30.64,30.64,0,0,1,105,28.36a24.72,24.72,0,0,1,2.29,6.12c.06.25.11.51.16.77a22.46,22.46,0,0,1,.37,3.25,16.26,16.26,0,0,1,0,1.71,21.35,21.35,0,0,1-.78,5,22.06,22.06,0,0,1-1.16,3.18A27.47,27.47,0,0,1,98.76,57.8Z%27/><path d=%27M39.29,32a5.65,5.65,0,1,0,5.64,5.64A5.63,5.63,0,0,0,39.29,32Z%27/><path d=%27M54.86,32a5.65,5.65,0,1,0,5.64,5.64A5.63,5.63,0,0,0,54.86,32Z%27/><path d=%27M70.42,32a5.65,5.65,0,1,0,5.65,5.64A5.64,5.64,0,0,0,70.42,32Z%27/><path d=%27M106.5,25a33.47,33.47,0,0,0-9.3-11.78A49.61,49.61,0,0,0,81.43,4.81a72.57,72.57,0,0,0-14-3.12c-14.89-1.84-31,.45-43.87,6.5-.85.4-1.69.82-2.5,1.26a49.88,49.88,0,0,0-5.83,3.6,40.65,40.65,0,0,0-5.48,4.67,32,32,0,0,0-7.19,10.8,0,0,0,0,0,0,0A26.72,26.72,0,0,0,1.32,32.4c-.08.38-.16.76-.23,1.14A25.69,25.69,0,0,0,3,48.78H3a31.33,31.33,0,0,0,6.29,9,43.45,43.45,0,0,0,8,6.37c9.79,6.2,23,9.89,36.56,10h.5a72,72,0,0,0,12-1c1.87-.31,3.72-.7,5.53-1.15a64.59,64.59,0,0,0,19-8,48.74,48.74,0,0,0,8-6.23,38.84,38.84,0,0,0,5.68-6.86c.53-.83,1-1.68,1.46-2.52s.74-1.48,1.06-2.23a27,27,0,0,0,1.63-5.28s0-.06,0-.08A25.51,25.51,0,0,0,106.5,25ZM58.15,72.53c-1.27.07-2.55.1-3.84.1h-.49c-13.28-.1-26.14-3.69-35.68-9.71l-.09-.05a42.32,42.32,0,0,1-7.65-6.13,30.09,30.09,0,0,1-6-8.56s0,0,0,0a24.15,24.15,0,0,1-2-7,22.82,22.82,0,0,1-.19-3c0-.14,0-.27,0-.41s0-.22,0-.33a23.77,23.77,0,0,1,.61-4.76c2-8.53,8.49-16.23,18.54-21.65l.35-.2c.88-.46,1.78-.91,2.7-1.34l.05,0q1.41-.66,2.88-1.26A82.28,82.28,0,0,1,67,3.21,70.78,70.78,0,0,1,79.25,5.76c.56.17,1.13.35,1.68.54a47.64,47.64,0,0,1,15.28,8.16l.06,0a32.07,32.07,0,0,1,8.82,11.19A27,27,0,0,1,106.66,30a23,23,0,0,1,.79,5c0,.09,0,.19,0,.29a23.2,23.2,0,0,1-.44,5.44,27,27,0,0,1-3.91,9.4C98.06,58,89.3,64.32,78.8,68.25a68.49,68.49,0,0,1-12.64,3.38,70.49,70.49,0,0,1-8,.9Z%27/><path d=%27M97.2,13.25A53.3,53.3,0,0,0,82.08,5.4,67.78,67.78,0,0,0,70.83,2.61,84.72,84.72,0,0,0,54,1.58,89.2,89.2,0,0,0,33.37,4.72h0a75.49,75.49,0,0,0-9.83,3.47A57.85,57.85,0,0,0,13.18,14c-1,.69-1.86,1.39-2.72,2.13A36.52,36.52,0,0,0,7.07,19.4a29.27,29.27,0,0,0-4.63,6.86A24.3,24.3,0,0,0,0,36.85v.23a26.19,26.19,0,0,0,3,11.7H3a34.62,34.62,0,0,0,6.9,9.14,46.5,46.5,0,0,0,12.57,8.53,81.54,81.54,0,0,0,34.11,7.33,77.9,77.9,0,0,0,9.71-.59,69.41,69.41,0,0,0,8.25-1.52c1.21-.3,2.4-.63,3.57-1,13-4,22.93-11.43,28-20.54a29.86,29.86,0,0,0,2.66-6.49,27.55,27.55,0,0,0,1-6.21C110.08,28.11,105.59,19.65,97.2,13.25Zm-.93,1.25c7,5.38,11.18,12.24,11.8,19.82a25.58,25.58,0,0,1,.06,3,1.09,1.09,0,0,0,0,.18,26.25,26.25,0,0,1-.28,2.67,24.83,24.83,0,0,1-.69,3.19c-2.06,7.29-7.23,13.84-14.69,18.85a57.93,57.93,0,0,1-18.32,7.91,66.15,66.15,0,0,1-8,1.47,81.15,81.15,0,0,1-24.75-.8h0A75.65,75.65,0,0,1,23.12,65a45.18,45.18,0,0,1-12-8.13,33.63,33.63,0,0,1-6.64-8.73s0,0,0,0A25.1,25.1,0,0,1,1.6,38.21c0-.38,0-.76,0-1.14a22.64,22.64,0,0,1,.32-4A25.29,25.29,0,0,1,8.29,20.39a0,0,0,0,1,0,0,35.75,35.75,0,0,1,5.79-5.12,51.75,51.75,0,0,1,6.22-3.79c1.34-.71,2.72-1.36,4.14-2l.05,0c1.28-.56,2.6-1.07,3.94-1.55a86.57,86.57,0,0,1,42-3.79,67.45,67.45,0,0,1,11.1,2.74l.06,0a51.53,51.53,0,0,1,14.63,7.58Z%27/><path d=%27M108.61,40.83a.25.25,0,0,0,0-.08,28,28,0,0,0-.48-3.21c-.18-.86-.4-1.72-.67-2.58,0-.16-.09-.32-.14-.48a39.48,39.48,0,0,0-6.63-12.25,50.24,50.24,0,0,0-5.32-5.79,54.81,54.81,0,0,0-4.21-3.56,61.46,61.46,0,0,0-9.63-6c-.74-.38-1.5-.75-2.27-1.1a63.85,63.85,0,0,0-8.42-3.15c-1.13-.34-2.28-.64-3.44-.92C52.76-1.77,35.33-.4,17.54,10.29A38.71,38.71,0,0,0,8.25,18c-.41.48-.8,1-1.18,1.44a28.63,28.63,0,0,0-5.75,13c-.09.59-.17,1.18-.22,1.78C1,35,1,35.86,1,36.71c0,.34,0,.67,0,1a31.59,31.59,0,0,0,8.89,20.2q.77.84,1.59,1.62a45.16,45.16,0,0,0,5.77,4.66c10.19,7,24.16,11,38.42,11,2.48,0,5-.12,7.47-.37,24.92-2.5,40.79-11.44,44.69-25.17a23.35,23.35,0,0,0,.88-6A24.23,24.23,0,0,0,108.61,40.83ZM78.1,70.67c-2,.52-4.1,1-6.29,1.37-2.79.5-5.74.91-8.83,1.22C46.63,74.9,29.82,70.92,18.14,62.92l-.09-.05a44,44,0,0,1-5.49-4.45c-.52-.5-1-1-1.49-1.51A31.87,31.87,0,0,1,3.6,44.06a26.28,26.28,0,0,1-.93-4.77c-.06-.55-.1-1.09-.11-1.63a25.12,25.12,0,0,1,.3-5A26.91,26.91,0,0,1,8.29,20.39a0,0,0,0,1,0,0A33.79,33.79,0,0,1,14,14.62a39.88,39.88,0,0,1,4.33-3L19.46,11h0A71.9,71.9,0,0,1,33.35,4.72h0A62.38,62.38,0,0,1,54,1.58,60.85,60.85,0,0,1,67,3.21c1.16.27,2.3.57,3.42.91a61.38,61.38,0,0,1,14.72,6.54c1.65,1,3.21,2.07,4.69,3.18l.37.28c9.89,7.57,15.92,17.34,16.83,26.57a20.63,20.63,0,0,1,.12,2.71c0,.62,0,1.23-.09,1.84,0,.32-.06.64-.1.95a22.33,22.33,0,0,1-.63,3l-.12.4h0c0,.17-.11.34-.16.51C102.86,59.77,93.14,66.84,78.1,70.67Z%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 109.71 75.19%27><defs><style>.cls-1{fill:black;}</style></defs><path d=%27M108.63,38.47a23.39,23.39,0,0,0-.56-4.15A24.76,24.76,0,0,0,106.66,30,31.91,31.91,0,0,0,98.2,18.7c-.9-.78-1.84-1.53-2.84-2.26a53,53,0,0,0-10.22-5.78C74,5.8,60.16,3.59,46.57,4.82A109.35,109.35,0,0,0,28.44,7.91l-1.06.29A65.19,65.19,0,0,0,19.47,11h0q-2.27,1-4.27,2.08a36.29,36.29,0,0,0-4.73,3.06c-.78.59-1.52,1.21-2.21,1.85a22.74,22.74,0,0,0-5.81,8.3c-.19.48-.36,1-.52,1.48a19.84,19.84,0,0,0-.83,5.8c0,.22,0,.43,0,.64a22.42,22.42,0,0,0,.5,4,26.89,26.89,0,0,0,.82,2.94A28.18,28.18,0,0,0,3.6,44.06,41.44,41.44,0,0,0,15.27,58.44,64,64,0,0,0,41.39,70.82h0a70,70,0,0,0,15.44,1.71h1.32A73,73,0,0,0,90.8,64c.46-.23.91-.47,1.37-.72,6.57-3.6,11.36-8.33,14-13.69h0a23,23,0,0,0,2.38-8.71.86.86,0,0,0,0-.16c0-.44,0-.89,0-1.34S108.64,38.78,108.63,38.47ZM98.76,57.8a38,38,0,0,1-6.3,4.45l-.67.37a76.78,76.78,0,0,1-13,5.63c-24.68,8-48.61,1.33-63-10.42C8.92,52.27,4.4,45.72,2.67,39.29c-.17-.63-.31-1.24-.42-1.86a19.83,19.83,0,0,1-.37-4.31,18.39,18.39,0,0,1,.63-4.57,0,0,0,0,1,0,0L2.67,28a21.73,21.73,0,0,1,7-10.25A31.07,31.07,0,0,1,14,14.62a45.56,45.56,0,0,1,6.29-3.16L21.4,11C28.21,8.35,36.69,6.51,46.64,5.6c2.47-.23,5-.33,7.42-.33,13.1,0,26,3.1,35.77,8.57a45.66,45.66,0,0,1,7.85,5.45,36.33,36.33,0,0,1,3,2.94A30.64,30.64,0,0,1,105,28.36a24.72,24.72,0,0,1,2.29,6.12c.06.25.11.51.16.77a22.46,22.46,0,0,1,.37,3.25,16.26,16.26,0,0,1,0,1.71,21.35,21.35,0,0,1-.78,5,22.06,22.06,0,0,1-1.16,3.18A27.47,27.47,0,0,1,98.76,57.8Z%27/><path d=%27M39.29,32a5.65,5.65,0,1,0,5.64,5.64A5.63,5.63,0,0,0,39.29,32Z%27/><path d=%27M54.86,32a5.65,5.65,0,1,0,5.64,5.64A5.63,5.63,0,0,0,54.86,32Z%27/><path d=%27M70.42,32a5.65,5.65,0,1,0,5.65,5.64A5.64,5.64,0,0,0,70.42,32Z%27/><path d=%27M106.5,25a33.47,33.47,0,0,0-9.3-11.78A49.61,49.61,0,0,0,81.43,4.81a72.57,72.57,0,0,0-14-3.12c-14.89-1.84-31,.45-43.87,6.5-.85.4-1.69.82-2.5,1.26a49.88,49.88,0,0,0-5.83,3.6,40.65,40.65,0,0,0-5.48,4.67,32,32,0,0,0-7.19,10.8,0,0,0,0,0,0,0A26.72,26.72,0,0,0,1.32,32.4c-.08.38-.16.76-.23,1.14A25.69,25.69,0,0,0,3,48.78H3a31.33,31.33,0,0,0,6.29,9,43.45,43.45,0,0,0,8,6.37c9.79,6.2,23,9.89,36.56,10h.5a72,72,0,0,0,12-1c1.87-.31,3.72-.7,5.53-1.15a64.59,64.59,0,0,0,19-8,48.74,48.74,0,0,0,8-6.23,38.84,38.84,0,0,0,5.68-6.86c.53-.83,1-1.68,1.46-2.52s.74-1.48,1.06-2.23a27,27,0,0,0,1.63-5.28s0-.06,0-.08A25.51,25.51,0,0,0,106.5,25ZM58.15,72.53c-1.27.07-2.55.1-3.84.1h-.49c-13.28-.1-26.14-3.69-35.68-9.71l-.09-.05a42.32,42.32,0,0,1-7.65-6.13,30.09,30.09,0,0,1-6-8.56s0,0,0,0a24.15,24.15,0,0,1-2-7,22.82,22.82,0,0,1-.19-3c0-.14,0-.27,0-.41s0-.22,0-.33a23.77,23.77,0,0,1,.61-4.76c2-8.53,8.49-16.23,18.54-21.65l.35-.2c.88-.46,1.78-.91,2.7-1.34l.05,0q1.41-.66,2.88-1.26A82.28,82.28,0,0,1,67,3.21,70.78,70.78,0,0,1,79.25,5.76c.56.17,1.13.35,1.68.54a47.64,47.64,0,0,1,15.28,8.16l.06,0a32.07,32.07,0,0,1,8.82,11.19A27,27,0,0,1,106.66,30a23,23,0,0,1,.79,5c0,.09,0,.19,0,.29a23.2,23.2,0,0,1-.44,5.44,27,27,0,0,1-3.91,9.4C98.06,58,89.3,64.32,78.8,68.25a68.49,68.49,0,0,1-12.64,3.38,70.49,70.49,0,0,1-8,.9Z%27/><path d=%27M97.2,13.25A53.3,53.3,0,0,0,82.08,5.4,67.78,67.78,0,0,0,70.83,2.61,84.72,84.72,0,0,0,54,1.58,89.2,89.2,0,0,0,33.37,4.72h0a75.49,75.49,0,0,0-9.83,3.47A57.85,57.85,0,0,0,13.18,14c-1,.69-1.86,1.39-2.72,2.13A36.52,36.52,0,0,0,7.07,19.4a29.27,29.27,0,0,0-4.63,6.86A24.3,24.3,0,0,0,0,36.85v.23a26.19,26.19,0,0,0,3,11.7H3a34.62,34.62,0,0,0,6.9,9.14,46.5,46.5,0,0,0,12.57,8.53,81.54,81.54,0,0,0,34.11,7.33,77.9,77.9,0,0,0,9.71-.59,69.41,69.41,0,0,0,8.25-1.52c1.21-.3,2.4-.63,3.57-1,13-4,22.93-11.43,28-20.54a29.86,29.86,0,0,0,2.66-6.49,27.55,27.55,0,0,0,1-6.21C110.08,28.11,105.59,19.65,97.2,13.25Zm-.93,1.25c7,5.38,11.18,12.24,11.8,19.82a25.58,25.58,0,0,1,.06,3,1.09,1.09,0,0,0,0,.18,26.25,26.25,0,0,1-.28,2.67,24.83,24.83,0,0,1-.69,3.19c-2.06,7.29-7.23,13.84-14.69,18.85a57.93,57.93,0,0,1-18.32,7.91,66.15,66.15,0,0,1-8,1.47,81.15,81.15,0,0,1-24.75-.8h0A75.65,75.65,0,0,1,23.12,65a45.18,45.18,0,0,1-12-8.13,33.63,33.63,0,0,1-6.64-8.73s0,0,0,0A25.1,25.1,0,0,1,1.6,38.21c0-.38,0-.76,0-1.14a22.64,22.64,0,0,1,.32-4A25.29,25.29,0,0,1,8.29,20.39a0,0,0,0,1,0,0,35.75,35.75,0,0,1,5.79-5.12,51.75,51.75,0,0,1,6.22-3.79c1.34-.71,2.72-1.36,4.14-2l.05,0c1.28-.56,2.6-1.07,3.94-1.55a86.57,86.57,0,0,1,42-3.79,67.45,67.45,0,0,1,11.1,2.74l.06,0a51.53,51.53,0,0,1,14.63,7.58Z%27/><path d=%27M108.61,40.83a.25.25,0,0,0,0-.08,28,28,0,0,0-.48-3.21c-.18-.86-.4-1.72-.67-2.58,0-.16-.09-.32-.14-.48a39.48,39.48,0,0,0-6.63-12.25,50.24,50.24,0,0,0-5.32-5.79,54.81,54.81,0,0,0-4.21-3.56,61.46,61.46,0,0,0-9.63-6c-.74-.38-1.5-.75-2.27-1.1a63.85,63.85,0,0,0-8.42-3.15c-1.13-.34-2.28-.64-3.44-.92C52.76-1.77,35.33-.4,17.54,10.29A38.71,38.71,0,0,0,8.25,18c-.41.48-.8,1-1.18,1.44a28.63,28.63,0,0,0-5.75,13c-.09.59-.17,1.18-.22,1.78C1,35,1,35.86,1,36.71c0,.34,0,.67,0,1a31.59,31.59,0,0,0,8.89,20.2q.77.84,1.59,1.62a45.16,45.16,0,0,0,5.77,4.66c10.19,7,24.16,11,38.42,11,2.48,0,5-.12,7.47-.37,24.92-2.5,40.79-11.44,44.69-25.17a23.35,23.35,0,0,0,.88-6A24.23,24.23,0,0,0,108.61,40.83ZM78.1,70.67c-2,.52-4.1,1-6.29,1.37-2.79.5-5.74.91-8.83,1.22C46.63,74.9,29.82,70.92,18.14,62.92l-.09-.05a44,44,0,0,1-5.49-4.45c-.52-.5-1-1-1.49-1.51A31.87,31.87,0,0,1,3.6,44.06a26.28,26.28,0,0,1-.93-4.77c-.06-.55-.1-1.09-.11-1.63a25.12,25.12,0,0,1,.3-5A26.91,26.91,0,0,1,8.29,20.39a0,0,0,0,1,0,0A33.79,33.79,0,0,1,14,14.62a39.88,39.88,0,0,1,4.33-3L19.46,11h0A71.9,71.9,0,0,1,33.35,4.72h0A62.38,62.38,0,0,1,54,1.58,60.85,60.85,0,0,1,67,3.21c1.16.27,2.3.57,3.42.91a61.38,61.38,0,0,1,14.72,6.54c1.65,1,3.21,2.07,4.69,3.18l.37.28c9.89,7.57,15.92,17.34,16.83,26.57a20.63,20.63,0,0,1,.12,2.71c0,.62,0,1.23-.09,1.84,0,.32-.06.64-.1.95a22.33,22.33,0,0,1-.63,3l-.12.4h0c0,.17-.11.34-.16.51C102.86,59.77,93.14,66.84,78.1,70.67Z%27/></svg>");
}
.icon-cr.icon-tiktok:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27><path id=%27tiktok-share-icon-black-1%27 d=%27M92.1,4H15.9A11.918,11.918,0,0,0,4,15.9V92.1A11.918,11.918,0,0,0,15.9,104H92.1A11.918,11.918,0,0,0,104,92.1V15.9A11.918,11.918,0,0,0,92.1,4m-9.51,43.626q-.819.08-1.643.083a17.839,17.839,0,0,1-14.928-8.069V67.112a20.3,20.3,0,1,1-20.3-20.3c.424,0,.838.038,1.255.064v10a10.338,10.338,0,1,0-1.255,20.6c5.724,0,10.779-4.51,10.779-10.233l.1-46.652h9.571A17.829,17.829,0,0,0,82.6,36.507V47.626%27 transform=%27translate%28-4 -4%29%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27><path id=%27tiktok-share-icon-black-1%27 d=%27M92.1,4H15.9A11.918,11.918,0,0,0,4,15.9V92.1A11.918,11.918,0,0,0,15.9,104H92.1A11.918,11.918,0,0,0,104,92.1V15.9A11.918,11.918,0,0,0,92.1,4m-9.51,43.626q-.819.08-1.643.083a17.839,17.839,0,0,1-14.928-8.069V67.112a20.3,20.3,0,1,1-20.3-20.3c.424,0,.838.038,1.255.064v10a10.338,10.338,0,1,0-1.255,20.6c5.724,0,10.779-4.51,10.779-10.233l.1-46.652h9.571A17.829,17.829,0,0,0,82.6,36.507V47.626%27 transform=%27translate%28-4 -4%29%27/></svg>");
}
.icon-cr.icon-pinterest:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg viewBox=%270 0 256 256%27 version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 preserveAspectRatio=%27xMidYMid%27><path d=%27M0,128.002 C0,180.416 31.518,225.444 76.619,245.241 C76.259,236.303 76.555,225.573 78.847,215.848 C81.308,205.457 95.317,146.1 95.317,146.1 C95.317,146.1 91.228,137.927 91.228,125.848 C91.228,106.879 102.222,92.712 115.914,92.712 C127.557,92.712 133.182,101.457 133.182,111.929 C133.182,123.633 125.717,141.14 121.878,157.355 C118.671,170.933 128.686,182.008 142.081,182.008 C166.333,182.008 182.667,150.859 182.667,113.953 C182.667,85.899 163.772,64.901 129.405,64.901 C90.577,64.901 66.388,93.857 66.388,126.201 C66.388,137.353 69.676,145.217 74.826,151.307 C77.194,154.104 77.523,155.229 76.666,158.441 C76.052,160.796 74.642,166.466 74.058,168.713 C73.206,171.955 70.579,173.114 67.649,171.917 C49.765,164.616 41.436,145.031 41.436,123.015 C41.436,86.654 72.102,43.054 132.918,43.054 C181.788,43.054 213.953,78.418 213.953,116.379 C213.953,166.592 186.037,204.105 144.887,204.105 C131.068,204.105 118.069,196.635 113.616,188.15 C113.616,188.15 106.185,217.642 104.611,223.337 C101.897,233.206 96.585,243.07 91.728,250.758 C103.24,254.156 115.401,256.007 128.005,256.007 C198.689,256.007 256.001,198.698 256.001,128.002 C256.001,57.309 198.689,0 128.005,0 C57.314,0 0,57.309 0,128.002 Z%27 fill=%27black%27></path></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg viewBox=%270 0 256 256%27 version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 preserveAspectRatio=%27xMidYMid%27><path d=%27M0,128.002 C0,180.416 31.518,225.444 76.619,245.241 C76.259,236.303 76.555,225.573 78.847,215.848 C81.308,205.457 95.317,146.1 95.317,146.1 C95.317,146.1 91.228,137.927 91.228,125.848 C91.228,106.879 102.222,92.712 115.914,92.712 C127.557,92.712 133.182,101.457 133.182,111.929 C133.182,123.633 125.717,141.14 121.878,157.355 C118.671,170.933 128.686,182.008 142.081,182.008 C166.333,182.008 182.667,150.859 182.667,113.953 C182.667,85.899 163.772,64.901 129.405,64.901 C90.577,64.901 66.388,93.857 66.388,126.201 C66.388,137.353 69.676,145.217 74.826,151.307 C77.194,154.104 77.523,155.229 76.666,158.441 C76.052,160.796 74.642,166.466 74.058,168.713 C73.206,171.955 70.579,173.114 67.649,171.917 C49.765,164.616 41.436,145.031 41.436,123.015 C41.436,86.654 72.102,43.054 132.918,43.054 C181.788,43.054 213.953,78.418 213.953,116.379 C213.953,166.592 186.037,204.105 144.887,204.105 C131.068,204.105 118.069,196.635 113.616,188.15 C113.616,188.15 106.185,217.642 104.611,223.337 C101.897,233.206 96.585,243.07 91.728,250.758 C103.24,254.156 115.401,256.007 128.005,256.007 C198.689,256.007 256.001,198.698 256.001,128.002 C256.001,57.309 198.689,0 128.005,0 C57.314,0 0,57.309 0,128.002 Z%27 fill=%27black%27></path></svg>");
}
.icon-cr.icon-spotify:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27><path id=%27spotify-logo-black%27 d=%27M79.575,44.325c-16.117-9.571-42.7-10.45-58.087-5.779a4.676,4.676,0,0,1-2.712-8.95C36.437,24.233,65.8,25.271,84.35,36.283a4.676,4.676,0,1,1-4.775,8.042ZM79.05,58.5a3.9,3.9,0,0,1-5.363,1.283C60.25,51.529,39.762,49.133,23.862,53.958A3.9,3.9,0,1,1,21.6,46.5c18.158-5.508,40.733-2.842,56.167,6.646A3.9,3.9,0,0,1,79.05,58.5ZM72.929,72.117a3.109,3.109,0,0,1-4.283,1.037c-11.742-7.175-26.521-8.8-43.925-4.821a3.116,3.116,0,0,1-1.388-6.075C42.379,57.9,58.717,59.779,71.9,67.833A3.111,3.111,0,0,1,72.929,72.117ZM50,0a50,50,0,1,0,50,50A50,50,0,0,0,50,0Z%27 fill-rule=%27evenodd%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27><path id=%27spotify-logo-black%27 d=%27M79.575,44.325c-16.117-9.571-42.7-10.45-58.087-5.779a4.676,4.676,0,0,1-2.712-8.95C36.437,24.233,65.8,25.271,84.35,36.283a4.676,4.676,0,1,1-4.775,8.042ZM79.05,58.5a3.9,3.9,0,0,1-5.363,1.283C60.25,51.529,39.762,49.133,23.862,53.958A3.9,3.9,0,1,1,21.6,46.5c18.158-5.508,40.733-2.842,56.167,6.646A3.9,3.9,0,0,1,79.05,58.5ZM72.929,72.117a3.109,3.109,0,0,1-4.283,1.037c-11.742-7.175-26.521-8.8-43.925-4.821a3.116,3.116,0,0,1-1.388-6.075C42.379,57.9,58.717,59.779,71.9,67.833A3.111,3.111,0,0,1,72.929,72.117ZM50,0a50,50,0,1,0,50,50A50,50,0,0,0,50,0Z%27 fill-rule=%27evenodd%27/></svg>");
}
.icon-cr.icon-register:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%275 5 54 54%27><rect fill=%27black%27 x=%2716.08%27 y=%2718.36%27 width=%2716.67%27 height=%273.02%27 rx=%27.99%27 ry=%27.99%27/><rect fill=%27black%27 x=%2716.08%27 y=%2730.49%27 width=%2731.85%27 height=%273.02%27 rx=%27.99%27 ry=%27.99%27/><rect fill=%27black%27 x=%2716.08%27 y=%2742.63%27 width=%2731.85%27 height=%273.02%27 rx=%27.99%27 ry=%27.99%27/><path fill=%27black%27 d=%27M52 9.25H12A2.75 2.75 0 0 0 9.25 12v40A2.75 2.75 0 0 0 12 54.75h1.67a1.51 1.51 0 1 0 0-3h-1.15a.25.25 0 0 1-.25-.25v-39a.25.25 0 0 1 .25-.25h39a.25.25 0 0 1 .25.25v39a.26.26 0 0 1-.25.25H18.58a1.51 1.51 0 0 0 0 3H52A2.75 2.75 0 0 0 54.75 52V12A2.75 2.75 0 0 0 52 9.25z%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%275 5 54 54%27><rect fill=%27black%27 x=%2716.08%27 y=%2718.36%27 width=%2716.67%27 height=%273.02%27 rx=%27.99%27 ry=%27.99%27/><rect fill=%27black%27 x=%2716.08%27 y=%2730.49%27 width=%2731.85%27 height=%273.02%27 rx=%27.99%27 ry=%27.99%27/><rect fill=%27black%27 x=%2716.08%27 y=%2742.63%27 width=%2731.85%27 height=%273.02%27 rx=%27.99%27 ry=%27.99%27/><path fill=%27black%27 d=%27M52 9.25H12A2.75 2.75 0 0 0 9.25 12v40A2.75 2.75 0 0 0 12 54.75h1.67a1.51 1.51 0 1 0 0-3h-1.15a.25.25 0 0 1-.25-.25v-39a.25.25 0 0 1 .25-.25h39a.25.25 0 0 1 .25.25v39a.26.26 0 0 1-.25.25H18.58a1.51 1.51 0 0 0 0 3H52A2.75 2.75 0 0 0 54.75 52V12A2.75 2.75 0 0 0 52 9.25z%27/></svg>");
}
.nld-chatbot {
  z-index: 11 !important;
}
.cr-modal {
  background-color: rgba(255, 255, 255, 0.7);
}
a {
  cursor: pointer;
  color: var(--color-default-5);
}
a.disabled {
  color: var(--color-default-3);
  pointer-events: none;
  cursor: default;
}
a:active,
a:hover {
  color: var(--color-default-5);
}
hr {
  border-top: 1px solid var(--color-default-text-1) !important;
}
.alert-success,
.alert-info,
.alert-danger,
.alert-primary,
.alert-default,
.alert-warning {
  font-family: 'Proxima Nova', sans-serif;
}
.countdown-mobile {
  background-color: var(--color-border-default);
  padding: 0.25em 0;
  margin-bottom: 0.5em;
}
.countdown-mobile:has(.countdown-1) {
  background-color: var(--color-default-5);
}
.countdown-mobile:has(.countdown-2) {
  background-color: var(--color-default-5);
}
.countdown {
  font-size: 1.65rem;
  font-variant-numeric: tabular-nums;
  text-align: center;
  letter-spacing: -1px;
}
.countdown .seconds:after,
.countdown .minutes:after,
.countdown .hours:after,
.countdown .days:after {
  font-size: 1.65rem;
}
.countdown .seconds-letter,
.countdown .minutes-letter,
.countdown .hours-letter,
.countdown .days-letter {
  font-size: 1rem;
}
.countdown.promo_guaranteed .seconds:after,
.countdown.promo_guaranteed .minutes:after,
.countdown.promo_guaranteed .hours:after,
.countdown.promo_guaranteed .days:after {
  font-size: 1rem;
}
.countdown-1 {
  display: flex !important;
  align-items: flex-end;
  place-content: center;
  font-size: 1.65rem;
  font-variant-numeric: tabular-nums;
  text-align: center;
  letter-spacing: -1px;
}
@media (max-width: 575px) {
  .countdown-1 {
    margin: 0 2px 0 2px;
    font-size: 1rem !important;
  }
}
.countdown-1 .countdown-text {
  font-size: 1rem;
  padding-right: 5px;
  letter-spacing: 1px;
}
.countdown-1 .seconds,
.countdown-1 .minutes,
.countdown-1 .hours,
.countdown-1 .days {
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-default-5);
}
.countdown-1 .seconds > span,
.countdown-1 .minutes > span,
.countdown-1 .hours > span,
.countdown-1 .days > span {
  background: white;
  padding: 0 5px 0 5px;
}
.countdown-1 .seconds:after,
.countdown-1 .minutes:after,
.countdown-1 .hours:after,
.countdown-1 .days:after {
  font-size: 1.65rem;
  background: transparent;
}
.countdown-1 .seconds-letter,
.countdown-1 .minutes-letter,
.countdown-1 .hours-letter,
.countdown-1 .days-letter {
  font-size: 1rem;
  background: var(--color-default-5);
  color: white;
  font-weight: bold;
  padding: 0 0.5rem 0 3px;
}
.countdown-1.promo_guaranteed .seconds:after,
.countdown-1.promo_guaranteed .minutes:after,
.countdown-1.promo_guaranteed .hours:after,
.countdown-1.promo_guaranteed .days:after {
  font-size: 1rem;
}
.countdown-2 {
  display: flex !important;
  align-items: center;
  place-content: center;
  font-size: 1.65rem;
  font-variant-numeric: tabular-nums;
  text-align: center;
  letter-spacing: -1px;
}
@media (max-width: 575px) {
  .countdown-2 {
    justify-content: space-between;
  }
}
.countdown-2 .countdown-text {
  font-size: 1rem;
  padding-right: 5px;
  letter-spacing: 1px;
  color: var(--color-default-1);
}
@media (max-width: 575px) {
  .countdown-2 {
    color: white;
  }
}
.countdown-2 .seconds,
.countdown-2 .minutes,
.countdown-2 .hours,
.countdown-2 .days {
  font-size: 1.65rem;
  font-weight: bold;
  color: var(--color-default-5);
}
@media (max-width: 575px) {
  .countdown-2 .seconds,
  .countdown-2 .minutes,
  .countdown-2 .hours,
  .countdown-2 .days {
    color: white;
    font-size: 1rem;
  }
}
.countdown-2 .seconds > span,
.countdown-2 .minutes > span,
.countdown-2 .hours > span,
.countdown-2 .days > span {
  background: white;
  padding: 0 4px 0 4px;
}
@media (max-width: 575px) {
  .countdown-2 .seconds > span,
  .countdown-2 .minutes > span,
  .countdown-2 .hours > span,
  .countdown-2 .days > span {
    background: transparent;
    padding: 0;
  }
}
.countdown-2 .seconds:after,
.countdown-2 .minutes:after,
.countdown-2 .hours:after,
.countdown-2 .days:after {
  font-size: 1.65rem;
  background: transparent;
}
.countdown-2 .seconds-letter,
.countdown-2 .minutes-letter,
.countdown-2 .hours-letter,
.countdown-2 .days-letter {
  font-size: 1rem;
  background: var(--color-default-5);
  color: white;
  font-weight: bold;
  padding: 0 0.5rem 0 3px;
}
@media (max-width: 575px) {
  .countdown-2 .seconds-letter,
  .countdown-2 .minutes-letter,
  .countdown-2 .hours-letter,
  .countdown-2 .days-letter {
    font-size: 0.8rem;
    padding: 0;
  }
}
.countdown-2.promo_guaranteed .seconds:after,
.countdown-2.promo_guaranteed .minutes:after,
.countdown-2.promo_guaranteed .hours:after,
.countdown-2.promo_guaranteed .days:after {
  font-size: 1rem;
}
.countdown-2 .promo-text-ab2-mobile {
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  padding-left: 1rem;
  letter-spacing: initial;
}
@media (max-width: 575px) {
  .countdown-2 .promo-text-ab2-mobile {
    width: 40%;
  }
}
.countdown-2 .countdown-container {
  display: flex;
}
@media (max-width: 575px) {
  .countdown-2 .countdown-container {
    display: block;
  }
}
.new-countdown .banner-text {
  font-size: 1.5rem;
}
.new-countdown .countdown-wrapper {
  background-color: white;
  width: 288px;
  height: 40px;
  position: relative;
  margin: 0 auto;
}
.new-countdown .countdown-wrapper .countdown-warning-text {
  font-size: 1rem;
  letter-spacing: 1px;
  color: black !important;
}
.new-countdown .countdown-wrapper .timer-number {
  font-size: 1.2rem;
  font-weight: bold;
  color: black !important;
}
.new-countdown .countdown-wrapper .timer-letter {
  font-size: 1rem;
  color: black !important;
}
.new-countdown .countdown-wrapper .countdown-clock {
  left: 8px;
  width: 24px;
  height: 24px;
}
.new-countdown .countdown-wrapper .countdown-clock .clock-container {
  width: 20px;
  height: 20px;
}
.new-countdown .countdown-wrapper .countdown-clock .clock-container:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 21 20%27 fill=%27none%27%3E%3Cpath d=%27M10.49 0C4.97 0 0.5 4.48 0.5 10C0.5 15.52 4.97 20 10.49 20C16.02 20 20.5 15.52 20.5 10C20.5 4.48 16.02 0 10.49 0ZM13.79 14.71L9.5 10.41V5H11.5V9.59L15.21 13.3L13.79 14.71Z%27 fill=%27currentColor%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.new-countdown .countdown-wrapper .countdown-chevron {
  right: 8px;
  text-decoration: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.new-countdown .countdown-wrapper .countdown-chevron .chevron-container {
  width: 20px;
  height: 20px;
}
.new-countdown .countdown-wrapper .countdown-chevron .chevron-container:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%2724%27 viewBox=%270 0 24 24%27 width=%2724%27%3E%3Cpath d=%27M0 0h24v24H0z%27 fill=%27none%27/%3E%3Cpath d=%27M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z%27 fill=%27currentColor%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.new-countdown .countdown-wrapper .countdown-chevron:hover .chevron-container::after {
  opacity: 0.7;
}
.search-mobile-results {
  display: inline-block !important;
  margin-bottom: 2rem;
}
.search-mobile-products {
  display: block !important;
}
.search-mobile-input {
  text-indent: 1rem;
  border: none !important;
  border-bottom: 1px solid var(--color-default-text-5) !important;
  background-color: #F4F4F4 !important;
  line-height: 2rem !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .search-dropdown,
  .search-suggestions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    row-gap: 1rem;
  }
}
.search-dropdown .selected,
.search-suggestions .selected {
  cursor: pointer;
  transition: 0.2s all ease;
  background: var(--color-white);
}
@media (max-width: 767px) {
  .search-dropdown .search-suggestion,
  .search-suggestions .search-suggestion {
    width: 120px !important;
  }
}
.search-dropdown .search-suggestion:focus,
.search-suggestions .search-suggestion:focus {
  background: var(--color-white);
}
.search-price-mobile .price-old {
  font-size: 0.9rem;
  text-decoration: line-through;
  color: var(--color-default-3);
}
.search-price-mobile .price {
  font-size: 1rem;
  color: var(--color-info-1);
}
@media (max-width: 767px) {
  .product-list-item-title {
    font-size: 0.7rem;
    font-weight: 400;
    width: 120px;
    overflow: hidden;
    /* "overflow" value must be different from "visible" */
  }
}
ol {
  margin: 0;
}
ul.list-arrows {
  list-style: none;
  padding-left: 0;
}
ul.list-arrows li {
  position: relative;
  padding-left: 1.5em;
}
ul.list-arrows li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  transform: translateY(0.15em) rotate(90deg);
  width: 1em;
  height: 1em;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 64 64%27><path fill=%27white%27 d=%27M46.38 36.69L33.66 24a2.33 2.33 0 0 0-3.31 0L17.62 36.7a2.4 2.4 0 0 0-.69 1.66 2.34 2.34 0 0 0 .69 1.64 2.4 2.4 0 0 0 3.32 0L32 29l11.06 11a2.35 2.35 0 0 0 3.32-3.32z%27/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 64 64%27><path fill=%27white%27 d=%27M46.38 36.69L33.66 24a2.33 2.33 0 0 0-3.31 0L17.62 36.7a2.4 2.4 0 0 0-.69 1.66 2.34 2.34 0 0 0 .69 1.64 2.4 2.4 0 0 0 3.32 0L32 29l11.06 11a2.35 2.35 0 0 0 3.32-3.32z%27/></svg>");
  background-color: currentColor;
}
.anchor {
  display: block;
  position: relative;
  visibility: hidden;
  top: calc(-7rem - 1rem);
}
@media (min-width: 768px) {
  .anchor {
    top: calc(-48px - 1rem);
  }
}
.anchorMobile {
  display: block;
  visibility: hidden;
  top: calc(-7rem - 1rem);
}
@media (min-width: 768px) {
  .anchorMobile {
    top: calc(-48px - 1rem);
  }
}
.anchorSpace {
  visibility: initial;
  border-top: 1.3px solid #1e1e1d;
  top: calc(0px - 1rem) !important;
}
.inline-block {
  display: inline-block;
}
.notification {
  display: none;
  position: fixed;
  top: -100%;
  left: 1rem;
  padding: 1rem;
  max-width: 400px;
  opacity: 0;
  background-color: white;
  box-shadow: none;
  z-index: 11;
  border-radius: 0.5rem;
}
.notification.open {
  display: block;
  animation: showNotification 1s forwards;
}
@keyframes showNotification {
  from {
    opacity: 0;
    top: -100%;
  }
  to {
    opacity: 1;
    top: 1rem;
  }
}
.alert-wholesaler-price {
  font-size: 1.5rem;
  padding: 7px;
}
#sidebar-content {
  font-family: 'Proxima Nova', sans-serif;
}
#sidebar-overlay {
  pointer-events: none;
  background-color: white;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100vw;
  z-index: 11;
}
#sidebar-overlay.show {
  pointer-events: initial;
  opacity: 0.6;
}
#sidebar-overlay h2 {
  align-self: flex-start;
}
#left-sidebar-overlay {
  pointer-events: none;
  background-color: white;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100vw;
  z-index: 10;
}
#left-sidebar-overlay.show {
  pointer-events: initial;
  opacity: 0.6;
}
#left-sidebar-overlay h2 {
  align-self: flex-start;
}
#cart-review,
#sidebar-content {
  font-family: 'Proxima Nova', sans-serif;
}
#cart-review input,
#sidebar-content input {
  min-height: 40px;
}
.list-add-to-cart-mobile {
  font-family: 'Proxima Nova', sans-serif !important;
}
.list-add-to-cart-mobile .scrollbar-button-right {
  background: linear-gradient(271.87deg, #FFFFFF 1.64%, #FFFFFF 47.5%, rgba(255, 255, 255, 0) 98.5%);
  right: -1px;
}
.list-add-to-cart-mobile .scrollbar-button-left {
  background: linear-gradient(271.87deg, rgba(255, 255, 255, 0) 1.64%, #FFFFFF 52.5%, #FFFFFF 98.5%);
}
.list-add-to-cart-desktop {
  font-family: 'Proxima Nova', sans-serif !important;
}
.list-add-to-cart-desktop .product-info p {
  font-family: 'Proxima Nova', sans-serif !important;
}
.product-cashback {
  background-color: #D0FFF2;
  padding: 4px;
  font-size: 0.85rem;
  color: #0B6B07;
}
.product-cashback i {
  height: 16px;
  width: 16px;
}
.select-size-error {
  font-family: 'Proxima Nova', sans-serif !important;
}
.cr-option-sizes .cr-option-description {
  font-family: 'Proxima Nova', sans-serif !important;
}
.select-variation-badge {
  font-family: 'Proxima Nova', sans-serif;
}


/*# sourceMappingURL=base-critical.b5d8486de94a9d2487a6.css.map*/