/*
Theme Name: DentKits Blocks
Author: Volodymyr B.
Requires at least: 6.1
Tested up to: 6.5
Requires PHP: 5.6
Version: 1.4
*/
html {
  box-sizing: border-box;
}

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

.has-shape-background a:not([class]) {
  text-decoration: underline;
}

@media (max-width: 63rem) {
  .has-shape-background {
    background-size: auto 100% !important;
  }
}
.wp-block-post-content {
  position: relative;
}

div[class*=has-shape--]::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  pointer-events: none;
}

.has-shape--left-yellow-gray::before,
.has-shape--left-blue::before,
.has-shape--left-blue-gray-lg::before {
  left: 0;
}

.has-shape--right-green-gray::before,
.has-shape--right-blue::before,
.has-shape--right-gray-yellow-md::before {
  right: 0;
}

@media (min-width: 64rem) {
  .has-shape--left-yellow-gray::before {
    height: 1196px;
    transform: translateY(-40%);
    background-image: url("./assets/images/shape-left-yellow-gray.webp");
  }
}

@media (min-width: 64rem) {
  .has-shape--right-green-gray::before {
    height: 1095px;
    transform: translateY(-50%);
    background-image: url("./assets/images/shape-right-green-gray.webp");
    background-position: 100% 0;
  }
}

@media (min-width: 64rem) {
  .has-shape--left-blue::before {
    height: 734px;
    transform: translateY(-40%);
    background-image: url("./assets/images/shape-left-blue.webp");
  }
}

.has-shape--left-blue-gray-lg::before {
  height: 954px;
  transform: translateY(-40px);
  background-image: url("./assets/images/shape-left-gray-lg.webp");
  background-position: 70% 90%;
}
@media (min-width: 64rem) {
  .has-shape--left-blue-gray-lg::before {
    background-image: url("./assets/images/shape-left-gray-lg.webp");
    background-position: 0 0;
  }
}

@media (min-width: 64rem) {
  .has-shape--right-blue::before {
    height: 777px;
    transform: translateY(10%);
    background-image: url("./assets/images/shape-right-blue.webp");
    background-position: 100% 0;
  }
}

.has-shape--right-gray-yellow-md::before {
  height: 976px;
  transform: translateY(-40px);
  background-image: url("./assets/images/shape-right-gray-yellow-md.webp");
  background-position: 0 0;
}
@media (min-width: 64rem) {
  .has-shape--right-gray-yellow-md::before {
    background-position: 100% 0;
  }
}

.page-template-default,
.page-template-front,
.woocommerce-page {
  background-repeat: no-repeat;
}

.page-template-default,
.woocommerce-page {
  background-image: url("./assets/images/shape-left-yellow-gray.webp");
  background-position: -100px -450px;
}
@media (min-width: 64rem) {
  .page-template-default,
  .woocommerce-page {
    background-image: url("./assets/images/shape-left-yellow-gray.webp"), url("./assets/images/shape-right-green-gray.webp");
    background-position: 0 -400px, 100% 35%;
  }
}

.page-template-front {
  background-image: none;
}
@media (min-width: 37.5rem) {
  .page-template-front {
    background-position: 100% 0;
  }
}
@media (min-width: 64rem) {
  .page-template-front {
    background-image: url("./assets/images/shape-left-blue-sm.webp");
    background-position: 0 0;
  }
}

.wp-block-button__link,
.wc-block-cart__submit-button,
.single_add_to_cart_button,
.button {
  min-width: 16.25rem;
  background-size: 200% auto;
  background-position: 0 0;
  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);
}
.wp-block-button__link:hover,
.wc-block-cart__submit-button:hover,
.single_add_to_cart_button:hover,
.button:hover {
  background-position: 80% 50%;
}

.wp-block-button:not(.is-style-outline, .is-style-dark) .wp-block-button__link,
.wc-block-cart__submit-button,
.woocommerce-form-login__submit,
.single_add_to_cart_button,
#place_order {
  background-image: linear-gradient(to right, #4285ec 0%, #0bbafb 50%, #4285ec 100%);
  box-shadow: 0 4px 16px 0 rgba(42, 156, 242, 0.4);
}
.wp-block-button:not(.is-style-outline, .is-style-dark) .wp-block-button__link:hover,
.wc-block-cart__submit-button:hover,
.woocommerce-form-login__submit:hover,
.single_add_to_cart_button:hover,
#place_order:hover {
  box-shadow: 0 6px 20px 0 rgba(42, 156, 242, 0.6);
}

