body .wa-horizontal-product-grid .wpgb-card .wpgb-card-inner {
  padding-top: var(--space-m) !important;
  padding-bottom: var(--space-m) !important;
}

.wa-horizontal-product-grid .wpgb-card .wpgb-block-2, .wa-horizontal-product-grid .wpgb-card .wpgb-block-5 {
  white-space: unset !important;
}
.wa-horizontal-product-grid .wpgb-card .wpgb-block-2 .wooptima-product-labels-block {
  display: grid;
  grid-auto-flow: column;
  gap: var(--space-xs) !important;
}
.wa-horizontal-product-grid .wpgb-card .wpgb-block-2 .wooptima-product-labels-block .wooptima-product-label__sale_percentage {
  font-size: var(--text-s) !important;
  border-radius: var(--radius-xxl) !important;
  padding-top: calc(var(--space-xs) * 0.4) !important;
  padding-bottom: calc(var(--space-xs) * 0.4) !important;
  line-height: 1.2 !important;
}
.wa-horizontal-product-grid .wpgb-card .wpgb-block-2 .wooptima-product-labels-block .wooptima-product-label__stock_status {
  font-size: var(--text-s);
  border-radius: var(--radius-xxl) !important;
  padding-top: calc(var(--space-xs) * 0.4) !important;
  padding-bottom: calc(var(--space-xs) * 0.4) !important;
  padding-left: var(--space-s) !important;
  padding-right: var(--space-s) !important;
  color: #4AC012 !important;
  background: #EBF9E5 !important;
  line-height: 1.2 !important;
}
.wa-horizontal-product-grid .wpgb-card .wpgb-block-4 .wooptima-term-label__text {
  margin-right: var(--space-xs);
  color: white !important;
  line-height: 1.2 !important;
  font-size: var(--text-s);
  border-radius: var(--radius-xxl) !important;
  padding-top: calc(var(--space-xs) * 0.4) !important;
  padding-bottom: calc(var(--space-xs) * 0.4) !important;
  padding-left: var(--space-s) !important;
  padding-right: var(--space-s) !important;
  background: var(--primary) !important;
  display: block;
}
.wa-horizontal-product-grid .wpgb-card .wpgb-card-body {
  display: flex;
  flex-wrap: wrap;
}
.wa-horizontal-product-grid .wpgb-card .wpgb-block-1 {
  margin-top: var(--space-xs);
  width: 100%;
  font-size: var(--text-l) !important;
  font-weight: 500 !important;
}
.wa-horizontal-product-grid .wpgb-card .wpgb-block-3 {
  display: flex !important;
  flex-direction: column !important;
  line-height: 1.2 !important;
}
.wa-horizontal-product-grid .wpgb-card .wpgb-block-3 del > span {
  font-size: 0.7em !important;
}
.wa-horizontal-product-grid .wpgb-card .wpgb-block-5 .wooptima-button__add_to_cart > .instock {
  background: var(--accent);
  border: none !important;
  color: white;
  border-radius: var(--radius-xxl);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  line-height: 1.2;
  font-weight: 700;
  padding-top: calc(var(--space-xs) * 0.8);
  padding-bottom: calc(var(--space-xs) * 0.8);
}
.wa-horizontal-product-grid .wpgb-card .wpgb-block-5 .wooptima-button__add_to_cart > .instock:hover {
  background: var(--accent-hover);
}
.wa-horizontal-product-grid .wpgb-card .wpgb-block-5 .wooptima-button__add_to_cart > .instock > img {
  margin-right: var(--space-xs);
}
.wa-horizontal-product-grid .wpgb-card .wpgb-block-5 .wooptima-button__add_to_cart > .outofstock {
  background: #FFDCE2;
  border: none !important;
  border-radius: var(--radius-xxl);
  color: var(--accent);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  line-height: 1.2;
  font-weight: 700;
  padding-top: calc(var(--space-xs) * 0.8);
  padding-bottom: calc(var(--space-xs) * 0.8);
}
.wa-horizontal-product-grid .wpgb-card .wpgb-block-5 .wooptima-button__add_to_cart > .outofstock:hover {
  background: #F3C8CF;
}
.wa-horizontal-product-grid .wpgb-card .wpgb-block-5 .wooptima-button__add_to_cart > .outofstock > img {
  margin-right: var(--space-xs);
}
.wa-horizontal-product-grid .wpgb-card:last-of-type .wpgb-card-inner {
  border-bottom: none !important;
}
.wa-horizontal-product-grid .wpgb-card-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  padding: var(--space-xs) !important;
  border-bottom: 1px solid #EDEDED !important;
  transition: 0.2s padding ease-in-out !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wa-horizontal-product-grid .wpgb-card-inner::before {
  position: absolute;
  z-index: 1;
  left: -0.4rem;
  top: 0.4rem;
  background: var(--shade-ultra-light);
  color: var(--shade-ultra-dark-trans-20);
  width: 2rem;
  height: 2rem;
  border-radius: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-xs);
  font-weight: 700;
}
.wa-horizontal-product-grid .wpgb-card-inner:hover {
  background: var(--shade-ultra-light) !important;
  border-radius: var(--radius-xs);
  border-bottom-color: none;
}
.wa-horizontal-product-grid .wpgb-card-inner:hover::before {
  background: var(--primary);
  color: #fff;
}
.wa-horizontal-product-grid .wpgb-card-inner .wpgb-card-media {
  width: 6rem !important;
  height: 6rem;
  border-radius: var(--radius-s);
  overflow: hidden;
}
.wa-horizontal-product-grid .wpgb-card-inner .wpgb-card-content {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  padding-left: var(--space-s) !important;
}
.wa-horizontal-product-grid .wpgb-card-inner .wpgb-card-content .wpgb-card-body {
  flex-grow: 1;
  background: transparent !important;
  line-height: 1.3 !important;
}
.wa-horizontal-product-grid .wpgb-card-inner .wpgb-card-content .wpgb-card-body .wpgb-block-2 p {
  display: inline;
  font-size: var(--text-s);
  color: var(--shade-medium);
}
.wa-horizontal-product-grid .wpgb-card-inner .wpgb-card-content .wpgb-card-footer {
  background: transparent !important;
  min-width: 24rem;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.wa-horizontal-product-grid .wpgb-card-inner .wpgb-card-content .wpgb-card-footer .wpgb-block-3 {
  margin-right: var(--space-m);
}
.wa-horizontal-product-grid .wpgb-card-inner .wpgb-card-content .wpgb-card-footer .wpgb-block-3 ins.wpgb-block-price span {
  color: var(--base);
}
.wa-horizontal-product-grid .wpgb-card-inner .wpgb-card-content .wpgb-card-footer .wpgb-block-3 del.wpgb-block-price {
  font-size: 0.9em !important;
  font-weight: 400 !important;
  color: var(--shade-medium) !important;
  margin-right: 8px;
  display: inline-flex !important;
}
.wa-horizontal-product-grid .wpgb-card-inner .wpgb-card-content .wpgb-card-footer .wpgb-block-3.wpgb-idle-scheme-3 {
  color: var(--base);
  font-size: calc(var(--text-m) * 1.2);
}

@media (max-width: 1024px) {
  .wa-horizontal-product-grid .wpgb-card .wpgb-block-5 .wooptima-button__add_to_cart > a {
    font-size: 0 !important;
    padding: var(--space-s) !important;
  }
  .wa-horizontal-product-grid .wpgb-card .wpgb-block-5 .wooptima-button__add_to_cart > a > img {
    margin-right: 0 !important;
    width: 20px !important;
    height: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .wa-horizontal-product-grid .wpgb-card-inner::before {
    top: 0.2rem !important;
    left: 0.2rem !important;
    width: 1.6rem;
    height: 1.6rem;
  }
  .wa-horizontal-product-grid .wpgb-card-inner::hover {
    padding: var(--space-xs) var(--space-xs) !important;
  }
  .wa-horizontal-product-grid .wpgb-card-inner .wpgb-card-media {
    height: auto !important;
    width: 5rem !important;
  }
  .wa-horizontal-product-grid .wpgb-card-inner .wpgb-card-content {
    padding-left: var(--space-xs) !important;
  }
  .wa-horizontal-product-grid .wpgb-card-body {
    padding-right: var(--space-m);
  }
  .wa-horizontal-product-grid .wpgb-card-body .wpgb-block-1 {
    font-size: calc(var(--text-m) * 0.9) !important;
  }
  .wa-horizontal-product-grid .wpgb-card-footer {
    min-width: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .wa-horizontal-product-grid .wpgb-card-inner .wpgb-card-media {
    height: auto !important;
    width: 4rem !important;
  }
  .wa-horizontal-product-grid .wpgb-card-body {
    align-items: center !important;
  }
  .wa-horizontal-product-grid .wpgb-card-body .wpgb-block-1 {
    font-size: var(--text-s) !important;
    margin-top: 0 !important;
    margin-bottom: calc(var(--space-xs) * 0.6) !important;
    order: -1;
    font-weight: 700 !important;
  }
  .wa-horizontal-product-grid .wpgb-card-footer {
    min-width: max-content !important;
  }
  .wa-horizontal-product-grid .wpgb-card-footer .wpgb-block-3 {
    font-size: var(--text-s) !important;
    text-align: left;
    display: flex !important;
    flex-direction: column !important;
    margin-right: var(--space-s) !important;
    line-height: 1.2 !important;
  }
  body .wa-horizontal-product-grid .wpgb-card .wpgb-card-body .wpgb-block-4 .wooptima-term-label__text,
  body .wa-horizontal-product-grid .wpgb-card .wpgb-card-body .wpgb-block-2 .wooptima-product-labels-block > span {
    font-size: calc(var(--text-xs) * 0.9) !important;
    line-height: 1 !important;
  }
}
body .wa-product-gadget {
  width: 100%;
  margin-top: var(--space-l);
  align-items: center;
}
body .wa-product-gadget-tabs .wpgb-button-facet {
  position: relative;
}
body .wa-product-gadget-tabs .wpgb-button-facet:after {
  pointer-events: none;
  content: "";
  width: 20%;
  height: 100%;
  z-index: 99;
  display: block;
  bottom: 0;
  right: 0;
  position: absolute;
  background: #fff;
  background: -moz-linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
body .wa-product-gadget-tabs .wpgb-inline-list {
  overflow-x: scroll;
  flex-wrap: nowrap;
  white-space: nowrap;
  padding-bottom: var(--space-m);
}
body .wa-product-gadget-tabs .wpgb-inline-list::-webkit-scrollbar {
  height: 10px;
  border-radius: 20px;
  background: var(--shade-light);
}
body .wa-product-gadget-tabs .wpgb-inline-list::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: var(--radius-m);
}
body .wa-product-gadget-tabs li {
  margin-bottom: 0 !important;
}
body .wa-product-gadget-tabs li:last-child {
  z-index: 100;
}
body .wa-product-gadget-tabs li:not(:last-child) {
  margin-right: var(--space-xxl);
}
body .wa-product-gadget-tabs li .wpgb-button {
  border: none !important;
  padding: 0 !important;
  min-height: unset !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body .wa-product-gadget-tabs li .wpgb-button:focus {
  outline: none !important;
}
body .wa-product-gadget-tabs li .wpgb-button .wpgb-button-label {
  padding: 0 !important;
  font-size: var(--text-l);
  color: var(--base);
}
body .wa-product-gadget-tabs li .wpgb-button[aria-pressed=true] {
  background-color: transparent !important;
  outline: none !important;
  pointer-events: none !important;
}
body .wa-product-gadget-tabs li .wpgb-button[aria-pressed=true]:focus {
  outline: none !important;
}
body .wa-product-gadget-tabs li .wpgb-button[aria-pressed=true] .wpgb-button-label {
  font-weight: 700;
  color: var(--primary);
}
body .wa-product-gadget-grid {
  margin-top: var(--space-m);
  width: 100%;
  max-height: 500px;
  overflow-y: scroll;
}
body .wa-product-gadget-grid::-webkit-scrollbar {
  width: 10px;
  border-radius: 20px;
  background: var(--shade-light);
}
body .wa-product-gadget-grid::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: var(--radius-m);
}
body .wa-product-gadget-grid-wrapper {
  width: 100%;
  position: relative;
}
body .wa-product-gadget-grid-wrapper:after {
  pointer-events: none;
  content: "";
  width: calc(100% - 10px);
  height: 30%;
  z-index: 99;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  background: -moz-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
body .wa-product-gadget-grid .wpgb-layout,
body .wa-product-gadget-grid .wpgb-viewport {
  position: static !important;
}
body .wa-product-gadget-grid .wpgb-masonry {
  display: grid !important;
  grid-template-columns: 1fr;
}
body .wa-product-gadget-grid .wpgb-card {
  position: static !important;
}
body .wa-product-gadget-grid .wpgb-card .wpgb-card-inner {
  padding-right: var(--space-m) !important;
}
body .wa-product-gadget-grid .wpgb-card:nth-last-child(-n+2) {
  z-index: 100;
}
body .wa-product-gadget-search {
  margin-top: var(--space-l);
}
body .wa-product-gadget-search input {
  border: 2px solid var(--primary) !important;
  width: 100% !important;
  border-radius: var(--radius-xs) !important;
}

.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;
  margin-bottom: var(--space-m) !important;
  border-radius: var(--radius-l);
  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-l);
  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;
}

.wa-cart-items .cart-collaterals {
  display: none !important;
}
.wa-cart-items .wa-product-upsell-grid:has(.wpgb-no-result) {
  display: none;
}

.wa-cart-sticky-wrapper {
  width: 100%;
}
.wa-cart-sticky-wrapper .wa-checkout-btn {
  display: flex;
  height: 7rem;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: var(--text-l);
  background: var(--accent);
  color: var(--shade-white);
  border-radius: var(--radius-xxl);
}
@media (min-width: 1024px) {
  .wa-cart-sticky-wrapper--mobile {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .wa-cart-sticky-wrapper--desktop {
    display: none !important;
  }
}

@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(--base);
}
.wa-archive-breadcrumbs a {
  color: var(--shade-medium);
  font-weight: 400;
}
.wa-archive-breadcrumbs .breadcrumb-delimiter {
  color: var(--shade-medium);
  font-weight: 400;
}

.wpcf7 textarea,
.wpcf7 input,
input#coupon_code {
  padding: 1.2rem 1.6rem !important;
  border: 2px var(--shade-light) solid !important;
  border-radius: var(--radius-xxl) !important;
  outline: none !important;
  transition: all 250ms ease-in-out !important;
}
.wpcf7 textarea:focus,
.wpcf7 input:focus,
input#coupon_code:focus {
  border-color: var(--primary-light) !important;
  box-shadow: 0px 8px 25px var(--secondary) !important;
}
.wpcf7 textarea.invalid,
.wpcf7 input.invalid,
input#coupon_code.invalid {
  border-color: #a92f2f !important;
}

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(--secondary);
  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-xxl);
  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-hover);
  color: var(--shade-white);
  box-shadow: 0px 15px 30px var(--secondary);
}
.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 {
  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: #D1D1D1 !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: #D1D1D1 !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-l);
  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: 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 rgba(255, 249, 237, 0.95);
  background: rgb(255, 249, 237) !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-theme/assets/icons/info-notification.svg);
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: var(--primary) !important;
  border-radius: var(--radius-xxl) !important;
  font-size: var(--text-m) !important;
  font-weight: 700 !important;
  letter-spacing: 0.6px !important;
  text-transform: uppercase !important;
  padding: var(--space-s) var(--space-l) !important;
  color: var(--shade-white) !important;
  transition: 0.2s all ease-in-out !important;
  border: none !important;
  cursor: pointer !important;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background: var(--primary-hover) !important;
  color: var(--shade-white) !important;
  box-shadow: 0px 15px 30px var(--secondary) !important;
}
.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);
}

