@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");
@font-face {
  font-family: FontAwesome;
  src: url(/fonts/FontAwesome.otf); }
@font-face {
  font-family: FontAwesomeRegular;
  src: url(/fonts/fa-regular-400.ttf); }
@font-face {
  font-family: FontAwesomeSolid;
  src: url(/fonts/fa-solid-900.ttf); }
@font-face {
  font-family: FontAwesomeBrands;
  src: url(/fonts/fa-brands-400.ttf); }
* {
  position: relative;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  background-color: transparent;
  list-style: none;
  border-collapse: collapse;
  border-spacing: 0;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  cursor: default;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important; }

input:not([type="button"]), textarea, .mask, .mask * {
  cursor: text;
  -ms-user-select: text;
  -moz-user-select: text;
  -webkit-user-select: text;
  user-select: text; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button, input::-webkit-clear-button {
  -webkit-appearance: none !important;
  margin: 0 !important; }

input[type='number'] {
  appearance: none !important;
  -moz-appearance: textfield !important;
  -webkit-appearance: textfield !important; }

a, a *, button, input[type='range'], input[type='button'],
input[type='submit'], input[type='reset'], input[type='radio'],
input[type='checkbox'] {
  cursor: pointer; }

article, aside, details, figcaption, figure, footer,
header, hgroup, nav, section, iframe, a, img, form, label,
ul, ol, input, textarea {
  display: block; }

p {
  width: 100%;
  margin: 10px 0; }

a {
  width: fit-content;
  width: -moz-fit-content; }

img {
  width: 100%;
  height: auto; }

body {
  background-color: #fff;
  font: 15px/1.6 "Manrope", sans-serif;
  font-weight: 500;
  color: #212121; }

.fa, .fa * {
  font-family: "FontAwesome", sans-serif;
  text-decoration: none !important; }

.far, .far * {
  font-family: "FontAwesomeRegular", sans-serif;
  text-decoration: none !important; }

.fas, .fas * {
  font-family: "FontAwesomeSolid", sans-serif;
  text-decoration: none !important; }

.fab, .fab * {
  font-family: "FontAwesomeBrand", sans-serif;
  text-decoration: none !important; }

.pd, .pd * {
  cursor: default !important;
  text-decoration: none !important; }

.overlay {
  display: none;
  height: 100% !important;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8); }

.overlayTr {
  background-color: rgba(0, 0, 0, 0.3); }

.clear {
  width: 100%;
  height: 0;
  clear: both; }

.wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  justify-content: space-between; }

.hidden {
  display: none !important; }

.forImg {
  height: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  .forImg img {
    display: none; }
  .forImg a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1; }

.logo, .logo * {
  text-decoration: none !important; }

.video {
  overflow: hidden;
  flex: 0 0 100%;
  width: 100%; }
  .video iframe {
    width: 100%;
    height: 100%;
    border: none; }