.wp-block-button.is-style-outline > .wp-block-button__link {
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color, .has-background):hover {
  color: #3a8dee;
  border-color: #3a8dee;
}

.woocommerce-form-register__submit,
.woocommerce-form-coupon .button {
  background-image: linear-gradient(to right, #657791 0%, #8399b8 50%, #657791 100%);
  box-shadow: 0 4px 16px 0 rgba(120, 141, 171, 0.4);
}
.woocommerce-form-register__submit:hover,
.woocommerce-form-coupon .button:hover {
  box-shadow: 0 6px 20px 0 rgba(120, 141, 171, 0.6);
}

.wp-block-button__link.disabled,
.button.disabled {
  pointer-events: none;
}

.button-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #788dab;
  font-size: var(--wp--preset--font-size--large);
  line-height: 1;
  cursor: pointer;
  background: transparent;
  border: 0;
  border-radius: 50%;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.button-icon:hover {
  color: #3a8dee;
}

.input-text,
select {
  display: block;
  width: 100%;
  margin: 0;
  min-height: 3.125em;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2;
  border: 0;
  border-radius: 5px;
  border: 1px solid var(--wp--preset--color--tertiary);
  box-sizing: border-box;
  transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.input-text:focus,
select:focus {
  border-color: var(--wp--preset--color--primary);
  outline: 0;
}
.input-text:focus::placeholder,
select:focus::placeholder {
  opacity: 0.5;
}

.input-text,
.woocommerce-page .input-text,
.woocommerce-page .woocommerce-form-login .input-text,
select {
  padding: 0.7em 1.25em;
  color: var(--wp--preset--color--contrast);
  font-size: var(--wp--preset--font-size--small);
}

textarea.input-text {
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  resize: none;
}

select {
  padding-right: 40px;
  appearance: none;
  background-color: var(--wp--preset--color--base);
  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;
}

::placeholder {
  color: var(--wp--preset--color--tertiary);
}

label {
  font-weight: 600;
  color: var(--wp--preset--color--tertiary);
}

.wp-block-image {
  margin-bottom: 0.63rem;
}

.wp-block-table {
  max-width: 100%;
}
.wp-block-table th,
.wp-block-table td {
  border: 0;
  border-top: 1px solid #dde2ea;
  border-bottom: 1px solid #dde2ea;
}

.svg-icon {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  vertical-align: middle;
  fill: currentColor;
}

@media (max-width: 63rem) {
  .is-layout-flex.grid-mobile {
    display: grid;
  }
  .grid-mobile-2-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 37.5rem) {
  .wc-block-grid .wc-block-grid__products {
    margin: 0;
    display: grid;
    gap: clamp(1.88rem, 2.78vw, 2.5rem) clamp(1.88rem, 4.17vw, 3.75rem);
  }
  .wc-block-grid.has-3-columns .wc-block-grid__product, .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: unset;
    max-width: unset;
  }
  .wc-block-grid.has-4-columns .wc-block-grid__products {
    grid-template-columns: repeat(2, 1fr);
  }
  .wc-block-grid.has-3-columns .wc-block-grid__products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 64rem) {
  .wc-block-grid.has-4-columns .wc-block-grid__products {
    grid-template-columns: repeat(4, 1fr);
  }
}

.wc-block-grid__product {
  border: 0;
}
@media (max-width: 36.5rem) {
  .wc-block-grid__product:not(:first-child) {
    margin-top: 2rem;
  }
}
.wc-block-grid__product .wc-block-grid__product-title {
  margin-top: 1.25rem;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--xx-large);
}
@media (min-width: 37.5rem) {
  .wc-block-grid__product .wc-block-grid__product-title {
    font-size: var(--wp--preset--font-size--large);
  }
}
.wc-block-grid__product .wc-block-grid__product-price {
  margin-top: 1.25rem;
  margin-bottom: 0;
}
.wc-block-grid__product .wc-block-grid__product-image,
.wc-block-grid__product .wc-block-grid__product-link {
  display: block;
}

