@charset "UTF-8";
.wa-category-bargain-offer div.wpgb-block-6:empty {
  display: none;
}
.wa-category-bargain-offer div:has(> .wooptima-product-labels-block .tchm-gridbuilder-blocks-refurbished-label) {
  display: flex !important;
  width: 100%;
}
.wa-category-bargain-offer div:has(> .wooptima-product-labels-block:empty) {
  display: none !important;
}
.wa-category-bargain-offer div .wooptima-product-label__refurbished {
  padding: 0 !important;
  margin: 0 !important;
}
.wa-category-bargain-offer div.tchm-gridbuilder-blocks-refurbished-label {
  display: flex !important;
}

.wooptima-product-label__refurbished {
  display: flex !important;
  width: 100% !important;
  font-size: var(--text-m) !important;
  justify-content: center;
}

:root {
  --shade-medium: #808080;
}

body .wc-block-components-notice-banner {
  align-items: center;
  border-radius: var(--radius-m);
}
body .wc-block-components-notice-banner__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-xs);
}
@media (max-width: 767px) {
  body .wc-block-components-notice-banner__content {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: calc(var(--space-xs) * 0.5);
  }
}
body .wc-block-components-notice-banner.is-info {
  background-color: var(--primary-trans-10);
  border-color: var(--primary);
}
body .wc-block-components-notice-banner.is-info > svg {
  background-color: var(--primary);
}
body .wc-block-components-notice-banner.is-error .wc-block-components-notice-banner__content {
  justify-content: flex-start;
  gap: calc(var(--space-xs) * 0.5);
}
body .wc-block-components-notice-banner a.restore-item, body .wc-block-components-notice-banner a.button.wc-forward {
  font-weight: 700 !important;
  text-decoration: none !important;
  background: var(--primary) !important;
  padding: calc(var(--space-xs) * 0.5) var(--space-xs) !important;
  border-radius: var(--radius-xs) !important;
  color: var(--white) !important;
  opacity: 1;
}

body {
  padding-right: 0 !important;
}

.wpgb-select-dropdown ul li[aria-selected=true] {
  color: var(--base) !important;
  font-weight: 700;
}