.error {
  color: #C4550B; }

.button {
  display: block !important;
  height: 40px;
  width: -moz-max-content;
  width: max-content;
  padding: 0 20px !important;
  border-radius: 6px;
  overflow: hidden;
  font-size: 14px;
  line-height: 2.6;
  text-decoration: none !important;
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.3s; }
  .button.btOrange {
    color: #fff;
    background-color: #FF7D26; }
    .button.btOrange:hover {
      color: #FF7D26;
      background-color: #fff;
      border-color: #FF7D26; }
  .button.btWhite {
    color: #FF7D26;
    background-color: #fff;
    border-color: #FF7D26; }
    .button.btWhite:hover {
      color: #fff;
      background-color: #FF7D26; }
  .button.btGrey {
    color: #fff;
    background-color: #3b3b3b;
    border-color: #3b3b3b; }
    .button.btGrey:hover {
      color: #3b3b3b;
      background-color: #F4F4F4; }
  .button.disabled, .button.disabled:hover {
    color: #fff !important;
    background-color: #bdbdbd !important;
    border-color: #bdbdbd !important; }

.bp h1, .bp h2, .bp h3, .bp h4, .bp h5, .bp h6, .bp .h1, .bp .h2, .bp .h3, .bp .h4, .bp .h5, .bp .h6, .bp * h1, .bp * h2, .bp * h3, .bp * h4, .bp * h5, .bp * h6, .bp * .h1, .bp * .h2, .bp * .h3, .bp * .h4, .bp * .h5, .bp * .h6 {
  text-align: left !important; }
.bp img, .bp * img {
  margin: 40px 0; }
.bp a, .bp a *, .bp * a, .bp * a * {
  display: inline;
  text-decoration: underline; }
.bp strong, .bp strong *, .bp s, .bp s *, .bp * strong, .bp * strong *, .bp * s, .bp * s * {
  font-weight: 700 !important; }
.bp i, .bp i *, .bp em, .bp em *, .bp * i, .bp * i *, .bp * em, .bp * em * {
  font-style: italic !important; }
.bp u, .bp u *, .bp * u, .bp * u * {
  text-decoration-line: underline !important; }
.bp s, .bp s *, .bp del, .bp del *, .bp * s, .bp * s *, .bp * del, .bp * del * {
  text-decoration: line-through !important; }
.bp code, .bp code *, .bp * code, .bp * code * {
  font-weight: 700 !important;
  color: #828282; }
.bp ul, .bp ol, .bp * ul, .bp * ol {
  width: 100%;
  margin: 10px 0; }
.bp ul li, .bp * ul li {
  list-style: inside disc; }
.bp ol li, .bp * ol li {
  list-style: inside decimal; }
.product .productCard .wrapper > div.bp ul,
.product .productCard .wrapper > div.bp ol {
  padding-left: 20px; }
.product .productCard .wrapper > div.bp li,
.product .productCard .wrapper > div.bp ul li,
.product .productCard .wrapper > div.bp ol li {
  display: list-item;
  width: auto;
  justify-content: normal;
  gap: 0;
  border-bottom: 0;
  padding: 0;
  margin: 0 0 6px;
  flex-direction: initial; }
.bp blockquote, .bp * blockquote {
  width: 100%;
  padding-left: 10px;
  border-left: 2px solid #FF7D26;
  margin: 10px 10px 10px 0; }

.crumbs {
  background-color: #fff;
  color: #828282;
  padding: 10px 0;
  font-size: 14px; }
  .crumbs .wrapper {
    justify-content: flex-start; }
    .crumbs .wrapper span {
      margin: 0 15px;
      font-size: 22px;
      line-height: 1; }
    .crumbs .wrapper a.pd {
      color: #C4550B; }
    .crumbs .wrapper a:hover {
      text-decoration: underline; }

.stars img {
  margin: 0; }

.st1 {
  background: linear-gradient(90deg, #FF7D26 20%, #bdbdbd 20%) !important; }

.st2 {
  background: linear-gradient(90deg, #FF7D26 40%, #bdbdbd 40%) !important; }

.st3 {
  background: linear-gradient(90deg, #FF7D26 60%, #bdbdbd 60%) !important; }

.st4 {
  background: linear-gradient(90deg, #FF7D26 80%, #bdbdbd 80%) !important; }

.st5 {
  background-color: #FF7D26 !important; }

.marker {
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin-right: 5px; }
  .marker.markOrange {
    background-color: #FF7D26; }
  .marker.markRed {
    background-color: #cd0c0c; }
  .marker.markGreen {
    background-color: #219653; }
  .marker.markGrey {
    background-color: #828282; }

.badInput {
  box-shadow: 0 0 5px 0 #cd0c0c !important;
  border-color: #cd0c0c !important; }
  .badInput + span {
    color: #cd0c0c; }

.popUp {
  display: none;
  top: 5vh;
  position: fixed;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  z-index: 10; }
  .popUp > div {
    width: calc(100% + 20px);
    overflow-Y: scroll;
    max-height: calc(100vh - 60px);
    padding: 0 74px 0 70px;
    margin: 10px 0;
    font-size: 14px; }
  .popUp .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: url("/images/icons/close.svg") no-repeat center center; }
  .popUp .button {
    margin: 20px auto; }
  .popUp h2, .popUp .h2 {
    color: #FF7D26;
    text-align: center !important; }
  .popUp h3, .popUp .h3 {
    text-align: center; }
  .popUp p {
    text-align: center; }
  .popUp label {
    color: #3b3b3b;
    margin-bottom: 10px; }
    .popUp label.focus:not(.radio) {
      color: #FF7D26; }
      .popUp label.focus:not(.radio) input, .popUp label.focus:not(.radio) .textarea {
        border: 2px solid #FF7D26;
        color: #3b3b3b; }
    .popUp label input, .popUp label .textarea {
      display: block;
      width: 100%;
      height: 40px;
      border: 1px solid #3b3b3b;
      padding: 5px 10px;
      overflow: hidden;
      border-radius: 6px;
      overflow: hidden; }
      .popUp label input + .hide, .popUp label .textarea + .hide {
        display: block;
        position: absolute;
        width: 40px;
        height: 40px;
        right: 0;
        bottom: 0;
        background: url("/images/icons/hide.svg") no-repeat center center;
        background-size: 24px 24px;
        cursor: pointer; }
    .popUp label .textarea {
      height: 124px; }
      .popUp label .textarea textarea {
        resize: none;
        height: 100%;
        width: calc(100% + 40px);
        padding-right: 40px; }
    .popUp label.check {
      color: #212121 !important;
      margin: 20px 0; }
    .popUp label input[type='checkbox'] {
      display: inline-block;
      width: 18px;
      height: 18px;
      top: 3px;
      padding: 0;
      margin-right: 10px;
      border: 2px solid #bdbdbd !important;
      background: url("/images/icons/checkWhite.svg") no-repeat center;
      background-size: 24px auto;
      border-radius: 0; }
      .popUp label input[type='checkbox']:checked {
        background-color: #FF7D26;
        border-color: #FF7D26 !important; }
  .popUp .popular {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 50px auto; }
    .popUp .popular h3, .popUp .popular .h3 {
      text-align: center; }
    .popUp .popular div {
      display: flex;
      align-items: center;
      flex: 0 0 48%;
      padding: 10px 0;
      width: 48%; }
      .popUp .popular div:nth-of-type(even) {
        margin-left: 2%; }
      .popUp .popular div img {
        width: 80px;
        flex: 0 0 80px;
        margin-right: 10px; }
  .popUp .social {
    padding-bottom: 20px; }
    .popUp .social span {
      margin: 10px 0;
      display: flex;
      justify-content: center; }
      .popUp .social span a {
        width: 26px;
        margin: 10px; }
    .popUp .social form label input {
      border-radius: 6px;
      overflow: hidden; }
    .popUp .social form .button {
      position: absolute;
      margin: 0;
      top: 0;
      right: 0; }
  .popUp#message p {
    width: 100%;
    padding: 20px;
    border: 2px solid #FF7D26;
    text-align: center; }
    .popUp#message p .popup-product-title {
      display: block;
      font-weight: 600;
      line-height: 1.4; }
    .popUp#message p .popup-product-action {
      display: block;
      margin-top: 6px;
      line-height: 1.4; }
.popUp#messageBuy p {
  width: 100%;
  padding: 20px;
  border: 2px solid #FF7D26; }
.popUp#messageBuy .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .popUp#map div iframe {
    width: 100%;
    height: 70vh;
    max-height: 500px;
    border: 3px solid #FF7D26;
    margin: 20px 0; }
  .popUp#forgot p {
    text-align: left; }
  .popUp#error label, .popUp#answer label {
    width: 100%; }
    .popUp#error label.radio, .popUp#answer label.radio {
      margin: 10px 0; }
      .popUp#error label.radio input, .popUp#answer label.radio input {
        margin: 0 2px 0 12px;
        width: 16px;
        height: 16px;
        top: 2px;
        border-radius: 50%;
        border: 3px solid #828282 !important;
        padding: 0 !important;
        display: inline-block; }
        .popUp#error label.radio input:checked, .popUp#answer label.radio input:checked {
          border: 8px double #FF7D26 !important; }
          .popUp#error label.radio input:checked + .hdBlock, .popUp#answer label.radio input:checked + .hdBlock {
            display: block; }
  .popUp#error textarea, .popUp#answer textarea {
    resize: none;
    width: 100%;
    height: 200px;
    border: 2px solid #FF7D26;
    padding: 20px;
    color: #212121; }
  .popUp#share p {
    text-align: left; }
  .popUp#share form {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end; }
    .popUp#share form label {
      flex: 0 1 100%;
      font-weight: 600; }
      .popUp#share form label input {
        margin-top: 4px; }
    .popUp#share form .button {
      flex: 1 0 auto;
      margin: 0 0 10px 10px; }
  .popUp#share .copy .button {
    margin: 0 0 0 auto; }
  .popUp#share .shareSoc, .popUp#enter .shareSoc {
    padding: 10px 0;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    margin: 20px 0; }
  .popUp#share .shareSoc p, .popUp#share .copy, .popUp#enter .shareSoc p, .popUp#enter .copy {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    margin: 10px 0;
    align-items: center; }
    .popUp#share .shareSoc p img, .popUp#share .copy img, .popUp#enter .shareSoc p img, .popUp#enter .copy img {
      width: 26px;
      margin: 0 20px 0 0; }
    .popUp#share .shareSoc p a, .popUp#share .copy a, .popUp#enter .shareSoc p a, .popUp#enter .copy a {
      margin: 0 0 0 auto;
      text-decoration: none;
      color: #FF7D26; }
      .popUp#share .shareSoc p a:hover, .popUp#share .copy a:hover, .popUp#enter .shareSoc p a:hover, .popUp#enter .copy a:hover {
        text-decoration: underline;
        color: #C4550B; }
  .popUp#share .buttons, .popUp#enter .buttons {
    display: flex;
    justify-content: space-between; }
    .popUp#share .buttons .button, .popUp#enter .buttons .button {
      flex: 0 0 48%;
      width: 48%; }
  .popUp#enter form .forgot, .popUp#reg form .forgot {
    display: block;
    text-align: right;
    margin: 6px 2px 14px;
    color: #828282;
    text-decoration: none; }
    .popUp#enter form .forgot:hover, .popUp#reg form .forgot:hover {
      text-decoration: underline; }
  .popUp#byClick form .err {
    display: block;
    margin-top: 6px;
    color: #D83B3B;
    font-size: 12px; }
  .popUp#byClick form .buyClickVerify {
    margin-top: 14px;
    padding-top: 10px;
    border-top: 1px solid #bdbdbd; }
    .popUp#byClick form .buyClickVerify p {
      text-align: left;
      margin: 8px 0; }
    .popUp#byClick form .buyClickVerify .buyClickVerifyMessage {
      color: #3b3b3b;
      font-size: 13px; }
    .popUp#byClick form .buyClickVerify .button.submit {
      width: 100%;
      margin: 10px 0 0; }
  .popUp#byClick form .buyClickVerify .buyClickResend[disabled] {
      color: #fff !important;
      background-color: #bdbdbd !important;
      border-color: #bdbdbd !important; }
  .popUp#accountAddressModal {
    width: min(940px, calc(100% - 32px));
    left: 50%;
    transform: translateX(-50%); }
    .popUp#accountAddressModal > div {
      width: calc(100% + 20px);
      padding: 0 32px;
      margin: 10px 0; }
    .popUp#accountAddressModal h2 {
      margin: 12px 0 20px; }
    .popUp#accountAddressModal .account-address-modal-layout {
      display: flex;
      flex-direction: column;
      gap: 24px;
      padding-bottom: 16px; }
    .popUp#accountAddressModal .account-address-type-switch {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px; }
    .popUp#accountAddressModal .account-address-type-option {
      margin: 0;
      color: inherit; }
      .popUp#accountAddressModal .account-address-type-option input[type="radio"] {
        position: absolute;
        opacity: 0;
        pointer-events: none;
        width: 0;
        height: 0;
        margin: 0; }
      .popUp#accountAddressModal .account-address-type-option .account-address-type-card {
        display: flex;
        flex-direction: column;
        gap: 8px;
        min-height: 112px;
        padding: 18px 20px;
        border: 1px solid #d9d9d9;
        border-radius: 16px;
        background: #fff;
        transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
        cursor: pointer; }
      .popUp#accountAddressModal .account-address-type-option .account-address-type-card strong {
        font-size: 20px;
        line-height: 1.25;
        color: #212121; }
      .popUp#accountAddressModal .account-address-type-option .account-address-type-card small {
        display: block;
        color: #6d6d6d;
        font-size: 14px;
        line-height: 1.45; }
      .popUp#accountAddressModal .account-address-type-option input[type="radio"]:checked + .account-address-type-card {
        border-color: #FF7D26;
        box-shadow: 0 0 0 2px rgba(255, 125, 38, 0.16);
        background: #fff7f1; }
    .popUp#accountAddressModal .account-address-shared-location,
    .popUp#accountAddressModal .account-address-panel-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px 20px; }
    .popUp#accountAddressModal .account-address-field {
      position: relative;
      margin: 0; }
      .popUp#accountAddressModal .account-address-field.account-address-field-wide {
        grid-column: 1 / -1; }
      .popUp#accountAddressModal .account-address-field > label {
        display: block;
        margin: 0 0 8px;
        font-size: 16px;
        font-weight: 600;
        color: #212121; }
      .popUp#accountAddressModal .account-address-field input,
      .popUp#accountAddressModal .account-address-field select {
        width: 100%;
        height: 52px;
        border: 1px solid #bdbdbd;
        border-radius: 12px;
        padding: 0 16px;
        font-size: 16px;
        color: #212121;
        background: #fff;
        box-sizing: border-box; }
      .popUp#accountAddressModal .account-address-field input:focus,
      .popUp#accountAddressModal .account-address-field select:focus {
        border-color: #FF7D26;
        outline: none; }
      .popUp#accountAddressModal .account-address-field .account-field-error {
        display: block;
        min-height: 18px;
        margin-top: 6px;
        color: #ff3f3f;
        font-size: 13px;
        line-height: 1.35; }
    .popUp#accountAddressModal .account-address-panel {
      display: none; }
      .popUp#accountAddressModal .account-address-panel.active {
        display: block; }
    .popUp#accountAddressModal .account-address-modal-actions {
      display: flex;
      justify-content: center; }
      .popUp#accountAddressModal .account-address-modal-actions .button {
        min-width: 210px;
        margin: 0 auto; }
    .popUp#accountAddressModal .account-courier-address-suggestions {
      display: none;
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      max-height: 220px;
      overflow: auto;
      margin-top: 4px;
      border: 1px solid #e0e0e0;
      border-radius: 12px;
      background: #fff;
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
      z-index: 40; }