.wc-block-grid__product-image {
  position: initial;
}
.wc-block-grid__product-image img {
  display: block;
  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-block-post-template .wp-block-post,
.wc-block-grid__product .wc-block-grid__product-link {
  color: var(--wp--preset--color--tertiary);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.products-block-post-template .wp-block-post:hover, .products-block-post-template .wp-block-post:hover,
.wc-block-grid__product .wc-block-grid__product-link:hover,
.wc-block-grid__product .wc-block-grid__product-link:hover {
  color: #3a8dee;
  text-decoration: none;
}
.products-block-post-template .wp-block-post:hover .wc-block-grid__product-image img, .products-block-post-template .wp-block-post:hover .wc-block-grid__product-image img,
.wc-block-grid__product .wc-block-grid__product-link:hover .wc-block-grid__product-image img,
.wc-block-grid__product .wc-block-grid__product-link:hover .wc-block-grid__product-image img {
  box-shadow: 0 6px 38px 0 rgba(52, 52, 52, 0.2);
}

.text__from {
  display: none;
}

@media (min-width: 64rem) {
  .products-block-post-template {
    row-gap: var(--wp--preset--spacing--30) !important;
  }
}
.products-block-post-template .wp-block-post {
  position: relative;
}
.products-block-post-template a::before {
  content: " ";
  display: block;
  position: absolute;
  inset: 0;
}

.wp-block-details summary::before {
  content: "+";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1;
}
.wp-block-details[open] > summary::before {
  content: "-";
}

footer.wp-block-template-part {
  position: relative;
}
footer.wp-block-template-part::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -239px;
  height: 240px;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  background-image: url("./assets/images/footer-bg-top.webp");
  background-repeat: no-repeat;
  background-position: 50% 0;
}
@media (min-width: 1921px) {
  footer.wp-block-template-part::before {
    background-size: 100% auto;
  }
}

header.wp-block-template-part {
  display: block;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  border-bottom: 1px solid #d0d7e2;
  transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
header.wp-block-template-part .wp-block-button__link {
  min-width: unset;
}
header.is-scrolled {
  border-color: transparent;
  box-shadow: 0 8px 24px 0 rgba(52, 52, 52, 0.1);
}
header.is-scrolled .custom-logo {
  transform: scale(0.8);
}
@media (min-width: 105rem) {
  header .wp-block-group {
    padding-left: var(--wp--preset--spacing--80) !important;
    padding-right: var(--wp--preset--spacing--80) !important;
  }
}

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

@media (max-width: 63rem) {
  .woocommerce .custom-logo {
    max-width: 160px;
  }
}
header .wp-block-navigation-item__content {
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-position 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}
header .wp-block-navigation-item__content:hover {
  color: #3a8dee;
  text-decoration: none;
}

@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  header .wp-block-navigation-item__content {
    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);
  }
  header .wp-block-navigation-item__content:hover {
    background-position: 0 100%;
  }
}
.wp-block-navigation__responsive-container-close {
  top: 20px;
  right: 20px;
}

.wp-block-navigation .has-account-link {
  display: none !important;
}

.logged-in .has-login-link {
  display: none !important;
}
.logged-in .has-account-link {
  display: flex !important;
}

.has-cart-link a {
  position: relative;
}
.has-cart-link a::after {
  content: " ";
  display: none;
  position: absolute;
  left: calc(50% - 3px);
  top: -6px;
  height: 6px;
  width: 6px;
  background-color: #489bfa;
  border-radius: 3px;
}

.cart-not-empty .has-cart-link a:after {
  display: inline-block;
  animation: 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate circleBounce;
}

@keyframes circleBounce {
  0% {
    transform: scale(1, 1) translateY(-5px);
  }
  50% {
    transform: scale(1.2, 0.8) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(-5px);
  }
}
.yoast-breadcrumbs {
  margin-top: 0.5rem;
  color: #788dab;
  text-align: center;
}
.yoast-breadcrumbs a:not(:hover) {
  color: currentColor;
  text-decoration: none;
}

.social-reviews {
  display: block;
  position: relative;
  min-height: 29.63rem;
}
.social-reviews.is-loading::after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 3px solid currentColor;
  border-color: #3a8dee transparent #3a8dee transparent;
  animation: dualRing 1.2s linear infinite;
}

.social-reviews__container {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 37.5rem) {
  .social-reviews__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 64rem) {
  .social-reviews__container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 105rem) {
  .social-reviews__container {
    grid-template-columns: repeat(4, 1fr);
  }
}