.pagination-facet li {
  margin: 4px !important;
}
.pagination-facet li .wpgb-dots-page {
  color: var(--base) !important;
  transition: 0.4s all ease-in-out;
  padding: 2px var(--space-s) !important;
  line-height: 33px !important;
  font-size: var(--text-m) !important;
  border: 2px solid transparent !important;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(272.02deg, #292929 -7.51%, #737373 103.1%) border-box;
}
.pagination-facet li .wpgb-dots-page:hover {
  background: var(--dark-gradient) padding-box, var(--dark-gradient) border-box !important;
  color: white !important;
}
.pagination-facet li:last-child a, .pagination-facet li:first-child a {
  border: none !important;
  font-size: 40px !important;
  color: var(--base) !important;
  line-height: 36px !important;
  font-weight: 400 !important;
  padding: 2px var(--space-s) !important;
  background: transparent !important;
}
.pagination-facet li:last-child a:hover, .pagination-facet li:first-child a:hover {
  background: transparent !important;
  color: var(--base-hover) !important;
}
.pagination-facet li:last-child a[aria-current], .pagination-facet li:first-child a[aria-current] {
  font-weight: 700 !important;
  background: var(--dark-gradient) padding-box, var(--dark-gradient) border-box !important;
  color: var(--white) !important;
  border-color: var(--dark-gradient) padding-box, var(--dark-gradient) !important;
  transition: 0.4s all ease-in-out !important;
  padding: 2px var(--space-s) !important;
  line-height: 33px !important;
  font-size: var(--text-m) !important;
  border: 2px solid transparent !important;
}
.pagination-facet .wpgb-page > a {
  line-height: 33px !important;
  font-size: var(--text-m) !important;
  padding: 2px var(--space-s) !important;
  border: 2px solid transparent !important;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(272.02deg, #292929 -7.51%, #737373 103.1%) border-box;
  transition: 0.4s !important;
  color: var(--base) !important;
}
.pagination-facet .wpgb-page > a:hover {
  background: var(--dark-gradient) padding-box, var(--dark-gradient) border-box !important;
  color: white !important;
}
.pagination-facet .wpgb-page > a[aria-current=true] {
  font-weight: 700 !important;
  border: 2px solid transparent !important;
  background: var(--dark-gradient) padding-box, var(--dark-gradient) border-box !important;
  color: white !important;
}

@media screen and (max-width: 500px) {
  body .wpgb-pagination-facet .wpgb-pagination {
    text-align: center !important;
    gap: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  body .wpgb-pagination-facet .wpgb-pagination li {
    margin: 0 !important;
  }
  body .wpgb-pagination-facet .wpgb-pagination li a, body .wpgb-pagination-facet .wpgb-pagination li a[aria-current=true], body .wpgb-pagination-facet .wpgb-pagination li .wpgb-dots-page {
    padding: 2px calc(var(--space-s) * 1.3) !important;
  }
  body .wpgb-pagination-facet .wpgb-pagination li:last-child a, body .wpgb-pagination-facet .wpgb-pagination li:first-child a {
    padding-inline: calc(var(--space-xs) * 0.5) !important;
  }
  body .wpgb-pagination-facet .wpgb-pagination li:last-child a[aria-current], body .wpgb-pagination-facet .wpgb-pagination li:first-child a[aria-current] {
    padding: 2px calc(var(--space-s) * 1.3) !important;
  }
}
a {
  text-underline-offset: 2px !important;
}

.wa-product-listing--compatible {
  border-radius: var(--radius-m) !important;
}

.wa-legal-page-section .oxy-rich-text {
  word-break: break-word;
}
.wa-legal-page-section a {
  color: var(--primary) !important;
  text-decoration: underline !important;
}
.wa-legal-page-section a:hover {
  color: var(--primary-hover) !important;
}
.wa-legal-page-section .wa-legal-pages-adress {
  padding: var(--space-xs);
  border-radius: var(--radius-xs);
  color: var(--white);
  margin-block: var(--space-xs);
  background-color: var(--primary);
  font-weight: 700;
  width: fit-content;
}
.wa-legal-page-section .wa-legal-pages-adress p {
  width: fit-content;
}

.wa-global-accordion .oxy-pro-accordion_title {
  letter-spacing: 0 !important;
}

@media screen and (max-width: 767px) {
  .wa-subcategories-grid .wpgb-wrapper {
    flex-direction: row !important;
  }
}

#lbx-search-results-breadcrumbs, #lbx-search-results-title, #lbx-search-results-fill-ip, #lbx-search-results-products, #lbx-search-results-banner, #lbx-search-results-helpbox {
  opacity: 0 !important;
}

.wa-primary-product-grid .wpgb-card .wpgb-card-media-thumbnail div, .wa-category-sale-product-grid .wpgb-card .wpgb-card-media-thumbnail div {
  background-size: auto 80% !important;
  background-position: center center !important;
}

.wpcf7-form a {
  color: var(--primary);
  text-decoration: underline;
}
.wpcf7-form a:hover {
  color: var(--primary);
}
.wpcf7-form input[type=checkbox] {
  padding: 0 !important;
  position: relative !important;
  opacity: 0;
  margin: var(--space-s) 0px 0px var(--space-s);
}
.wpcf7-form input[type=checkbox] ~ span:before {
  width: 2rem;
  height: 2rem;
  border: 2px solid var(--secondary);
  border-radius: var(--radius-xs);
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0px;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  bottom: 2px;
  cursor: pointer;
}
.wpcf7-form input[type=checkbox] ~ span:after {
  content: none !important;
}
.wpcf7-form input[type=checkbox]:checked ~ span:before {
  background: url(/wp-content/uploads/2022/08/checked.svg), transparent;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 2px solid var(--secondary);
}

.wpcf7-list-item-label::after {
  content: none !important;
}

@media (max-width: 479px) {
  .wpcf7-form input[type=checkbox] ~ span:before {
    bottom: 2px !important;
  }
  #shortcode-112-40 .wpcf7-form input[type=checkbox] ~ span:before {
    bottom: 105% !important;
  }
}
.woocommerce-form__label span::before-media-thumbnail div,
.wa-checkbox span::before .wa-primary-product-grid .wpgb-card-media-thumbnail div,
.wa-category-sale-product-grid .wpgb-card-media-thumbnail div {
  background-size: 85% !important;
  background-position: center center !important;
}

:root {
  --accent-gradient: linear-gradient(260.19deg, #00AEEF -80%, var(--secondary) 105%);
  --accent-gradient-hover: linear-gradient(260.19deg, var(--secondary) -80%, var(--secondary) 105%);
  --dark-gradient: linear-gradient(260deg, #292929 0%, #828282 105%);
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  box-shadow: 0 0 0 rgba(255, 233, 233, 0.95);
  animation: pulse-error 2s infinite;
  background: #ffe9e9 !important;
  color: #a92f2f;
  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-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-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 {
  line-height: 1.8;
  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;
  color: var(--base);
}
.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-light);
  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-list-item-label {
  display: inline;
}
.wpcf7 .wpcf7-form .wpcf7-submit {
  background: var(--dark-gradient);
  background-position: 50%;
  background-size: 150%;
  border-radius: var(--radius-m);
  color: white;
  font-size: var(--text-l);
  font-weight: 700;
  padding: var(--space-s) var(--space-xl);
  transition: 300ms all ease-in-out;
  border: none;
  cursor: pointer;
  margin-top: var(--space-s);
}
.wpcf7 .wpcf7-form .wpcf7-submit:hover {
  background-position: 0%;
}
.wpcf7 .wpcf7-form .wpcf7-list-item {
  margin: 0 !important;
}
.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 > p {
  margin: 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: var(--space-m);
}
@media (max-width: 767px) {
  .wpcf7 .wa-cf7_layout_wrapper .wa-cf7_inputs_wrapper > p {
    grid-template-columns: 1fr;
  }
}
.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;
}
.woocommerce .woocommerce-form-login-toggle .woocommerce-info {
  background: var(--primary-ultra-light) !important;
  animation: pulse-login 2s infinite;
}
.woocommerce .woocommerce-form-login-toggle .woocommerce-info:before {
  background: url(/wp-content/themes/wooptima-theme/assets/icons/notification-icon-primary.svg);
}
.woocommerce .woocommerce-form-login-toggle .woocommerce-info a {
  color: var(--base);
}
.woocommerce .woocommerce-form-login-toggle .woocommerce-info a:hover {
  color: var(--primary);
}
@-webkit-keyframes pulse-login {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--primary-ultra-light);
  }
  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-login {
  0% {
    -moz-box-shadow: 0 0 0 0 var(--primary-ultra-light);
    box-shadow: 0 0 0 0 var(--primary-ultra-light);
  }
  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-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 var(--secondary-light-trans-20);
  }
  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 var(--secondary-light-trans-20);
    box-shadow: 0 0 0 0 var(--secondary-light-trans-20);
  }
  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: rgb(255, 233, 233) !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-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: rgb(247, 255, 234) !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-theme/assets/icons/check-notification.svg);
}
.woocommerce .woocommerce-info {
  animation: pulse-info 2s infinite;
  box-shadow: 0 0 0 var(--accent);
  background: var(--accent) !important;
  color: var(--base);
}
.woocommerce .woocommerce-info a {
  color: var(--secondary);
  font-weight: 700;
}
.woocommerce .woocommerce-info a:hover {
  color: var(--secondary);
  text-decoration: underline;
}
.woocommerce .woocommerce-info::before {
  background: url(/wp-content/themes/wooptima-theme/assets/icons/notification-icon-secondary.svg);
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  line-height: 1;
  background: var(--dark-gradient);
  background-position: 50%;
  background-size: 150%;
  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: 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-position: 0%;
}
.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-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, .wa-category-sale-product-grid .wpgb-card:hover {
  box-shadow: 0px 0px 47px var(--accent-ultra-light);
  border-radius: var(--radius-l);
}
.wa-primary-product-grid .wpgb-card:hover .wpgb-card-inner, .wa-category-sale-product-grid .wpgb-card:hover .wpgb-card-inner {
  border-radius: var(--radius-l);
}
.wa-primary-product-grid .wpgb-card .wpgb-card-inner, .wa-category-sale-product-grid .wpgb-card .wpgb-card-inner {
  overflow: hidden;
}
.wa-primary-product-grid .wpgb-card .wpgb-card-body .wa-primary-grid_card_title, .wa-category-sale-product-grid .wpgb-card .wpgb-card-body .wa-primary-grid_card_title {
  color: var(--base);
}
.wa-primary-product-grid .wpgb-card .wpgb-card-body .wpgb-block-3, .wa-category-sale-product-grid .wpgb-card .wpgb-card-body .wpgb-block-3 {
  width: 100%;
}
.wa-primary-product-grid .wpgb-card .wpgb-card-body .wpgb-block-3 .wooptima-product-label__stock_status, .wa-category-sale-product-grid .wpgb-card .wpgb-card-body .wpgb-block-3 .wooptima-product-label__stock_status {
  width: 100%;
  text-align: center;
  background: transparent;
  font-size: calc(var(--text-m) * 0.9) !important;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.wa-primary-product-grid .wpgb-card .wpgb-card-body .wpgb-block-3 .wooptima-product-label__stock_status::before, .wa-category-sale-product-grid .wpgb-card .wpgb-card-body .wpgb-block-3 .wooptima-product-label__stock_status::before {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 0.2rem;
}
.wa-primary-product-grid .wpgb-card .wpgb-card-body .wpgb-block-3 .wooptima-product-label__stock_status.instock, .wa-primary-product-grid .wpgb-card .wpgb-card-body .wpgb-block-3 .wooptima-product-label__stock_status.onbackorder, .wa-category-sale-product-grid .wpgb-card .wpgb-card-body .wpgb-block-3 .wooptima-product-label__stock_status.instock, .wa-category-sale-product-grid .wpgb-card .wpgb-card-body .wpgb-block-3 .wooptima-product-label__stock_status.onbackorder {
  color: #21A73F !important;
}
.wa-primary-product-grid .wpgb-card .wpgb-card-body .wpgb-block-3 .wooptima-product-label__stock_status.instock::before, .wa-primary-product-grid .wpgb-card .wpgb-card-body .wpgb-block-3 .wooptima-product-label__stock_status.onbackorder::before, .wa-category-sale-product-grid .wpgb-card .wpgb-card-body .wpgb-block-3 .wooptima-product-label__stock_status.instock::before, .wa-category-sale-product-grid .wpgb-card .wpgb-card-body .wpgb-block-3 .wooptima-product-label__stock_status.onbackorder::before {
  content: url(/wp-content/uploads/2022/08/check-1-1.svg);
}
.wa-primary-product-grid .wpgb-card .wpgb-card-body .wpgb-block-3 .wooptima-product-label__stock_status.outofstock, .wa-category-sale-product-grid .wpgb-card .wpgb-card-body .wpgb-block-3 .wooptima-product-label__stock_status.outofstock {
  color: #a72121;
}
.wa-primary-product-grid .wpgb-card .wpgb-card-body .wpgb-block-3 .wooptima-product-label__stock_status.outofstock::before, .wa-category-sale-product-grid .wpgb-card .wpgb-card-body .wpgb-block-3 .wooptima-product-label__stock_status.outofstock::before {
  content: unset;
}
.wa-primary-product-grid .wpgb-card .wpgb-card-footer .wa-primary-grid_card_price, .wa-category-sale-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, .wa-category-sale-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, .wa-category-sale-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, .wa-category-sale-product-grid .wpgb-card .wpgb-card-footer .wooptima-button__add_to_cart > a {
  background: var(--accent-gradient);
  background-position: 75%;
  background-size: 125%;
  border: unset !important;
  color: white;
  border-radius: var(--radius-s);
  display: flex;
  align-items: center;
  gap: var(--space-xs);
  padding-block: var(--space-s);
  font-weight: 700;
  line-height: 1;
}
.wa-primary-product-grid .wpgb-card .wpgb-card-footer .wooptima-button__add_to_cart > a:hover, .wa-category-sale-product-grid .wpgb-card .wpgb-card-footer .wooptima-button__add_to_cart > a:hover {
  background-position: 0%;
}
.wa-primary-product-grid .wpgb-card .wpgb-card-footer .wooptima-button__add_to_cart > a > img, .wa-category-sale-product-grid .wpgb-card .wpgb-card-footer .wooptima-button__add_to_cart > a > img {
  width: 2.5rem;
  height: 2.5rem;
}
.wa-primary-product-grid .wpgb-card .wpgb-card-footer .wooptima-button__add_to_cart > a.outofstock, .wa-category-sale-product-grid .wpgb-card .wpgb-card-footer .wooptima-button__add_to_cart > a.outofstock {
  background: var(--dark-gradient);
  background-position: 50%;
  background-size: 150%;
}
.wa-primary-product-grid .wpgb-card .wpgb-card-footer .wooptima-button__add_to_cart > a.outofstock:hover, .wa-category-sale-product-grid .wpgb-card .wpgb-card-footer .wooptima-button__add_to_cart > a.outofstock:hover {
  background-position: 0%;
}
.wa-primary-product-grid .wpgb-card .wooptima-product-label__sale_percentage::before, .wa-category-sale-product-grid .wpgb-card .wooptima-product-label__sale_percentage::before {
  content: "ZĽAVA";
  margin-right: 0.4rem;
}
.wa-primary-product-grid .wpgb-card .wpgb-card-media-content-top, .wa-category-sale-product-grid .wpgb-card .wpgb-card-media-content-top {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: calc(var(--space-xs) * 0.8);
}
.wa-primary-product-grid .wpgb-card .wpgb-card-media-content-top .wooptima-product-labels-block, .wa-category-sale-product-grid .wpgb-card .wpgb-card-media-content-top .wooptima-product-labels-block {
  display: inline !important;
}
.wa-primary-product-grid .wpgb-card .wpgb-card-media-content-top .wpgb-block-6, .wa-category-sale-product-grid .wpgb-card .wpgb-card-media-content-top .wpgb-block-6 {
  width: max-content !important;
  background: var(--primary) !important;
  font-size: var(--text-s) !important;
  font-weight: 400 !important;
  padding: 0.4rem 1rem !important;
  border-top-right-radius: var(--radius-s) !important;
  border-bottom-right-radius: var(--radius-s) !important;
  text-transform: uppercase !important;
  display: inline !important;
}

.wa-primary-product-grid .wpgb-card, .wa-category-sale-product-grid .wpgb-card {
  border-radius: var(--radius-l);
  border: 1px solid var(--shade-light) !important;
  transition-duration: 400ms !important;
  transition-property: transform, box-shadow !important;
}
.wa-primary-product-grid .wpgb-card:hover, .wa-category-sale-product-grid .wpgb-card:hover {
  box-shadow: 0px 25px 40px rgba(236, 0, 140, 0.08);
  transform: translateY(-0.8rem);
  overflow: visible !important;
  border: 3px solid transparent !important;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(255.69deg, var(--secondary) -19.32%, #00AEEF 141.91%) border-box !important;
}
.wa-primary-product-grid .wpgb-card .wpgb-card-inner, .wa-category-sale-product-grid .wpgb-card .wpgb-card-inner {
  background: transparent !important;
  border-radius: var(--radius-l) !important;
}
.wa-primary-product-grid .wpgb-card-footer, .wa-category-sale-product-grid .wpgb-card-footer {
  width: 100%;
  margin-top: var(--space-s) !important;
}
.wa-primary-product-grid .wpgb-card-footer .wpgb-block-7, .wa-category-sale-product-grid .wpgb-card-footer .wpgb-block-7 {
  width: 100%;
}
.wa-primary-product-grid .wpgb-card-footer .wpgb-block-7 a, .wa-category-sale-product-grid .wpgb-card-footer .wpgb-block-7 a {
  width: 100%;
  justify-content: center;
}
.wa-primary-product-grid .wpgb-block-6 a.tinvwl_add_to_wishlist_button, .wa-category-sale-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, .wa-category-sale-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, .wa-category-sale-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, .wa-category-sale-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, .wa-category-sale-product-grid .wpgb-card-content.wpgb-scheme-dark {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  padding: var(--space-xs) var(--space-m) var(--space-m) var(--space-m);
}
.wa-primary-product-grid .wpgb-card [class*=wpgb-block-], .wa-category-sale-product-grid .wpgb-card [class*=wpgb-block-] {
  white-space: normal !important;
}
.wa-primary-product-grid .wpgb-card-footer, .wa-category-sale-product-grid .wpgb-card-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wa-primary-product-grid .wpgb-card-footer .wpgb-block-4 p, .wa-category-sale-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, .wa-category-sale-product-grid .wpgb-card-body .wpgb-block-1 {
  font-size: var(--text-m) !important;
  text-align: center;
}
.wa-primary-product-grid .wpgb-card-footer .wpgb-block-2, .wa-category-sale-product-grid .wpgb-card-footer .wpgb-block-2 {
  font-size: var(--text-l) !important;
  color: var(--primary) !important;
  margin-bottom: var(--space-xs) !important;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: calc(var(--space-xs) * 0.5);
}
.wa-primary-product-grid .wpgb-card-footer .wpgb-block-2 small, .wa-category-sale-product-grid .wpgb-card-footer .wpgb-block-2 small {
  font-weight: 400;
}
.wa-primary-product-grid .wpgb-card-footer del.wpgb-block-price, .wa-category-sale-product-grid .wpgb-card-footer del.wpgb-block-price {
  color: #B5B4B4;
  font-size: var(--text-m) !important;
  line-height: 1;
}
.wa-primary-product-grid .wpgb-card-footer del.wpgb-block-price >  span, .wa-category-sale-product-grid .wpgb-card-footer del.wpgb-block-price >  span {
  font-weight: 400;
  font-size: var(--text-m) !important;
  color: #B5B4B4;
}
.wa-primary-product-grid .wpgb-card-media-content-top, .wa-category-sale-product-grid .wpgb-card-media-content-top {
  padding: var(--space-s) var(--space-s) var(--space-s) 0 !important;
}

.wp-grid-builder .wpgb-card .wooptima-product-labels-block .wooptima-product-label__sale_percentage {
  background: var(--secondary) !important;
  font-size: var(--text-s) !important;
  font-weight: 400 !important;
  padding: 0.4rem 1rem !important;
  border-top-right-radius: var(--radius-s) !important;
  border-bottom-right-radius: var(--radius-s) !important;
}

.adv-card {
  background: var(--dark-gradient);
}

.oxy-wpgb-grid .wp-grid-builder .wpgb-area-right {
  right: -5rem;
}
.oxy-wpgb-grid .wp-grid-builder .wpgb-area-left {
  left: -5rem;
}
.oxy-wpgb-grid .wpgb-area-bottom-1 {
  margin-top: var(--space-l) !important;
}
.oxy-wpgb-grid .wooptima_manufacturers_logos_carousel.wp-grid-builder .wpgb-area-bottom-1 {
  margin-top: 0 !important;
}

@media (min-width: 1470px) {
  .oxy-wpgb-grid .wp-grid-builder .wpgb-area-bottom-1 {
    display: none !important;
  }
}
@media (max-width: 1470px) {
  .oxy-wpgb-grid .wp-grid-builder .wpgb-area-right {
    display: none !important;
  }
  .oxy-wpgb-grid .wp-grid-builder .wpgb-area-left {
    display: none !important;
  }
}
.primary-button {
  background: var(--dark-gradient);
  background-position: 50%;
  background-size: 150%;
  transition: background 300ms ease-in-out;
}
.primary-button:hover {
  background-position: 0%;
}

.foxentry-input-icon {
  z-index: 10 !important;
}

.iti__flag-container {
  position: static !important;
  transition: 0.3s all ease-in-out;
}
.iti__flag-container:hover {
  margin-right: 0.5rem;
}
.iti__selected-flag {
  position: relative !important;
}
.iti__selected-flag:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti .int-phone.valid-msg, .iti .int-phone.error-msg {
  position: absolute !important;
  right: 1rem;
  top: 0.75rem;
  width: fit-content;
}
.iti input {
  border: none;
  padding: 0 5px;
}
.iti input:focus {
  border: none;
  box-shadow: none;
}
.iti input:focus .iti--allow-dropdown:focus {
  border-color: 2px solid var(--primary-light) !important;
  box-shadow: 0px 8px 25px var(--primary-ultra-light) !important;
}
.iti--allow-dropdown {
  display: grid;
  grid-template-columns: max-content auto !important;
  border: 2px var(--shade-light) solid;
  border-radius: var(--radius-xs);
  height: 4rem;
  z-index: 20;
  background: white !important;
}
.iti__country-list {
  padding: 0;
}

#section_ship_to_different_address {
  overflow: visible;
}

.global-triangel--style-1 {
  position: relative;
  width: 100%;
}
.global-triangel--style-1 * {
  z-index: 2;
}
.global-triangel--style-1:after {
  content: "";
  background: url(/wp-content/uploads/2022/08/triangel-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 155%;
  width: 155%;
  left: -20%;
  bottom: -20%;
  z-index: -1 !important;
}

.woocommerce-form__label,
.wa-checkbox {
  display: flex;
  align-items: center;
  font-size: calc(var(--text-m) * 0.9) !important;
  vertical-align: middle;
  align-content: center;
  line-height: 1.3 !important;
  position: relative;
  cursor: pointer;
}
.woocommerce-form__label > input,
.wa-checkbox > input {
  opacity: 0;
  margin: 0px 0px 0px 18px;
}
.woocommerce-form__label > input:checked + span::before,
.wa-checkbox > input:checked + span::before {
  background: url(/wp-content/uploads/2022/08/checked.svg), transparent;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 2px solid var(--secondary);
}
.woocommerce-form__label > input + span::before,
.wa-checkbox > input + span::before {
  width: 2rem;
  height: 2rem;
  border: 2px solid var(--secondary);
  border-radius: var(--radius-xs);
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0px;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -2px;
}
