@keyframes sp-spin-fast {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    transform: rotate(1800deg);
  }
}
@keyframes loader-icon {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    transform: rotate(1800deg);
  }
}
.button-add-small, .button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 1;
}

a, [type=button], [type=reset], [type=submit], button, i, .fadeIn {
  transition: all 0.3s ease;
}

html {
  font-size: 16px;
  margin: 0 !important;
  height: 100%;
  width: 100%;
}
html body {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: 500;
  color: #282828;
  background-color: #ffffff;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  position: relative;
  letter-spacing: -0.56px;
}
html body .font-size-12 {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.48px;
}
html body .font-size-14 {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: -0.56px;
}
html body .font-size-16 {
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 22px !important;
  letter-spacing: -1px !important;
}
html body .font-size-18 {
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  letter-spacing: -0.36px !important;
}
html body .font-size-28 {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -1px;
}
html body .site-branding .custom-logo {
  display: flex;
}
html body .blur {
  filter: blur(1px);
  cursor: progress;
}
html body .all-products li.product {
  transition: 0.3s linear;
}
html body .all-products li.product.loading {
  opacity: 0.7;
}
html body .all-products li.product .hg-wishlist-icon {
  transition: 0.3s linear;
}
html body .all-products li.product .hg-wishlist-icon.not-allowed {
  cursor: pointer;
}
html body .all-products li.product.disallow {
  cursor: not-allowed;
}
html body .all-products li.product.disallow * {
  pointer-events: none;
}
html body .people-also-like div.product {
  transition: 0.3s linear;
}
html body .people-also-like div.product.loading {
  opacity: 0.7;
}
html body .people-also-like div.product .hg-wishlist-icon {
  transition: 0.3s linear;
}
html body .people-also-like div.product .hg-wishlist-icon.not-allowed {
  cursor: pointer;
}
html body .people-also-like div.product.disallow {
  cursor: not-allowed;
}
html body .people-also-like div.product.disallow * {
  pointer-events: none;
}
html body .similar-products div.similar-product {
  transition: 0.3s linear;
}
html body .similar-products div.similar-product.loading {
  opacity: 0.7;
}
html body .similar-products div.similar-product .hg-wishlist-icon {
  transition: 0.3s linear;
}
html body .similar-products div.similar-product .hg-wishlist-icon.not-allowed {
  cursor: pointer;
}
html body .similar-products div.similar-product.disallow {
  cursor: not-allowed;
}
html body .similar-products div.similar-product.disallow * {
  pointer-events: none;
}
html body .recently_view-products div.recently_view-product {
  transition: 0.3s linear;
}
html body .recently_view-products div.recently_view-product.loading {
  opacity: 0.7;
}
html body .recently_view-products div.recently_view-product .hg-wishlist-icon {
  transition: 0.3s linear;
}
html body .recently_view-products div.recently_view-product .hg-wishlist-icon.not-allowed {
  cursor: pointer;
}
html body .recently_view-products div.recently_view-product.disallow {
  cursor: not-allowed;
}
html body .recently_view-products div.recently_view-product.disallow * {
  pointer-events: none;
}
html body .page-item-133876, html body .page-item-134016 {
  display: none;
}
html body .paragraph-12 {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.48px;
}
html body .text-grey {
  color: #808992;
}
html body .woocommerce-error {
  font-family: "Inter", sans-serif;
  color: #D30004;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.48px;
  margin: 16px auto 16px;
  width: 1200px;
}
html body .woocommerce-error .close {
  display: none;
}
html body .woocommerce-form-login .woocommerce-error {
  max-width: 100%;
  padding: 0;
}
html body * {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}
html body *:before, html body *:after {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

.woocommerce-message {
  font-family: "Inter", sans-serif;
  width: 1200px;
  margin: 16px auto;
}

.reset-password .woocommerce-message {
  width: 100%;
  padding: 0;
}

.fadeIn {
  opacity: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

input, button, textarea, select {
  font-family: inherit;
  -webkit-tap-highlight-color: transparent;
}

.form-row-textarea {
  display: flex;
  position: relative;
  gap: 8px;
  margin-top: 15px;
  border-radius: 12px;
  border: 1px solid #086AE5;
  padding: 12px;
  height: 121px;
  width: 100%;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -1px;
  font-weight: 500;
  resize: none;
  color: #282828;
  border: 1px solid #086AE5;
  border-radius: 12px;
  padding: 12px;
  box-shadow: none;
}
.form-row-textarea.active label {
  padding: 0px 4px;
  top: -10px !important;
  background: #fff;
  font-size: 12px !important;
}
.form-row-textarea textarea {
  box-shadow: none;
  width: 100%;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -1px;
  font-weight: 500;
  resize: none;
  color: #282828;
}
.form-row-textarea textarea.has-error {
  border-color: #D30004 !important;
  color: #D30004;
}
.form-row-textarea textarea.has-error label {
  color: #D30004;
}
.form-row-textarea label {
  color: #808992;
  font-size: 16px;
  line-height: 22px;
  position: absolute;
  top: 12px;
  left: 12px;
  pointer-events: none;
}
.form-row-textarea .have-order-note {
  width: 100%;
}
.form-row-textarea .have-order-note a {
  color: #086AE5;
  display: flex;
  gap: 6px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.14px;
}
.form-row-textarea .have-order-note a:hover {
  opacity: 0.7;
}
.form-row-textarea label {
  font-size: 16px;
  line-height: 22px;
  color: #808992;
}
.form-row-textarea::-moz-placeholder {
  color: #808992;
}
.form-row-textarea::placeholder {
  color: #808992;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.3s;
}
a:visited, a:hover {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

button {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

svg, img {
  -webkit-tap-highlight-color: transparent;
}

ul li {
  list-style: none;
}

.h1, h1 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: -1px;
}

.h2, h2 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: -0.22px;
}

.h3, h3 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: -0.36px;
}

.h3.secondary, h3.secondary {
  color: #1B1D21;
}

.h4, h4 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: -1px;
}

