.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  animation: pulse-error 2s infinite;
  box-shadow: 0 0 0 rgba(255, 233, 233, 0.95);
  background: #ffe9e9 !important;
  color: #a92f2f;
  border: none;
  margin-bottom: var(--space-m) !important;
  border-radius: var(--radius-m);
  border: none !important;
  padding: 1.2em 2em 1.2em 4em;
  margin: 1.6rem 0rem;
  position: relative;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}
.wpcf7 form.invalid .wpcf7-response-output::before, .wpcf7 form.unaccepted .wpcf7-response-output::before, .wpcf7 form.payment-required .wpcf7-response-output::before {
  background: url(/wp-content/themes/wooptima-oxygen-theme/assets/icons/alert-notification.svg);
  content: "" !important;
  background-size: cover !important;
  width: 2.6rem;
  height: 2.6rem;
  display: block;
  position: absolute;
  top: 1.2em;
  left: 1.5em;
}
.wpcf7 form.sent .wpcf7-response-output {
  animation: pulse-message 2s infinite;
  box-shadow: 0 0 0 rgba(242, 250, 228, 0.95);
  background: #f7ffea !important;
  color: #7fa92f;
  margin-bottom: var(--space-m) !important;
  border-radius: var(--radius-m);
  border: none !important;
  padding: 1.2em 2em 1.2em 4em;
  margin: 1.6rem 0rem;
  position: relative;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}