.complaint-form-wrapper form {
  padding: var(--space-l);
  border: 2px solid var(--shade-light);
  border-radius: var(--radius-l);
}
.complaint-form-wrapper form .heading {
  text-align: center;
  font-size: var(--text-l);
}
.complaint-form-wrapper form input {
  width: 100% !important;
}
.complaint-form-wrapper form .wpcf7-checkbox .first {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 0 !important;
}
.complaint-form-wrapper form .wpcf7-checkbox .first input {
  margin-right: var(--space-xs);
  width: unset !important;
}
.complaint-form-wrapper form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0 !important;
}
.complaint-form-wrapper form .wpcf7-acceptance label {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.complaint-form-wrapper form .wpcf7-acceptance label input {
  margin-right: var(--space-xs);
  width: unset !important;
}
.complaint-form-wrapper form .wpcf7-spinner {
  display: none;
}
.complaint-form-wrapper form .dp_order_details > p:last-child {
  margin-bottom: 0 !important;
}
.complaint-form-wrapper form .dp_order_info > .heading {
  margin-top: 0 !important;
}

label.screen-reader-text {
  display: none;
}

.wa-support-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--secondary);
  padding-left: var(--space-m);
  padding-right: var(--space-m);
  padding-bottom: var(--space-m);
  margin-bottom: var(--space-m);
  border-radius: var(--radius-l);
  text-align: center;
}
.wa-support-box > img {
  border-radius: 50%;
  margin-top: -3rem;
  width: 6rem;
  height: 6rem;
  box-shadow: 0px 8px 6px rgba(36, 152, 202, 0.12);
  border: 3px solid white;
}
.wa-support-box__content-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: var(--space-xs);
}
.wa-support-box__prefix {
  font-size: var(--text-l);
}
.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: 680px) {
  .wpcf7 .wa-cf7_layout_wrapper .wa-cf7_inputs_wrapper {
    grid-template-columns: 1fr;
  }
  body .wa-primary-product-grid .wpgb-card .wooptima-button__add_to_cart > .instock > span,
  body .wa-primary-product-grid .wpgb-card .wooptima-button__add_to_cart > .outofstock > span {
    display: none !important;
  }
}
.wp-grid-builder .wpgb-card .wooptima-button-block svg {
  margin-right: 0 !important;
  width: 2rem !important;
  height: 2rem !important;
}