.h5, h5 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.h6, h6 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
  color: #1B1D21;
}

.title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.title span {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #A1A3A5;
}

.subtitle {
  color: #808191;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.subtitle a {
  font-size: 0.875rem;
  font-weight: 600;
  color: #FFA51D;
}
.subtitle a:hover {
  color: #FFC977;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.text-big {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #1B1D21;
}
.text-big.secondary {
  color: #15191E;
}
.text-big.additional {
  color: #ffffff;
}
.text-big.sidebar-text {
  line-height: 1rem;
}
.text-big.active {
  color: #ffffff;
}

input::-moz-placeholder, .text-medium, .button-ingredients {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: -0.06px;
  color: #A1A3A5;
}

input::-moz-placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: -0.06px;
  color: #A1A3A5;
}

input::placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: -0.06px;
  color: #A1A3A5;
}
input::-moz-placeholder.secondary {
  color: #000000;
  font-weight: 600;
}

.text-medium.secondary, .button-ingredients.secondary {
  color: #000000;
  font-weight: 600;
}

input::-moz-placeholder.secondary {
  color: #000000;
  font-weight: 600;
}

input::placeholder.secondary {
  color: #000000;
  font-weight: 600;
}
input::-moz-placeholder.additional {
  color: rgba(255, 255, 255, 0.7);
}

.text-medium.additional, .button-ingredients.additional {
  color: rgba(255, 255, 255, 0.7);
}

input::-moz-placeholder.additional {
  color: rgba(255, 255, 255, 0.7);
}

input::placeholder.additional {
  color: rgba(255, 255, 255, 0.7);
}
input::-moz-placeholder.popup-text {
  color: #808191;
}

.text-medium.popup-text, .button-ingredients.popup-text, input::placeholder.popup-text {
  color: #808191;
}

.text-small {
  color: #1B1D21;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1rem;
}
.text-small.secondary {
  color: #A1A3A5;
  font-weight: 400;
}
.text-small.additional {
  color: #15191E;
}

.text-custom {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
}
.text-custom.secondary {
  color: #A1A3A5;
  font-weight: 400;
}

h3 + p {
  margin-top: 0.75rem;
}