@media only all and (max-width: 899px) {
  .wrapper {
    max-width: 600px; }
  .popUp#accountAddressModal {
    width: calc(100% - 16px);
    top: 8px; }
    .popUp#accountAddressModal > div {
      width: calc(100% + 12px);
      padding: 0 14px; }
    .popUp#accountAddressModal .close {
      top: 8px;
      right: 8px; }
    .popUp#accountAddressModal h2 {
      margin: 8px 0 14px;
      padding-right: 32px;
      font-size: 28px;
      line-height: 1.15; }
    .popUp#accountAddressModal .account-address-modal-layout {
      gap: 16px;
      padding-bottom: 10px; }
    .popUp#accountAddressModal .account-address-type-switch,
    .popUp#accountAddressModal .account-address-shared-location,
    .popUp#accountAddressModal .account-address-panel-grid {
      grid-template-columns: 1fr; }
    .popUp#accountAddressModal .account-address-type-option .account-address-type-card {
      min-height: auto;
      padding: 14px 16px;
      gap: 6px;
      border-radius: 14px; }
    .popUp#accountAddressModal .account-address-type-option .account-address-type-card strong {
      font-size: 18px;
      line-height: 1.2; }
    .popUp#accountAddressModal .account-address-type-option .account-address-type-card small {
      font-size: 13px;
      line-height: 1.35; }
    .popUp#accountAddressModal .account-address-field > label {
      margin-bottom: 6px;
      font-size: 15px; }
    .popUp#accountAddressModal .account-address-field input,
    .popUp#accountAddressModal .account-address-field select {
      height: 48px;
      padding: 0 14px;
      font-size: 15px;
      border-radius: 10px; }
    .popUp#accountAddressModal .account-address-field .account-field-error {
      min-height: 14px;
      margin-top: 4px;
      font-size: 12px; }
    .popUp#accountAddressModal .account-address-modal-actions .button {
      min-width: 0;
      width: 100%;
      margin-top: 4px; } }

/*# sourceMappingURL=style.css.map */
