/* Kojineland 2026 production hotfixes: checkout and product UX. */

.bk-site-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: auto;
  max-width: 48vw;
  min-width: 0;
  text-decoration: none;
}

@media (max-width: 640px) {
  footer.bg-gray-900 {
    padding-bottom: 7rem;
  }
}

.bk-payment-badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: min(100%, 260px);
}

.bk-payment-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 9px;
  background: #1f2937;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
}

.bk-payment-note {
  width: min(100%, 260px);
  margin-top: 14px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
}

.bk-site-logo-text {
  display: block;
  color: #111827;
  font-family: Nunito, sans-serif;
  font-size: clamp(25px, 2.05vw, 32px);
  font-weight: 1000;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.bk-site-logo-icon {
  display: flex;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #F2FFF5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(46, 158, 82, 0.10);
}

.bk-site-logo-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bk-site-logo-link--menu {
  width: auto;
  max-width: calc(100% - 54px);
}

.bk-site-logo-icon--menu {
  width: 40px;
  height: 40px;
  border-radius: 12px;
}

.bk-site-logo-text--menu {
  font-size: 24px;
}

.bk-footer-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  max-width: 100%;
  margin: 0 0 16px;
  padding: 8px 10px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

.bk-footer-logo-img {
  display: block;
  width: 130px;
  height: auto;
  object-fit: contain;
}

.bk-footer-logo-icon {
  display: flex;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
}

.bk-footer-logo-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bk-footer-logo-text {
  color: #111827;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 1000;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

#promo-bar.promo-bar {
  position: relative;
  z-index: 60;
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 7px 48px 7px 16px;
  background: #111827;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}

#promo-bar #promo-content,
#promo-bar #promo-content p {
  margin: 0;
}

#promo-bar #countdown {
  color: #FFD43B;
  white-space: nowrap;
}

#promo-bar .close-promo-bar {
  position: absolute;
  top: 50%;
  right: 14px;
  display: inline-flex;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  transition: background 0.15s ease, color 0.15s ease;
}

#promo-bar .close-promo-bar:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

@media (min-width: 768px) {
  header .hidden.md\:flex {
    display: flex !important;
  }

  header .md\:hidden {
    display: none !important;
  }
}

@media (max-width: 767px) {
  header .hidden.md\:flex {
    display: none !important;
  }
}

body.woocommerce-cart #omnisend-forms-wrapper,
body.woocommerce-checkout #omnisend-forms-wrapper,
body.single-product #omnisend-forms-wrapper {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html,
body,
body.woocommerce-checkout,
body.single-product {
  overflow-x: hidden;
}

.bk-hero-mascot-card {
  display: flex;
  width: min(360px, 84vw);
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid #2E9E52;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.18);
}

.bk-hero-mascot-card img,
.bk-legal-hero-mark--mascot img,
.bk-footer-mascot img,
.cart-popup-mascot,
.bk-drawer-empty-mascot img,
.bk-empty-archive-mascot img,
.bk-error-mascot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bk-hero-mystery-box {
  display: flex;
  width: min(360px, 84vw);
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 24px 52px rgba(15, 23, 42, 0.13));
}

.bk-hero-mystery-svg {
  width: min(310px, 78vw);
  height: auto;
}

.bk-footer-mascot {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  color: #e5e7eb;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.bk-footer-mascot img {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #fff;
}

.bk-legal-hero-mark--mascot {
  width: 104px;
  height: 104px;
  overflow: hidden;
  padding: 7px;
  border-radius: 26px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(46, 158, 82, 0.16), 0 18px 34px rgba(15, 23, 42, 0.1);
}

.bk-legal-hero-mark--mascot img {
  border-radius: 20px;
}

.cart-popup-mascot {
  display: block;
  width: 78px;
  height: 78px;
  margin: 0 auto 12px;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

.bk-drawer-empty-mascot {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  padding: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #f8fafc;
  color: #0f172a;
  font-size: 14px;
  font-weight: 1000;
}

.bk-drawer-empty-mascot img {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: #fff;
}

.bk-header-empty-mascot {
  width: 64px;
  height: 64px;
  margin: 0 auto 10px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.10);
}

.bk-empty-archive-mascot,
.bk-error-mascot {
  width: 148px;
  height: 148px;
  margin: 0 auto 18px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.bk-error-mascot {
  width: 132px;
  height: 132px;
  border-radius: 30px;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.bk-checkout-page {
  background: #f8fafc !important;
}

.bk-checkout-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0 110px;
}

.bk-checkout-shell .woocommerce-form-login-toggle,
.bk-checkout-shell .woocommerce-form-coupon-toggle,
.bk-checkout-shell .woocommerce-form-login,
.bk-checkout-shell .checkout_coupon {
  max-width: 1180px;
  margin: 0 0 14px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.bk-checkout-shell .woocommerce-info,
.bk-checkout-shell .woocommerce-message,
.bk-checkout-shell .woocommerce-error {
  border: 1px solid #dbeafe !important;
  border-radius: 14px !important;
  background: #fff !important;
  color: #334155 !important;
  padding: 14px 18px !important;
  margin: 0 0 14px !important;
  font-size: 14px;
  font-weight: 700;
}

.bk-checkout-shell form.checkout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.75fr);
  grid-template-areas:
    "customer heading"
    "customer review";
  grid-template-rows: auto 1fr;
  gap: 28px;
  align-items: start;
}

.bk-checkout-shell form.checkout.bk-checkout {
  display: block !important;
}

.bk-checkout-shell #customer_details {
  grid-area: customer;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.bk-checkout-shell #customer_details::before {
  content: "Pristatymo duomenys";
  display: block;
  margin-bottom: 18px;
  color: #111827;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
}

.bk-checkout-shell #customer_details .col-1,
.bk-checkout-shell #customer_details .col-2 {
  float: none !important;
  width: 100% !important;
}

.bk-checkout-shell .woocommerce-billing-fields h3,
.bk-checkout-shell .woocommerce-shipping-fields h3,
.bk-checkout-shell .woocommerce-additional-fields h3 {
  display: none;
}

.bk-checkout-shell .woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.bk-checkout-shell .form-row {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bk-checkout-shell .form-row-wide,
.bk-checkout-shell #billing_company_field,
.bk-checkout-shell #billing_nip_field,
.bk-checkout-shell #billing_address_1_field,
.bk-checkout-shell #billing_address_2_field,
.bk-checkout-shell #billing_country_field,
.bk-checkout-shell #billing_state_field,
.bk-checkout-shell #order_comments_field {
  grid-column: 1 / -1;
}

.bk-checkout-shell .form-row label {
  display: block;
  margin: 0 0 6px;
  color: #475569;
  font-size: 13px;
  font-weight: 800;
}

.bk-checkout-shell .required {
  color: #2E9E52 !important;
}

.bk-checkout-shell .optional {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 600;
}

.bk-checkout-shell input.input-text,
.bk-checkout-shell textarea,
.bk-checkout-shell select,
.bk-checkout-shell .select2-container--default .select2-selection--single {
  width: 100% !important;
  min-height: 48px !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 12px !important;
  background: #f8fafc !important;
  color: #111827 !important;
  padding: 12px 14px !important;
  font: 700 15px/1.35 "Nunito", sans-serif !important;
  box-shadow: none !important;
}

.bk-checkout-shell textarea {
  min-height: 96px !important;
}

.bk-checkout-shell input.input-text:focus,
.bk-checkout-shell textarea:focus,
.bk-checkout-shell select:focus,
.bk-checkout-shell .select2-container--open .select2-selection--single {
  border-color: #2E9E52 !important;
  background: #fff !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(46, 158, 82, 0.12) !important;
}