.wa-primary-product-grid .wpgb-area-bottom-1 {
  margin-top: var(--space-m) !important;
}
.wa-primary-product-grid .wpgb-card:hover {
  box-shadow: 0px 0px 47px var(--shade-light);
  transition: all 0.4s ease;
}
.wa-primary-product-grid .wpgb-card .wpgb-card-wrapper {
  margin: -1px !important;
  height: calc(100% + 1px) !important;
}
.wa-primary-product-grid .wpgb-card .wpgb-card-inner {
  border: 1px solid var(--shade-light) !important;
}
.wa-primary-product-grid .wpgb-card .wpgb-card-inner .wpgb-card-media-thumbnail > a > div {
  height: 85% !important;
  margin-top: auto;
  background-size: contain !important;
  background-position: bottom;
}
.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-body .wooptima-product-label__stock_status {
  background: none !important;
}
.wa-primary-product-grid .wpgb-card .wpgb-card-body .wooptima-product-label__stock_status.instock {
  color: #4AC012;
  font-size: calc(var(--text-s) * 1.2) !important;
}
.wa-primary-product-grid .wpgb-card .wpgb-card-body .wooptima-product-label__stock_status.outofstock {
  color: #F65713;
  font-size: calc(var(--text-s) * 1.2) !important;
}
.wa-primary-product-grid .wpgb-card .wpgb-card-body .wpgb-block-3 .wooptima-product-labels-block {
  align-items: center;
}
.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 > .instock {
  background: var(--accent);
  border: none !important;
  color: white;
  border-radius: var(--radius-xxl);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  line-height: 1.2;
  font-weight: 700;
  padding-top: calc(var(--space-xs) * 0.8);
  padding-bottom: calc(var(--space-xs) * 0.8);
}
.wa-primary-product-grid .wpgb-card .wpgb-card-footer .wooptima-button__add_to_cart > .instock > img {
  margin-right: var(--space-xs);
  width: 18px;
  height: 18px;
}
.wa-primary-product-grid .wpgb-card .wpgb-card-footer .wooptima-button__add_to_cart > .instock:hover {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
}
.wa-primary-product-grid .wpgb-card .wpgb-card-footer .wooptima-button__add_to_cart > .outofstock {
  background: #FFDCE2;
  border: none !important;
  border-radius: var(--radius-xxl);
  color: var(--accent);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  line-height: 1.2;
  font-weight: 700;
  padding-top: calc(var(--space-xs) * 0.8);
  padding-bottom: calc(var(--space-xs) * 0.8);
}
.wa-primary-product-grid .wpgb-card .wpgb-card-footer .wooptima-button__add_to_cart > .outofstock > img {
  margin-right: var(--space-xs);
  width: 18px;
  height: 18px;
}
.wa-primary-product-grid .wpgb-card .wpgb-card-footer .wooptima-button__add_to_cart > .outofstock:hover {
  background: #F3C8CF;
}