.social-review {
  display: flex;
  flex-direction: column;
  min-width: 1rem;
  min-height: 14.13rem;
  padding: 1.25rem 1.56rem 1.13rem 1.56rem;
  text-align: left;
  font-size: 15px;
  color: #555;
  background-color: white;
  border-radius: 0.56rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.social-review-header,
.social-review-footer {
  display: flex;
  flex-shrink: 0;
}

.social-review__media {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  margin-right: 0.63rem;
}
.social-review__media img {
  display: block;
  border-radius: 50%;
}

.social-review__info {
  flex-grow: 1;
  line-height: 1.4;
}

.social-review__name {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.social-review__name a {
  font-weight: 600;
}
.social-review__stars {
  --star-size: 20px;
  --rating-value: 5;
  position: relative;
  height: var(--star-size);
}
.social-review__stars::before, .social-review__stars::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.social-review__stars::before {
  width: calc(var(--star-size) * 5);
  opacity: 0.4;
  filter: grayscale(100%);
}
.social-review__stars::after {
  width: calc(var(--star-size) * var(--rating-value));
}

.social-review--google .social-review__stars::before, .social-review--google .social-review__stars::after {
  background: url("./assets/images/yellow-star-icon.svg");
}

.social-review--trustpilot .social-review__stars::before, .social-review--trustpilot .social-review__stars::after {
  background: url("./assets/images/green-star-icon.svg");
}

.social-review-body {
  flex-grow: 1;
  position: relative;
  margin-top: 0.75rem;
  margin-bottom: 0.63rem;
  line-height: 1.6;
}

.social-review-body--ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

@supports not ((-webkit-line-clamp: 4) or (-webkit-box-orient: vertical)) {
  .social-review-body--ellipsis {
    max-height: 97px;
    overflow-y: auto;
  }
  .social-review-body--ellipsis::-webkit-scrollbar {
    width: 4px;
  }
  .social-review-body--ellipsis::-webkit-scrollbar-track {
    background-color: #e3e7ee;
    border-radius: 2px;
  }
  .social-review-body--ellipsis::-webkit-scrollbar-thumb {
    background-color: #b7c2d2;
    border-radius: 2px;
    box-shadow: none;
  }
}
.social-review-footer {
  justify-content: space-between;
}

.social-review__link {
  display: flex;
  align-items: center;
  height: 24px;
  padding-left: 30px;
  white-space: nowrap;
  line-height: 1;
  font-size: 0.85em;
  font-weight: 600;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 24px;
}
.social-review__link:hover {
  text-decoration: underline;
}

.social-review__link:not(:hover) {
  color: #788dab;
}

.social-reviews__toggle--google,
.social-review--google .social-review__link {
  background-image: url("./assets/images/google-icon.svg");
}

.social-reviews__toggle--trustpilot,
.social-review--trustpilot .social-review__link {
  background-image: url("./assets/images/trustpilot-icon.svg");
}

.social-reviews__toggle--youtube {
  background-image: url("./assets/images/youtube-icon.svg");
}

.video-review {
  display: block;
  position: relative;
  min-width: 1rem;
  width: 100%;
  min-height: 14.13rem;
  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-review:hover {
  box-shadow: 0 6px 20px 0 rgba(42, 156, 242, 0.6);
}
.video-review:hover:after {
  background-color: rgba(58, 141, 238, 0.1);
}
.video-review iframe {
  height: 100%;
  object-fit: cover;
}

.js-youtube__button {
  position: absolute;
  inset: 0;
  background-image: url(./assets/images/play-icon.webp);
  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 {
  height: 100%;
}
.js-youtube__container[loaded] {
  position: relative;
  z-index: 1;
}

.social-reviews__filter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.63rem;
  margin-bottom: 1.88rem;
  font-size: 1rem;
  line-height: 1;
}
.social-reviews__filter span {
  display: inline-block;
  margin-right: 0.63rem;
  font-size: 1rem;
  font-weight: 600;
  color: #788dab;
}

.social-reviews__toggle {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 12px 0 40px;
  font-weight: 600;
  font-size: 0.94rem;
  text-transform: uppercase;
  color: #788dab;
  background-color: #f3f6ff;
  background-repeat: no-repeat;
  background-position: 12px 50%;
  background-size: 20px auto;
  border-radius: 20px;
  border: 1px solid #c7cfdc;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.social-reviews__toggle:hover, .social-reviews__toggle.is-active {
  color: #3a8dee;
  text-decoration: none;
  background-color: #fff;
  border-color: #3a8dee;
}

.social-reviews__toggle--all {
  padding-left: 12px;
}

.social-reviews__cta {
  display: none;
  margin-top: 1.88rem;
  text-align: center;
}

.is-show-cta .social-reviews__cta {
  display: block;
}

.social-reviews__loadmore {
  position: relative;
  font-size: var(--wp--preset--font-size--medium);
}
.social-reviews__loadmore::after {
  content: " ";
  display: none;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 3px solid currentColor;
  border-color: currentColor transparent currentColor transparent;
  animation: dualRing 1.2s linear infinite;
}
.social-reviews__loadmore span {
  pointer-events: none;
  transition: opacity 0.2s;
}
.social-reviews__loadmore.disabled::after {
  display: block;
}
.social-reviews__loadmore.disabled span {
  opacity: 0.3;
}

@keyframes dualRing {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.custom-quantity {
  display: block;
  position: relative;
}
.custom-quantity input[type=number]::-webkit-outer-spin-button, .custom-quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.custom-quantity input[type=number][type=number] {
  -moz-appearance: textfield;
}
.custom-quantity .button-icon {
  position: absolute;
  top: 0;
  height: 100%;
  aspect-ratio: 1;
}
.custom-quantity .button-icon.qty-down {
  left: 0;
}
.custom-quantity .button-icon.qty-up {
  right: 0;
}

.reset_variations {
  display: none !important;
}

.variations {
  position: relative;
  margin: 0.5em 0 !important;
  width: 100%;
  font-size: 0.94rem;
}
@media (min-width: 64rem) {
  .variations {
    font-size: 1rem;
  }
}
.variations .value select {
  position: absolute;
  left: -9999px;
  width: 1px;
  opacity: 0;
  pointer-events: none;
}
.variations .label {
  display: none;
}

.custom-variations {
  display: block;
}

.custom-variations__title {
  margin: 0 0 1rem;
  font-size: 1.13rem;
  color: #788dab;
}

.custom-variations__list {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.custom-variations__list input[type=radio] {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}
.custom-variations__list input[type=radio]:checked + label {
  color: #fff;
  background-color: #3a8dee;
}
.custom-variations__list label {
  display: inline-block;
  margin-bottom: 0;
  padding: 10px 20px;
  line-height: 1;
  font-weight: 600 !important;
  font-size: 16px;
  color: #4e4e4e;
  cursor: pointer;
  background-color: #f2f5ff;
  border-radius: 20px;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.custom-variations__list label:hover {
  color: #fff;
  background-color: #3a8dee;
}

.post-share {
  display: flex;
  align-items: center;
  margin-top: 1.88rem;
  margin-bottom: 1.88rem;
}

.post-share__heading {
  margin-right: 0.63rem;
  color: #788dab;
  font-size: 1rem;
}

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

.post-share__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 0.63rem;
  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);
}
.post-share__link:hover {
  color: #3a8dee;
}
.post-share__link .svg-icon {
  width: 20px;
  height: 20px;
}

.wp-block-woocommerce-product-price,
.price {
  display: block;
  margin-bottom: 0;
  font-size: var(--wp--preset--font-size--large);
  color: #3a8dee;
  font-weight: 600;
  line-height: 1;
}
.wp-block-woocommerce-product-price del,
.wp-block-woocommerce-product-price .subscription-details,
.price del,
.price .subscription-details {
  color: #788dab;
}
.wp-block-woocommerce-product-price del,
.price del {
  font-size: 0.8em;
}
.wp-block-woocommerce-product-price .subscription-details,
.price .subscription-details {
  font-size: 0.7em;
}

ins {
  text-decoration: none;
}

.woocommerce div.product p.price del {
  opacity: 1;
}

.product-type-variable .summary > .price {
  display: none;
}

.product > .alignfull {
  margin-right: calc(var(--wp--style--root--padding-right) * -1);
  margin-left: calc(var(--wp--style--root--padding-left) * -1);
}

.woocommerce-page div.product div.images,
.woocommerce-page div.product div.summary {
  float: unset;
  width: 100%;
}

@media (min-width: 64rem) {
  .product-grid {
    display: grid;
    gap: clamp(2.5rem, 4.2vw, 5.63rem);
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 64rem) {
  .product-grid .woocommerce-product-gallery {
    position: sticky !important;
    top: 72px;
  }
}

.product_title {
  font-size: 2.13rem;
}
@media (min-width: 64rem) {
  .product_title {
    font-size: 2.63rem;
  }
}

.woocommerce-product-details__short-description > * {
  margin-bottom: 0.7em;
}
.woocommerce-product-details__short-description ul, .woocommerce-product-details__short-description ol {
  padding-left: 1.3em;
}
.woocommerce-product-details__short-description li {
  margin-bottom: 0.5em;
}

.product__add-to-cart-wrapper {
  max-width: 300px;
}

.custom-quantity {
  display: none;
}

.woocommerce div.product form.cart div.quantity {
  display: block;
  margin: 0;
}
.woocommerce div.product form.cart div.quantity .qty {
  width: 100%;
  margin: 0;
  padding: 0.844em 2.5em;
  font-weight: 600;
  line-height: 1;
  border-radius: 1.6875em;
}

.wc-block-cart__sidebar,
.cart-collaterals,
.checkout__order-wrapper {
  padding: 20px 30px;
  background-color: var(--wp--preset--color--base);
  border-radius: 5px;
  border: 1px dashed #d0d7e2;
}
@media (min-width: 64rem) {
  .wc-block-cart__sidebar,
  .cart-collaterals,
  .checkout__order-wrapper {
    align-self: self-start;
  }
}

.wc-block-components-totals-wrapper.slot-wrapper p {
  margin-bottom: 1rem;
  border: 0;
}

.woocommerce-checkout main .woocommerce {
  max-width: 1300px;
}
.woocommerce-checkout h3 {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  font-size: var(--wp--preset--font-size--x-large);
}

form.woocommerce-checkout {
  margin-top: var(--wp--preset--spacing--40);
}

.woocommerce form .form-row .required {
  color: rgba(170, 0, 0, 0.65);
}

.checkout-grid {
  display: grid;
  gap: clamp(1.88rem, 3.47vw, 3.13rem);
}
@media (min-width: 64rem) {
  .checkout-grid {
    grid-template-columns: 1fr 460px;
  }
}
.checkout-grid .col2-set .col-1,
.checkout-grid .col2-set .col-2 {
  float: none;
  width: 100%;
}

@media (min-width: 64rem) {
  .woocommerce-billing-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(18px, 1.67vw, 1.5rem);
  }
  .woocommerce-billing-fields__field-wrapper .form-row-wide {
    grid-column: 1/span 2;
  }
}

#ship-to-different-address {
  float: none;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  margin-top: 0.4rem;
}

.woocommerce table.shop_table {
  width: 100%;
  border: 0;
  font-size: 16px;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  padding: 12px 0;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 600;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  font-size: 1rem;
  background: #fff;
  border-radius: 0;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  border-color: #f3f6ff;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  margin-top: 5px;
}
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0;
}
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -3px 0 0 0.5em;
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 0;
}
#add_payment_method #payment div.payment_box,
#add_payment_method #payment fieldset,
.woocommerce-cart #payment div.payment_box,
.woocommerce-cart #payment fieldset,
.woocommerce-checkout #payment div.payment_box,
.woocommerce-checkout #payment fieldset {
  padding: 1em;
  margin: 1em 0;
  color: var(--wp--preset--color--contrast);
  background-color: #f3f6ff;
  border: 0;
  border-radius: 5px;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #f3f6ff;
}