.bk-checkout-shell .select2-selection__rendered {
  line-height: 22px !important;
  padding: 0 !important;
  color: #111827 !important;
}

.bk-checkout-shell .select2-selection__arrow {
  height: 46px !important;
  right: 10px !important;
}

.bk-checkout-shell #order_review_heading {
  grid-area: heading;
  margin: 0 0 -14px !important;
  color: #111827;
  font-size: 22px;
  font-weight: 900;
}

.bk-checkout-shell #order_review {
  grid-area: review;
  position: sticky;
  top: 110px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.bk-checkout-shell #order_review table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 18px;
}

.bk-checkout-shell #order_review th,
.bk-checkout-shell #order_review td {
  border: 0 !important;
  padding: 10px 0 !important;
  color: #334155;
  font-size: 14px;
  vertical-align: top;
}

.bk-checkout-shell #order_review tfoot tr {
  border-top: 1px solid #f1f5f9;
}

.bk-checkout-shell #order_review .order-total th,
.bk-checkout-shell #order_review .order-total td {
  color: #111827;
  font-size: 18px;
  font-weight: 900;
}

.bk-checkout-shell #payment {
  background: transparent !important;
  border-radius: 0 !important;
}

.bk-checkout-shell #payment ul.payment_methods {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 0 16px !important;
}

.bk-checkout-shell #payment .wc_payment_method {
  border: 1.5px solid #e2e8f0;
  border-radius: 14px;
  background: #f8fafc;
  padding: 12px 14px;
  margin: 0 0 10px !important;
}

.bk-checkout-shell #payment .wc_payment_method label {
  color: #111827;
  font-weight: 900;
}

.bk-checkout-shell #place_order,
.bk-checkout-shell .checkout-button {
  width: 100%;
  min-height: 54px;
  border: 0 !important;
  border-radius: 14px !important;
  background: #2E9E52 !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  box-shadow: 0 12px 28px rgba(46, 158, 82, 0.24);
}

.bk-checkout-shell #place_order:hover,
.bk-checkout-shell .checkout-button:hover {
  background: #176C36 !important;
}

body.single-product .bk-single-summary .prose,
body.single-product .bk-single-summary .prose p {
  color: #475569;
}

/* Checkout polish: premium address, delivery and payment cards. */
.bk-checkout-shell .bk-invoice-toggle,
.bk-checkout-shell #bk-invoice-fields {
  display: none !important;
}

.bk-checkout .checkout-section {
  border-color: #e5e7eb !important;
  border-radius: 22px !important;
  padding: 26px !important;
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.04);
}

.bk-checkout .checkout-section-header {
  align-items: center;
  margin-bottom: 22px !important;
}

.bk-checkout .checkout-section-header h3 {
  font-size: 21px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.bk-checkout .checkout-step-number {
  width: 38px !important;
  height: 38px !important;
  border-radius: 13px !important;
  background: linear-gradient(135deg, #2E9E52, #176C36) !important;
  box-shadow: 0 10px 22px rgba(46, 158, 82, 0.18);
}

.bk-checkout .checkout-section .form-row {
  margin-bottom: 14px !important;
}

.bk-checkout .checkout-section .form-row:last-child,
.bk-checkout .checkout-row-half .form-row {
  margin-bottom: 0 !important;
}

.bk-checkout .checkout-row-half {
  gap: 14px !important;
  margin-top: 14px !important;
}

.bk-checkout #billing_address_2_field {
  margin-top: -4px !important;
}

.bk-checkout #billing_state_field {
  margin-top: 14px !important;
}

.bk-checkout-shell .optional {
  display: none !important;
}

.bk-checkout-shell input.input-text,
.bk-checkout-shell textarea,
.bk-checkout-shell select,
.bk-checkout-shell .select2-container--default .select2-selection--single {
  min-height: 56px !important;
  border-radius: 16px !important;
  background: #fff !important;
  border-color: #dfe5eb !important;
  font-size: 16px !important;
}

.bk-checkout-shell .select2-selection__rendered {
  line-height: 30px !important;
}

.bk-checkout .checkout-country-fixed {
  min-height: 54px;
  margin-top: 12px !important;
  border-radius: 16px !important;
  background: #f8fafc !important;
  border-color: #e5e7eb !important;
  font-weight: 800 !important;
}

.bk-checkout #bk-checkout-shipping-cards .bk-shipping-methods {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
}

.bk-checkout #bk-checkout-shipping-cards .bk-shipping-card {
  margin: 0 !important;
  padding: 0 !important;
  border: 1.5px solid #e3e8ef !important;
  border-radius: 20px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.045);
  overflow: hidden;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.bk-checkout #bk-checkout-shipping-cards .bk-shipping-card:hover {
  border-color: #67e8f9 !important;
  background: #fff !important;
  box-shadow: 0 16px 34px rgba(46, 158, 82, 0.10) !important;
  transform: translateY(-1px);
}

.bk-checkout #bk-checkout-shipping-cards .bk-shipping-card:has(input:checked),
.bk-checkout #bk-checkout-shipping-cards .bk-shipping-card--active {
  border-color: #2E9E52 !important;
  background: linear-gradient(135deg, #F2FFF5 0%, #ffffff 66%) !important;
  box-shadow: 0 18px 40px rgba(46, 158, 82, 0.14) !important;
}

.bk-checkout #bk-checkout-shipping-cards .bk-shipping-label {
  display: grid !important;
  grid-template-columns: 24px 64px minmax(0, 1fr) !important;
  grid-template-areas:
    "radio mark copy"
    "radio mark price";
  align-items: center !important;
  gap: 9px 18px !important;
  width: 100% !important;
  min-height: 124px;
  padding: 20px 24px !important;
  cursor: pointer !important;
}

.bk-checkout #bk-checkout-shipping-cards .bk-shipping-label::before {
  display: none !important;
  content: none !important;
}

.bk-checkout #bk-checkout-shipping-cards .bk-shipping-radio-wrap {
  position: relative;
  grid-area: radio;
  align-self: center;
  width: 22px;
  height: 22px;
}

.bk-checkout #bk-checkout-shipping-cards .bk-shipping-radio {
  position: absolute !important;
  inset: 0 !important;
  width: 22px !important;
  height: 22px !important;
  opacity: 0 !important;
  cursor: pointer !important;
}

.bk-checkout #bk-checkout-shipping-cards .bk-radio-dot {
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid #cbd5e1;
  border-radius: 999px;
  background: #fff;
  box-shadow: inset 0 0 0 0 #2E9E52;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.bk-checkout #bk-checkout-shipping-cards input:checked + .bk-radio-dot {
  border-color: #2E9E52;
  box-shadow: inset 0 0 0 5px #2E9E52;
}

.bk-checkout #bk-checkout-shipping-cards .bk-shipping-mark {
  display: inline-flex;
  grid-area: mark;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 1px solid #e8eef6;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.bk-checkout #bk-checkout-shipping-cards .bk-shipping-mark img {
  display: block !important;
  width: 38px !important;
  height: auto !important;
  max-width: 38px !important;
  max-height: 38px !important;
  object-fit: contain !important;
}

.bk-checkout #bk-checkout-shipping-cards .bk-shipping-copy {
  display: grid;
  grid-area: copy;
  min-width: 0;
  max-width: none;
  gap: 3px;
  text-align: left;
}

.bk-checkout #bk-checkout-shipping-cards .bk-shipping-brand {
  color: #2E9E52;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0.055em;
  line-height: 1.05;
  text-transform: uppercase;
}

.bk-checkout #bk-checkout-shipping-cards .bk-shipping-name {
  color: #0f172a !important;
  font-size: 18px;
  font-weight: 1000;
  line-height: 1.12;
  max-width: 100%;
  overflow-wrap: break-word;
}