.button {
  border-radius: 32px;
  width: 100%;
  padding: 12px 16px;
  background: #086AE5;
  color: #ffffff;
  letter-spacing: normal;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.3s;
  opacity: 1;
  letter-spacing: -0.9px;
  letter-spacing: -1px;
}
.button:after {
  position: absolute;
  right: 20px;
  border-width: 1px;
  border-color: #666 #666 #666 transparent;
  border-radius: 50%;
  border-style: solid;
  animation: loader-icon 1s linear infinite;
  content: " ";
  width: 14px;
  height: 14px;
  font-weight: 400;
  border-color: #fff #fff #fff transparent;
  opacity: 0;
  top: calc(50% - 7px);
  transform: translate(-50%, -50%);
}
.button.loading {
  position: relative;
}
.button.loading:after {
  opacity: 1;
}
.button.loading {
  pointer-events: none;
}
.button:hover {
  background: rgba(8, 106, 229, 0.8);
}
.button.button-big {
  max-width: 517px;
  font-weight: 700;
}
.button-outline {
  border-radius: 32px;
  width: 100%;
  padding: 12px 16px;
  color: #086AE5;
  background: #ffffff;
  border: 2px solid #086AE5;
  letter-spacing: normal;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.3s;
  opacity: 1;
  letter-spacing: -0.9px;
}
.button-outline:hover {
  opacity: 0.8;
}
.button-outline.button-big {
  max-width: 517px;
  font-weight: 700;
}

.button-orange {
  max-width: 517px;
}
.button-orange.button-big {
  font-weight: 700;
}
.button-orange.medium {
  max-width: 322px;
  font-weight: 600;
  padding: 0.875rem 1.5rem;
}

.button-gray {
  color: #15191E;
  background: #EEEEEE;
  max-width: 322px;
  font-weight: 700;
}
.button-gray.secondary {
  color: #433C66;
  font-weight: 600;
}
.button-gray.button-gray-popup {
  padding: 0.875rem 1.5rem;
}
.button-gray:hover {
  background: #5F7186;
}

.button-add-small {
  padding: 0.5rem;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid #FFEDD1;
  background: #FFA51D;
}
.button-add-small:hover {
  background: #CC8417;
}
.button-add-small i {
  color: #ffffff;
  font-size: 1.75rem;
}
.button-add-small i:before {
  margin: 0;
}

.button-characteristics {
  max-width: 108px;
  font-weight: 600;
  padding: 0.5rem 0.75rem;
  letter-spacing: -0.06px;
  box-shadow: 0px 6px 13px 0px rgba(35, 17, 89, 0.01);
  font-size: 12px;
  line-height: 16px;
}
.button-characteristics span {
  margin-right: 4px;
}
.button-characteristics.secondary {
  max-width: 40px;
  padding: 8px;
}

.button-ingredients {
  padding: 0.5rem 0.865rem;
  max-width: fit-content;
  max-width: -moz-fit-content;
  box-shadow: 0px 6px 13px 0px rgba(35, 17, 89, 0.01);
}
.button-ingredients.secondary {
  color: #13111D;
  background: #F1F1F1;
}
.button-ingredients.secondary:hover {
  background: #5F7186;
}
.button-ingredients.active {
  background: #15191E;
  color: #ffffff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.container-sm {
  width: 789px;
  margin-left: auto;
  margin-right: auto;
}

.container-default {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 375px;
}

.d-flex {
  display: flex !important;
}

.align-items-center {
  align-items: center !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.align-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.flex-direction-column {
  flex-direction: column !important;
}

.w-100 {
  width: 100% !important;
}

.custom-select {
  position: relative;
  border-radius: 32px;
  border: 1px solid #DBDBDB;
  padding: 11px 15px;
  cursor: pointer;
  color: #808992;
  transition: all 0.3s;
}
.custom-select:hover {
  border: 1px solid #086AE5;
  color: #282828;
}
.custom-select::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 14.75C11.808 14.75 11.616 14.6771 11.47 14.5301L7.46999 10.5301C7.17699 10.2371 7.17699 9.76202 7.46999 9.46902C7.76299 9.17602 8.23803 9.17602 8.53103 9.46902L12.001 12.939L15.471 9.46902C15.764 9.17602 16.239 9.17602 16.532 9.46902C16.825 9.76202 16.825 10.2371 16.532 10.5301L12.532 14.5301C12.384 14.6771 12.192 14.75 12 14.75Z' fill='%23282828'/%3E%3C/svg%3E");
  position: absolute;
  width: 24px;
  height: 24px;
  display: inline-block;
  right: 16px;
  top: 12px;
  pointer-events: none;
}
.custom-select.selected {
  border-color: #086AE5;
  color: #282828;
}