.woocommerce-checkout-review-order-table label {
  color: inherit;
}

.checkout-grid label.checkbox,
.checkout-grid input[type=radio] + label {
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.checkout-grid label.checkbox:hover,
.checkout-grid input[type=radio] + label:hover {
  color: var(--wp--preset--color--contrast);
}

.woocommerce-checkout-payment label {
  font-size: 0.94rem;
}
.woocommerce-checkout-payment label img {
  height: 26px;
  width: auto;
}

.wc-payment-form label {
  color: #60789a !important;
}
.wc-payment-form .wc-stripe-elements-field,
.wc-payment-form .wc-stripe-iban-element-field {
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #788dab;
  border-radius: 5px;
}

#place_order.ppcp-hidden {
  color: var(--wp--preset--color--base);
  font-size: clamp(1.125rem, 1.25rem + (1vw - 0.48rem) * 8.4135, 1.25rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
  padding-top: 0.85em;
  padding-bottom: 0.85em;
  cursor: pointer;
  border: 0;
  border-radius: 1.35em;
}

.woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper,
.woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper label,
.woocommerce form .place-order .form-row label {
  display: block;
  font-size: 0.88rem;
  line-height: inherit;
}

#place_order {
  width: 100%;
}

#payment_method_affirm + label img {
  margin-top: -12px !important;
}