.bk-checkout #bk-checkout-shipping-cards .bk-shipping-subtitle {
  color: #64748b;
  max-width: 360px;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.32;
}

.bk-checkout #bk-checkout-shipping-cards .bk-shipping-price {
  display: inline-flex;
  grid-area: price;
  align-items: center;
  justify-content: center;
  justify-self: start;
  min-width: 76px;
  min-height: 34px;
  padding: 0 12px;
  border: 1.5px solid #dbeafe;
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  font-size: 14px;
  font-weight: 1000;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}

.bk-checkout #bk-checkout-shipping-cards .bk-shipping-price .woocommerce-Price-amount,
.bk-checkout #bk-checkout-shipping-cards .bk-shipping-price bdi {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

.bk-checkout #bk-checkout-shipping-cards .bk-shipping-card:has(input:checked) .bk-shipping-price,
.bk-checkout #bk-checkout-shipping-cards .bk-shipping-card--active .bk-shipping-price {
  border-color: rgba(46, 158, 82, 0.18);
  background: #2E9E52;
  color: #fff;
  box-shadow: 0 12px 24px rgba(46, 158, 82, 0.20);
}

.bk-checkout #bk-checkout-shipping-cards .bk-shipping-price--free,
.bk-checkout #bk-checkout-shipping-cards .bk-shipping-card:has(input:checked) .bk-shipping-price--free,
.bk-checkout #bk-checkout-shipping-cards .bk-shipping-card--active .bk-shipping-price--free {
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.bk-checkout #bk-checkout-shipping-cards .bk-free-badge,
.bk-checkout #bk-checkout-shipping-cards .shipping-badge-free {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  min-height: 34px;
  padding: 0 14px;
  border: 1.5px solid #86efac;
  border-radius: 999px;
  background: #fff;
  color: #15803d;
  font-size: 13.5px;
  font-weight: 1000;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(21, 128, 61, 0.08);
}

.bk-checkout #bk-checkout-shipping-cards .bk-shipping-card:has(input:checked) .bk-free-badge,
.bk-checkout #bk-checkout-shipping-cards .bk-shipping-card--active .bk-free-badge {
  background: #f0fdf4;
  border-color: #86efac;
  color: #15803d;
}

.bk-checkout #bk-checkout-shipping-cards .paxy-pickup-point-container {
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  width: auto !important;
  margin: 0 22px 22px !important;
  padding: 16px !important;
  border: 1px solid rgba(46, 158, 82, 0.18);
  border-radius: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #F2FFF5 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 14px 30px rgba(15, 23, 42, 0.06);
  text-align: left !important;
}

.bk-checkout #bk-checkout-shipping-cards .paxy-pickup-point-container::before {
  content: "Atsiėmimo vieta";
  display: block;
  order: 0;
  color: #2E9E52;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.bk-checkout #bk-checkout-shipping-cards .paxy-pickup-point-container::after {
  content: "Pasirink paštomatą arba atsiėmimo punktą žemėlapyje. Užsakymą išsiųsime į pasirinktą vietą.";
  display: block;
  order: 1;
  color: #64748b;
  max-width: 420px;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.35;
}

.bk-checkout #bk-checkout-shipping-cards .paxy-pickup-point-container.paxy-has-point::after {
  display: none;
}

.bk-checkout #bk-checkout-shipping-cards .paxy-pickup-point-container .paxy-pickup-point-btn {
  display: inline-flex !important;
  order: 3;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin: 2px 0 0 !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: #2E9E52 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 1000 !important;
  line-height: 1.15 !important;
  white-space: normal;
  text-align: center;
  box-shadow: 0 12px 24px rgba(46, 158, 82, 0.22);
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.bk-checkout #bk-checkout-shipping-cards .paxy-pickup-point-container .paxy-pickup-point-btn:hover {
  background: #176C36 !important;
  box-shadow: 0 14px 28px rgba(46, 158, 82, 0.28);
  transform: translateY(-1px);
}

.bk-checkout #bk-checkout-shipping-cards .paxy-pickup-point-container .paxy-pickup-point-info {
  order: 2;
  width: 100% !important;
  margin: 0 !important;
  padding: 13px 14px;
  border: 1px solid #BFEEC9;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: #334155;
  text-align: left !important;
}

.bk-checkout #bk-checkout-shipping-cards .paxy-pickup-point-container.paxy-has-point .paxy-pickup-point-info {
  order: 1;
}

.bk-checkout #bk-checkout-shipping-cards .paxy-pickup-point-container.paxy-has-point .paxy-pickup-point-btn {
  order: 2;
}

.bk-checkout #bk-checkout-shipping-cards .paxy-pickup-point-container .paxy-pickup-point-info:empty {
  display: none !important;
}

.bk-checkout #bk-checkout-shipping-cards .paxy-pickup-point-container .paxy-pickup-point-info p {
  margin: 0 !important;
  color: inherit !important;
  text-align: left !important;
}

.bk-checkout #bk-checkout-shipping-cards .paxy-pickup-point-container .paxy-pickup-point-info-title {
  color: #2E9E52 !important;
  font-size: 12px !important;
  font-weight: 1000 !important;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.bk-checkout #bk-checkout-shipping-cards .paxy-pickup-point-container .paxy-pickup-point-info-name {
  margin-top: 4px !important;
  color: #0f172a !important;
  font-size: 14px !important;
  font-weight: 1000 !important;
}

.bk-checkout #bk-checkout-shipping-cards .paxy-pickup-point-container .paxy-pickup-point-info-address,
.bk-checkout #bk-checkout-shipping-cards .paxy-pickup-point-container .paxy-pickup-point-info-city {
  color: #64748b !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.4;
}

.bk-checkout #payment {
  background: transparent !important;
}

.bk-checkout #payment .wc_payment_methods {
  gap: 12px !important;
}

.bk-checkout #payment .wc_payment_method {
  border: 1.5px solid #e3e8ef !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
  overflow: hidden !important;
}

.bk-checkout #payment .wc_payment_method:has(input:checked) {
  border-color: #2E9E52 !important;
  background: #fff !important;
  box-shadow: 0 18px 42px rgba(46, 158, 82, 0.13);
}

.bk-checkout #payment .wc_payment_method > label {
  min-height: 70px;
  padding: 16px 18px !important;
  background: linear-gradient(135deg, #F2FFF5 0%, #ffffff 74%);
  color: #0f172a !important;
  font-size: 15px !important;
  font-weight: 1000 !important;
}

.bk-checkout #payment .wc_payment_method > label img {
  max-width: 92px !important;
  max-height: 30px !important;
  margin-left: auto !important;
  object-fit: contain !important;
}

.bk-checkout #payment .wc_payment_method > label img.bk-cod-logo {
  max-width: 38px !important;
  max-height: 38px !important;
  border-radius: 12px !important;
}

.bk-checkout #payment .payment_box {
  border-top: 1px solid #e5e7eb !important;
  background: #fff !important;
  color: #334155 !important;
  padding: 16px !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.bk-checkout #payment .payment_box::before,
.bk-checkout #payment .payment_box > br {
  display: none !important;
}

.bk-checkout #payment .payment-group-wrapper {
  display: grid;
  gap: 9px;
  margin: 0 0 14px;
}

.bk-checkout #payment .payment-group-title {
  margin: 4px 0 2px;
  color: #176C36 !important;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.bk-checkout #payment .paysera-payment-method {
  margin: 0 !important;
}