.btn-transparent {
  padding: 10px 14px;
  border-radius: 32px;
  border: 2px solid #282828;
  font-size: 18px;
  line-height: 24px;
  background: transparent;
  transition: all 0.3s;
  display: block;
  color: #282828;
  text-align: center;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  letter-spacing: -1px;
}
.btn-transparent:hover {
  border-color: rgba(40, 40, 40, 0.9);
  color: rgba(40, 40, 40, 0.9);
  box-shadow: 0px 45px 13px 0px rgba(148, 148, 148, 0), 0px 29px 12px 0px rgba(148, 148, 148, 0.03), 0px 16px 12px 0px rgba(148, 148, 148, 0.09), 0px 7px 7px 0px rgba(148, 148, 148, 0.16), 0px 2px 4px 0px rgba(148, 148, 148, 0.18);
}
.btn-transparent.btn-blue {
  border-color: #086AE5;
  color: #086AE5;
}
.btn-transparent.btn-blue:hover {
  border-color: rgba(8, 106, 229, 0.8);
  color: rgba(8, 106, 229, 0.8);
}

.disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
  pointer-events: all !important;
}
.disabled:hover {
  opacity: 0.5;
}

.btn-black {
  padding: 12px 16px;
  border-radius: 32px;
  background: #282828;
  font-size: 18px;
  line-height: 24px;
  transition: all 0.3s;
  color: #fff;
  display: block;
  cursor: pointer;
}
.btn-black:hover {
  background: rgba(40, 40, 40, 0.9);
}

.d-none {
  display: none;
}

.d-none_hard {
  display: none !important;
}

.form-row {
  min-height: 48px;
  position: relative;
}
.form-row input {
  border-radius: 12px;
  border: 1px solid #086AE5;
  padding: 12px;
  width: 100%;
  cursor: pointer;
  height: 46px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: -1px;
  transition: all 0.3s;
}
.form-row input.wpcf7-not-valid {
  border: 1px solid #D30004;
  color: #D30004;
}
.form-row input:hover {
  box-shadow: inset 0 0 0 1px #086AE5;
}
.form-row input:hover {
  border-color: rgb(112, 175, 255) !important;
}
.form-row.active input.wpcf7-not-valid {
  border-color: #D30004;
  color: #D30004;
}
.form-row.active:hover {
  border-color: rgb(112, 175, 255) !important;
}
.form-row::-moz-placeholder {
  color: transparent;
}
.form-row::placeholder {
  color: transparent;
}
.form-row.active label {
  left: 12px;
  padding: 0px 4px;
  top: 0px;
  background: #fff;
  font-size: 12px;
  color: #DBDBDB;
  z-index: 5;
}
.form-row.active input,
.form-row.active textarea {
  border-color: #DBDBDB;
}
.form-row.active input:hover,
.form-row.active textarea:hover {
  box-shadow: inset 0 0 0 1px #DBDBDB;
}
.form-row.error {
  border: none;
  color: #D30004;
}
.form-row.error input {
  border-color: #D30004;
}
.form-row.error label {
  color: #D30004;
}
.form-row label {
  color: #808992;
  position: absolute;
  top: 15px;
  left: 12px;
  line-height: 16px;
  font-size: 16px;
  width: auto;
  height: auto;
  clip: auto;
  clip-path: none;
  letter-spacing: -1px;
  z-index: 5;
}
.form-row label.woocommerce-form__label-for-checkbox {
  position: static;
  display: inline-flex;
  gap: 6px;
  align-items: center;
  line-height: 24px;
}
.form-row label.woocommerce-form__label-for-checkbox input {
  margin: 0;
  width: 22px;
  height: 22px;
}