.wa-primary-product-grid .wpgb-card-1 .wpgb-card-inner {
  overflow: hidden;
}

.wa-primary-product-grid .wpgb-block-6 a.tinvwl_add_to_wishlist_button {
  background: var(--secondary);
  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);
}

.wp-grid-builder .wpgb-card .wooptima-button-block {
  display: flex;
  justify-content: flex-end;
}

body .gdpr-table__row:last-child {
  border-bottom: unset !important;
}

.wa-primary-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) calc(var(--space-m) * 1.2) var(--space-m);
}

.wa-primary-product-grid .wpgb-card [class*=wpgb-block-] {
  white-space: normal !important;
}

.wa-primary-product-grid .wpgb-card-footer {
  width: 100%;
  display: grid;
  grid-template-columns: 3fr 7fr;
  align-items: end;
}

.wa-primary-product-grid .wpgb-card-footer .wpgb-block-2 {
  display: flex !important;
  flex-direction: column;
}

.wa-primary-product-grid .wpgb-block-3 {
  color: var(--accent) !important;
  font-size: calc(var(--text-m) * 0.85) !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: calc(var(--text-m) * 1.1) !important;
  line-height: 1.4 !important;
  margin-bottom: var(--space-s);
  min-height: 4rem;
  font-weight: 400 !important;
}