.bk-checkout #payment .paysera-payment-method-label {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 98px !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 54px;
  padding: 10px 12px !important;
  border: 1px solid #e5e7eb;
  border-radius: 15px;
  background: #f8fafc;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.bk-checkout #payment .paysera-payment-method-label:hover {
  border-color: #67e8f9;
  background: #fff;
}

.bk-checkout #payment .paysera-payment-method-label:has(input:checked) {
  border-color: #2E9E52;
  background: #F2FFF5;
  box-shadow: 0 10px 24px rgba(46, 158, 82, 0.10);
}

.bk-checkout #payment .paysera-payment-method-label > div:first-child {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 10px;
}

.bk-checkout #payment .paysera-payment-method-label input[type="radio"] {
  width: 18px !important;
  height: 18px !important;
  accent-color: #2E9E52;
  flex: 0 0 auto;
}

.bk-checkout #payment .paysera-text {
  color: #1e293b;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.bk-checkout #payment .paysera-image {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 0;
}

.bk-checkout #payment .paysera-image img {
  width: auto !important;
  max-width: 94px !important;
  max-height: 30px !important;
  object-fit: contain !important;
  border-radius: 0 !important;
}

.bk-checkout #payment .payment_box a {
  color: #176C36 !important;
  font-weight: 900;
}

.bk-checkout #payment .checkout-terms-custom {
  margin: 18px 0 14px;
  padding: 14px 15px;
  border: 1.5px solid #e2e8f0;
  border-radius: 16px;
  background: #f8fafc;
}

.bk-checkout #payment .checkout-terms-label {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  margin: 0 !important;
  color: #475569 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  cursor: pointer;
}

.bk-checkout #payment .checkout-terms-checkbox {
  width: 22px;
  height: 22px;
  margin: 0 !important;
  border-radius: 7px;
  accent-color: #2E9E52;
  cursor: pointer;
}

.bk-checkout #payment .checkout-terms-label a {
  color: #176C36 !important;
  font-weight: 1000 !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bk-checkout #payment .checkout-terms-custom:has(.checkout-terms-checkbox:checked) {
  border-color: #BFEEC9;
  background: #F2FFF5;
}

@media (max-width: 640px) {
  .bk-checkout .checkout-section {
    padding: 20px !important;
    border-radius: 20px !important;
  }

  .bk-checkout .checkout-row-half {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .bk-checkout #bk-checkout-shipping-cards .bk-shipping-label {
    grid-template-columns: 24px 54px minmax(0, 1fr) !important;
    grid-template-areas:
      "radio mark copy"
      "radio mark price";
    align-items: center !important;
    gap: 8px 14px !important;
    min-height: 96px;
    padding: 16px 16px 14px !important;
  }

  .bk-checkout #bk-checkout-shipping-cards .bk-shipping-mark {
    width: 54px;
    height: 54px;
    border-radius: 16px;
  }

  .bk-checkout #bk-checkout-shipping-cards .bk-shipping-mark img {
    width: 34px !important;
    max-width: 34px !important;
    max-height: 34px !important;
  }

  .bk-checkout #bk-checkout-shipping-cards .bk-shipping-name {
    font-size: 17px;
  }

  .bk-checkout #bk-checkout-shipping-cards .bk-shipping-copy {
    max-width: none;
    gap: 1px;
  }

  .bk-checkout #bk-checkout-shipping-cards .bk-shipping-subtitle {
    max-width: none;
    font-size: 12.5px;
  }

  .bk-checkout #bk-checkout-shipping-cards .bk-shipping-price {
    grid-column: auto;
    justify-self: start;
    margin-top: 2px;
    min-width: 0;
    min-height: 32px;
    padding: 0 12px;
    font-size: 13px;
  }

  .bk-checkout #bk-checkout-shipping-cards .bk-free-badge {
    min-width: 104px;
    min-height: 34px;
    font-size: 13px;
  }

  .bk-checkout #bk-checkout-shipping-cards .paxy-pickup-point-container {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0 14px 14px !important;
    padding: 14px !important;
    border-radius: 18px;
  }

  .bk-checkout #bk-checkout-shipping-cards .paxy-pickup-point-container::after {
    grid-column: 1;
  }

  .bk-checkout #bk-checkout-shipping-cards .paxy-pickup-point-container .paxy-pickup-point-btn {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
    min-height: 44px;
    padding: 0 14px !important;
  }

  .bk-checkout #payment .paysera-payment-method-label {
    grid-template-columns: minmax(0, 1fr) 86px !important;
    gap: 10px !important;
  }

  .bk-checkout #payment .paysera-image img {
    max-width: 82px !important;
    max-height: 28px !important;
  }
}

body.single-product .bk-product-hero-row {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  body.single-product .bk-product-hero-row {
    flex-direction: row;
    align-items: flex-start;
    gap: 4rem;
  }

  body.single-product .bk-product-gallery-col {
    flex: 0 0 calc(55% - 2rem);
    max-width: calc(55% - 2rem);
    min-width: 0;
  }

  body.single-product .bk-product-summary-col {
    flex: 0 0 calc(45% - 2rem);
    max-width: calc(45% - 2rem);
    min-width: 0;
  }
}

body.single-product .bk-single-summary .product_meta {
  color: #64748b;
  font-size: 13px;
  line-height: 1.6;
}

body.single-product .bk-single-summary .product_meta a {
  color: #2E9E52;
  font-weight: 800;
}

body.single-product .woocommerce-tabs {
  max-width: 1180px;
  margin: 0 auto;
}

body.single-product {
  padding-bottom: 88px;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.select2-hidden-accessible {
  width: 1px !important;
  max-width: 1px !important;
}

#bk-cart-drawer {
  max-width: min(100vw, 28rem);
}

#bk-mobile-menu {
  max-width: min(100vw, 20rem);
}

#omnisend-forms-wrapper [aria-hidden="true"],
#omnisend-forms-wrapper [class*="overlay"][aria-hidden="true"] {
  pointer-events: none !important;
}

.bk-product-card {
  isolation: isolate;
}

.bk-product-card .bk-card-img {
  pointer-events: none;
}

.bk-card-quick-toggle svg,
.bk-card-quick-toggle svg * {
  pointer-events: none;
}

.bk-card-quick-add {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 20;
  padding: 10px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
  backdrop-filter: blur(10px);
}

.bk-product-card:hover .bk-card-quick-add,
.bk-product-card:focus-within .bk-card-quick-add,
.bk-product-card--quick-open .bk-card-quick-add {
  opacity: 1;
  transform: translateY(0);
  z-index: 30;
  pointer-events: auto !important;
}

.bk-product-card:hover .bk-card-quick-add *,
.bk-product-card:focus-within .bk-card-quick-add *,
.bk-product-card--quick-open .bk-card-quick-add * {
  pointer-events: auto !important;
}

