/*!**********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./wp-content/themes/petcaelum/assets/scss/master.scss ***!
  \**********************************************************************************************************************************************/
* {
  box-sizing: border-box;
}

body {
  background-color: white;
}

:root {
  --color-blue: #2563eb;
  --color-blue-secondary: #73809d;
  --color-green: #30cb4d;
  --inside-width: 1280px;
}

h1, h2, h3 {
  line-height: 1.2;
}

section {
  max-width: 1280px;
  margin: 0 auto;
}

.backurl {
  border: 1px solid #e1e1e1;
  font-size: 0.8rem;
  padding: 4px 8px;
  margin-top: 8px;
  line-height: 1;
  display: inline-block;
  border-radius: 4px;
}
.backurl .material-icons-outlined {
  font-size: 1rem;
  height: 16px;
  margin-right: 4px;
  line-height: 16px;
}

.input-wrapper {
  border: 1px solid black;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.input-wrapper .ico {
  width: 58px;
  height: 58px;
  position: absolute;
  pointer-events: none;
}
.input-wrapper .ico .material-icons-outlined {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.input-wrapper .inp {
  flex: 1;
}
.input-wrapper input[type=text],
.input-wrapper input[type=number],
.input-wrapper select,
.input-wrapper input[type=password] {
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  line-height: 56px;
  height: 56px;
  padding-left: 65px;
  outline: none;
  border: none;
}
.input-wrapper input[type=text]:focus,
.input-wrapper input[type=number]:focus,
.input-wrapper select:focus,
.input-wrapper input[type=password]:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-wrapper select {
  border-radius: 15px;
}

.gyik-list {
  width: 750px;
  margin: 0 auto;
  max-width: 100%;
}
.gyik-list .gyik {
  border: 1px solid #96a4bd;
  border-radius: 12px;
}
.gyik-list .gyik .question {
  font-weight: bold;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.2;
  cursor: pointer;
  padding: 16px;
}
.gyik-list .gyik .question .switcher {
  vertical-align: middle;
  position: relative;
  flex-basis: 20px;
}
.gyik-list .gyik .question .switcher:before {
  font-weight: normal !important;
  font-family: "Material Icons";
  content: "expand_more";
  -webkit-font-feature-settings: "liga";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.gyik-list .gyik .ans {
  font-size: 0.95rem;
  line-height: 1.55;
  display: none;
  padding: 16px;
}
.gyik-list .gyik .ans a, .gyik-list .gyik .ans a:visited {
  color: var(--color-blue) !important;
}
.gyik-list .gyik.opened {
  background-color: #f6fcff;
  border-color: #d4dff3;
}
.gyik-list .gyik.opened .question .switcher:before {
  content: "expand_less";
}
.gyik-list .gyik + .gyik {
  margin-top: 16px;
}

.wp-block-group__inner-container p {
  padding: 12px 0;
}

.contact-table table,
.contact-table table td,
.contact-table table th {
  border: none !important;
}

.no-pets-added .material-icons-outlined {
  vertical-align: text-top;
  margin-right: 10px;
}

.thin-button-a a {
  padding: 4px 8px !important;
}

.feature-list li {
  line-height: 1.8;
  font-size: 1.25rem;
  padding-left: 40px;
  position: relative;
  margin: 6px 0;
}
.feature-list li:before {
  position: absolute;
  font-family: "Material Icons";
  content: "done";
  -webkit-font-feature-settings: "liga";
  font-size: 26px;
  height: 26px;
  line-height: 26px;
  width: 26px;
  color: var(--color-blue);
  left: 0;
  top: 6px;
}

.leader {
  /* Default */
  /* background-image: url('../../images/petcaelum-lead-bg.webp'); */
  /* V2 */
  background-image: url(43895e23290db0ddfd5a.webp);
  /* AI */
  /*background-image: url('../../images/petcaelum-lead-ai-v1.webp');*/
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  overflow: hidden;
}
.leader .lead > p,
.leader .lead > h1 {
  text-shadow: 2px 2px 11px BLACK;
  color: white;
}

body.home .register {
  position: relative;
}
body.home .register:before {
  content: "";
  background-image: url(5738105b20c16c55c4f7.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 574px;
  height: 423px;
  position: absolute;
  z-index: 1;
  left: -246px;
  bottom: -127px;
  pointer-events: none;
}
body.home .register:after {
  content: "";
  background-image: url(c9674b73ac496ee220b3.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 161px;
  height: 238px;
  position: absolute;
  z-index: 20;
  left: -89px;
  bottom: -127px;
  pointer-events: none;
  -webkit-filter: drop-shadow(5px 5px 25px #333);
  filter: drop-shadow(5px 5px 25px #333);
}
body.home .register .bg-white {
  position: relative;
  z-index: 10;
}

header nav .sub-menu {
  display: none;
  position: absolute;
  background-color: white;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  padding: 6px 0;
}
header nav .sub-menu li {
  white-space: nowrap;
  padding: 4px 8px;
}
header nav .sub-menu li a {
  padding: 5px 10px;
  display: block;
  border-radius: 4px;
  color: black;
}
header nav .sub-menu li a:hover {
  background-color: #f1f1f1;
}
header nav ul > li {
  padding: 15px;
  position: relative;
}
header nav ul > li.menu-item-has-children {
  padding-right: 20px;
}
header nav ul > li.menu-item-has-children:after {
  position: absolute;
  font-family: "Material Icons";
  content: "keyboard_arrow_down";
  -webkit-font-feature-settings: "liga";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  width: 14px;
  color: #acacac;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
header nav ul > li.current-menu-item > a {
  color: var(--color-blue);
}
header nav ul > li:hover > a {
  color: var(--color-blue);
}
header nav ul > li:hover .sub-menu {
  display: block;
}

input[type=checkbox].cb {
  display: none;
}

input[type=checkbox].cb + label {
  display: block;
  position: relative;
  padding-left: 32px;
  --check-size: 24px;
}
input[type=checkbox].cb + label a, input[type=checkbox].cb + label a:visited {
  color: var(--color-blue);
  font-weight: 500;
}
input[type=checkbox].cb + label:before {
  position: absolute;
  font-family: "Material Icons";
  content: "check_box_outline_blank";
  -webkit-font-feature-settings: "liga";
  font-size: var(--check-size);
  height: var(--check-size);
  line-height: var(--check-size);
  width: var(--check-size);
  color: #b2b2c5;
  left: 0;
  top: 0;
  cursor: pointer;
}

.alert {
  margin: 15px 0 10px 0;
  border-radius: 10px;
  background-color: white;
  padding: 10px 15px;
  line-height: 1.4;
  font-size: 0.9rem;
}
.alert.alert-success {
  border: 2px solid #279513;
  color: #279513;
}
.alert.alert-danger {
  border: 2px solid #e96f6f;
  color: #e96f6f;
}

input[type=checkbox].cb:checked + label:before {
  content: "check_box";
  color: var(--color-blue);
}

body.belepes #content {
  background-image: url(3b13fe110503a82caf21.webp);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
body.belepes footer {
  margin-top: 0;
}

.pets-dashboard h3 {
  font-size: 1.7rem;
  margin: 0 0 20px 0;
}
.pets-dashboard .pet.active, .pets-dashboard .pet:hover {
  background-color: #32325b;
  color: white;
}

.add-to-cart-login-requirement {
  margin-top: 10px;
  border: 1px solid #ffb55a;
  color: #ffb55a;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 0.88rem;
  display: inline-block;
}

.available-in-cats {
  margin: 10px 0;
  font-size: 0.95rem;
}
.available-in-cats ul {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 5px;
}
.available-in-cats ul li {
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  position: relative;
  flex: 0 0 80px;
}
.available-in-cats ul li a {
  display: block;
  text-transform: uppercase;
  padding: 5px 8px;
  font-size: 0.86rem;
  color: #7c7c7c;
  text-align: center;
}
.available-in-cats ul li.inactive:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #c9c9c9;
  transform: rotate(-19deg);
  left: 0;
  bottom: 15px;
  pointer-events: none;
}
.available-in-cats ul li.inactive a {
  cursor: not-allowed;
}
.available-in-cats ul li.active {
  background-color: var(--color-blue-secondary);
  border-color: var(--color-blue-secondary);
}
.available-in-cats ul li.active a {
  color: white;
}

.pets {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin: 2rem 0;
}
.pets > .pet {
  flex: 0 0 25%;
  text-align: center;
}
.pets > .pet .image {
  transition: transform 0.4s !important;
}
.pets > .pet .image > .wrapper {
  outline: 5px solid transparent;
  transition: outline 0.4s !important;
}
.pets > .pet .image a {
  display: block;
}
.pets > .pet .name,
.pets > .pet .owner {
  text-align: center;
}
.pets > .pet .name {
  margin-top: 12px;
}
.pets > .pet .name,
.pets > .pet .name a {
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: bold;
}
.pets > .pet .owner {
  color: #858383;
}
.pets > .pet:hover .image {
  transform: scale(1.1);
}
.pets > .pet:hover .image > .wrapper {
  outline: 5px solid #d6e4ed;
}

.previewer .wp-block-group {
  justify-content: space-between;
}
.previewer .preview-demo {
  position: relative;
  width: 340px;
}
.previewer .preview-demo .container {
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
}
.previewer .preview-demo .container .fragment {
  border-radius: 25px;
  box-shadow: 0 0 70px -35px black;
}
.previewer .preview-demo .container .pre-center {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 380px;
  height: 668px;
  position: relative;
  z-index: 1;
}
.previewer .preview-demo .container .pre-left {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 2;
  width: 260px;
  height: 254px;
  top: 42%;
  transform: translateY(-50%);
  left: -38%;
}
.previewer .preview-demo .container .pre-right {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 2;
  width: 258px;
  height: 329px;
  top: 60%;
  transform: translateY(-50%);
  right: -38%;
}

.product-list {
  display: flex;
  gap: 24px;
  margin: 24px 0;
}
.product-list > .product {
  flex: 0 0 25%;
}
.product-list > .product .title {
  text-align: center;
  margin: 12px 0;
  height: 48px;
  overflow: hidden;
}
.product-list > .product .title a {
  text-align: center;
  text-transform: uppercase;
  color: black;
  font-weight: bold;
}
.product-list > .product .price {
  text-align: center;
  text-transform: uppercase;
  color: var(--color-green);
  font-weight: bold;
}
.product-list > .product .more {
  text-align: center;
}
.product-list > .product .more a {
  border: 1px solid #ababab;
  color: #6e7e8f;
  font-weight: 500;
  font-size: 0.85rem;
  display: inline-block;
  margin: 15px auto;
  padding: 5px 15px;
  border-radius: 10px;
}

.mobile-menu {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding-top: 77px;
}
.mobile-menu.opened {
  display: block;
}
.mobile-menu .menu-fomenu-container {
  padding: 0 4px;
}
.mobile-menu .menu-fomenu-container .sub-menu {
  margin-left: 12px;
  display: none;
}
.mobile-menu .menu-fomenu-container .sub-menu li,
.mobile-menu .menu-fomenu-container .sub-menu li a {
  font-size: 1rem;
  font-weight: 500;
  color: #71819f;
}
.mobile-menu .menu-fomenu-container ul li {
  position: relative;
}
.mobile-menu .menu-fomenu-container ul li:hover > .sub-menu {
  display: block !important;
}
.mobile-menu .menu-fomenu-container ul li > a {
  display: block;
  padding: 10px 12px;
}
.mobile-menu .menu-fomenu-container ul li.menu-item-has-children:after {
  position: absolute;
  font-family: "Material Icons";
  content: "chevron_right";
  -webkit-font-feature-settings: "liga";
  top: 4px;
  right: 10px;
  height: 42px;
  width: 42px;
  text-align: center;
  vertical-align: middle;
  line-height: 42px;
}
.mobile-menu .menu-fomenu-container ul li,
.mobile-menu .menu-fomenu-container ul li > a {
  font-weight: bold;
  font-size: 1.2rem;
}
.mobile-menu .menu-fomenu-container ul li + li {
  margin-top: 4px;
}

.payment-backref h1 {
  font-size: 2.2rem;
  font-weight: bold;
}
.payment-backref h2 {
  font-size: 1.8rem;
  font-weight: bold;
}
.payment-backref h1, .payment-backref h2 {
  margin: 0 0 16px 0;
}
.payment-backref section + section {
  margin: 24px auto 0 auto;
}
.payment-backref .user-overview {
  background-color: #f3f3f3;
  padding: 16px;
  border-radius: 8px;
  color: black;
}
.payment-backref .user-overview .label {
  font-size: 0.85rem;
  margin: 0 0 6px 0;
  display: block;
}
.payment-backref .user-overview .user .email {
  font-size: 0.9rem;
  color: #8f8f8f;
}
.payment-backref .user-overview .sub strong {
  display: inline-block;
  padding: 5px 8px;
  line-height: 1;
  border-radius: 4px;
}
.payment-backref .user-overview > .wrap {
  display: flex;
  flex-wrap: wrap;
}
.payment-backref .user-overview > .wrap > div {
  padding: 16px;
}
.payment-backref .payment-transaction table th {
  white-space: nowrap;
}
.payment-backref .payment-transaction table th, .payment-backref .payment-transaction table td {
  text-align: left;
  padding: 10px;
  vertical-align: top;
}
.payment-backref .payment-transaction .trans-label {
  font-weight: bold;
  background-color: #000;
  color: white;
  display: inline-block;
  padding: 10px 14px;
  line-height: 1;
  border-radius: 4px;
  text-transform: uppercase;
}
.payment-backref .payment-transaction .trans-label.fail {
  background-color: #d45252;
}
.payment-backref .payment-transaction .trans-label.success {
  background-color: #27bc07;
}
.payment-backref .payment-transaction .trans-label.cancel {
  background-color: #ffa227;
}
.payment-backref .payment-transaction .trans-label.timeout {
  background-color: #9a9792;
}
.payment-backref .payment-transaction .trans-desc {
  font-size: 0.9rem;
  margin-top: 12px;
  line-height: 1.4;
}

.autocomplete {
  border: 1px solid #dfdfdf;
  max-height: 250px;
  overflow: auto;
  background-color: #f7f7f7;
  border-radius: 0 0 10px 10px;
  padding: 16px;
  position: absolute;
  width: 100%;
  top: 97px;
  left: 0;
  z-index: 100;
}
.autocomplete .item {
  line-height: 38px;
  padding: 0 8px;
  border-radius: 4px;
  cursor: pointer;
}
.autocomplete .item:hover {
  background-color: #cef7ff;
  font-weight: 500;
}
.autocomplete .no-item {
  font-weight: 500;
  font-size: 0.92rem;
}
.autocomplete .no-item .adder {
  font-weight: bold;
}

.reg-pre-design:before {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #3bba7e;
  top: 0;
  left: 0;
  width: 100%;
  height: 270px;
}
.reg-pre-design .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
}

.wave-blure-bg {
  position: relative;
  overflow: hi;
}
.wave-blure-bg:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(090b4c7afc81a5e58009.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
}
.wave-blure-bg .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
}

.aszfcheck input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
}
.aszfcheck label {
  font-weight: normal !important;
  font-size: 0.8rem;
  line-height: 1.2;
}
.aszfcheck label a {
  text-decoration: underline;
  font-weight: 500;
  color: var(--color-blue);
}

.simple-start-button button {
  background-color: #4baa4b;
  color: white;
  padding: 16px 27px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
}

.pets-dashboard {
  margin: 12px auto 32px auto;
}

@media screen and (max-width: 1280px) {
  :root {
    --inside-width: 100%;
  }
  section {
    max-width: 100%;
    padding: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  footer ul li {
    flex: 1 1 100%;
  }
}
@media screen and (max-width: 800px) {
  .product-list {
    flex-wrap: wrap;
  }
  .product-list > .product {
    flex: 1 1 100%;
  }
  .product-list > .product .image {
    text-align: center;
  }
  .product-list > .product .image img {
    margin: 0 auto;
  }
  .product-list > .product .datas .title {
    height: auto;
  }
  .previewer .preview-demo .container {
    position: relative;
    right: initial;
    top: initial;
    transform: none;
  }
  .previewer .preview-demo .container .pre-left,
  .previewer .preview-demo .container .pre-right {
    display: none;
  }
  .previewer .preview-demo {
    position: relative;
    width: 325px;
  }
  .previewer .preview-demo .container .pre-center {
    width: 100%;
    aspect-ratio: 100/176;
    height: auto;
  }
  body.home .register:after {
    right: -33px;
    left: initial;
  }
  body.home .register:before {
    content: "";
    width: 378px;
    height: 250px;
    position: absolute;
    z-index: 1;
    left: initial;
    bottom: initial;
    right: -8px;
    top: -127px;
    pointer-events: none;
  }
  body.single-product .product.type-product > .woocommerce-product-gallery,
  body.single-product .product.type-product > .summary {
    flex: 1 1 100% !important;
  }
  header .logo img {
    height: 32px;
    width: auto;
  }
  .pets > .pet {
    flex: 1 1 100%;
  }
  .reg-pre-design:before {
    height: 380px;
  }
  section {
    padding: 16px;
  }
}
body.page .woocommerce {
  width: var(--inside-width);
  margin: 2rem auto !important;
  display: flex;
}
body.page .woocommerce h3 {
  font-size: 1.3rem !important;
  font-weight: 500 !important;
  margin: 0 0 18px 0 !important;
}
body.page .woocommerce .woocommerce-MyAccount-navigation ul li {
  border-top: 1px solid #e9e9e9;
}
body.page .woocommerce .woocommerce-MyAccount-navigation ul li:first-child,
body.page .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  border-top: none !important;
}
body.page .woocommerce .edit-account label,
body.page .woocommerce .woocommerce-address-fields label {
  font-size: 0.8rem;
  margin: 0 0 4px 0;
  color: grey;
}
body.page .woocommerce .edit-account input,
body.page .woocommerce .woocommerce-address-fields input {
  border: 1px solid lightgrey;
  line-height: 42px !important;
  height: 42px;
  border-radius: 3px;
  padding: 0 12px;
  margin-bottom: 5px !important;
}
body.page .woocommerce .edit-account em,
body.page .woocommerce .woocommerce-address-fields em {
  font-size: 0.78rem;
}
body.page .woocommerce .edit-account fieldset,
body.page .woocommerce .woocommerce-address-fields fieldset {
  border: 1px solid #e3e3e3;
  padding: 15px;
  border-radius: 10px;
  margin-top: 12px;
}
body.page .woocommerce .edit-account fieldset legend,
body.page .woocommerce .woocommerce-address-fields fieldset legend {
  text-transform: uppercase;
  padding: 0 10px;
}
body.page .woocommerce .woocommerce-MyAccount-navigation-link a {
  margin: 2px 0;
  color: #2b2c35 !important;
}
body.page .woocommerce .woocommerce-MyAccount-navigation {
  flex-basis: 240px;
  width: auto;
  background: #ffffff;
  padding: 0 15px 0 0;
  border-right: 5px solid #eeeeee;
}
body.page .woocommerce .woocommerce-MyAccount-navigation a {
  font-size: 1.1rem;
  padding: 5px 0;
  display: block;
}
body.page .woocommerce .woocommerce-MyAccount-content {
  width: auto;
  flex: 1;
  padding: 0 0 0 35px;
  line-height: 1.5;
  font-size: 1rem;
}
body.page .woocommerce .woocommerce-MyAccount-content a {
  text-decoration: underline;
}
body.page .woocommerce .woocommerce-MyAccount-content p {
  margin: 8px 0;
}
body.page .woocommerce .woocommerce-MyAccount-navigation-link:not(.woocommerce-MyAccount-navigation-link--customer-logout) a {
  padding: 12px 12px 12px 0;
  font-weight: 500;
}
body.page .woocommerce .woocommerce-MyAccount-navigation-link:not(.woocommerce-MyAccount-navigation-link--customer-logout) a:hover {
  color: #3b8df5 !important;
}
body.page .woocommerce .woocommerce-MyAccount-navigation-link--customer-logout {
  margin-top: 24px;
}
body.page .woocommerce .woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #bc0000 !important;
  font-weight: 500;
}
body.page .woocommerce .woocommerce-MyAccount-navigation-link.is-active a {
  color: #3b8df5 !important;
  font-weight: bold;
}

body.woocommerce-cart,
body.woocommerce-checkout {
  background-color: #eff6ff !important;
}
body.woocommerce-cart footer,
body.woocommerce-checkout footer {
  border-top: 2px solid #d8e4ee;
}

.wp-block-woocommerce-cart-order-summary-block,
.wp-block-woocommerce-checkout-order-summary-block {
  background-color: white;
  border-radius: 12px;
  margin-bottom: 16px !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control-accordion-option {
  background-color: white;
}

.wc-block-components-shipping-rates-control .wc-block-components-radio-control__option {
  background-color: white;
}

.wc-block-components-address-card {
  background-color: white;
}

.wc-block-checkout__form .wc-block-components-checkout-step__title {
  font-weight: bold;
  color: black;
}

.wc-block-components-panel__button > .wc-block-components-panel__button-icon {
  transform: translateY(-77%) !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary__button-text {
  font-size: 1.1rem;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
  font-weight: bold;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-metadata__description {
  color: #999999;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-metadata__description p {
  line-height: 1.3 !important;
}

.wp-block-woocommerce-cart-order-summary-heading-block {
  background-color: #4f4f4f !important;
  color: white !important;
  font-size: 1.2rem !important;
  text-align: center !important;
  display: block !important;
  padding: 16px !important;
  border-radius: 12px 12px 0 0 !important;
}

.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
  width: var(--inside-width);
  margin: 2rem auto !important;
}

.wc-block-cart-items__row .wc-block-components-product-name {
  font-weight: bold;
  color: black;
}

.wc-block-components-totals-item__label {
  font-weight: bold;
  color: black;
}

.wc-block-components-totals-shipping__via {
  color: #318cb6;
}

.wc-block-components-totals-shipping__change-address__link {
  text-decoration: underline;
  margin-top: 12px;
  display: inline-block;
}

button.wc-block-cart__submit-button {
  background-color: #c9d1dd;
  color: white;
  border-radius: 8px;
}

a.wc-block-cart__submit-button {
  background-color: #3b8df5;
  color: white;
  border-radius: 8px;
  font-size: 1.5rem !important;
}

.wc-block-components-checkout-place-order-button {
  background-color: #22c55e;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  border-radius: 8px;
  font-size: 1.1rem !important;
}

.wc-block-grid__product .wc-block-grid__product-image {
  background-color: white;
  border-radius: 8px;
}

.wc-block-grid__product .wc-block-grid__product-title {
  font-size: 1.2rem !important;
}

.woocommerce table.shop_table {
  border: 1px solid rgb(191, 194, 206) !important;
}

.woocommerce-button {
  padding: 6px;
  border-radius: 5px;
}

.woocommerce-info a.button {
  padding: 6px;
  border-radius: 5px;
}

.wp-block-woocommerce-empty-cart-block .wp-block-heading {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 36px 0;
}
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
  font-size: 2.2rem;
  margin: 48px 0;
  color: #5586be;
}
.wp-block-woocommerce-empty-cart-block .wp-block-product-new .wc-block-grid__product-title {
  height: 46px;
}
.wp-block-woocommerce-empty-cart-block .wp-block-product-new .woocommerce-Price-amount.amount {
  font-size: 1.2rem !important;
}

.woocommerce-order {
  margin: 0 auto;
}
.woocommerce-order .woocommerce-thankyou-order-received {
  text-align: center;
  font-size: 1.2rem !important;
}
.woocommerce-order .woocommerce-thankyou-order-received.woocommerce-notice.woocommerce-notice--success {
  padding: 24px;
  margin: -40px 0 24px 0;
  background-color: #159dde !important;
  color: white;
  font-size: 1.4rem !important;
  padding: 3rem 24px !important;
  text-transform: uppercase !important;
  border-radius: 12px !important;
}
.woocommerce-order .woocommerce-thankyou-order-details {
  background-color: white !important;
  padding: 16px;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
}
.woocommerce-order .woocommerce-order-details__title,
.woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
  font-size: 1.3rem;
  margin: 0 0 12px 0;
}
.woocommerce-order .woocommerce-table {
  background-color: white !important;
  padding: 16px;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
}
.woocommerce-order .woocommerce-table tbody .product-name a {
  text-decoration: none;
  font-weight: bold;
  color: #2b5d95;
  border-bottom: 1px dotted #66a4eb;
}
.woocommerce-order .woocommerce-table tfoot {
  font-size: 0.85rem !important;
}
.woocommerce-order .woocommerce-table tfoot tr td,
.woocommerce-order .woocommerce-table tfoot tr th {
  border: none !important;
}
.woocommerce-order .woocommerce-customer-details address {
  background-color: white !important;
  padding: 16px;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
}

.woocommerce table.my_account_orders {
  border-collapse: collapse !important;
}

.woocommerce table.my_account_orders thead th {
  background-color: #64748b !important;
  color: #ffffff !important;
}

.woocommerce table.my_account_orders tbody tr:nth-child(even) td,
.woocommerce table.my_account_orders tbody tr:nth-child(even) th {
  background-color: #f7f7f7 !important;
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
  padding: 10px 12px !important;
}

.woocommerce-orders-table__header-order-actions,
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
  text-align: right !important;
}
.woocommerce-orders-table__header-order-actions a, .woocommerce-orders-table__header-order-actions a:visited,
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a,
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a:visited {
  font-weight: 300 !important;
  font-size: 0.85rem !important;
  text-decoration: none !important;
}

body.woocommerce-view-order h2.woocommerce-order-details__title {
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 24px 0 16px 0;
}
body.woocommerce-view-order table.woocommerce-table--order-details {
  border-collapse: collapse !important;
}
body.woocommerce-view-order table.woocommerce-table--order-details thead th {
  background-color: #c0c8cd !important;
  color: #455055 !important;
}
body.woocommerce-view-order table.woocommerce-table--order-details tfoot tr:first-child th,
body.woocommerce-view-order table.woocommerce-table--order-details tfoot tr:first-child td {
  border-top: 3px solid #bbcedf;
}
body.woocommerce-view-order .woocommerce-customer-details h2 {
  font-size: 1.1rem;
  font-weight: 500;
  color: #5c718b;
  text-transform: uppercase;
  margin: 12px 0 10px 0;
}

body.woocommerce-account .woocommerce-Price-amount.amount {
  font-weight: bold;
  margin-right: 10px;
}
body.woocommerce-account .woocommerce-MyAccount-content > p {
  font-size: 1.1rem !important;
  line-height: 1.5 !important;
}
body.woocommerce-account .woocommerce-MyAccount-content a, body.woocommerce-account .woocommerce-MyAccount-content a:visited {
  color: var(--color-blue);
}

body.single-product .button.wc-forward {
  padding: 10px 20px !important;
  background-color: black !important;
  color: white !important;
  text-decoration: none !important;
}
body.single-product .woocommerce-notices-wrapper {
  width: var(--inside-width);
  margin: 25px auto !important;
}
body.single-product .product.type-product {
  width: var(--inside-width);
  margin: 2rem auto !important;
  display: flex !important;
  gap: 35px;
  flex-wrap: wrap !important;
}
body.single-product .product.type-product > div {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  box-sizing: border-box;
}
body.single-product .product.type-product > .woocommerce-product-gallery {
  flex: 0 0 50%;
}
body.single-product .product.type-product > .summary {
  flex: 0 0 45%;
}
body.single-product .product.type-product > .summary .cart {
  display: flex;
  align-items: center;
}
body.single-product .product.type-product > .summary .cart .input-text {
  border: 1px solid #d3cdcd;
  border-right: none;
  border-radius: 5px 0 0 5px;
  line-height: 40px;
  padding: 0 12px;
  text-align: center;
  width: 100%;
}
body.single-product .product.type-product > .summary .cart .quantity {
  flex-basis: 65px;
  margin: 0;
}
body.single-product .product.type-product > .summary .cart .quantity,
body.single-product .product.type-product > .summary .cart .single_add_to_cart_button {
  float: none !important;
  box-sizing: border-box !important;
}
body.single-product .product.type-product > .summary .cart .single_add_to_cart_button {
  line-height: 42px;
  height: 42px;
  padding: 0 12px;
  border-radius: 0 5px 5px 0;
}
body.single-product .product.type-product > .summary .product_title {
  font-size: 2rem !important;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 0 12px 0;
}
body.single-product .product.type-product > .summary .price {
  color: var(--color-green) !important;
  margin: 0 0 10px 0;
}
body.single-product .product.type-product > .summary .woocommerce-product-details__short-description {
  font-size: 1.1rem;
  margin: 18px 0 36px 0;
}
body.single-product .product.type-product > .summary .product_meta {
  font-size: 0.8rem !important;
  color: grey;
}
body.single-product .product.type-product > .summary .product_meta a {
  color: black;
}
body.single-product .product.type-product > .summary .product_meta a:hover {
  color: var(--color-blue);
}
body.single-product .product.type-product > .woocommerce-tabs {
  flex: 1 1 100%;
}
body.single-product .product.type-product > .woocommerce-tabs h2 {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: black;
  margin: 0 0 24px 0;
}
body.single-product .product.type-product.sold-individually .summary .cart .quantity {
  display: none;
}
body.single-product .product.type-product.sold-individually .summary .cart .single_add_to_cart_button {
  border-radius: 5px;
}

ul.products {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  width: 100%;
}
ul.products > li {
  float: none !important;
  width: auto !important;
  flex: 0 0 25% !important;
  margin: 0 !important;
  gap: 0 !important;
}
ul.products > li a {
  margin: 0 auto !important;
}
ul.products > li a:not(.button) {
  width: 100%;
}
ul.products > li .button {
  margin: 0 auto !important;
  height: 42px;
  line-height: 42px;
  padding: 0 18px;
  background-color: var(--color-blue-secondary) !important;
}

.up-sells h2,
.related h2 {
  text-align: center;
  text-transform: uppercase;
  color: black;
  font-weight: bold;
  font-size: 1.8rem;
}
.up-sells .woocommerce-loop-product__title,
.related .woocommerce-loop-product__title {
  height: 64px;
  overflow: hidden;
}
.up-sells .price,
.related .price {
  text-align: center;
  color: var(--color-green) !important;
  margin: 0 0 10px 0;
  font-size: 1.15rem !important;
}

.woocommerce ul.products li.product .woocommerce-placeholder {
  border: none !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  background-color: var(--color-blue) !important;
  color: white !important;
}

.woocommerce-info {
  border: 3px solid #1e85be !important;
  border-radius: 5px !important;
}
.woocommerce-info a.button {
  background-color: #1e85be !important;
  font-size: 0.8rem !important;
  font-weight: normal !important;
  text-decoration: none !important;
}

.woocommerce-Addresses {
  margin: 24px 0 0 0;
}
.woocommerce-Addresses .woocommerce-Address {
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  padding: 16px;
}
.woocommerce-Addresses .woocommerce-Address > header {
  display: flex;
  align-items: center;
  margin: 0 0 12px 0;
}
.woocommerce-Addresses .woocommerce-Address > header * {
  float: none !important;
}
.woocommerce-Addresses .woocommerce-Address > header h2 {
  font-weight: bold;
  font-size: 1.1rem;
  text-align: left;
}
.woocommerce-Addresses .woocommerce-Address > header a {
  flex: 1 1 auto;
  text-align: right;
  font-size: 0.8rem;
}

.account-mobile-menu {
  background-color: #eeeeee;
  position: absolute;
  z-index: 101;
  left: 0;
  right: 0;
  top: -32px;
  display: flex;
  padding: 10px 16px;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.85rem;
  color: #8c8c8c;
}

@media screen and (max-width: 1024px) {
  body.page .woocommerce {
    position: relative;
  }
  body.page .woocommerce .woocommerce-MyAccount-navigation {
    display: none;
    position: fixed !important;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    top: 155px;
  }
  body.page .woocommerce .woocommerce-MyAccount-content {
    padding: 32px 16px 16px 16px !important;
  }
}
@media screen and (max-width: 800px) {
  ul.products > li {
    flex: 1 1 100% !important;
    gap: 0 !important;
  }
  body.single-product .product.type-product {
    margin-top: 0 !important;
    gap: 8px;
  }
  body.single-product .product.type-product > div {
    padding: 16px !important;
  }
}
.sub-price-selector .selected {
  background-color: rgb(96 165 250/var(--tw-bg-opacity));
  color: white !important;
}

.sub-badge {
  background-color: #656565;
  padding: 3px 6px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.7rem;
  border-radius: 10px 0 10px 0;
  color: white;
}

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