.woocommerce form .form-row .input-checkbox {
  position: inherit;
  opacity: 1;
  left: unset;
  z-index: unset;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  width: 100%;
  max-width: 480px;
  margin: 20px 0;
  padding: 30px clamp(20px, 2.08vw, 30px);
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #d0d7e2;
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: none;
  width: 100%;
}

.woocommerce form .form-row {
  padding: 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  margin: 0;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  line-height: 1;
  font-size: 0.88rem;
}

.woocommerce-form-login p:not([class]),
.woocommerce-form-coupon p:not([class]) {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.4;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
  margin-bottom: 1rem;
}

.lost_password {
  text-align: center;
}

.woocommerce-form-register__submit {
  display: block;
  width: 100%;
}
@media (min-width: 64rem) {
  .woocommerce-form-register__submit {
    margin: 35px 0 29px;
  }
}

.checkout_coupon .form-row-first {
  margin: 30px 0 20px;
}
.checkout_coupon .button {
  width: 100%;
}

.wc-block-components-notice-banner {
  border-radius: 5px;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward {
  min-width: unset;
  padding: 4px 12px !important;
  text-decoration: none;
  font-size: 14px;
  color: var(--wp--preset--color--tertiary) !important;
  border: 1px solid #d0d7e2;
  background: #fff !important;
  opacity: 1;
}
.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:hover {
  color: var(--wp--preset--color--primary) !important;
}

.woocommerce-account main .woocommerce {
  min-height: 31.25rem;
  margin-bottom: var(--wp--preset--spacing--40);
}
@media (min-width: 64rem) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 28%;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  padding: 0;
  border: 1px solid #dde2ea;
  border-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:first-child {
  border-top: 1px solid #dde2ea;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: block;
  padding: clamp(0.63rem, 1.04vw, 0.94rem) clamp(1.25rem, 2.08vw, 1.88rem);
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
  min-width: unset;
  margin: 0.2em !important;
  padding: 0.5em 1em;
  font-size: var(--wp--preset--font-size--x-small);
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .view,
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .cancel {
  background-color: #788dab;
}

.woocommerce-MyAccount-content .wp-element-button {
  font-size: var(--wp--preset--font-size--small);
}
.woocommerce-MyAccount-content form .form-row,
.woocommerce-MyAccount-content h3,
.woocommerce-MyAccount-content p {
  margin-bottom: 1rem;
}
.woocommerce-MyAccount-content h3 {
  font-size: var(--wp--preset--font-size--large);
}
.woocommerce-MyAccount-content .woocommerce-Address {
  margin-top: 1rem;
  font-size: var(--wp--preset--font-size--small);
}
.woocommerce-MyAccount-content .form-row em {
  font-size: var(--wp--preset--font-size--x-small);
}
.woocommerce-MyAccount-content fieldset {
  margin: 2rem 0;
  padding: 20px;
  border: 1px solid #dde2ea;
  border-radius: 24px;
}
.woocommerce-MyAccount-content legend {
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: 600;
  color: #788dab;
}
.woocommerce-MyAccount-content .woocommerce-order-details__title {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: var(--wp--preset--font-size--x-large);
}
.woocommerce-MyAccount-content .woocommerce-column__title {
  margin-bottom: 0.5rem;
}

#order_review #payment ul.payment_methods li img {
  max-height: 26px;
  width: auto;
}

.affirm-as-low-as,
.partiallyWidget {
  line-height: 1.2;
  font-weight: 600;
  font-size: 1rem;
  font-family: inherit !important;
  color: var(--wp--preset--color--tertiary);
}

.partiallyWidget > p {
  display: inline-block;
  margin-right: 0.5em !important;
  color: var(--wp--preset--color--tertiary);
}

.partiallyWidget .partiallyWidgetOpener {
  --accent-color: var(--wp--preset--color--primary);
}
.partiallyWidget .partiallyWidgetOpener:not(:hover) {
  text-decoration: none;
}

.affirm-as-low-as {
  margin: 0 0 1rem !important;
}

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