.bk-card-quick-add__title {
  margin: 0 0 8px;
  color: #111827;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}

.bk-card-quick-add__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.bk-card-quick-btn {
  position: relative;
  z-index: 31;
  min-height: 36px;
  border: 1.5px solid #dbe3ee;
  border-radius: 11px;
  background: #fff;
  color: #111827;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  cursor: pointer;
  pointer-events: auto !important;
  transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.bk-card-quick-btn:hover,
.bk-card-quick-btn:focus-visible {
  border-color: #2E9E52;
  background: #F2FFF5;
  color: #176C36;
  outline: none;
  transform: translateY(-1px);
}

.bk-card-quick-btn.loading,
.bk-card-quick-btn:disabled {
  cursor: wait;
  opacity: 0.58;
  transform: none;
}

.variable-items-wrapper .variable-item.out-of-stock,
.variable-items-wrapper .variable-item.disabled,
.bk-size-btn.out-of-stock,
.bk-size-btn.disabled {
  cursor: not-allowed !important;
  opacity: 0.34 !important;
  filter: grayscale(1);
}

.bk-card-quick-btn--error {
  border-color: #fecaca !important;
  background: #FFF1EF !important;
  color: #b91c1c !important;
}

body.woocommerce-cart .woocommerce {
  width: min(100% - 32px, 1216px);
  margin: 48px auto 72px;
}

body.woocommerce-cart .woocommerce-notices-wrapper,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-message {
  border: 1px solid #BFEEC9 !important;
  border-radius: 16px !important;
  background: #F2FFF5 !important;
  color: #176C36 !important;
  font-weight: 800;
}

body.woocommerce-cart table.shop_table {
  width: 100%;
  border: 1px solid #e5e7eb !important;
  border-radius: 22px !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.06);
}

body.woocommerce-cart table.shop_table th {
  padding: 18px 20px !important;
  border: 0 !important;
  border-bottom: 1px solid #e5e7eb !important;
  background: #f8fafc;
  color: #111827;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.woocommerce-cart table.shop_table td {
  padding: 18px 20px !important;
  border: 0 !important;
  border-bottom: 1px solid #f1f5f9 !important;
  color: #334155;
  vertical-align: middle;
}

body.woocommerce-cart table.shop_table tr:last-child td {
  border-bottom: 0 !important;
}

body.woocommerce-cart .product-thumbnail img {
  width: 82px !important;
  height: 82px !important;
  object-fit: contain;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
}

body.woocommerce-cart .product-name a {
  color: #111827;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
  text-decoration: none;
}

body.woocommerce-cart .product-remove a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #f8fafc;
  color: #64748b !important;
  font-size: 22px !important;
  line-height: 1 !important;
}

body.woocommerce-cart .product-remove a:hover {
  background: #fee2e2;
  color: #b91c1c !important;
}

body.woocommerce-cart .quantity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.woocommerce-cart .quantity input.qty {
  width: 72px !important;
  min-height: 44px;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 14px !important;
  color: #111827;
  font-weight: 900;
  text-align: center;
}

body.woocommerce-cart table.shop_table .actions {
  background: #f8fafc;
}

body.woocommerce-cart table.shop_table .coupon {
  display: flex;
  gap: 10px;
  align-items: center;
  width: min(100%, 520px);
}

body.woocommerce-cart table.shop_table .coupon label {
  color: #111827;
  font-weight: 900;
}

body.woocommerce-cart table.shop_table .coupon input.input-text {
  min-height: 46px;
  flex: 1;
  border: 1.5px solid #e2e8f0;
  border-radius: 14px;
  padding: 0 14px;
}

body.woocommerce-cart .button,
body.woocommerce-cart button.button,
body.woocommerce-cart input.button {
  min-height: 46px;
  border: 0 !important;
  border-radius: 14px !important;
  background: #111827 !important;
  color: #fff !important;
  font-weight: 900 !important;
  padding: 0 18px !important;
}

body.woocommerce-cart .button:hover,
body.woocommerce-cart button.button:hover,
body.woocommerce-cart input.button:hover {
  background: #020617 !important;
}

body.woocommerce-cart .cart-collaterals {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
  gap: 32px;
  margin-top: 32px;
}

body.woocommerce-cart .cart_totals {
  width: auto !important;
  float: none !important;
  grid-column: 2;
  align-self: start;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.06);
}

body.woocommerce-cart .cart_totals h2 {
  margin: 0 0 16px;
  color: #111827;
  font-size: 22px;
  font-weight: 900;
}

body.woocommerce-cart .cart_totals table {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td {
  padding: 13px 0 !important;
  border-bottom: 1px solid #f1f5f9 !important;
  background: transparent !important;
}

body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td {
  color: #111827;
  font-size: 18px;
  font-weight: 900;
}

body.woocommerce-cart .wc-proceed-to-checkout {
  padding: 16px 0 0 !important;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  margin: 0 !important;
  border-radius: 16px !important;
  background: #2E9E52 !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  box-shadow: 0 14px 30px rgba(46, 158, 82, 0.22);
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
  background: #176C36 !important;
}

body.woocommerce-cart .cross-sells {
  grid-column: 1;
  width: auto !important;
  float: none !important;
}

body.woocommerce-cart .cross-sells h2 {
  margin: 0 0 18px;
  color: #111827;
  font-size: 24px;
  font-weight: 900;
}

body.woocommerce-cart .cross-sells ul.products {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px !important;
}

#bk-mobile-overlay {
  z-index: 75 !important;
}

#bk-mobile-menu {
  z-index: 80 !important;
}

.cky-consent-container,
.cky-modal,
.cky-overlay,
.cky-btn-revisit-wrapper,
#cookie-notice {
  z-index: 45 !important;
}

#cookie-notice {
  display: none !important;
}

.bk-cookie-consent {
  position: fixed;
  inset: auto 18px 18px auto;
  z-index: 95;
  width: min(560px, calc(100vw - 36px));
  color: #0f172a;
}

.bk-cookie-panel {
  display: grid;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.24);
  backdrop-filter: blur(14px);
}

.bk-cookie-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #15803d;
  font-size: 12px;
  font-weight: 1000;
  line-height: 1;
  text-transform: uppercase;
}

.bk-cookie-copy h2 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 22px;
  font-weight: 1000;
  line-height: 1.18;
  letter-spacing: 0;
}

.bk-cookie-copy p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.bk-cookie-copy a {
  display: inline-flex;
  margin-top: 10px;
  color: #2E9E52;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.bk-cookie-copy a:hover {
  text-decoration: underline;
}

.bk-cookie-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.bk-cookie-actions--settings {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bk-cookie-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 13px;
  border: 1px solid #d1d5db;
  font-size: 13px;
  font-weight: 1000;
  line-height: 1.1;
  text-align: center;
  cursor: pointer;
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.bk-cookie-btn:hover {
  transform: translateY(-1px);
}

.bk-cookie-btn--primary {
  border-color: #2E9E52;
  background: #2E9E52;
  color: #fff;
  box-shadow: 0 12px 28px rgba(46, 158, 82, 0.24);
}

.bk-cookie-btn--outline {
  background: #fff;
  color: #0f172a;
}

.bk-cookie-btn--ghost {
  background: #f8fafc;
  color: #334155;
}

.bk-cookie-settings {
  display: grid;
  gap: 10px;
}

.bk-cookie-toggle {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 13px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #f8fafc;
}

.bk-cookie-toggle strong,
.bk-cookie-toggle em {
  display: block;
  font-style: normal;
}

.bk-cookie-toggle strong {
  color: #0f172a;
  font-size: 14px;
  font-weight: 1000;
  line-height: 1.25;
}

.bk-cookie-toggle em {
  margin-top: 3px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.bk-cookie-toggle input {
  width: 22px;
  height: 22px;
  accent-color: #2E9E52;
}

.bk-cookie-toggle--disabled {
  opacity: 0.82;
}

.bk-cookie-reopen {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 44;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid #d1fae5;
  border-radius: 999px;
  background: #ffffff;
  color: #176C36;
  font-size: 12px;
  font-weight: 1000;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
  cursor: pointer;
}

/* Premium legal/info pages */
.bk-legal-page {
  flex-grow: 1;
  background:
    radial-gradient(circle at top left, rgba(46, 158, 82, 0.08), transparent 34rem),
    linear-gradient(180deg, #f8fafc 0%, #f3f4f6 100%);
  padding: 34px 0 72px;
}

.bk-legal-shell {
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
}

.bk-legal-tabs {
  display: flex !important;
  gap: 10px !important;
  margin: 0 0 18px !important;
  padding: 4px 2px 12px !important;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}

.bk-legal-tabs::-webkit-scrollbar {
  display: none;
}

.bk-legal-tab {
  display: inline-flex !important;
  align-items: center;
  gap: 8px !important;
  min-height: 42px;
  padding: 0 16px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.86) !important;
  color: #64748b !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  transition: transform 0.18s ease, color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.bk-legal-tab:hover {
  border-color: rgba(46, 158, 82, 0.32) !important;
  color: #14532d !important;
  transform: translateY(-1px);
}

.bk-legal-tab--active,
.bk-legal-tab--active:hover {
  border-color: rgba(46, 158, 82, 0.42) !important;
  background: #2E9E52 !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(46, 158, 82, 0.22);
}

.bk-legal-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-bottom: 22px;
  padding: 32px 36px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.bk-legal-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  color: #2E9E52;
  font-size: 13px;
  font-weight: 1000;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bk-legal-title {
  margin: 0 !important;
  color: #0f172a !important;
  font-size: clamp(30px, 4vw, 48px) !important;
  font-weight: 1000 !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
}

.bk-legal-lead {
  max-width: 760px;
  margin: 14px 0 0;
  color: #475569;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
}

.bk-legal-hero-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 22px;
  background: #F2FFF5;
  color: #2E9E52;
  box-shadow: inset 0 0 0 1px rgba(46, 158, 82, 0.14);
}

.bk-legal-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.bk-legal-aside {
  position: sticky;
  top: 118px;
  display: grid;
  gap: 14px;
}

.bk-legal-aside-card,
.bk-legal-contact-card {
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
}

.bk-legal-aside-card {
  padding: 20px;
}

.bk-legal-aside-card h2 {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: 16px;
  font-weight: 1000;
}

.bk-legal-fact {
  display: flex;
  gap: 12px;
  padding: 13px 0;
  border-top: 1px solid #eef2f7;
}

.bk-legal-fact:first-of-type {
  border-top: 0;
  padding-top: 2px;
}

.bk-legal-fact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #F2FFF5;
  color: #2E9E52;
}