.wa-primary-product-grid .wpgb-card-footer .wpgb-block-2 {
  font-size: calc(var(--text-l) * 1.1) !important;
  line-height: 1 !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-xs) var(--space-xs) var(--space-xs) 0 !important;
  display: grid !important;
  grid-template-columns: 1fr;
  gap: calc(var(--space-xs) * 0.5);
  width: 100%;
  position: relative !important;
}
.wa-primary-product-grid .wpgb-card-media-content-top .wpgb-block-6 .wooptima-term-label__text {
  display: inline-block;
  background: var(--primary) !important;
  width: max-content !important;
  padding-top: calc(var(--space-xs) * 0.6);
  padding-bottom: calc(var(--space-xs) * 0.6);
  padding-left: var(--space-s);
  padding-right: var(--space-s);
  border-top-right-radius: var(--radius-xxl);
  border-bottom-right-radius: var(--radius-xxl);
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: white !important;
  font-size: calc(var(--text-s) * 1.2) !important;
}
.wa-primary-product-grid .wpgb-card-media-content-top .wpgb-block-4 {
  width: max-content;
  position: absolute !important;
  right: var(--space-xs);
  top: 2px;
}
.wa-primary-product-grid .wpgb-card-media-content-top .wpgb-block-4 .wooptima-term-block {
  --spacing: 0 !important;
  --text-size: 3.5rem !important;
}