.wpcf7 form.sent .wpcf7-response-output::before {
  background: url(/wp-content/themes/wooptima-oxygen-theme/assets/icons/check-notification.svg);
  content: "" !important;
  background-size: cover !important;
  width: 2.6rem;
  height: 2.6rem;
  display: block;
  position: absolute;
  top: 1.2em;
  left: 1.5em;
}
@media (max-width: 768px) {
  .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
  }
  .woocommerce table.shop_table_responsive tr td.order-actions, .woocommerce-page table.shop_table_responsive tr td.order-actions {
    text-align: left !important;
  }
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
  .woocommerce table.shop_table_responsive tr td.actions::before, .woocommerce table.shop_table_responsive tr td.product-remove::before, .woocommerce-page table.shop_table_responsive tr td.actions::before, .woocommerce-page table.shop_table_responsive tr td.product-remove::before {
    display: none;
  }
  .woocommerce table.my_account_orders tr td.order-actions, .woocommerce-page table.my_account_orders tr td.order-actions {
    text-align: left;
  }
  .woocommerce table.my_account_orders tr td.order-actions::before, .woocommerce-page table.my_account_orders tr td.order-actions::before {
    display: none;
  }
  .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
    width: 100%;
  }
  .woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
    width: 100%;
  }
  .woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    text-align: left;
  }
  .woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {
    width: 48%;
    box-sizing: border-box;
  }
  .woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
    display: block;
    width: 100%;
  }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .shipping_calculator {
    width: 100%;
    text-align: left;
  }
  .woocommerce-page.woocommerce-checkout form.login .form-row, .woocommerce.woocommerce-checkout form.login .form-row {
    width: 100%;
  }
  .woocommerce #payment .terms, .woocommerce-page #payment .terms {
    text-align: left;
  }
  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    width: 100%;
    box-sizing: border-box;
  }
  .woocommerce .lost_reset_password .form-row-first, .woocommerce .lost_reset_password .form-row-last, .woocommerce-page .lost_reset_password .form-row-first, .woocommerce-page .lost_reset_password .form-row-last {
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}
.wa-archive-breadcrumbs {
  font-weight: 700;
  font-size: calc(var(--text-s) * 1.05);
  color: var(--shade-medium);
}
.wa-archive-breadcrumbs a {
  color: var(--shade-medium);
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.wa-archive-breadcrumbs a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.wa-archive-breadcrumbs .breadcrumb-delimiter {
  color: var(--shade-ultra-dark-trans-20);
  font-weight: 400;
}
.oxygen-body textarea, .oxygen-body input {
  padding: 1.2rem 1.6rem;
  border: 2px var(--shade-light) solid;
  border-radius: var(--radius-xs);
  outline: none;
  transition: all 250ms ease-in-out;
}
.oxygen-body textarea:focus, .oxygen-body input:focus {
  border-color: var(--primary);
  box-shadow: 0px 8px 25px var(--primary-ultra-light);
}
.oxygen-body textarea.invalid, .oxygen-body input.invalid {
  border-color: #a92f2f;
}
input[type="search"] {
  -webkit-appearance: none !important;
  background: #fff;
}
input[type="search"]:focus {
  outline: none;
}
:focus-visible {
  outline: none;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 2px var(--shade-light) solid;
  border-radius: var(--radius-xs);
  height: 47px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 2px var(--shade-light) solid;
  border-radius: var(--radius-xs);
  height: 40px;
  width: 98%;
  left: 1%;
  position: relative;
  margin-bottom: var(--space-s);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  padding-left: 1.6rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
  right: 1.6rem;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background: var(--primary);
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
  background-color: var(--primary-ultra-light);
  color: var(--primary);
}
span.select2-dropdown.select2-dropdown--below {
  border: 2px solid var(--shade-light);
}
span.select2-search.select2-search--dropdown {
  padding-top: 20px;
}
.wpcf7 .wpcf7-form .wpcf7-submit {
  height: 5rem;
  border-radius: var(--radius-s);
  background: var(--primary);
  color: var(--shade-white);
  font-size: var(--text-m);
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: var(--space-s) var(--space-l);
  transition: 0.2s all ease-in-out;
  border: none;
  cursor: pointer;
  margin-top: var(--space-xs);
}
.wpcf7 .wpcf7-form .wpcf7-submit:hover {
  background: var(--primary-dark);
  color: var(--shade-white);
  box-shadow: 0px 15px 30px var(--primary-ultra-light);
}
.wpcf7 .wa-cf7_layout_wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: var(--space-m);
}
.wpcf7 .wa-cf7_layout_wrapper .wa-cf7_inputs_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: var(--space-m);
}
.wpcf7 .wa-cf7_layout_wrapper textarea {
  width: 100%;
}
.wpcf7 .wa-cf7_layout_wrapper textarea::placeholder {
  color: var(--shade-medium) !important;
  letter-spacing: 1px;
  font-family: system-ui;
}
.wpcf7 .wa-cf7_layout_wrapper input[type=text], .wpcf7 .wa-cf7_layout_wrapper input[type=email] {
  width: 100%;
}
.wpcf7 .wa-cf7_layout_wrapper input[type=text]::placeholder, .wpcf7 .wa-cf7_layout_wrapper input[type=email]::placeholder {
  color: var(--shade-medium) !important;
  letter-spacing: 1px;
  font-family: system-ui;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-message, .woocommerce .woocommerce-info {
  margin-bottom: var(--space-m) !important;
  border-radius: var(--radius-m);
  border: none !important;
  padding: 1.2em 2em 1.2em 4em;
  margin: 0 0 2em;
  position: relative;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}
.woocommerce .woocommerce-error > a, .woocommerce .woocommerce-message > a, .woocommerce .woocommerce-info > a {
  margin-left: 0.4rem;
}
.woocommerce .woocommerce-error::before, .woocommerce .woocommerce-message::before, .woocommerce .woocommerce-info::before {
  content: "" !important;
  background-size: cover !important;
  width: 2.6rem;
  height: 2.6rem;
  display: block;
  position: absolute;
  top: 1.2em;
  left: 1.5em;
}
@-webkit-keyframes pulse-error {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 233, 233, 0.95);
  }
  70% {
    -webkit-box-shadow: 0 0 0 12px rgba(255, 233, 233, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 233, 233, 0);
  }
}
@keyframes pulse-error {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 233, 233, 0.95);
    box-shadow: 0 0 0 0 rgba(255, 233, 233, 0.95);
  }
  70% {
    -moz-box-shadow: 0 0 0 12px rgba(255, 233, 233, 0);
    box-shadow: 0 0 0 12px rgba(255, 233, 233, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 233, 233, 0);
    box-shadow: 0 0 0 0 rgba(255, 233, 233, 0);
  }
}
@-webkit-keyframes pulse-message {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 250, 228, 0.95);
  }
  70% {
    -webkit-box-shadow: 0 0 0 12px rgba(242, 250, 228, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 250, 228, 0);
  }
}
@keyframes pulse-message {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(242, 250, 228, 0.95);
    box-shadow: 0 0 0 0 rgba(242, 250, 228, 0.95);
  }
  70% {
    -moz-box-shadow: 0 0 0 12px rgba(242, 250, 228, 0);
    box-shadow: 0 0 0 12px rgba(242, 250, 228, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(242, 250, 228, 0);
    box-shadow: 0 0 0 0 rgba(242, 250, 228, 0);
  }
}
@-webkit-keyframes pulse-info {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 249, 237, 0.95);
  }
  70% {
    -webkit-box-shadow: 0 0 0 12px rgba(255, 249, 237, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 249, 237, 0);
  }
}
@keyframes pulse-info {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 249, 237, 0.95);
    box-shadow: 0 0 0 0 rgba(255, 249, 237, 0.95);
  }
  70% {
    -moz-box-shadow: 0 0 0 12px rgba(255, 249, 237, 0);
    box-shadow: 0 0 0 12px rgba(255, 249, 237, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 249, 237, 0);
    box-shadow: 0 0 0 0 rgba(255, 249, 237, 0);
  }
}
.woocommerce .woocommerce-error {
  animation: pulse-error 2s infinite;
  box-shadow: 0 0 0 rgba(255, 233, 233, 0.95);
  background: #ffe9e9 !important;
  color: #a92f2f;
}
.woocommerce .woocommerce-error a {
  color: #a92f2f;
  font-weight: 700;
}
.woocommerce .woocommerce-error a:hover {
  color: #a92f2f;
  text-decoration: underline;
}
.woocommerce .woocommerce-error::before {
  background: url(/wp-content/themes/wooptima-oxygen-theme/assets/icons/alert-notification.svg);
}
.woocommerce .woocommerce-message {
  animation: pulse-message 2s infinite;
  box-shadow: 0 0 0 rgba(242, 250, 228, 0.95);
  background: #f7ffea !important;
  color: #7fa92f;
}
.woocommerce .woocommerce-message a {
  color: #7fa92f;
  font-weight: 700;
}
.woocommerce .woocommerce-message a:hover {
  color: #7fa92f;
  text-decoration: underline;
}
.woocommerce .woocommerce-message::before {
  background: url(/wp-content/themes/wooptima-oxygen-theme/assets/icons/check-notification.svg);
}
.woocommerce .woocommerce-info {
  animation: pulse-info 2s infinite;
  box-shadow: 0 0 0 rgba(255, 249, 237, 0.95);
  background: #fff9ed !important;
  color: #DCAD43;
}
.woocommerce .woocommerce-info a {
  color: #DCAD43;
  font-weight: 700;
}
.woocommerce .woocommerce-info a:hover {
  color: #DCAD43;
  text-decoration: underline;
}
.woocommerce .woocommerce-info::before {
  background: url(/wp-content/themes/wooptima-oxygen-theme/assets/icons/info-notification.svg);
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: var(--primary);
  border-radius: var(--radius-s);
  font-size: var(--text-m);
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: var(--space-s) var(--space-l);
  color: var(--shade-white);
  transition: 0.2s all ease-in-out;
  border: none;
  cursor: pointer;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background: var(--primary-hover);
  color: var(--shade-white);
  box-shadow: 0px 15px 30px var(--primary-ultra-light);
}
.woocommerce form label {
  margin: 0;
}
.woocommerce .checkout .blockUI.blockOverlay {
  display: none !important;
}
.woocommerce-invalid label {
  color: #a92f2f !important;
}
.woocommerce-invalid label a {
  color: #a92f2f !important;
}
.woocommerce .woocommerce-form-login .form-row {
  position: relative;
}
.woocommerce .woocommerce-form-login__rememberme {
  padding: 0px !important;
}
.woocommerce .woocommerce-form-login label {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: calc(var(--text-m) * 0.9);
  cursor: pointer;
  vertical-align: middle;
  align-content: center;
  margin: 0 0 var(--space-xs) 0;
  line-height: 1 !important;
}
.woocommerce .woocommerce-form-login label input[type=checkbox], .woocommerce .woocommerce-form-login label input[type=radio] {
  margin-right: 1.2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
}
.woocommerce .woocommerce-form-login label input[type=checkbox] + span:before, .woocommerce .woocommerce-form-login label input[type=radio] + span:before {
  width: 1.9rem;
  height: 1.9rem;
  border: 2px solid var(--shade-light);
  border-radius: var(--radius-xs);
  background-color: #ffffff;
  content: "";
  position: absolute;
  left: 4px;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -3px;
}
.woocommerce .woocommerce-form-login label input[type=checkbox]:checked + span:before, .woocommerce .woocommerce-form-login label input[type=radio]:checked + span:before {
  background: url(/wp-content/themes/wooptima-oxygen-theme/assets/checkboxes/check-mark.svg), #ffffff;
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  border: 2px solid var(--primary-light);
}
label.screen-reader-text {
  display: none;
}
.wa-support-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: var(--shade-ultra-light);
  padding: var(--space-m);
  margin-bottom: var(--space-m);
  border-radius: var(--radius-m);
}
.wa-support-box > img {
  margin-right: var(--space-m);
  width: 8rem;
  height: 8rem;
}
.wa-support-box__phone {
  display: flex;
  align-items: center;
  flex-direction: row;
  font-weight: 700;
  font-size: var(--text-l);
  color: var(--base);
  line-height: 1.2;
}
.wa-support-box__phone:hover {
  color: var(--primary);
}
.wa-support-box__phone svg {
  margin-right: 0.4rem;
  width: 2.5rem;
  height: 2.5rem;
  fill: var(--shade-ultra-dark-trans-20);
}
span.required {
  color: #a92f2f;
}
@media (max-width: 480px) {
  .wpcf7 .wa-cf7_layout_wrapper .wa-cf7_inputs_wrapper {
    grid-template-columns: 1fr;
  }
}
.wa-primary-product-grid .wpgb-card:hover {
  box-shadow: 0px 0px 47px var(--secondary);
  border-radius: var(--radius-l);
}
.wa-primary-product-grid .wpgb-card:hover .wpgb-card-inner {
  border-radius: var(--radius-l);
}
.wa-primary-product-grid .wpgb-card .wpgb-card-inner {
  overflow: hidden;
}
.wa-primary-product-grid .wpgb-card .wpgb-card-body .wa-primary-grid_card_title {
  color: var(--base);
}
.wa-primary-product-grid .wpgb-card .wpgb-card-footer .wa-primary-grid_card_price {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0.8rem;
  color: var(--primary);
}
.wa-primary-product-grid .wpgb-card .wpgb-card-footer .wa-primary-grid_card_price > del.wpgb-block-price {
  color: var(--primary) !important;
}
.wa-primary-product-grid .wpgb-card .wpgb-card-footer .wa-primary-grid_card_price > del.wpgb-block-price > span {
  font-size: 1.5rem;
}
.wa-primary-product-grid .wpgb-card .wpgb-card-footer .wooptima-button__add_to_cart > a {
  background: var(--accent);
  border-color: var(--accent);
  color: white;
  border-radius: var(--radius-m);
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.wa-primary-product-grid .wpgb-card .wpgb-card-footer .wooptima-button__add_to_cart > a > img {
  width: 18px;
  height: 18px;
}
.wa-primary-product-grid .wpgb-card .wpgb-card-footer .wooptima-button__add_to_cart > a:hover {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
}
.wa-primary-product-grid .wpgb-card-1 .wpgb-card-inner {
  border-radius: var(--radius-m);
  overflow: hidden;
}
.wa-primary-product-grid .wpgb-card-1:hover .wpgb-card-inner {
  box-shadow: 0 25px 50px 0 var(--primary-ultra-light);
  transform: translateY(-0.8rem);
}
.wa-primary-product-grid .wpgb-block-6 a.tinvwl_add_to_wishlist_button {
  background: var(--primary-ultra-light);
  border-radius: var(--radius-xxl);
  color: var(--primary);
  padding: 0.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0px !important;
  position: absolute;
  right: 0;
  z-index: 2;
}
.wa-primary-product-grid .wpgb-block-6 a.tinvwl_add_to_wishlist_button:hover {
  padding: 0.6rem 1.4rem;
}
.wa-primary-product-grid .wpgb-block-6 .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
  margin-right: 0px !important;
  font-size: 2.2rem;
}
.wa-primary-product-grid .wpgb-block-6 a.tinvwl_add_to_wishlist_button:hover span.tinvwl_add_to_wishlist-text {
  font-size: var(--text-s);
}
.wa-primary-product-grid .wpgb-card-content.wpgb-scheme-dark {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  padding: var(--space-m) var(--space-s);
}
.wa-primary-product-grid .wpgb-card [class*="wpgb-block-"] {
  white-space: normal !important;
}
.wa-primary-product-grid .wpgb-card-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wa-primary-product-grid .wpgb-block-3 {
  border: 1px solid var(--accent) !important;
  padding: calc(var(--space-xs) * 0.75) var(--space-m) !important;
  border-radius: var(--radius-s) !important;
  color: var(--accent) !important;
  font-size: calc(var(--text-m) * 0.85) !important;
}
.wa-primary-product-grid .wpgb-block-3:hover {
  background: var(--accent) !important;
  color: #fff !important;
}
.wa-primary-product-grid .wpgb-card-footer .wpgb-block-4 p {
  font-size: calc(var(--text-m) * 0.85) !important;
  line-height: 1.3 !important;
  margin-bottom: var(--space-xs);
}
.wa-primary-product-grid .wpgb-card-body .wpgb-block-1 {
  font-size: var(--text-m) !important;
}
.wa-primary-product-grid .wpgb-card-footer .wpgb-block-2 {
  font-size: var(--text-l) !important;
  margin-bottom: var(--space-xs) !important;
}
.wa-primary-product-grid .wpgb-card-footer del.wpgb-block-price {
  font-size: var(--text-m) !important;
  color: var(--shade-medium) !important;
  font-weight: 400;
}
.wa-primary-product-grid .wpgb-card-media-content-top {
  padding: var(--space-s) !important;
}
.wp-grid-builder .wpgb-card .wooptima-product-labels-block .wooptima-product-label__sale_percentage {
  background: var(--accent) !important;
  font-size: var(--text-s) !important;
  font-weight: 700 !important;
  padding: 0.4rem 1rem !important;
  border-radius: var(--radius-s) !important;
}