.bk-legal-fact strong,
.bk-legal-fact em,
.bk-legal-contact-card strong,
.bk-legal-contact-card em {
  display: block;
  font-style: normal;
}

.bk-legal-fact strong,
.bk-legal-contact-card strong {
  color: #0f172a;
  font-size: 14px;
  font-weight: 1000;
  line-height: 1.25;
}

.bk-legal-fact em,
.bk-legal-contact-card em {
  margin-top: 3px;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.bk-legal-contact-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  color: #2E9E52;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.bk-legal-contact-card:hover {
  border-color: rgba(46, 158, 82, 0.36);
  transform: translateY(-1px);
}

.bk-legal-card {
  min-width: 0;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid #e5e7eb !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08) !important;
}

.bk-legal-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 54px 52px;
  color: #334155;
  font-size: 16px !important;
  line-height: 1.72 !important;
  text-align: left !important;
}

.bk-legal-content .elementor,
.bk-legal-content [class*="elementor-section"],
.bk-legal-content [class*="elementor-container"],
.bk-legal-content [class*="elementor-column"],
.bk-legal-content [class*="elementor-widget-wrap"],
.bk-legal-content [class*="elementor-widget-container"],
.bk-legal-content [class*="elementor-element"],
.bk-legal-content header {
  display: contents !important;
}

.bk-legal-content h2,
.bk-legal-content .elementor-heading-title {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 34px 0 15px !important;
  padding: 17px 20px !important;
  border: 0 !important;
  border-radius: 18px;
  background: #f8fafc;
  color: #0f172a !important;
  font-size: 21px !important;
  font-weight: 1000 !important;
  line-height: 1.22 !important;
  letter-spacing: 0 !important;
}

.bk-legal-content h2:first-child,
.bk-legal-content .elementor-heading-title:first-child {
  margin-top: 0 !important;
}

.bk-legal-content h2::before,
.bk-legal-content .elementor-heading-title::before {
  content: "";
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin-top: 8px;
  border-radius: 999px;
  background: #2E9E52;
  box-shadow: 0 0 0 5px #F2FFF5;
}

.bk-legal-content h3,
.bk-legal-content h4 {
  margin: 28px 0 10px !important;
  color: #0f172a !important;
  font-weight: 1000 !important;
  letter-spacing: 0 !important;
}

.bk-legal-content p {
  margin: 0 0 15px !important;
  max-width: 68ch;
  color: #475569;
  font-weight: 650;
  text-align: left !important;
}

.bk-legal-content .has-text-align-center {
  text-align: left !important;
}

.bk-legal-content img,
.bk-legal-content .elementor-widget-image {
  display: none !important;
}

.bk-legal-content--szallitas > p {
  margin-bottom: 14px !important;
  padding: 17px 18px;
  border: 1px solid #e5e7eb;
  border-left: 5px solid #2E9E52;
  border-radius: 18px;
  background: #f8fafc;
  color: #334155;
  font-weight: 800;
}

.bk-legal-content a {
  color: #2E9E52 !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.bk-legal-content a:hover {
  text-decoration: underline !important;
}

.bk-legal-content strong {
  color: #0f172a;
  font-weight: 1000;
}

.bk-legal-updated {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px !important;
  padding: 8px 12px;
  border: 1px solid #d1fae5;
  border-radius: 999px;
  background: #F2FFF5;
  color: #176C36 !important;
  font-size: 13px;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

.bk-legal-updated::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #2E9E52;
}

.bk-legal-summary-grid {
  display: grid;
  gap: 12px;
  margin: 0 0 30px;
}

.bk-legal-summary-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bk-legal-summary-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bk-legal-summary-grid > div {
  min-width: 0;
  padding: 15px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.bk-legal-summary-grid span,
.bk-legal-summary-grid strong,
.bk-legal-summary-grid em {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
  font-style: normal;
}

.bk-legal-summary-grid span {
  margin-bottom: 6px;
  color: #2E9E52;
  font-size: 11px;
  font-weight: 1000;
  line-height: 1.1;
  text-transform: uppercase;
}

.bk-legal-summary-grid strong {
  color: #0f172a;
  font-size: 15px;
  font-weight: 1000;
  line-height: 1.25;
}

.bk-legal-summary-grid em {
  margin-top: 5px;
  color: #64748b;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

.bk-legal-data-table {
  display: grid;
  margin: 15px 0 28px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

.bk-legal-data-table > div {
  display: grid;
  grid-template-columns: minmax(150px, 210px) minmax(0, 1fr);
  gap: 18px;
  padding: 15px 18px;
  border-bottom: 1px solid #eef2f7;
}

.bk-legal-data-table > div:last-child {
  border-bottom: 0;
}

.bk-legal-data-table strong,
.bk-legal-data-table span {
  min-width: 0;
  overflow-wrap: anywhere;
  line-height: 1.55;
}

.bk-legal-data-table strong {
  color: #14532d;
  font-size: 14px;
  font-weight: 1000;
}

.bk-legal-data-table span {
  color: #475569;
  font-size: 15px;
  font-weight: 700;
}

.bk-legal-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 15px 0 24px;
}

.bk-legal-process--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bk-legal-process > div,
.bk-legal-note,
.bk-legal-split > div {
  min-width: 0;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
}

.bk-legal-process > div {
  padding: 17px 17px 18px;
}

.bk-legal-process > div > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-bottom: 13px;
  border-radius: 999px;
  background: #2E9E52;
  color: #fff;
  font-size: 13px;
  font-weight: 1000;
  line-height: 1;
}

.bk-legal-process strong,
.bk-legal-note strong,
.bk-legal-split strong {
  display: block;
  margin: 0 0 7px;
  color: #0f172a;
  font-size: 15px;
  font-weight: 1000;
  line-height: 1.3;
}

.bk-legal-process p,
.bk-legal-note p,
.bk-legal-split p {
  max-width: none;
  margin: 0 !important;
  color: #475569;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.58;
}

.bk-legal-note {
  margin: 18px 0 26px;
  padding: 18px 20px;
  border-color: #BFEEC9;
  background: #F2FFF5;
}

.bk-legal-note strong {
  color: #14532d;
}

.bk-legal-note--plain {
  border-color: #e5e7eb;
  background: #f8fafc;
}

.bk-legal-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 15px 0 18px;
}