.form-field-select {
  position: relative;
}

.custom-select-input {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.custom-select-input .icon-arrow-sort-down {
  height: 24px;
}

.custom-select-options {
  position: absolute;
  width: 230px;
  padding: 12px 16px;
  border-radius: 16px;
  border: 1px solid #DBDBDB;
  background: #FFF;
  z-index: 10;
  box-shadow: 0px 197px 55px 0px rgba(163, 163, 163, 0), 0px 126px 50px 0px rgba(163, 163, 163, 0.02), 0px 71px 43px 0px rgba(163, 163, 163, 0.08), 0px 32px 32px 0px rgba(163, 163, 163, 0.14), 0px 8px 17px 0px rgba(163, 163, 163, 0.16);
  margin-top: 4px;
  max-height: 348px;
  overflow-y: auto;
}

.custom-select-options-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
}
.custom-select-options-content > * {
  font-size: 14px;
  letter-spacing: 0.14px;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.custom-select-options-content > *:hover, .custom-select-options-content > *.checked {
  color: #086AE5;
}
.custom-select-options-content > *.checked:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 13L8.52642 15.8211C9.35374 16.483 10.5536 16.3848 11.2624 15.5973L19 7' stroke='%23086AE5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  right: 0;
}
.custom-select-options-content .scroll-btn {
  text-align: center;
  display: none;
}
.custom-select-options-content .scroll-btn.active {
  display: block;
}

.shipping-country-block .custom-select-options-content {
  gap: 8px;
}
.shipping-country-block .custom-select-options-content > * {
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.14px;
}
.shipping-country-block .custom-select-options-content .shipping-country-flag {
  font-size: unset;
  letter-spacing: unset;
}

.custom-select .custom-select-options {
  width: 100%;
  left: 0;
  top: 50px;
}

.onsale {
  border-radius: 40px;
  background: #FFD302;
  padding: 5px 8px;
  color: #282828;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
}

.ribbons {
  display: none;
}

.rlv-price .rlv-price-current, .price .rlv-price-current {
  display: flex;
  align-items: center;
  gap: 8px;
}
.rlv-price del, .price del {
  font-size: 12px;
  line-height: 18px;
  color: #808992;
}
.rlv-price del .amount, .price del .amount {
  font-size: 12px !important;
  line-height: 18px !important;
  color: #808992;
}
.rlv-price ins, .price ins {
  text-decoration: none;
}

input {
  transition: all 0.3s;
}
input.has-error {
  border-color: #D30004 !important;
}
input:hover {
  cursor: text;
}

label {
  transition: all 0.3s;
}
label:hover {
  cursor: text;
}

.shipping-country-block {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.shipping-country-block .custom-select-input {
  transition: all 0.3s;
}
.shipping-country-block .custom-select-input:hover {
  opacity: 0.7;
}
.shipping-country-block .custom-select-options {
  right: -30px;
  padding: 12px 0 12px 16px;
  max-height: unset;
  overflow-y: unset;
}
.shipping-country-block .custom-select-options .shipping-country-arrow-top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding-right: 16px;
}
.shipping-country-block .custom-select-options .shipping-country-arrow-top img {
  width: 16px;
  height: 16px;
}
.shipping-country-block .custom-select-options .custom-select-options-content-wrapper {
  position: relative;
  max-height: 300px;
  padding-right: 16px;
  overflow-y: auto;
}
.shipping-country-block .custom-select-options .custom-select-options-content-wrapper .shipping-country-flag {
  display: inline-block;
  width: 20px;
}
.shipping-country-block .custom-select-options .custom-select-options-content-wrapper .shipping-country-flag img {
  position: absolute;
  top: 4.5px;
  width: 20px;
  height: 16px;
  margin-right: 6px;
}
.shipping-country-block .selected-value {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.14px;
  color: #086AE5;
  transition: all 0.3s;
}
.shipping-country-block.show > svg {
  transform: rotate(180deg);
}

.rotate180 {
  transform: rotate(180deg);
}