.wp-grid-builder .wpgb-card .wooptima-product-labels-block .wooptima-product-label__seasonal_promo.black-friday {
  background: #000 !important;
  width: max-content !important;
  font-size: calc(var(--text-m) * 1.2) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  padding-top: calc(var(--space-xs) * 0.6);
  padding-bottom: calc(var(--space-xs) * 0.6);
  padding-left: var(--space-s);
  padding-right: var(--space-s);
  border-top-right-radius: var(--radius-xxl);
  border-bottom-right-radius: var(--radius-xxl);
}

.wp-grid-builder .wpgb-card .wooptima-product-labels-block .wooptima-product-label__seasonal_promo.januarovy-vypredaj,
.wp-grid-builder .wpgb-card .wooptima-product-labels-block .wooptima-product-label__seasonal_promo.zimny-vypredaj,
.wp-grid-builder .wpgb-card .wooptima-product-labels-block .wooptima-product-label__seasonal_promo.jarne-zlavy,
.wp-grid-builder .wpgb-card .wooptima-product-labels-block .wooptima-product-label__seasonal_promo.mega-zlavy {
  background: #000 !important;
  width: max-content !important;
  font-size: calc(var(--text-m) * 1.2) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  padding-top: calc(var(--space-xs) * 0.6);
  padding-bottom: calc(var(--space-xs) * 0.6);
  padding-left: var(--space-s);
  padding-right: var(--space-s);
  border-top-right-radius: var(--radius-xxl);
  border-bottom-right-radius: var(--radius-xxl);
}