.bk-legal-split > div {
  padding: 18px 20px;
}

.bk-legal-def-term {
  display: inline-flex;
  align-items: center;
  margin: 3px 3px 3px 0;
  padding: 2px 8px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #14532d;
  font-weight: 1000;
}

.bk-legal-intro {
  margin: 0 0 18px !important;
  padding: 0 0 16px;
  border-bottom: 1px solid #e5e7eb;
  color: #334155 !important;
}

.bk-legal-def-list {
  display: block;
  margin: 14px 0 34px;
  padding: 8px 0;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.bk-legal-def-item {
  display: grid;
  grid-template-columns: minmax(160px, 230px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  min-width: 0;
  padding: 18px 4px;
  border-bottom: 1px solid #eef2f7;
  background: transparent;
  box-shadow: none;
}

.bk-legal-def-item:last-child {
  border-bottom: 0;
}

.bk-legal-def-item strong {
  display: flex;
  align-items: center;
  margin: 0;
  color: #14532d;
  font-size: 15px;
  font-weight: 1000;
  line-height: 1.35;
}

.bk-legal-def-item p {
  margin: 0 !important;
  color: #475569;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.62;
}

.bk-legal-list-row,
.bk-legal-numbered {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  margin: 10px 0 !important;
  padding: 13px 15px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #f8fafc;
}

.bk-legal-list-row span,
.bk-legal-numbered span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  padding: 0 8px;
  border-radius: 999px;
  background: #2E9E52;
  color: #fff;
  font-size: 12px;
  font-weight: 1000;
  line-height: 1;
}

.bk-legal-list-row em,
.bk-legal-numbered em {
  min-width: 0;
  color: #334155;
  font-style: normal;
  font-weight: 750;
  line-height: 1.55;
}

.bk-legal-content ul,
.bk-legal-content ol {
  display: grid;
  gap: 10px;
  margin: 14px 0 18px !important;
  padding: 0 !important;
  list-style: none !important;
}

.bk-legal-content li {
  position: relative;
  margin: 0 !important;
  padding: 12px 14px 12px 42px !important;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #f8fafc;
  color: #334155;
  font-weight: 750;
  line-height: 1.55;
}

.bk-legal-content li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #2E9E52;
}

.bk-legal-content table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: separate !important;
  border-spacing: 0;
  margin: 20px 0 !important;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
}

.bk-legal-content th,
.bk-legal-content td {
  padding: 14px 16px !important;
  border: 0 !important;
  border-bottom: 1px solid #e5e7eb !important;
  color: #334155;
  font-size: 14px;
  line-height: 1.45;
}

.bk-legal-content tr:last-child th,
.bk-legal-content tr:last-child td {
  border-bottom: 0 !important;
}

.bk-legal-content th {
  background: #f8fafc !important;
  color: #0f172a !important;
  font-weight: 1000 !important;
}

.bk-legal-content blockquote {
  margin: 22px 0 !important;
  padding: 18px 20px !important;
  border: 1px solid #BFEEC9 !important;
  border-left: 5px solid #2E9E52 !important;
  border-radius: 18px !important;
  background: #F2FFF5 !important;
  color: #14532d !important;
}

@media (min-width: 768px) {
  .cky-consent-container {
    left: 18px !important;
    right: auto !important;
    bottom: 18px !important;
    width: min(460px, calc(100% - 36px)) !important;
  }

  .cky-consent-container .cky-consent-bar {
    border-radius: 18px !important;
    padding: 14px 16px !important;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.18) !important;
  }

  .cky-consent-container .cky-notice-des,
  .cky-consent-container .cky-notice-des p {
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .cky-consent-container .cky-notice-btn-wrapper {
    justify-content: flex-start !important;
    margin-top: 8px !important;
  }

  #cookie-notice.cn-position-bottom {
    left: 18px !important;
    right: auto !important;
    bottom: 18px !important;
    width: min(460px, calc(100% - 36px)) !important;
    min-width: 0 !important;
    border-radius: 18px !important;
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.18) !important;
  }

  #cookie-notice .cookie-notice-container {
    padding: 14px 16px !important;
    text-align: left !important;
  }

  #cookie-notice #cn-notice-text {
    display: block;
    margin: 0 0 8px !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  #cookie-notice .cn-buttons-container {
    display: flex !important;
    justify-content: flex-start !important;
  }

  #cookie-notice .cn-button {
    margin: 0 !important;
    border-radius: 10px !important;
    padding: 8px 14px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
  }
}

@media (max-width: 640px) {
  .bk-hero-mascot-card {
    width: min(260px, 72vw);
    border-radius: 24px;
  }

  .bk-error-mascot,
  .bk-empty-archive-mascot {
    width: 118px;
    height: 118px;
    border-radius: 26px;
  }

  .cart-popup-mascot {
    width: 64px;
    height: 64px;
    margin-bottom: 10px;
    border-radius: 18px;
  }

  .cky-consent-container .cky-consent-bar {
    max-height: 34vh !important;
    overflow: auto !important;
    padding: 10px 12px !important;
  }

  .cky-consent-container .cky-notice-btn-wrapper,
  .cky-consent-container .cky-prefrence-btn-wrapper {
    gap: 8px !important;
  }

  #bk-cart-drawer .bk-mini-cart-footer {
    padding-bottom: max(16px, env(safe-area-inset-bottom)) !important;
  }

  .bk-cookie-consent {
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: auto;
  }

  .bk-cookie-panel {
    max-height: min(78vh, 620px);
    overflow: auto;
    padding: 14px;
    border-radius: 18px;
    overscroll-behavior: contain;
  }

  .bk-cookie-copy h2 {
    font-size: 18px;
  }

  .bk-cookie-copy p {
    font-size: 13px;
    line-height: 1.42;
  }

  .bk-cookie-actions,
  .bk-cookie-actions--settings {
    grid-template-columns: 1fr;
  }

  .bk-cookie-actions--settings {
    position: sticky;
    bottom: -14px;
    z-index: 2;
    margin: 0 -14px -14px;
    padding: 10px 14px 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), #fff 28%);
    border-top: 1px solid #e5e7eb;
  }

  .bk-cookie-btn {
    min-height: 44px;
  }

  .bk-cookie-reopen {
    left: 10px;
    bottom: 10px;
  }
}

