/*
Theme Name: DentKits
Author: Volodymyr | Overbold team
Description: The DentKits Theme is a special WordPress theme, developed for dentkits.com
Version: 1.5
Text Domain: dentkits
*/

html {
  font-family: sans-serif;
  line-height: 1.15;
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header,
footer,
section,
article,
aside,
nav,
figcaption,
figure,
main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
}

pre {
  font-family: "SFMono-Regular", Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

strong {
  font-weight: 700;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  font-size: 1.6rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.hidden--mobile {
  display: none;
}

.hidden--desktop {
  display: block;
}

body,
button,
input,
select,
textarea {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #343434;
  letter-spacing: 0.03em;
}

body {
  font-size: 1.8rem;
  line-height: 1.6;
}

button,
input,
select,
textarea {
  font-size: 1.8rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  line-height: 1.2;
}

h1 {
  font-size: 3.6rem;
  font-weight: 800;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.8rem;
}

h4,
h5 {
  font-weight: 700;
}

h4 {
  font-size: 2.1rem;
}

h5 {
  font-size: 1.9rem;
}

h6 {
  font-size: 1.8rem;
}

p {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
}

blockquote {
  margin: 0;
}

figcaption,
caption,
cite {
  margin-top: 5px;
  text-align: center;
  line-height: 1.4;
}

table {
  max-width: 100%;
  border-collapse: collapse;
}

table th,
table td {
  padding: 8px 12px;
  border-top: 1px solid #f3f6ff;
  border-bottom: 1px solid #f3f6ff;
}

hr {
  margin: 20px 0;
  width: 100%;
  border-bottom: 1px solid #343434;
}

ins {
  text-decoration: none;
}

mark {
  font-weight: 600;
  background-color: #ffd457;
}

.button,
.wp-block-button__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 260px;
  min-height: 54px;
  padding: 0 27px;
  color: #343434;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  text-overflow: clip;
  text-shadow: none;
  text-decoration: none;
  letter-spacing: 0.03em;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  overflow-wrap: break-word;
  background: #f3f6ff;
  border: 0;
  border-radius: 27px;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-position 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.button:hover,
.button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus {
  outline: 0;
}

.button:hover,
.wp-block-button__link:hover {
  color: #3a8dee;
}

.button--icon {
  min-width: 40px;
  min-height: 40px;
  padding: 0;
  background-color: #fff;
}

.button--icon > * {
  pointer-events: none;
}

.button--second,
.button.wc-forward,
.actions .button,
.woocommerce-form-register__submit,
.woocommerce-MyAccount-content .button,
.cart-collaterals .button[name=calc_shipping],
.woocommerce-ResetPassword .button {
  color: #343434;
}

.button--second:hover,
.button.wc-forward:hover,
.actions .button:hover,
.woocommerce-form-register__submit:hover,
.woocommerce-MyAccount-content .button:hover,
.cart-collaterals .button[name=calc_shipping]:hover,
.woocommerce-ResetPassword .button:hover {
  color: #343434;
  box-shadow: 0 4px 18px 0 rgba(42, 156, 242, 0.4);
}

.button--prime,
.wp-block-button__link,
.button.checkout,
.single_add_to_cart_button,
.wc-proceed-to-checkout .checkout-button,
.woocommerce-checkout-payment .button,
.woocommerce-form-login__submit,
.return-to-shop .button {
  color: #fff;
  background-image: linear-gradient(to right, #4285ec 0%, #0bbafb 50%, #4285ec 100%);
  background-size: 200% auto;
  background-position: 0 0;
  box-shadow: 0 4px 18px 0 rgba(42, 156, 242, 0.4);
}

.button--prime:hover,
.wp-block-button__link:hover,
.button.checkout:hover,
.single_add_to_cart_button:hover,
.wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-checkout-payment .button:hover,
.woocommerce-form-login__submit:hover,
.return-to-shop .button:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 22px 0 rgba(42, 156, 242, 0.6);
  background-position: 80% 50%;
}

.is-style-second .wp-block-button__link {
  color: #343434;
  background-image: linear-gradient(to right, #eef2ff 0%, #fff 50%, #eef2ff 100%);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.14);
}

.is-style-second .wp-block-button__link:hover {
  color: #343434;
  box-shadow: 0 6px 22px 0 rgba(0, 0, 0, 0.2);
}

.button--sm,
.woocommerce-mini-cart__buttons .button,
.coupon .button,
.woocommerce-form-coupon .button,
.woocommerce-orders-table .button,
.woocommerce-info .button,
.cart-collaterals .button[name=calc_shipping] {
  min-width: 100px;
  min-height: 40px;
  padding: 0 20px;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 20px;
}

.button--sm:hover,
.woocommerce-mini-cart__buttons .button:hover,
.coupon .button:hover,
.woocommerce-form-coupon .button:hover,
.woocommerce-orders-table .button:hover,
.woocommerce-info .button:hover,
.cart-collaterals .button[name=calc_shipping]:hover {
  box-shadow: 0 2px 8px 0 rgba(42, 156, 242, 0.4);
}

.single_add_to_cart_button.is-processing {
  color: rgba(255, 255, 255, 0.57);
  animation: 1s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate blinks;
}

@keyframes blinks {
  0% {
    background-position: 80% 50%;
  }

  100% {
    background-position: 0 0;
  }
}

.input-text,
select,
input[type=text],
input[type=email],
input[type=password],
textarea {
  display: block;
  width: 100%;
  height: 54px;
  margin: 0;
  padding: 10px 27px;
  line-height: 1.25;
  color: #343434;
  font-size: 1.8rem;
  font-weight: 400;
  background-color: #fff;
  border: 0;
  border-radius: 27px;
  border: 2px solid #788dab;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.input-text:focus,
select:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #3a8dee;
  outline: 0;
}

.input-text:focus::placeholder,
select:focus::placeholder,
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=password]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0.5;
}

textarea.input-text {
  height: auto;
  padding-top: 13px;
  padding-bottom: 13px;
}

select,
select.input-text {
  padding-right: 47px;
  line-height: 1.25;
  appearance: none;
  background-color: #f3f6ff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23788dab' d='M8.12 9.29L12 13.17l3.88-3.88c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-4.59 4.59c-.39.39-1.02.39-1.41 0L6.7 10.7c-.39-.39-.39-1.02 0-1.41.39-.38 1.03-.39 1.42 0z'/%3E%3C/svg%3E");
  background-position: 100% 50%;
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
}

select:focus,
select.input-text:focus {
  background-color: #fff;
}

::placeholder {
  color: #788dab;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

label {
  font-weight: 600;
  color: #788dab;
}

.input-text--sm,
td.product-quantity .input-text,
#coupon_code,
.variations_form select,
.cart-collaterals .input-text,
.cart-collaterals select {
  height: 40px;
  padding: 10px 20px;
  font-size: 1.6rem;
  border-radius: 20px;
}

.variations_form select {
  padding: 10px 40px 10px 20px;
}

.woocommerce-MyAccount-content fieldset {
  border: 0;
  border-radius: 27px;
  border: 1px dashed #788dab;
}

.woocommerce-MyAccount-content legend {
  padding: 4px 27px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #788dab;
}

.wpcf7 {
  max-width: 760px;
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
}

.wpcf7 br {
  display: none;
}

.screen-reader-response,
.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-response-output {
  color: #788dab;
  font-size: 1.4rem;
  font-weight: 700;
}

.wpcf7-form .wpcf7-not-valid {
  color: #f32929;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: animShake;
}

.wpcf7-form .wpcf7-not-valid::placeholder {
  color: #f32929;
}

.invalid .wpcf7-response-output {
  color: #f32929;
}

@keyframes animShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

ul,
ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

a {
  color: #343434;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

a:hover {
  color: #3a8dee;
}

.link {
  display: inline-block;
}

.link--gradient {
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-position 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

.link--gradient:hover {
  color: #3a8dee;
}

@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .link--gradient {
    background-image: linear-gradient(to bottom, #343434 0%, #343434 33%, #4285ec 66%, #0bbafb 100%);
    background-size: auto 300%;
    background-position: 0 0;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-position 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .link--gradient:hover {
    background-position: 0 100%;
  }
}

.added_to_cart {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  color: #299df3;
}

.added_to_cart:hover {
  text-decoration: underline;
}

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

embed,
iframe,
object {
  margin: 0;
  width: 100%;
  max-width: 100%;
  border: 0;
}

figure {
  margin: 0;
}

figcaption {
  opacity: 0.67;
  font-size: 1.6rem;
}

.svg-icon {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  fill: currentColor;
}

.nav a {
  white-space: nowrap;
}

.nav--prime-desktop {
  display: none;
}

.menu--top .menu-item:not(:first-child) {
  margin-top: 10px;
}

.menu--top a {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.menu-item--cart {
  position: relative;
}

.menu-item--cart:hover .mini-cart-container,
.menu-item--cart.is-show-cart .mini-cart-container {
  opacity: 1;
  z-index: 99;
  pointer-events: auto;
  transform: translateY(0);
}

.mini-cart-container {
  display: none;
  opacity: 0;
  position: absolute;
  top: calc(100% - 2px);
  right: -20px;
  pointer-events: none;
  transform: translateY(32px);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.link--cart {
  position: relative;
}

.link--cart:after {
  display: inline-block;
  position: absolute;
  top: calc(50% - 3px);
  left: 6px;
  height: 6px;
  width: 6px;
  background-color: #3a8dee;
  border-radius: 3px;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.link--cart.is-not-empty:after {
  content: "";
}

.header .link--cart:after {
  top: -5px;
  left: calc(50% - 3px);
}

.header .link--cart.is-not-empty:after {
  animation: 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate bounce;
}

@keyframes bounce {
  0% {
    transform: scale(1, 1) translateY(-5px);
  }

  50% {
    transform: scale(1.2, 0.8) translateY(0);
  }

  100% {
    transform: scale(1, 1) translateY(-5px);
  }
}

.menu--bottom a {
  display: block;
  padding: 10px 15px;
  font-size: 1.6rem;
  font-weight: 800;
  color: #343434;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.menu--bottom a:hover {
  text-decoration: underline;
}

.nav--social {
  margin: 30px 0;
}

.menu--social {
  display: flex;
  justify-content: center;
}

.menu--social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 8px;
  color: #788dab;
  line-height: 1;
}

.menu--social a:hover {
  color: #3a8dee;
}

.menu--social .svg-icon {
  width: 24px;
  height: 24px;
}

.custom-logo__wrapper {
  flex-shrink: 0;
}

.custom-logo {
  display: block;
  max-width: 160px;
}

.breadcrumb {
  margin: 10px 0 40px 0;
  color: #788dab;
  text-align: center;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.breadcrumb a:not(:hover) {
  color: #788dab;
}

.breadcrumb .sep {
  opacity: 0.7;
}

.pagination {
  margin-top: 30px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
}

.entry-account .woocommerce-MyAccount-navigation {
  padding-bottom: 20px;
}

.entry-account .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  list-style: none;
}

.entry-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #788dab;
}

.entry-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover {
  color: #3a8dee;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}

.site {
  position: relative;
}

.header__inner-container,
.footer__inner-container,
.inner-container,
.wp-block-group__inner-container {
  width: 100%;
  max-width: 1440px;
  max-width: calc(1440px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}

.inner-container--lg,
.alignfull .wp-block-group__inner-container {
  max-width: calc(1600px + 10%);
}

.inner-container--md,
.group--md .wp-block-group__inner-container {
  max-width: calc(1250px + 10%);
}

.inner-container--sm,
.group--sm .wp-block-group__inner-container {
  max-width: calc(1100px + 10%);
}

.inner-container--xs,
.group--xs .wp-block-group__inner-container {
  max-width: calc(900px + 10%);
}

.widget_shopping_cart_content {
  width: 380px;
  padding: 30px 20px;
  font-size: 1.4rem;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 18px 0 rgba(42, 156, 242, 0.4);
}

.widget_shopping_cart_content .quantity,
.widget_shopping_cart_content .amount {
  font-weight: 600;
  color: #788dab;
}

.remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 2rem;
  font-weight: 600;
  color: #788dab;
}

.remove:hover {
  color: #f32929;
  text-decoration: none !important;
}

.woocommerce-mini-cart-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f6ff;
}

.woocommerce-mini-cart-item a {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2;
}

.woocommerce-mini-cart-item .remove,
.woocommerce-mini-cart-item img,
.woocommerce-mini-cart-item .quantity {
  flex-shrink: 0;
}

.woocommerce-mini-cart-item .remove {
  font-size: 2rem;
}

.woocommerce-mini-cart-item a:not(.remove) {
  display: flex;
  align-items: center;
  width: 100%;
  text-transform: none;
  white-space: normal;
}

.woocommerce-mini-cart-item img {
  display: block;
  max-width: 32px;
  max-height: 32px;
  margin-right: 10px;
}

.woocommerce-mini-cart-item .quantity {
  display: inline-flex;
  margin-left: 10px;
}

.woocommerce-mini-cart-item .variation,
.woocommerce-mini-cart-item .subscription-details {
  display: none;
}

.woocommerce-mini-cart__total,
.woocommerce-mini-cart__buttons {
  display: flex;
  justify-content: space-between;
}

.woocommerce-mini-cart__total {
  margin: 20px 0;
}

.woocommerce-mini-cart__total strong {
  color: #788dab;
  font-weight: 600;
}

.woocommerce-mini-cart__buttons .button {
  width: calc(50% - 15px);
}

.woocommerce-mini-cart__empty-message {
  text-align: center;
  font-weight: 600;
  color: #788dab;
  font-size: 1.6rem;
}

.blockUI.blockOverlay {
  background: #fff !important;
}

.share {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.share__heading {
  margin-right: 10px;
  color: #788dab;
  font-size: 1.6rem;
}

.share__content {
  flex-shrink: 0;
  display: flex;
}

.share__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  text-overflow: clip;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  color: #788dab;
  background-color: #f3f6ff;
  border-radius: 50%;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.share__link:hover {
  color: #3a8dee;
  border-color: #3a8dee;
}

.share__link .svg-icon {
  width: 20px;
  height: 20px;
}

body .sk-ww-trustpilot-reviews .sk-bio-container {
  display: none !important;
}

body .sk-ww-trustpilot-reviews .sk-ww-trustpilot-reviews-content {
  background-color: #ccc !important;
}

.video-reviews__wrapper {
  text-align: center;
}

.video-reviews {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 30px auto;
  gap: 30px;
}

.video-reviews__heading {
  margin-bottom: 20px;
}

.video-reviews__item {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  box-shadow: 0 4px 32px 0 rgba(52, 52, 52, 0.1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.video-reviews__item:hover {
  box-shadow: 0 6px 22px 0 rgba(42, 156, 242, 0.6);
}

.video-reviews__item:hover:after {
  background-color: rgba(58, 141, 238, 0.1);
}

.video-reviews__item iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}

.js-youtube__button {
  position: absolute;
  inset: 0;
  background-image: url(./assets/images/play-icon-min.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: rgba(52, 52, 52, 0.3);
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.js-youtube__button:hover {
  background-color: rgba(58, 141, 238, 0.1);
}

.js-youtube__container {
  position: relative;
  z-index: 1;
}

.sk-below-button-container {
  padding-bottom: 30px !important;
}

.sk-below-button-container .sk-trustpilot-reviews-load-more-posts,
.sk-below-button-container .sk-google-reviews-load-more-posts {
  min-width: 100px;
  min-height: 40px;
  padding: 0 20px !important;
  font-size: 1.4rem !important;
  font-weight: 700;
  border: 0 !important;
  border-radius: 20px !important;
  background-image: linear-gradient(to right, #4285ec 0%, #0bbafb 50%, #4285ec 100%);
  background-size: 200% auto;
  background-position: 0 0;
  box-shadow: 0 2px 8px 0 rgba(42, 156, 242, 0.4);
  transition: background-position 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sk-below-button-container .sk-trustpilot-reviews-load-more-posts:hover,
.sk-below-button-container .sk-google-reviews-load-more-posts:hover {
  box-shadow: 0 4px 12px 0 rgba(42, 156, 242, 0.6);
  background-position: 80% 50%;
}

body .wp-block-group .sk-ww-trustpilot-reviews .sk-ww-trustpilot-reviews-content {
  background-color: #fff !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.wp-block-group .sk-trustpilot-review-button-more {
  font-size: 14px;
  line-height: 20px;
  padding-left: 27px;
  color: #3a8dee !important;
  border: 0 !important;
  background-color: transparent !important;
  background-image: url("./assets/images/trustpilot-icon.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 22px auto;
}

.group--reviews-home .sk-below-button-container {
  display: none !important;
}

.header {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 72px;
  z-index: 90;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.header.is-sticky {
  position: fixed;
  margin-top: 0;
  background-color: #fff;
  box-shadow: 0 8px 24px 0 rgba(52, 52, 52, 0.1);
}

.header.is-sticky .custom-logo {
  transform: scale(0.8);
}

.header__inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: var(--header-height, 72px);
  opacity: 0;
  pointer-events: none;
  z-index: 80;
  background-color: rgba(242, 246, 255, 0.67);
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-nav a {
  display: block;
  padding: 0 5%;
  font-size: 2.1rem;
  font-size: 2.6rem;
  line-height: 2.4;
}

.mobile-nav__collapse {
  width: 100%;
  height: 0;
  transition: height 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-nav__wrapper {
  position: relative;
  padding: 30px 10px;
  background-color: #fff;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.is-show-nav .header {
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(52, 52, 52, 0.2);
}

.is-show-nav .mobile-nav {
  opacity: 1;
  pointer-events: auto;
}

.is-show-nav .mobile-nav__wrapper {
  box-shadow: 0 8px 24px 0 rgba(52, 52, 52, 0.1);
}

.lock-body {
  overflow: hidden;
}

.button--toggle > * {
  pointer-events: none;
}

.button--toggle .bar {
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #343434;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.button--toggle .bar:nth-child(2) {
  margin: 5px 0;
}

.button--toggle[aria-expanded=true] .bar__wrapper .bar:nth-child(1) {
  transform: translate(0, 8px) rotate(-45deg);
}

.button--toggle[aria-expanded=true] .bar__wrapper .bar:nth-child(2) {
  opacity: 0;
}

.button--toggle[aria-expanded=true] .bar__wrapper .bar:nth-child(3) {
  transform: translate(0, -8px) rotate(45deg);
}

.footer {
  margin-top: 40px;
  position: relative;
  padding: 40px 0;
  text-align: center;
}

.footer:before,
.footer:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -2;
  pointer-events: none;
}

.footer:before {
  top: 0;
  height: 100%;
  background-color: #dfe5f0;
}

.footer:after {
  top: -240px;
  height: 440px;
  background-image: url("./assets/images/footer-top-bg-min.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.footer .custom-logo__wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 40px;
}

.site__rights {
  margin-top: 30px;
  padding-top: 30px;
  font-size: 1.5rem;
  border-top: 1px solid #cdd0d9;
}

.template--front .footer,
.template--about .footer {
  margin-top: 30px;
}

.template--front .footer:after,
.template--about .footer:after {
  top: -398px;
}

.wp-block-group {
  padding: 30px 0;
}

.wp-block-group h1 {
  margin-bottom: 0.6em;
}

.wp-block-group h2 {
  margin-bottom: 0.8em;
}

.wp-block-group.alignfull {
  position: relative;
  padding: 0;
}

.wp-block-columns {
  display: grid;
  gap: 30px;
  max-width: 100%;
}

.wp-block-columns img {
  display: block;
}

.wp-block-column {
  max-width: 100%;
  min-width: 50px;
}

.columns--4 {
  grid-template-columns: repeat(2, 1fr);
}

.wp-block-column {
  order: 1;
}

.order-mobile--first {
  order: 0;
}

.order-desktop--first {
  order: 1;
}

.column--box-white,
.column--box-blue {
  padding: 40px 30px;
  border-radius: 24px;
}

.column--box-white {
  background-color: #fff;
  box-shadow: 0 4px 32px 0 rgba(52, 52, 52, 0.1);
}

.column--box-blue {
  color: #fff;
  background-image: linear-gradient(to right, #4285ec 0%, #0bbafb 100%);
  box-shadow: 0 0 32px 0 rgba(42, 156, 242, 0.6);
}

.wp-block-media-text {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  grid-template-areas: "media" "content";
}

.wp-block-media-text__media {
  grid-area: media;
}

.wp-block-media-text__content {
  grid-area: content;
}

.has-media-on-the-right .wp-block-media-text__media {
  grid-area: content;
}

.has-media-on-the-right .wp-block-media-text__content {
  grid-area: media;
}

.wp-block-image.aligncenter {
  text-align: center;
}

.wp-block-image .alignleft,
.wp-block-image .alignright {
  margin-top: 1em;
  margin-bottom: 1em;
}

.wp-block-image .alignleft {
  float: left;
  margin-left: 0;
  margin-right: 1em;
}

.wp-block-image .alignright {
  float: right;
  margin-right: 0;
  margin-left: 1em;
}

.wp-block-image .aligncenter img {
  margin: 0 auto;
}

.is-style-rounded img {
  border-radius: 24px;
  box-shadow: 0 4px 32px 0 rgba(52, 52, 52, 0.1);
}

.wp-block-embed__wrapper {
  position: relative;
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 50%;
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}

.wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
}

.wp-block-buttons.is-content-justification-left {
  justify-content: flex-start;
}

.wp-block-buttons.is-content-justification-center {
  justify-content: center;
}

.wp-block-buttons.is-content-justification-center .wp-block-button {
  margin-left: 10px;
}

.wp-block-buttons.is-content-justification-right {
  justify-content: flex-end;
}

.wp-block-buttons.aligncenter {
  text-align: center;
}

.wp-block-buttons .wp-block-button {
  margin: 20px 10px 0 10px;
}

.wp-block-quote {
  position: relative;
  padding-top: 0.05em;
  padding-bottom: 0.1em;
  padding-left: 0.8em;
  font-size: 2.1rem;
  border-left: 0.1em solid #3a8dee;
}

.wp-block-quote cite,
.wp-block-quote footer {
  margin-top: 1em;
  font-size: 0.8125em;
  font-style: normal;
  color: #788dab;
}

.wp-block-quote.has-text-align-right {
  padding-left: 0;
  padding-right: 0.8em;
  border-left: none;
  border-right: 0.1em solid #3a8dee;
}

.wp-block-quote.has-text-align-center {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.wp-block-quote.is-style-large {
  padding: 0 0 0 45px;
  border: 0;
}

.wp-block-quote.is-style-large:before {
  content: open-quote;
  display: block;
  position: absolute;
  left: 0;
  top: -0.1em;
  z-index: -1;
  color: rgba(120, 141, 171, 0.47);
  font-size: 80px;
  line-height: 1;
  font-family: Georgia, serif;
  pointer-events: none;
}

.wp-block-spacer {
  clear: both;
}

.wc-block-grid__products {
  display: grid;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.wc-block-grid__products .wc-block-grid__product {
  flex: unset !important;
  max-width: unset !important;
  border: 0;
}

.wc-block-grid__products .wc-block-grid__product-image {
  margin-bottom: 30px;
}

.wc-block-grid__products .wc-block-grid__product-price {
  margin-bottom: 0;
}

.wc-block-grid__products .wc-block-grid__product-add-to-cart {
  margin-top: 12px;
  margin-bottom: 0;
}

.wc-block-grid__products .wc-block-grid__product-onsale {
  margin: 0;
  border: 0;
}

.wc-block-grid__product-link:hover {
  color: #299df3;
}

.wc-block-grid__product-image {
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 4px 32px 0 rgba(52, 52, 52, 0.1);
  border-radius: 24px;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.wc-block-grid__product-image:hover {
  box-shadow: 0 6px 38px 0 rgba(52, 52, 52, 0.2);
}

.wc-block-grid__product-image img {
  display: block;
}

.wc-block-grid__product-title,
.wc-block-grid__product-price {
  font-size: 2.1rem;
}

.wc-block-grid__product-title {
  line-height: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
}

.wc-block-grid__product-price {
  font-weight: 700;
  color: #299df3;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
  content: "";
  font-family: unset;
}

.wc-block-featured-product {
  overflow: hidden;
  border-radius: 24px;
}

.wc-block-featured-product .wc-block-featured-product__price {
  font-weight: 700;
}

.wc-block-featured-product__wrapper {
  padding: 5%;
}

.entry__header {
  margin-top: 30px;
  margin-bottom: 30px;
}

.entry__media img,
.entry__media video {
  display: block;
}

.entry__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 20px;
}

.posted-on {
  font-style: italic;
  letter-spacing: 0.02em;
}

.entry--404 .entry__header {
  margin-top: 10%;
}

.entry--404 .text-404 {
  font-weight: 700;
  font-size: 16rem;
  line-height: 1;
  color: #788dab;
}

.wp-block-media-text.is-style-hero {
  gap: 0;
}

.wp-block-media-text.is-style-hero .wp-block-media-text__content {
  padding-top: 120px;
  padding-bottom: 60px;
  text-align: center;
}

.wp-block-media-text.is-style-hero .wp-block-media-text__content p {
  margin: 1.8em 0;
}

.wp-block-media-text.is-style-hero .wp-block-buttons {
  justify-content: center;
}

.wp-block-media-text.is-style-hero .wp-block-buttons .wp-block-button {
  margin: 0;
}

.wp-block-media-text.is-style-hero .wp-block-media-text__media {
  display: none;
  position: absolute;
  top: -1px;
  right: -20px;
  width: 54%;
  max-width: 1054px;
  height: 100%;
  z-index: -1;
}

.group--how-it-works .wp-block-image {
  margin-bottom: 20px;
}

.group--how-it-works .wp-block-columns {
  margin-bottom: 40px;
}

.group--how-it-works .wp-block-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.group--how-it-works .wp-block-column h2,
.group--how-it-works .wp-block-column h3,
.group--how-it-works .wp-block-column h4 {
  margin: 0.35em 0 0.7em 0;
}

.group--benefits .wp-block-column {
  line-height: 1.4;
}

.group--benefits .wp-block-column .wp-block-image {
  margin-top: 30px;
  margin-bottom: 30px;
}

.table-benefits {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

.table-benefits li {
  margin-top: 20px;
  padding-left: 30px;
  line-height: 1.4;
  background-repeat: no-repeat;
  background-position: left 5px;
}

.table-benefits__regular {
  max-width: 380px;
  margin-top: -30px;
  padding-top: 60px;
  border-radius: 0 0 24px 24px;
}

.table-benefits__regular li {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath fill='%23444444' d='M10.7,6,9,7.73,7.3,6A.9.9,0,0,0,6,7.3L7.73,9,6,10.7A.9.9,0,0,0,7.3,12L9,10.27,10.7,12A.9.9,0,0,0,12,10.7L10.27,9,12,7.3A.9.9,0,0,0,12,6,.91.91,0,0,0,10.7,6ZM9,0a9,9,0,1,0,9,9A9,9,0,0,0,9,0ZM9,16.2A7.2,7.2,0,1,1,16.2,9,7.21,7.21,0,0,1,9,16.2Z'/%3E%3C/svg%3E");
}

.table-benefits__improved {
  position: relative;
  max-width: 480px;
  z-index: 1;
}

.table-benefits__improved li {
  padding-left: 40px;
  font-size: 2.1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21'%3E%3Cpath fill='%23ffffff' d='M10.5,0A10.5,10.5,0,1,0,21,10.5,10.5,10.5,0,0,0,10.5,0Zm0,18.9a8.4,8.4,0,1,1,8.4-8.4A8.41,8.41,0,0,1,10.5,18.9ZM14.57,6.6,8.4,12.78l-2-2a1,1,0,0,0-1.48,1.48L7.67,15a1,1,0,0,0,1.48,0l6.92-6.92a1,1,0,0,0,0-1.48A1.06,1.06,0,0,0,14.57,6.6Z'/%3E%3C/svg%3E");
}

.group--shop .wp-block-buttons {
  margin: 40px 0;
}

.group--hero,
.group--how-it-works,
.group--benefits,
.group--shop,
.group--reviews,
.group--about {
  position: relative;
}

.group--hero:before,
.group--how-it-works:before,
.group--benefits:before,
.group--shop:before,
.group--reviews:before,
.group--about:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  pointer-events: none;
}

.group--hero:before {
  height: 600px;
  top: 0;
  background-image: url("./assets/images/hero-bg-min.png");
  background-position: 25% 10%;
}

.group--reviews .wp-block-group__inner-container {
  max-width: 1440px;
  max-width: calc(1440px + 10%);
  padding: 0 5%;
}

.group--reviews-home:before {
  height: 1000px;
  bottom: -70px;
  background-image: url("./assets/images/reviews-bg-min.png");
  background-position: 70% 90%;
}

.group--reviews-full:before {
  height: 976px;
  top: -40px;
  background-image: url("./assets/images/about-bg-min.png");
  background-position: 0 0;
}

.group--about {
  padding-top: 0;
}

.group--about:before {
  height: 976px;
  top: -110px;
  background-image: url("./assets/images/about-bg-min.png");
  background-position: 0 0;
}

.site {
  background-image: url("./assets/images/benefits-deco-left-min.png");
  background-position: -100px -450px;
  background-repeat: no-repeat;
}

.template--about .site,
.template--front .site {
  overflow: hidden;
  background-image: none;
}

.entry-page {
  padding-top: 20px;
  padding-bottom: 10px;
}

.template--front .entry-page {
  padding: 0;
}

.template--about .entry-page {
  padding-bottom: 0;
}

.page-title {
  text-align: center;
}

.rte > *,
.wc-tab > *,
.woocommerce-product-details__short-description > * {
  margin-bottom: 1.2em;
}

.rte h1,
.wc-tab h1,
.woocommerce-product-details__short-description h1 {
  margin-bottom: 0.5em;
}

.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6,
.wc-tab h2,
.wc-tab h3,
.wc-tab h4,
.wc-tab h5,
.wc-tab h6,
.woocommerce-product-details__short-description h2,
.woocommerce-product-details__short-description h3,
.woocommerce-product-details__short-description h4,
.woocommerce-product-details__short-description h5,
.woocommerce-product-details__short-description h6 {
  margin-bottom: 0.65em;
}

.rte h2:not(:first-child),
.rte h3:not(:first-child),
.rte h4:not(:first-child),
.rte h5:not(:first-child),
.rte h6:not(:first-child),
.wc-tab h2:not(:first-child),
.wc-tab h3:not(:first-child),
.wc-tab h4:not(:first-child),
.wc-tab h5:not(:first-child),
.wc-tab h6:not(:first-child),
.woocommerce-product-details__short-description h2:not(:first-child),
.woocommerce-product-details__short-description h3:not(:first-child),
.woocommerce-product-details__short-description h4:not(:first-child),
.woocommerce-product-details__short-description h5:not(:first-child),
.woocommerce-product-details__short-description h6:not(:first-child) {
  margin-top: 0.85em;
}

.rte a:not([class]),
.wc-tab a:not([class]),
.woocommerce-product-details__short-description a:not([class]) {
  color: #3a8dee;
}

.rte a:not([class]):hover,
.wc-tab a:not([class]):hover,
.woocommerce-product-details__short-description a:not([class]):hover {
  text-decoration: underline;
}

.rte ul,
.rte ol,
.wc-tab ul,
.wc-tab ol,
.woocommerce-product-details__short-description ul,
.woocommerce-product-details__short-description ol {
  padding-left: 1.3em;
}

.rte ul,
.wc-tab ul,
.woocommerce-product-details__short-description ul {
  list-style-type: disc;
}

.rte ol,
.wc-tab ol,
.woocommerce-product-details__short-description ol {
  list-style-type: decimal;
}

.rte li,
.wc-tab li,
.woocommerce-product-details__short-description li {
  margin-bottom: 10px;
}

.menu--categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}

.menu--categories .menu-item {
  width: 148px;
  margin: 10px 10px 0 0;
  padding: 2px;
  overflow: hidden;
  border-radius: 24px;
  background-image: linear-gradient(to right, #4285ec 0%, #0bbafb 100%);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.menu--categories .menu-item:hover {
  box-shadow: 0 2px 8px 0 rgba(42, 156, 242, 0.4);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.14);
}

.menu--categories a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  line-height: 1.2;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
  color: #343434;
  background-color: #fff;
  border-radius: 22px;
}

.menu--categories .menu-item__thumb,
.menu--categories .menu-item__title {
  display: block;
}

.menu--categories .menu-item__title {
  margin-top: 10px;
}

.price {
  display: block;
  font-size: 2.1rem;
  color: #299df3;
  font-weight: 700;
  line-height: 1;
}

.price del,
.price .subscription-details {
  color: #788dab;
}

.price del {
  font-size: 0.8em;
  font-weight: 600;
  text-decoration-color: rgba(243, 41, 41, 0.8);
}

.price .subscription-details {
  font-size: 0.7em;
  font-weight: 600;
}

.onsale,
.wc-block-grid__product-onsale {
  display: block;
  position: absolute;
  top: 1em;
  left: 1em;
  padding: 0.5em 1em;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
  z-index: 1;
  background-color: #f32929;
  border-radius: 1em;
}

.input-text.qty {
  text-align: center;
  font-weight: 700;
  line-height: 1;
  font-size: 2rem;
}

.products {
  display: grid;
  gap: 30px;
}

.products .woocommerce-loop-product__link {
  display: block;
  position: relative;
  text-align: center;
}

.products .woocommerce-loop-product__link:hover {
  color: #299df3;
}

.products .woocommerce-loop-product__link:hover .attachment-woocommerce_thumbnail {
  box-shadow: 0 6px 38px 0 rgba(52, 52, 52, 0.2);
}

.products .attachment-woocommerce_thumbnail {
  display: block;
  margin-bottom: 30px;
  box-shadow: 0 4px 32px 0 rgba(52, 52, 52, 0.1);
  border-radius: 24px;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.products .woocommerce-loop-product__title {
  margin-bottom: 12px;
  font-size: 2.1rem;
  font-weight: 400;
  text-transform: uppercase;
}

.products .price .subscription-details {
  display: none;
}

.products .affirm-as-low-as {
  display: none;
}

.wc-block-grid__product .text__from,
.woocommerce-loop-product__link .text__from {
  display: none;
}

.woocommerce-pagination {
  flex-wrap: wrap;
  margin-top: 40px;
}

.woocommerce-pagination,
.page-numbers,
.page-numbers__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-numbers,
.page-numbers__inner {
  border-radius: 50%;
}

.page-numbers {
  width: 36px;
  height: 36px;
  padding: 2px;
  margin: 3px 6px;
  font-weight: 800;
  line-height: 1;
  background-image: linear-gradient(to right, #4285ec 0%, #0bbafb 100%);
}

.page-numbers.prev,
.page-numbers.next {
  display: none;
}

.page-numbers__inner {
  width: 100%;
  height: 100%;
  color: #299df3;
  background-color: #fff;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-numbers:hover .page-numbers__inner,
.page-numbers.current .page-numbers__inner {
  color: #fff;
  background-color: transparent;
  box-shadow: 0 4px 12px 0 rgba(42, 156, 242, 0.6);
}

.entry-product .entry-title {
  text-align: left;
  margin-bottom: 20px;
}

.entry-product .breadcrumb {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: left;
}

.entry-product .entry-summary .price {
  margin: 20px 0;
}

.product__media {
  display: none;
  position: relative;
}

.product__media .onsale {
  font-size: 1.6rem;
}

.woocommerce-product-gallery {
  padding-bottom: 20px;
}

.woocommerce-product-gallery img {
  display: block;
}

.flex-control-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.flex-control-nav li {
  display: flex;
  justify-content: center;
}

.flex-control-nav img {
  cursor: pointer;
  border-radius: 20px;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.flex-control-nav img:hover {
  box-shadow: 0 2px 8px 0 rgba(42, 156, 242, 0.4);
}

.product__add-to-cart-wrapper {
  display: grid;
  gap: 20px;
  margin: 30px 0;
}

.entry-summary .affirm-as-low-as {
  margin-bottom: 1em;
  color: #788dab;
  font-weight: 600;
  font-size: 1.6rem;
}

.reset_variations {
  display: none !important;
}

.variations {
  position: relative;
  margin: 20px 0;
  width: 100%;
  font-size: 1.5rem;
}

.variations .value {
  padding: 15px 0;
}

.variations .value select {
  position: absolute;
  left: -9999px;
  width: 1px;
  opacity: 0;
  pointer-events: none;
}

.variations .label {
  display: none;
}

.custom-wc-options__title {
  margin-bottom: 15px;
  font-size: 1.8rem;
  color: #788dab;
}

.custom-wc-options__radios {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.custom-wc-options__radios input[type=radio] {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.custom-wc-options__radios input[type=radio]:checked + label {
  background-color: #fff;
  border-color: #3a8dee;
}

.custom-wc-options__radios label {
  display: inline-flex;
  padding: 10px 20px;
  line-height: 1;
  font-weight: 600;
  font-size: 16px;
  color: #343434;
  cursor: pointer;
  background-color: #f3f6ff;
  border-radius: 20px;
  border: 2px solid #788dab;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-wc-options__radios label:hover {
  background-color: #fff;
}

.woocommerce-product-details__short-description > * {
  margin-bottom: 0.7em;
}

.woocommerce-product-details__short-description li {
  margin-bottom: 0.5em;
}

.wc-pao-addon-container {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

.wc-pao-addon-container p {
  margin-bottom: 0.7em;
}

.wc-pao-addon-name {
  margin-bottom: 0.6em;
  font-size: 2.1rem;
}

.wc-pao-subtotal-line .price {
  font-size: 1.8rem;
}

.wc-tabs-wrapper {
  margin-top: 30px;
}

table.woocommerce-product-attributes {
  width: 100%;
}

table.woocommerce-product-attributes th {
  width: 180px;
  text-align: left;
}

.related.products {
  padding: 40px 0;
}

.related.products h2 {
  text-align: center;
}

.entry-cart h2 {
  margin-bottom: 0.8em;
  font-weight: 700;
  font-size: 2.6rem;
}

.entry-cart a {
  color: #3a8dee;
}

.entry-cart a:hover {
  text-decoration: underline;
}

.cart__grid {
  display: grid;
  gap: 30px;
}

.cart-collaterals,
.cart__order-wrapper {
  padding: 20px 20px 30px 20px;
  background-color: #fff;
  border-radius: 24px;
  border: 2px dashed #dfe7ff;
}

.shop_table {
  width: 100%;
  margin-bottom: 30px;
  font-size: 1.6rem;
}

.shop_table th,
.shop_table td {
  padding: 12px 0;
  text-align: left;
  vertical-align: top;
}

.shop_table th {
  font-weight: 600;
}

.shop_table dl {
  font-size: 0.9em;
}

.shop_table dl dt {
  font-weight: 400;
}

.shop_table dl dd {
  margin-left: 0;
  font-weight: 600;
}

.shop_table dl dd + dt {
  margin-top: 5px;
}

.shop_table .subscription-details {
  font-size: 0.9em;
  color: #788dab;
}

.shop_table .product-remove {
  padding: 0;
}

.shop_table_responsive th,
.shop_table_responsive td {
  padding: 12px 4px;
  vertical-align: middle;
}

.shop_table_responsive th {
  color: #788dab;
}

.shop_table_responsive .product-name {
  font-weight: 600;
}

.shop_table_responsive .product-thumbnail img {
  max-width: 120px;
}

.shop_table_responsive .cart_item {
  line-height: 1.4;
}

.shop_table_responsive .button[name=update_cart] {
  width: 100%;
  margin-top: 20px;
}

.cart-collaterals th {
  vertical-align: top;
}

.cart-collaterals .woocommerce-shipping-methods {
  margin-bottom: 10px;
}

.cart-collaterals .woocommerce-shipping-methods input[type=radio] {
  margin-right: 5px;
}

.cart-collaterals .woocommerce-shipping-methods li {
  font-size: 1.5rem;
}

.cart-collaterals .woocommerce-shipping-methods li + li {
  margin-top: 5px;
}

.cart-collaterals .woocommerce-shipping-destination,
.cart-collaterals .shipping-calculator-button {
  font-size: 1.4rem;
  line-height: 1.3;
}

.cart-collaterals .shipping-calculator-button {
  font-weight: 600;
}

.cart-collaterals .checkout-button {
  width: 100%;
}

.cart-collaterals .input-text,
.cart-collaterals select {
  margin-bottom: 10px;
}

.woocommerce-checkout h3 {
  margin-top: 0.7em;
  margin-bottom: 0.5em;
}

.form-row label {
  display: block;
  margin-top: 2px;
  margin-bottom: 2px;
}

.woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

#ship-to-different-address {
  display: flex;
  align-items: center;
  font-size: 2rem;
}

.cart__order-wrapper .shop_table {
  margin-bottom: 20px;
}

.cart__order-wrapper .shop_table .product-name {
  line-height: 1.3;
}

.cart__order-wrapper .shop_table label {
  padding: 0 0 0 5px;
  font-size: 1.5rem;
}

.cart__order-wrapper .shop_table li {
  white-space: nowrap;
}

.cart__order-wrapper .shop_table li + li {
  margin-top: 5px;
}

.woocommerce-checkout-payment {
  font-size: 1.4rem;
}

.woocommerce-checkout-payment p,
.woocommerce-checkout-payment ul {
  margin-bottom: 10px;
}

.wc_payment_method {
  margin: 15px 0;
}

.wc_payment_method > label {
  /*display: flex;
  align-items: center;
  flex-wrap: wrap;*/
  padding: 0;
}

.wc_payment_method > label > img {
  margin-left: 10px;
}

.wc_payment_method .payment_box {
  margin-top: 5px;
}

.wc_payment_method fieldset {
  margin: 15px 0;
  padding: 20px 20px 0 20px;
  background-color: #f3f6ff !important;
  border: 0;
  border-radius: 10px;
}

.wc_payment_method fieldset .form-row + .form-row {
  margin-top: 10px;
}

.wc_payment_method fieldset label {
  color: #343434;
}

.wc_payment_method .wc-stripe-elements-field,
.wc_payment_method .wc-stripe-iban-element-field {
  padding: 10px 20px;
  border-color: #788dab;
  border-radius: 20px;
}

.wc_payment_method .ElementsApp .InputElement::placeholder {
  color: #788dab;
}

.payment_method_paypal img {
  display: block;
}

.payment_method_paypal label a {
  display: block;
  color: #343434;
  font-weight: 400;
  text-decoration: underline;
}

.payment_method_paypal label a:hover {
  text-decoration: none;
}

.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
  margin-left: 5px;
}

.woocommerce-privacy-policy-text {
  margin-top: 20px;
  color: #788dab;
}

.woocommerce-terms-and-conditions-wrapper a {
  color: currentColor;
  text-decoration: underline;
}

.woocommerce-terms-and-conditions-wrapper a:hover {
  text-decoration: none;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
  padding: 0;
  font-size: 1.4rem;
}

.woocommerce-terms-and-conditions-wrapper .input-checkbox {
  margin-right: 5px;
}

#place_order {
  display: flex;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
}

.coupon,
.woocommerce-form-coupon {
  display: flex;
  position: relative;
  width: 100%;
  padding: 10px;
  border-radius: 20px;
  border: 1px dashed #dae3ff;
}

.coupon label {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.coupon .button {
  margin-left: 10px;
  flex-shrink: 0;
  white-space: nowrap;
}

.woocommerce-form-coupon {
  margin-top: 20px;
}

.woocommerce-form-coupon p {
  margin-bottom: 0;
}

.woocommerce-form-coupon p:not(.form-row) {
  display: none;
}

.woocommerce-form-coupon .form-row-first {
  width: 100%;
}

.woocommerce-form-coupon .form-row-last {
  flex-shrink: 0;
  margin-left: 10px;
}

.woocommerce-notices-wrapper {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

.woocommerce-message {
  color: #788dab;
}

.woocommerce-cart .woocommerce-message .button {
  min-width: unset;
  min-height: unset;
  padding: unset;
  color: #3a8dee;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  background: none;
  border-radius: 0;
}

.woocommerce-cart .woocommerce-message .button:hover {
  color: #3a8dee;
  box-shadow: none;
}

.woocommerce-error {
  margin: 20px 0;
  padding: 10px 20px;
  font-size: 1.6rem;
  color: #f32929;
  border: 1px dashed #f32929;
  border-radius: 20px;
}

ul.woocommerce-error {
  padding-left: 2em;
}

ul.woocommerce-error li {
  margin-bottom: 0;
}

ul.woocommerce-error li:not(:last-child) {
  margin-bottom: 10px;
}

.cart-empty,
.return-to-shop {
  text-align: center;
}

.cart-empty {
  margin-top: 9%;
  margin-bottom: 30px;
  font-size: 2.6rem;
  color: #788dab;
}

.woocommerce-form-login label,
.woocommerce-form-register label,
.cart__customer-wrapper label,
.woocommerce-MyAccount-content label {
  padding: 4px 27px;
  font-size: 1.6rem;
}

.woocommerce-form-login,
.woocommerce-form-register,
.woocommerce-ResetPassword {
  width: 100%;
  max-width: 460px;
  margin: 20px 0;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #dae3ff;
}

.woocommerce-form-login p,
.woocommerce-form-register p,
.woocommerce-ResetPassword p {
  margin-top: 10px;
  font-size: 1.6rem;
}

.woocommerce-form-login label,
.woocommerce-form-register label,
.woocommerce-ResetPassword label {
  display: block;
  margin-bottom: 5px;
}

.woocommerce-form-login .woocommerce-form__label,
.woocommerce-form-register .woocommerce-form__label,
.woocommerce-ResetPassword .woocommerce-form__label {
  margin: 10px 0;
}

.woocommerce-form-login .lost_password,
.woocommerce-form-register .lost_password,
.woocommerce-ResetPassword .lost_password {
  text-align: center;
}

.woocommerce-form-login__submit,
.woocommerce-form-register__submit,
.woocommerce-ResetPassword .button {
  display: flex;
  width: 100%;
}

.woocommerce-form-register .woocommerce-privacy-policy-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

.woocommerce-form-register .woocommerce-privacy-policy-text p {
  margin: 0;
}

.entry-account .woocommerce .woocommerce-notices-wrapper {
  margin: 0;
  width: 100%;
  flex-basis: 100%;
}

#customer_login {
  display: grid;
  gap: 30px;
}

.entry-account {
  min-height: 500px;
}

.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-content fieldset {
  margin-bottom: 1.2em;
}

.woocommerce-MyAccount-content a.edit {
  color: #3a8dee;
  font-weight: bold;
}

.woocommerce-MyAccount-content a.edit:hover {
  text-decoration: underline;
}

.woocommerce-MyAccount-content .woocommerce-form-row em {
  padding: 4px 27px;
  font-size: 1.6rem;
  color: #788dab;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  margin-bottom: 40px;
}

.woocommerce-orders-table__cell-order-status {
  font-weight: 600;
}

.woocommerce-order .woocommerce-notice {
  margin-bottom: 0.8em;
}

.woocommerce-order h2,
.woocommerce-order h3,
.woocommerce-order h4 {
  margin-top: 1em;
  margin-bottom: 0.8em;
}

.woocommerce-order .woocommerce-notice,
.woocommerce-order .wc-bacs-bank-details-heading,
.woocommerce-order .woocommerce-order-details__title {
  color: #788dab;
  font-size: 2.1rem;
  font-weight: 600;
}

.order_details th {
  text-align: left;
}

.modal {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
  padding: 20px;
  opacity: 0;
  overflow: hidden;
  z-index: 999;
  pointer-events: none;
  overflow-y: auto;
  background-color: rgba(52, 52, 52, 0.7);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal.is-open {
  height: 100%;
  opacity: 1;
  pointer-events: auto;
}

.modal__inner-container {
  position: relative;
  max-width: 800px;
  max-height: 100%;
  padding: 50px 20px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 24px;
}

.button--popup-close {
  position: absolute;
  top: 5px;
  right: 5px;
}

.button--popup-close:not(:hover) {
  color: #788dab;
}

.modal__content {
  font-size: 1.6rem;
}

.modal__content,
.modal__content .widget__title {
  margin-bottom: 30px;
}

.modal__content p,
.modal__content li {
  margin-bottom: 0.8em;
}

.modal__content ul {
  padding-left: 0;
  list-style: none;
}

.modal__content li {
  padding-left: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 21 21'%3E%3Cpath fill='%233a8dee' d='M10.5,0A10.5,10.5,0,1,0,21,10.5,10.5,10.5,0,0,0,10.5,0Zm0,18.9a8.4,8.4,0,1,1,8.4-8.4A8.41,8.41,0,0,1,10.5,18.9ZM14.57,6.6,8.4,12.78l-2-2a1,1,0,0,0-1.48,1.48L7.67,15a1,1,0,0,0,1.48,0l6.92-6.92a1,1,0,0,0,0-1.48A1.06,1.06,0,0,0,14.57,6.6Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 4px;
}

.has-blue-color {
  color: #3a8dee;
}

.has-blue-light-color {
  color: #788dab;
}

.has-white-color {
  color: #fff;
}

.has-blue-background-color {
  background-color: #3a8dee;
}

.has-blue-ligh-background-color {
  background-color: #788dab;
}

.has-text-align-center,
.aligncenter,
.alignright {
  text-align: center;
}

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

.has-small-font-size {
  font-size: 1.6rem;
}

.has-large-font-size,
.has-huge-font-size {
  font-size: 2.1rem;
  line-height: 1.35;
}

.has-font-weight-300 {
  font-weight: 300;
}

@media (min-width: 600px) {
  .hidden--mobile {
    display: block;
  }

  .hidden--desktop {
    display: none;
  }

  .wp-block-media-text.is-style-hero .wp-block-media-text__content {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .template--about .site,
  .template--front .site {
    background-position: 100% 0;
  }

  .product__add-to-cart-wrapper {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    padding-right: 50px;
  }

  .coupon,
  .woocommerce-form-coupon {
    max-width: 430px;
  }
}

@media (min-width: 1024px) {
  .nav--prime-desktop {
    display: block;
  }

  .nav--prime-mobile {
    display: none;
  }

  .menu--top {
    display: flex;
  }

  .menu--top .menu-item {
    padding: 20px 0;
  }

  .menu--top .menu-item:not(:first-child) {
    margin-top: 0;
    margin-left: 30px;
  }

  .mini-cart-container {
    display: block;
  }

  .menu--bottom {
    display: flex;
    justify-content: center;
  }

  .custom-logo {
    max-width: unset;
    transform-origin: 0 50%;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .pagination {
    margin-top: 60px;
  }

  .share {
    margin-top: 60px;
  }

  .video-reviews {
    gap: 40px;
  }

  .video-reviews__item {
    width: calc(33.33% - 32px);
  }

  .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 40px;
  }

  .button--toggle {
    display: none;
  }

  .footer {
    margin-top: 120px;
  }

  .wp-block-group {
    padding: 40px 0;
  }

  .columns--2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .columns--3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .columns--4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .columns--gap-lg {
    gap: 40px;
  }

  .order-mobile--first {
    order: 1;
  }

  .order-desktop--first {
    order: 0;
  }

  .wp-block-media-text {
    grid-template-columns: 50% 1fr;
    grid-template-areas: "media content";
  }

  .wp-block-quote.is-style-large {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 100px;
    font-size: 2.6rem;
  }

  .wp-block-quote.is-style-large:before {
    font-size: 200px;
  }

  .has-4-columns .wc-block-grid__products {
    grid-template-columns: repeat(4, 1fr);
  }

  .wc-block-featured-product__wrapper {
    padding: 5% 10%;
  }

  .wp-block-media-text.is-style-hero {
    margin-bottom: 60px;
  }

  .wp-block-media-text.is-style-hero .wp-block-media-text__content {
    padding-top: 152px;
    padding-bottom: 40px;
    text-align: left;
  }

  .wp-block-media-text.is-style-hero .wp-block-buttons {
    justify-content: flex-start;
  }

  .wp-block-media-text.is-style-hero .wp-block-media-text__media {
    display: block;
  }

  .group--how-it-works .wp-block-image {
    margin-bottom: 30px;
  }

  .group--how-it-works .wp-block-columns {
    margin-bottom: 60px;
  }

  .table-benefits {
    flex-wrap: nowrap;
  }

  .table-benefits li {
    margin-top: 25px;
  }

  .table-benefits__regular {
    margin-top: 0;
    padding: 60px 40px 60px 60px;
    border-radius: 24px 0 0 24px;
  }

  .table-benefits__improved {
    padding: 70px 90px;
  }

  .group--hero:before {
    display: none;
  }

  .group--how-it-works:before {
    height: 780px;
    top: -20px;
    background-image: url("./assets/images/hiw-deco-right-min.png");
    background-position: 100% 0;
  }

  .group--benefits:before {
    height: 1200px;
    top: -220px;
    background-image: url("./assets/images/benefits-deco-left-min.png");
    background-position: 0 0;
  }

  .group--shop:before {
    height: 1100px;
    top: -100px;
    background-image: url("./assets/images/shop-deco-right-min.png");
    background-position: 100% 0;
  }

  .group--reviews-home:before {
    background-image: url("./assets/images/reviews-deco-left-min.png"), url("./assets/images/reviews-bg-min.png");
    background-position: 0 0, 0 100%;
  }

  .group--reviews-full:before {
    background-position: 100% 0;
  }

  .group--about:before {
    top: -150px;
    background-position: 100% 0;
  }

  .site {
    background-image: url("./assets/images/benefits-deco-left-min.png"), url("./assets/images/shop-deco-right-min.png");
    background-position: 0 -450px, 100% 40%;
  }

  .template--about .site,
  .template--front .site {
    background-image: url("./assets/images/hero-deco-left-min.png");
    background-position: 0 0;
  }

  .entry-page {
    padding-top: 152px;
  }

  .entry-shop .menu--categories {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .menu--categories {
    flex-wrap: nowrap;
  }

  .menu--categories .menu-item {
    margin: unset;
  }

  .menu--categories .menu-item:not(:first-child) {
    margin-left: 60px;
  }

  .products.columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .woocommerce-pagination {
    margin-top: 60px;
  }

  .page-numbers {
    width: 46px;
    height: 46px;
    margin: 0 8px;
    font-size: 2rem;
  }

  .entry-product .entry-title {
    font-size: 4.4rem;
  }

  .product__grid {
    display: flex;
  }

  .product__grid .summary {
    max-width: 55%;
    flex: 1 0 55%;
    padding-left: 30px;
  }

  .product__grid .summary .woocommerce-product-gallery {
    display: none;
  }

  .product__media {
    display: block;
    max-width: 45%;
    flex: 1 0 45%;
  }

  .woocommerce-product-gallery {
    position: sticky;
    top: 72px;
    padding-bottom: 0;
  }

  .woocommerce-product-gallery--columns-4 .flex-control-nav {
    grid-template-columns: repeat(4, 1fr);
  }

  .variations {
    font-size: 1.6rem;
  }

  .wc-pao-subtotal-line .price {
    font-size: 2.1rem;
  }

  .related.products {
    margin-top: 30px;
  }

  .cart__grid {
    grid-template-columns: 1fr 460px;
    gap: 40px;
  }

  .woocommerce-cart .cart__grid {
    grid-template-columns: 1fr 410px;
  }

  .cart-collaterals,
  .cart__order-wrapper {
    padding: 20px 30px 40px 30px;
    align-self: self-start;
  }

  .shop_table_responsive th.product-quantity {
    width: 105px;
  }

  .shop_table_responsive .product-thumbnail img {
    max-width: 40px;
  }

  .entry-account .woocommerce {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .entry-account .woocommerce .woocommerce-MyAccount-navigation {
    width: 220px;
  }

  .entry-account .woocommerce .woocommerce-MyAccount-content {
    width: calc(100% - 260px);
    margin-left: 40px;
  }

  #customer_login {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    width: 100%;
    max-width: 964px;
    margin-left: auto;
    margin-right: auto;
  }

  .woocommerce-order {
    padding: 0 20%;
  }

  .alignright {
    text-align: right;
  }
}

@media (min-width: 1366px) {
  h1 {
    font-size: 6.3rem;
  }

  h2 {
    font-size: 4.4rem;
  }

  h3 {
    font-size: 3.2rem;
  }

  h4 {
    font-size: 2.5rem;
  }

  h5 {
    font-size: 2.1rem;
  }

  .wpcf7 p {
    margin-bottom: 30px;
  }

  .mobile-nav {
    display: none;
  }

  .footer .custom-logo__wrapper {
    margin-bottom: 60px;
  }

  .columns--gap-md {
    gap: 50px;
  }

  .columns--gap-lg {
    gap: 70px;
  }

  .has-4-columns .wc-block-grid__products {
    gap: 40px 80px;
  }

  .wc-block-grid__product-title {
    font-size: 2.3rem;
  }

  .wc-block-grid__product-price {
    font-size: 2.5rem;
  }

  .wc-block-featured-product .wc-block-featured-product__price {
    font-size: 2.5rem;
  }

  .entry__header {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .entry__footer {
    margin-top: 40px;
    padding-top: 30px;
  }

  .wp-block-media-text.is-style-hero .wp-block-media-text__content {
    padding-top: 212px;
    padding-bottom: 100px;
  }

  .group--how-it-works .wp-block-column h3,
  .group--how-it-works .wp-block-column p {
    padding: 0 10%;
  }

  .price {
    font-size: 2.5rem;
  }

  .products {
    gap: 40px 80px;
  }

  .products .woocommerce-loop-product__title {
    font-size: 2.3rem;
  }

  .product__grid .summary {
    padding-left: 80px;
  }

  .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
  }

  .woocommerce-billing-fields__field-wrapper .form-row-wide {
    grid-column: 1/span 2;
  }

  .modal__inner-container {
    padding: 60px;
  }

  .button--popup-close {
    top: 20px;
    right: 20px;
  }

  .has-huge-font-size {
    font-size: 2.6rem;
  }
}

@media (min-width: 1700px) {
  .wp-block-media-text {
    grid-template-columns: 46% 1fr;
  }

  .wp-block-media-text.is-style-hero h1 {
    font-size: 7rem;
  }
}

@media (min-width: 1921px) {
  .footer:after {
    background-size: 100% auto;
  }
}

@media (max-width: 1023px) {
  .wp-block-columns.is-layout-flex,
  .woocommerce-Tabs-panel .wp-block-columns {
    flex-wrap: wrap !important;
    justify-content: center;
  }

  .woocommerce-Tabs-panel .wp-block-group p {
    overflow-wrap: anywhere;
  }

  .wp-block-spacer.is-style-hidden-mobile {
    display: none;
  }

  .woocommerce-Tabs-panel .wp-block-columns {
    flex-wrap: wrap !important;
    justify-content: center;
  }

  .woocommerce-Tabs-panel .wp-block-group p {
    overflow-wrap: anywhere;
  }

  .shop_table_responsive {
    background-color: #fff;
  }

  .shop_table_responsive thead {
    display: none;
  }

  .shop_table_responsive .cart_item {
    display: flex;
    flex-wrap: wrap;
  }

  .shop_table_responsive .product-remove {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    background-color: #f3f6ff;
  }

  .shop_table_responsive .remove {
    width: auto;
    padding: 20px 8px 12px 8px;
  }

  .shop_table_responsive .remove:before {
    content: attr(aria-label);
    display: inline-block;
    margin-right: 5px;
    font-size: 1.4rem;
    font-weight: 400;
  }

  .shop_table_responsive .product-thumbnail {
    width: 100%;
    display: none;
  }

  .shop_table_responsive .product-name,
  .shop_table_responsive .product-price,
  .shop_table_responsive .product-quantity,
  .shop_table_responsive .product-subtotal {
    width: 100%;
    display: flex;
  }

  .shop_table_responsive .product-name:before,
  .shop_table_responsive .product-price:before,
  .shop_table_responsive .product-quantity:before,
  .shop_table_responsive .product-subtotal:before {
    content: attr(data-title) ": ";
    display: block;
    margin-right: 12px;
    width: 90px;
    color: #788dab;
  }
}

@media (max-width: 480px) {
  .wc-block-grid.has-3-columns .wc-block-grid__product {
    padding: 30px 20px 0 20px;
  }
}