.wp-grid-builder .wpgb-card .wooptima-product-labels-block .wooptima-product-label__sale_percentage {
  background: #CD1515 !important;
  width: max-content !important;
  font-size: calc(var(--text-s) * 1.2) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  padding-top: calc(var(--space-xs) * 0.6);
  padding-bottom: calc(var(--space-xs) * 0.6);
  padding-left: var(--space-s);
  padding-right: var(--space-s);
  border-top-right-radius: var(--radius-xxl);
  border-bottom-right-radius: var(--radius-xxl);
}

.wp-grid-builder .wpgb-card .wpgb-card-wrapper {
  background: white;
}

.wpgb-select {
  background-color: none !important;
  background: transparent !important;
}

.sorting--filter {
  padding: 0px var(--space-m);
  border: 1px solid var(--shade-light);
}

.sorting--filter:hover {
  border-color: #cacaca;
}

.sorting--filter .wpgb-select:hover {
  background-color: transparent !important;
  border-color: none !important;
}

.gdpr-table-wrapper {
  align-self: flex-start;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}

@media (max-width: 1420px) {
  body .wpgb-area-left,
  body .wpgb-area-right {
    display: none !important;
  }
}
@media (max-width: 479px) {
  .wp-grid-builder .wpgb-card .wooptima-product-labels-block .wooptima-product-label__seasonal_promo.black-friday {
    font-size: calc(var(--text-m) * 1) !important;
  }
  .wp-grid-builder .wpgb-card .wooptima-product-labels-block .wooptima-product-label__seasonal_promo.januarovy-vypredaj,
  .wp-grid-builder .wpgb-card .wooptima-product-labels-block .wooptima-product-label__seasonal_promo.zimny-vypredaj,
  .wp-grid-builder .wpgb-card .wooptima-product-labels-block .wooptima-product-label__seasonal_promo.jarne-zlavy,
  .wp-grid-builder .wpgb-card .wooptima-product-labels-block .wooptima-product-label__seasonal_promo.mega-zlavy {
    font-size: calc(var(--text-s) * 1) !important;
    max-width: 70%;
  }
}