@media (max-width: 1024px) {
  .bk-legal-layout {
    grid-template-columns: 1fr;
  }

  .bk-legal-aside {
    position: static;
    grid-template-columns: 1fr 1fr;
  }

  .bk-legal-summary-grid--three,
  .bk-legal-summary-grid--four,
  .bk-legal-process,
  .bk-legal-process--compact,
  .bk-legal-split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body.woocommerce-cart .woocommerce {
    width: min(100% - 24px, 680px);
    margin-top: 24px;
  }

  body.woocommerce-cart .cart-collaterals {
    display: block;
  }

  body.woocommerce-cart .cart_totals,
  body.woocommerce-cart .cross-sells {
    margin-top: 24px;
  }

  body.woocommerce-cart table.shop_table .coupon {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .bk-checkout-shell {
    width: min(100% - 24px, 640px);
    padding-bottom: 96px;
  }

  .bk-checkout-shell form.checkout {
    display: block !important;
  }

  .bk-checkout-shell #customer_details,
  .bk-checkout-shell #order_review {
    margin-bottom: 18px;
    padding: 18px;
  }

  .bk-checkout-shell #order_review {
    position: static;
  }

  .bk-checkout-shell #order_review_heading {
    margin: 18px 0 12px !important;
  }

  .bk-checkout-shell .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .bk-legal-page {
    padding: 22px 0 46px;
  }

  .bk-legal-shell {
    width: min(100% - 20px, 100%);
  }

  .bk-legal-tabs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px !important;
    margin-bottom: 12px !important;
    padding: 0 0 10px !important;
    overflow: visible;
    white-space: normal;
  }

  .bk-legal-tab {
    justify-content: center;
    min-height: 38px;
    min-width: 0;
    padding: 0 13px !important;
    font-size: 13px !important;
    text-align: center;
    white-space: normal;
  }

  .bk-legal-tab:last-child {
    grid-column: 1 / -1;
  }

  .bk-legal-hero {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px;
    border-radius: 20px;
  }

  .bk-legal-hero-mark {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    order: -1;
  }

  .bk-legal-lead {
    font-size: 15px;
  }

  .bk-legal-aside {
    grid-template-columns: 1fr;
  }

  .bk-legal-aside-card {
    padding: 18px;
  }

  .bk-legal-card {
    border-radius: 20px !important;
  }

  .bk-legal-content {
    padding: 28px 18px 34px;
    font-size: 15px !important;
  }

  .bk-legal-content p {
    max-width: none;
  }

  .bk-legal-content h2,
  .bk-legal-content .elementor-heading-title {
    padding: 15px 16px !important;
    font-size: 18px !important;
  }

  .bk-legal-summary-grid--three,
  .bk-legal-summary-grid--four,
  .bk-legal-process,
  .bk-legal-process--compact,
  .bk-legal-split,
  .bk-legal-data-table > div {
    grid-template-columns: 1fr;
  }

  .bk-legal-summary-grid > div,
  .bk-legal-process > div,
  .bk-legal-note,
  .bk-legal-split > div {
    border-radius: 16px;
  }

  .bk-legal-list-row,
  .bk-legal-numbered {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .bk-legal-def-list {
    margin-bottom: 24px;
  }

  .bk-legal-def-item {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 16px 0;
  }
}

/* 10+10 promo rollout */
.bk-promo-topbar {
  position: relative;
  z-index: 60;
  background: linear-gradient(90deg, #e11d48 0%, #f43f5e 48%, #fb7185 100%);
  color: #fff;
  box-shadow: 0 10px 30px rgba(225, 29, 72, 0.22);
}

.bk-promo-topbar__inner {
  max-width: 1280px;
  margin: 0 auto;
  min-height: 42px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.bk-promo-topbar__pill,
.bk-promo-topbar__timer {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.26);
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.bk-promo-topbar__deal {
  font-size: clamp(16px, 2.4vw, 22px);
  text-transform: uppercase;
  white-space: nowrap;
}

.bk-promo-topbar__secondary {
  font-size: 13px;
  opacity: 0.9;
}

.bk-promo-card {
  position: relative;
  overflow: hidden;
  margin: 0 0 24px;
  padding: 18px 20px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #111827 0%, #e11d48 58%, #fb7185 100%);
  box-shadow: 0 20px 44px rgba(225, 29, 72, 0.22);
}

.bk-promo-card::after {
  content: "";
  position: absolute;
  right: -32px;
  top: -48px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.bk-promo-card__label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.bk-promo-card__title {
  position: relative;
  z-index: 1;
  font-size: 28px;
  font-weight: 1000;
  line-height: 1.05;
}

.bk-promo-card__copy {
  position: relative;
  z-index: 1;
  margin: 8px 0 0;
  max-width: 560px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
}

.bk-promo-card__countdown {
  display: inline-flex;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.18);
  padding: 2px 7px;
  color: #fff;
  font-variant-numeric: tabular-nums;
}

.bk-10plus10-card-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 12;
  border-radius: 999px;
  background: linear-gradient(135deg, #111827, #e11d48);
  color: #fff;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.22);
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 1000;
  line-height: 1;
  text-transform: uppercase;
}

.bk-10plus10-sticker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  margin: 6px 0;
  border: 1px solid rgba(225, 29, 72, 0.18);
  border-radius: 999px;
  background: #fff1f2;
  color: #be123c;
  padding: 5px 10px 5px 6px;
  line-height: 1;
}

.bk-10plus10-sticker__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #fb7185;
  color: #fff;
  font-size: 12px;
  font-weight: 1000;
}

.bk-10plus10-sticker__copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.bk-10plus10-sticker__headline {
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
}

.bk-10plus10-sticker__subline {
  color: #9f1239;
  font-size: 10px;
  font-weight: 800;
}

.checkout-summary-card .bk-10plus10-sticker--checkout,
.bk-drawer-item .bk-10plus10-sticker--drawer {
  margin-top: 5px;
  padding-right: 9px;
}

.cart-popup-free-upsell {
  position: relative;
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 0 0 18px;
  padding: 15px;
  border-radius: 18px;
  border: 1px solid rgba(225, 29, 72, 0.12);
  background: linear-gradient(135deg, #fff1f2 0%, #ffffff 58%, #ecfdf5 100%);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.cart-popup-free-upsell.hidden {
  display: none !important;
}

.cart-popup-free-upsell__mark {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: #111827;
  color: #fff;
  font-weight: 1000;
  font-size: 13px;
  text-align: center;
}

.cart-popup-free-upsell__mark--done {
  background: #10b981;
}

.cart-popup-free-upsell__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cart-popup-free-upsell__eyebrow {
  color: #e11d48;
  font-size: 11px;
  font-weight: 1000;
  text-transform: uppercase;
}

.cart-popup-free-upsell strong {
  color: #111827;
  font-size: 15px;
  line-height: 1.2;
}

.cart-popup-free-upsell p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.cart-popup-free-upsell__button {
  width: fit-content;
  margin-top: 6px;
  border: 0;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  padding: 9px 14px;
  font-size: 13px;
  font-weight: 1000;
  cursor: pointer;
}

.cart-popup-free-upsell__button.is-loading {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  opacity: 0.84;
}

.cart-popup-free-upsell__spinner {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-top-color: #fff;
  border-radius: 50%;
  animation: bk-spin 0.75s linear infinite;
}

.cart-popup-free-upsell--qualified {
  background: linear-gradient(135deg, #ecfdf5, #fff);
  border-color: rgba(16, 185, 129, 0.18);
}

.cart-popup-free-upsell--qualified .cart-popup-free-upsell__eyebrow {
  color: #059669;
}

@media (max-width: 640px) {
  .bk-promo-topbar__inner {
    min-height: 52px;
    padding: 7px 10px;
    gap: 7px;
    flex-wrap: wrap;
  }

  .bk-promo-topbar__secondary {
    display: none;
  }

  .bk-promo-topbar__deal {
    font-size: 16px;
  }

  .bk-promo-topbar__pill,
  .bk-promo-topbar__timer {
    font-size: 10px;
    padding: 4px 8px;
  }

  .bk-promo-card {
    border-radius: 16px;
    padding: 16px;
  }

  .bk-promo-card__title {
    font-size: 24px;
  }

  .cart-popup-free-upsell {
    align-items: flex-start;
    padding: 13px;
  }

  .cart-popup-free-upsell__mark {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    font-size: 12px;
  }
}