label.woocommerce-form__label-for-checkbox {
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
  color: #808992;
  transition: all 0.3s;
}
label.woocommerce-form__label-for-checkbox:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Crect x='7' y='7' width='18' height='18' rx='6' stroke='%23DBDBDB' stroke-width='2'/%3E%3C/svg%3E");
  height: 32px;
  min-width: 27px;
  cursor: pointer;
  transition: all 0.3s;
}
label.woocommerce-form__label-for-checkbox.checked {
  color: #086AE5;
}
label.woocommerce-form__label-for-checkbox.checked:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Crect x='6' y='6' width='20' height='20' rx='7' fill='%23086AE5'/%3E%3Cpath d='M12.6981 16L14.8446 18.1464C15.0398 18.3417 15.3564 18.3417 15.5517 18.1464L20.1981 13.5' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
label.woocommerce-form__label-for-checkbox input {
  display: none;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-validated label.woocommerce-form__label-for-checkbox {
  color: #808992;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-validated label.woocommerce-form__label-for-checkbox:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Crect x='6' y='6' width='20' height='20' rx='7' fill='%23086AE5'/%3E%3Cpath d='M12.6981 16L14.8446 18.1464C15.0398 18.3417 15.3564 18.3417 15.5517 18.1464L20.1981 13.5' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.field_form {
  position: relative;
}
.field_form input, .field_form textarea {
  border-radius: 12px;
  background: #FFF;
  padding: 18px 12px 10px;
  line-height: 22px;
  width: 100%;
}
.field_form label {
  position: absolute;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -1px;
  color: #808992;
  top: 12px;
  left: 12px;
  transition: all 0.3s;
}
.field_form label.active {
  font-size: 12px;
  line-height: 18px;
  top: 2px;
}
.field_form .wpcf7-not-valid-tip {
  display: none;
}

.submit-block {
  position: relative;
}
.submit-block .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.wpcf7-response-output {
  display: none !important;
}

.wpcf7-form {
  max-width: 100%;
  width: 448px;
  margin: 0 auto;
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  /* drop down */
}
.wpcf7-form.submitting input[type=submit] {
  opacity: 50%;
}
.wpcf7-form .form-input label {
  top: 13px;
  left: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -1px;
  z-index: 5;
  padding: 0 4px;
}
.wpcf7-form .form-input.active {
  border-color: #DBDBDB;
}
.wpcf7-form .form-input.active label {
  top: -8px;
  left: 12px;
  height: 12px;
  line-height: 16px;
  color: #DBDBDB;
}
.wpcf7-form .wpcf7-form-control.wpcf7-not-valid {
  border: 1px solid #dc3232;
  color: #dc3232;
}
.wpcf7-form .form-row,
.wpcf7-form p {
  width: 100%;
}
.wpcf7-form textarea {
  display: block;
  max-width: 100%;
  width: 100%;
  max-height: 175px;
  border-radius: 12px;
  margin-bottom: 8px;
  padding: 12px;
  resize: none;
  border: 1px solid #086AE5;
  background-color: #FFF;
  color: #282828;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -1px;
}
.wpcf7-form textarea::-moz-placeholder {
  line-height: 22px;
  letter-spacing: -1px;
  font-size: 16px;
  color: #808992;
  font-family: Inter, Arial, sans-serif;
}
.wpcf7-form textarea::placeholder {
  line-height: 22px;
  letter-spacing: -1px;
  font-size: 16px;
  color: #808992;
  font-family: Inter, Arial, sans-serif;
}
.wpcf7-form .wrap_submit {
  position: relative;
  width: 100%;
}
.wpcf7-form .wrap_submit .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  opacity: 0.1;
}
.wpcf7-form input[type=submit]:hover {
  cursor: pointer;
}

.select2-selection.select2-selection--single {
  justify-content: space-between;
  border-radius: 12px;
  border: 1px solid #086AE5;
  padding: 12px;
  width: 100%;
  cursor: pointer;
  height: 46px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: -1px;
}

.select2-selection__rendered {
  margin-left: -8px;
  margin-top: -5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
}

.select2-dropdown.select2-dropdown--below {
  margin-top: -5px;
  border: 1px solid rgb(112, 175, 255);
  border-top: none;
  padding-bottom: 13px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.form-row.active .select2-selection.select2-selection--single {
  border-color: #DBDBDB;
}

.select2-dropdown.select2-dropdown--below.parent_active {
  border-color: #DBDBDB;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 6px;
}

.select2-container--open .select2-dropdown--above {
  padding-bottom: 10px;
  margin-top: 10px;
  padding-top: 5px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-color: rgb(112, 175, 255);
}

input,
textarea,
.select2.select2-container.select2-container--default .select2-selection__rendered {
  color: #000000;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 0;
  color: transparent;
}

input::placeholder,
textarea::placeholder {
  opacity: 0;
  color: transparent;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.04em;
  text-align: left;
  padding-left: 10px;
}

.show-mob, .show-tab {
  display: none;
}

.woocommerce-breadcrumb {
  display: none;
}

.hg-wishlist-icon {
  position: relative;
  z-index: 5;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.hg-wishlist-icon.added svg {
  fill: #086AE5;
}
.hg-wishlist-icon.added path {
  stroke: #086AE5 !important;
}
.hg-wishlist-icon.added.loading svg {
  fill: #fff !important;
}
.hg-wishlist-icon.added.loading path {
  stroke: #808992 !important;
}
.hg-wishlist-icon.loading svg {
  fill: #086AE5 !important;
}
.hg-wishlist-icon.loading path {
  stroke: #086AE5 !important;
}
.hg-wishlist-icon svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
  transition: all 0.1s;
}
.hg-wishlist-icon svg path {
  stroke: #808992;
  transition: all 0.1s;
}

abbr.required {
  text-decoration: none;
}

.nsl-container-buttons {
  width: 100%;
  padding: 0 !important;
  display: inline-flex;
}

.nsl-button-default {
  box-shadow: none !important;
  border-radius: 142px;
  border: 1px solid #282828;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  border-radius: 142px !important;
  color: #282828 !important;
  align-items: center;
  justify-content: center;
  background: #fff !important;
  transition: all 0.3s;
  height: 52px;
}
.nsl-button-default:hover {
  border-color: rgba(40, 40, 40, 0.9) !important;
  color: rgba(40, 40, 40, 0.9) !important;
  box-shadow: 0px 45px 13px 0px rgba(148, 148, 148, 0), 0px 29px 12px 0px rgba(148, 148, 148, 0.03), 0px 16px 12px 0px rgba(148, 148, 148, 0.09), 0px 7px 7px 0px rgba(148, 148, 148, 0.16), 0px 2px 4px 0px rgba(148, 148, 148, 0.18) !important;
}
.nsl-button-default.nsl-button-apple .nsl-button-svg-container {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.nsl-button-default.nsl-button-apple .nsl-button-svg-container rect {
  display: none !important;
}
.nsl-button-default.nsl-button-apple .nsl-button-svg-container {
  padding: 0 !important;
  width: 24px;
  height: 24px;
  background-image: url("../../images/apple-icon.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 4px;
  margin-top: -4px;
}
.nsl-button-default.nsl-button-apple .nsl-button-svg-container svg {
  display: none;
}

.nsl-button-svg-container {
  padding: 13px 4px 13px 24px !important;
  padding: 13px 4px 13px 0 !important;
  flex: none !important;
}

.nsl-button-label-container {
  font-family: "Inter", sans-serif !important;
  flex: none !important;
  margin: 0 !important;
  padding: 13px 24px 13px 0 !important;
  font-size: 12px !important;
  line-height: 18px !important;
  letter-spacing: -0.48px !important;
}
.nsl-button-label-container b {
  font-weight: 500 !important;
}

@media screen and (max-width: 1279px) {
  .container, .woocommerce-message {
    width: 100vw;
    padding-left: 24px;
    padding-right: 24px;
  }
  .h1, h1 {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .container-sm, .woocommerce-error {
    width: 100vw;
    padding-left: 24px;
    padding-right: 24px;
  }
  .rlv-price ins .amount, .price ins .amount {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.56px;
  }
  .show-tab {
    display: block;
  }
  .happygentleman-mobile-tablet-hide {
    display: none;
  }
  label.woocommerce-form__label-for-checkbox:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Crect x='7' y='7' width='18' height='18' rx='6' stroke='%23DBDBDB' stroke-width='2'/%3E%3C/svg%3E");
  }
  label.woocommerce-form__label-for-checkbox.checked:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Crect x='6' y='6' width='20' height='20' rx='7' fill='%23086AE5'/%3E%3Cpath d='M12.6981 16L14.8446 18.1464C15.0398 18.3417 15.3564 18.3417 15.5517 18.1464L20.1981 13.5' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  }
}
@media screen and (max-width: 767px) {
  .show-mob {
    display: block;
  }
  html body:has(.select-country-popup-bg.active) {
    overflow: hidden;
  }
  html body:has(.select-country-popup-bg.active) .shipping-country-block .custom-select-options {
    display: none;
  }
  html body .container, html body .container-sm, html body .woocommerce-error, html body .woocommerce-message {
    padding-left: 16px;
    padding-right: 16px;
  }
  html body .select-country-popup-bg {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0.53) 100%);
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 99;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
  }
  html body .select-country-popup-bg.active {
    visibility: visible;
    opacity: 1;
  }
  html body .select-country-popup-bg #pa-select-country-sidebar {
    position: fixed;
    width: 100vw;
    height: calc(100vh - 100px);
    bottom: -410px;
    top: auto;
    right: 0;
    border-radius: 12px 12px 0px 0px;
    z-index: 101;
    background: #fff;
    font-family: "Inter", sans-serif;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
  }
  html body .select-country-popup-bg #pa-select-country-sidebar.active {
    bottom: 0;
    right: 0;
    visibility: visible;
    opacity: 1;
  }
  html body .select-country-popup-bg #pa-select-country-sidebar .popup-header {
    padding: 16px;
    border-bottom: 1px solid #282828;
    background: #fff;
    text-align: left;
    border-color: #F5F5F5;
    border-radius: 12px 12px 0px 0px;
  }
  html body .select-country-popup-bg #pa-select-country-sidebar .popup-header h2 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
  }
  html body .select-country-popup-bg #pa-select-country-sidebar .popup-header .close-popup {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 16px;
    right: 16px;
    left: unset;
    cursor: pointer;
  }
  html body .select-country-popup-bg #pa-select-country-sidebar .popup-header .close-popup::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 9.985px;
    height: 9.985px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../../images/remove.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  html body .select-country-popup-bg #pa-select-country-sidebar ul {
    padding: 24px 16px 10px 16px;
    height: calc(100vh - 18px - 80px - 132px);
    overflow: auto;
  }
  html body .select-country-popup-bg #pa-select-country-sidebar ul::before {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    height: 24px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  }
  html body .select-country-popup-bg #pa-select-country-sidebar ul > * + * {
    margin-top: 13px;
  }
  html body .select-country-popup-bg #pa-select-country-sidebar ul li {
    padding-bottom: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    cursor: pointer;
  }
  html body .select-country-popup-bg #pa-select-country-sidebar ul li > span {
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.14px;
    gap: 6px;
  }
  html body .select-country-popup-bg #pa-select-country-sidebar ul li > span .shipping-country-flag {
    display: flex;
    align-items: center;
  }
  html body .select-country-popup-bg #pa-select-country-sidebar ul li > span .shipping-country-flag img {
    width: 20px;
    height: 16px;
    opacity: 1;
    pointer-events: auto;
  }
  html body .select-country-popup-bg #pa-select-country-sidebar ul li img {
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
  }
  html body .select-country-popup-bg #pa-select-country-sidebar ul li.selected {
    color: #086AE5;
  }
  html body .select-country-popup-bg #pa-select-country-sidebar ul li.selected img {
    opacity: 1;
  }
  html body:has(#pa-select-country-sidebar.active) .ppc-button-wrapper,
  html body:has(#pa-select-country-sidebar.active) .wc-stripe-cart-checkout-container {
    visibility: hidden;
  }
}
@media (min-width: 1024px) {
  .hg-wishlist-icon:hover svg {
    fill: #086AE5;
  }
  .hg-wishlist-icon:hover svg path {
    stroke: #086AE5;
  }
}
/*# sourceMappingURL=general-single-product.css.map */
