/* Aggregated module styles. Source files: assets/css/modules/*.css */

/* === cart.css === */
/* mini cart */
.popup-mini-cart .popup-elem {
  width: 1020px;
  max-width: 90vw;
}
.minicart--inner {
  padding-left: 50px;
  padding-right: 50px;
}
.woocommerce-mini-cart {
  gap: 16px;
}
.woocommerce-mini-cart-item {
  width: 100%;
  gap: 20px;
}
.thumb-wrap {
  display: block;
  width: 140px;
  height: 140px;
  min-width: 140px;
}
.thumb-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s;
  transform: scale(1);
}
.thumb-wrap:hover img {
  transition: 0.3s;
  transform: scale(0.98);
}
.mini-cart-item-details {
  flex: 1 1 240px;
  min-width: 0;
}
.mini-cart-item-details .prod-title {
  display: block;
}
.mini-cart-item-data .variation,
.mini-cart-item-data .bundle_configuration {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.35;
  color: #8a8a8a;
}
.mini-cart-item-data .variation dt,
.mini-cart-item-data .variation dd,
.mini-cart-item-data .variation p {
  display: inline;
  float: none;
  margin: 0;
  padding: 0;
  color: inherit;
  font-weight: 400;
}
.woocommerce-mini-cart-item .quantity {
  margin-left: auto;
}
.remove_from_cart_button {
  display: block;
  margin-left: 20px;
}
.remove_from_cart_button svg {
  filter: grayscale(100%) brightness(0.7);
  opacity: 0.5;
  transition: 0.3s;
}
.remove_from_cart_button:hover svg {
  filter: grayscale(0) brightness(1);
  opacity: 1;
  transition: 0.3s;
}
.mini-cart-item-quantity bdi {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #ff9f0f;
}
.mini-cart-item--footer {
  margin-top: 20px;
  gap: 20px;
  flex-wrap: wrap;
}
.mini-cart-item--footer .return-to-shop {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #f7f7f7;
  background-color: #f7f7f7;
  min-height: 40px;
  padding: 5px 40px;
  height: 60px;
  width: max-content;
  font-size: 16px;
  border-radius: 35px;
  text-decoration: none;
}
.mini-cart-item--footer .return-to-shop:hover {
  border: 3px solid #ff9f0f;
}
.mini-cart-buttons {
  background: #f6f6f675;
  padding: 18px;
  gap: 16px;
  width: max-content;
}
.mini-cart-buttons strong {
  display: none;
}
.mini-cart-buttons bdi {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #000000;
}
.mini-cart-buttons .checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
  border-radius: 35px;
  width: max-content;
  padding: 5px 40px;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  background: #ff9f0f;
  color: #ffffff;
  transition: 0.3s;
  border: 3px solid #ff9f0f;
  text-transform: uppercase;
}
.mini-cart-buttons .checkout:hover {
  background: #ffffff;
  color: #ff9f0f;
  transition: 0.3s;
}
.pswp__container {
  max-width: none;
}

/* === checkout.css === */
/* checkout */
form.checkout {
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
}
.woocommerce-NoticeGroup {
  width: 100%;
  margin-bottom: 24px;
  background-color: #ff9f0f24;
}
.woocommerce-notices-wrapper {
  width: 100%;
  margin-bottom: 24px;
  background-color: #ff9f0f24;
  padding: 16px;
}
.woocommerce-notices-wrapper:empty {
  display: none;
}
.woocommerce-message {
  outline: none;
}
.woocommerce-notices-wrapper ul,
.woocommerce-NoticeGroup ul {
  list-style: none;
  margin: 0;
  padding: 16px;
  outline: none;
}
.checkout-form-col {
  width: 50%;
  padding: 24px 16px 24px 0;
}
.checkout-order-rewiew-col {
  width: 50%;
  padding: 24px 16px;
  border: 1px solid #d9d9d9;
}
.checkout-block-head {
  width: 270px;
  padding-bottom: 16px;
  border-bottom: 2px solid #d9d9d9;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #d9d9d9;
  cursor: pointer;
}
.checkout-block-head.active {
  border-bottom: 2px solid #000000;
  color: #000000;
}
.checkout-block-body {
  padding: 24px 0;
}
.login-start {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-decoration: underline;
  color: #ff9f0f;
  margin-bottom: 24px;
  cursor: pointer;
}
.checkout-block-body .next-step {
  width: 280px;
  background: #d9d9d936;
  color: #ff9f0f;
  min-height: 50px;
  margin-left: auto;
  /* margin-top: 40px; */
  margin-top: 8px;
  border: 3px solid #ff9f0f;
  cursor: pointer;
  font: inherit;
  appearance: none;
  text-transform: none;
}

.checkout-block-body #place_order {
  background: #ff9f0f;
  color: #fff;
  text-transform: none;
  /* width: max-content; */
  margin-left: auto;
  min-height: 50px;
  height: 50px;
  margin-top: 40px;
}
.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* padding-bottom: 40px; */
}
.woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row {
  width: calc(50% - 10px);
}
.shipping_address {
  display: none !important;
}
.shipping_address.active {
  display: block !important;
}
.wc_payment_methods {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.wc_payment_methods li {
  display: flex;
  /* align-items: center; */
  flex-wrap: wrap;
  gap: 6px 16px;
  margin-bottom: 24px;
}
/* .wc_payment_methods li:not(:last-child) {
  margin-bottom: 24px;
} */
.wc_payment_methods li > div {
  width: 100%;
  padding-left: 40px;
}
.wc_payment_methods li > div p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #d9d9d9;
}
.wc_payment_methods li > label {
  line-height: 24px;
  font-weight: 400;
}

/* input.input-radio {
  margin-right: 16px;
} */
.checkout-order-rewiew-head {
  padding-bottom: 24px;
  border-bottom: 1px solid #d9d9d966;
}
.order-rewiew-head-txt {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
}

.mini-cart-progress {
  padding: 16px 20px;
  border: 1px solid #d9d9d9;
}
.progress-bar {
  margin-top: 22px;
  height: 6px;
  width: 100%;
  border-radius: 5px;
  background: #d9d9d9;
}
.progress-status {
  height: 6px;
  width: 60%;
  border-radius: 5px;
  background: #ff9f0f;
}
.mini-cart-progress-txt {
  display: block;
  font-weight: 500;
  font-size: 18px;
}
.mini-cart-progress-note {
  display: block;
  margin-top: 8px;
  color: #777;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
}
.boroda-free-shipping-payment-notice {
  display: block;
  margin-top: 4px;
  color: #777;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
}
.boroda-free-shipping-payment-notice-row th,
.boroda-free-shipping-payment-notice-row td {
  padding-top: 0;
}

.checkout-coupon-box {
  margin: 18px 0;
  /* padding: 16px;
  border: 1px solid #e5e5e5;
  background: #fff; */
}

.checkout-coupon-box label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}

.checkout-coupon-box__control {
  display: flex;
  width: 100%;
  gap: 8px;
}

.checkout-coupon-box__control input {
  /* flex: 1; */
  height: 45px;
  width: calc(50% - 10px);
}
.checkout-coupon-box__control button {
  padding: 5px 20px;
  width: calc(50% - 10px);
  height: 45px;
}
.checkout-coupon-box__message {
  margin-top: 10px;
}

.checkout-coupon-box__message .woocommerce-message,
.checkout-coupon-box__message .woocommerce-error {
  margin: 0;
}
.checkout-coupon-box__message .woocommerce-error {
  color: #d85140;
}

.checkout-points-box {
  margin: 18px 0 0;
}

.checkout-points-box .custom_point_checkout {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.checkout-points-box #wps_cart_points {
  height: 45px;
  width: calc(50% - 10px);
}

.checkout-points-box #wps_cart_points_apply {
  width: calc(50% - 10px);
  height: 45px;
  padding: 5px 20px;
}

.checkout-points-box .custom_point_checkout p {
  width: 100%;
  margin: 8px 0 0;
  font-size: 14px;
}

.checkout-points-box .woocommerce-message,
.checkout-points-box .woocommerce-error,
.checkout-points-box .wps_error {
  width: 100%;
  margin: 0 0 10px;
}
/* #3E8C28 */

.woocommerce-checkout-review-order-table {
  width: 100%;
}
.checkout-cart-list {
  gap: 60px;
}
.checkout-cart-item {
  gap: 36px;
}
.checkout-cart-item__image {
  width: 140px;
  min-width: 140px;
}
.checkout-cart-item__image img {
  display: block;
  width: 100%;
  height: auto;
}
.checkout-cart-item__content {
  gap: 24px;
}
.checkout-cart-item__remove {
  border: none;
  background-color: transparent;
  outline: none;
  padding: 0;
  margin-left: auto;
}
.checkout-cart-item__remove svg {
  filter: grayscale(100%) brightness(0.7);
  opacity: 0.5;
  transition: 0.3s;
}
.checkout-cart-item__remove:hover svg {
  filter: grayscale(0) brightness(1);
  opacity: 1;
  transition: 0.3s;
}
.checkout-cart-item__price {
  text-align: left;
}

.checkout-cart-item__price bdi {
  font-weight: 500;
  font-size: 20px;
}
.checkout-cart-item__bundle-summary {
  max-width: 420px;
  margin-top: 8px;
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}
.checkout-cart-item__bundle-summary-label {
  color: #6f6f6f;
  font-weight: 500;
}
.order-total th,
.order-total td {
  padding-top: 24px;
  font-size: 24px;
  font-weight: 700;
}
.checkout-delivery-fields h3,
.wcus-checkout-fields h3 {
  font-size: 20px;
}
.swiper-gift-wrapping,
.swiper-checkout-bestsellers {
  /* max-width: 570px; */
  /* max-width: 100%; */
  width: 1px;
  min-width: 100%;
  max-width: 100%;
  padding-left: 3px;
  padding-right: 3px;
  margin-left: -10px;
  margin-right: -10px;
  right: -10px;
}
.gift-wrap-slide,
.checkout-bestseller-slide {
  height: auto;
}
.gift-wrap-card,
.checkout-bestseller-card {
  gap: 8px;
  padding: 14px 8px;
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px #00000040;
  background: #ffffff;
  cursor: pointer;
  height: 100%;
}
.gift-wrap-card .img-wrap,
.checkout-bestseller-card .img-wrap {
  height: 80px;
  width: 80px;
  min-width: 80px;
}
.gift-wrap-card .img-wrap img,
.checkout-bestseller-card .img-wrap img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.gift-wrap-card .txt-wrap,
.checkout-bestseller-card .txt-wrap {
  justify-content: space-between;
  gap: 8px;
}
.gift-wrap-card .title,
.checkout-bestseller-card .title {
  font-weight: 500;
  font-size: 15px;
  text-align: left;
}
.gift-wrap-card .price,
.checkout-bestseller-card .price {
  font-weight: 700;
  font-size: 20px;
  text-align: left;
}

.boroda-thankyou {
  max-width: 1180px;
  margin: 0 auto 80px;
  padding: 0 20px;
  color: #000;
}

.boroda-thankyou-hero {
  padding: 54px 0 36px;
  border-bottom: 2px solid #000;
  margin-bottom: 36px;
}

.boroda-thankyou-hero--failed {
  border-color: #d85140;
}

.boroda-thankyou-kicker {
  margin: 0 0 12px;
  color: #ff9f0f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.boroda-thankyou-hero h2 {
  max-width: 760px;
  margin: 0;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.12;
  text-transform: uppercase;
}

.boroda-thankyou-hero p {
  max-width: 680px;
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.55;
}

.boroda-thankyou-hero .boroda-thankyou-order-ref {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.35;
}

.boroda-thankyou-order-ref span {
  color: #777;
  font-weight: 500;
}

.boroda-thankyou-order-ref strong {
  color: #000;
  font-weight: 800;
}

.boroda-thankyou-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: start;
  margin-bottom: 32px;
}

.boroda-thankyou-panel,
.boroda-thankyou-summary,
.boroda-thankyou-products,
.boroda-thankyou-instruction,
.boroda-thankyou-totals {
  border: 1px solid #e0e0e0;
  padding: 28px;
}

.boroda-thankyou-panel h3,
.boroda-thankyou-summary h3,
.boroda-thankyou-products h3,
.boroda-thankyou-instruction h3 {
  margin: 0 0 22px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.boroda-thankyou-details,
.boroda-thankyou-summary dl {
  display: grid;
  gap: 16px;
  margin: 0;
}

.boroda-thankyou-details div,
.boroda-thankyou-summary dl div {
  display: grid;
  gap: 6px;
}

.boroda-thankyou-details dt,
.boroda-thankyou-summary dt {
  color: #777;
  font-size: 13px;
  font-weight: 500;
}

.boroda-thankyou-details dd,
.boroda-thankyou-summary dd {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.boroda-thankyou-summary__total {
  padding-top: 18px;
  border-top: 1px solid #d9d9d9;
}

.boroda-thankyou-summary__total dd {
  color: #ff9f0f;
  font-size: 24px;
}

.boroda-thankyou-instruction {
  margin-top: 40px;
  margin-bottom: 32px;
  border-color: #ff9f0f;
  background: #fff8ef;
}

.boroda-thankyou-instruction__content {
  font-size: 17px;
  line-height: 1.55;
}

.boroda-thankyou-instruction__content h1,
.boroda-thankyou-instruction__content h2 {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.15;
}

.boroda-thankyou-instruction__content h3,
.boroda-thankyou-instruction__content h4 {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
}

.boroda-thankyou-instruction__content ul {
  margin: 16px 0 0;
  padding-left: 22px;
}

.boroda-thankyou-instruction__content li {
  margin: 6px 0;
  font-size: 17px;
  line-height: 1.45;
}

.boroda-thankyou-instruction__content strong {
  font-weight: 800;
}

.boroda-thankyou-instruction__content > :last-child {
  margin-bottom: 0;
}

.boroda-thankyou .woocommerce-bacs-bank-details {
  max-width: 760px;
  margin: 44px 0 32px;
  color: #000;
}

.boroda-thankyou .woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: none;
}

.boroda-thankyou .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
  margin: 0 0 18px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: none;
}

.boroda-thankyou .woocommerce-bacs-bank-details ul.order_details {
  display: block;
  margin: 16px 0 0;
  padding: 0 0 0 22px;
  list-style: disc;
}

.boroda-thankyou .woocommerce-bacs-bank-details ul.order_details li {
  float: none;
  display: list-item;
  margin: 6px 0;
  padding: 0;
  border: 0;
  color: #000;
  font-size: 17px;
  line-height: 1.45;
  text-transform: none;
}

.boroda-thankyou .woocommerce-bacs-bank-details ul.order_details li strong {
  display: inline;
  color: #000;
  font-size: inherit;
  font-weight: 800;
  line-height: inherit;
  text-transform: none;
}

.boroda-thankyou-products {
  margin-bottom: 24px;
}

.boroda-thankyou-items {
  display: grid;
  gap: 18px;
}

.boroda-thankyou-item {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid #ededed;
}

.boroda-thankyou-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.boroda-thankyou-item__image {
  width: 86px;
  height: 86px;
}

.boroda-thankyou-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.boroda-thankyou-item__body h4 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}

.boroda-thankyou-item__body p {
  margin: 8px 0 0;
  color: #777;
  font-size: 14px;
}

.boroda-thankyou-item__price {
  color: #ff9f0f;
  font-size: 18px;
  font-weight: 800;
  white-space: nowrap;
}

.boroda-thankyou-totals {
  display: grid;
  gap: 12px;
  max-width: 460px;
  margin-left: auto;
}

.boroda-thankyou-totals div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 16px;
}

.boroda-thankyou-totals div:last-child {
  padding-top: 14px;
  border-top: 1px solid #d9d9d9;
  font-size: 22px;
}

.boroda-thankyou-totals strong {
  text-align: right;
}

.boroda-thankyou-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.boroda-thankyou-actions .bttn {
  min-width: 240px;
  min-height: 48px;
}

.boroda-thankyou-actions .bttn.light {
  border: 2px solid #ff9f0f;
  background: #fff;
  color: #ff9f0f;
}

.boroda-thankyou-actions .boroda-thankyou-orders-link {
  border-radius: 999px;
}

@media (max-width: 768px) {
  .boroda-thankyou {
    margin-bottom: 56px;
    padding: 0 16px;
  }

  .boroda-thankyou-hero {
    padding: 36px 0 28px;
    margin-bottom: 28px;
  }

  .boroda-thankyou-kicker {
    letter-spacing: 3px;
  }

  .boroda-thankyou-hero h2 {
    font-size: 28px;
  }

  .boroda-thankyou-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .boroda-thankyou-panel,
  .boroda-thankyou-summary,
  .boroda-thankyou-products,
  .boroda-thankyou-instruction,
  .boroda-thankyou-totals {
    padding: 20px;
  }

  .boroda-thankyou-instruction {
    margin-top: 32px;
  }

  .boroda-thankyou-instruction__content h1,
  .boroda-thankyou-instruction__content h2 {
    font-size: 24px;
  }

  .boroda-thankyou-instruction__content h3,
  .boroda-thankyou-instruction__content h4 {
    font-size: 19px;
  }

  .boroda-thankyou-instruction__content li {
    font-size: 15px;
    word-break: break-word;
  }

  .boroda-thankyou .woocommerce-bacs-bank-details {
    margin-top: 32px;
  }

  .boroda-thankyou .woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
    font-size: 24px;
  }

  .boroda-thankyou .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
    font-size: 19px;
  }

  .boroda-thankyou .woocommerce-bacs-bank-details ul.order_details li {
    font-size: 15px;
    word-break: break-word;
  }

  .boroda-thankyou-item {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 14px;
  }

  .boroda-thankyou-item__image {
    width: 74px;
    height: 74px;
  }

  .boroda-thankyou-item__price {
    grid-column: 2;
  }

  .boroda-thankyou-totals {
    max-width: none;
  }

  .boroda-thankyou-actions .bttn {
    width: 100%;
  }
}

/* === account.css === */
/* account */
.woocommerce-account .inner-page-main__container {
  max-width: 1160px;
}
.woocommerce-account .woocommerce {
  display: flex;
  gap: 24px;
}
.woocommerce-account:not(.logged-in) .woocommerce {
  display: block;
}
.woocommerce-account:not(.logged-in) .woocommerce > .woocommerce-message,
.woocommerce-account:not(.logged-in) .woocommerce > .woocommerce-info,
.woocommerce-account:not(.logged-in) .woocommerce > .woocommerce-error,
.woocommerce-account:not(.logged-in) .woocommerce > .woocommerce-notices-wrapper {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 18px;
  padding: 14px 18px;
  border: 1px solid #d9d9d9;
  border-left: 4px solid #ff9f0f;
  background: #fff8ed;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}
.woocommerce-account:not(.logged-in) .woocommerce > .woocommerce-error {
  border-left-color: #d85140;
  background: #fff4f2;
  list-style: none;
}
.woocommerce-account:not(.logged-in) .woocommerce > .woocommerce-error li {
  margin: 0;
}
.woocommerce-account:not(.logged-in) .woocommerce > .woocommerce-message {
  border-left-color: #ff9f0f;
  background: #fff8ed;
}
.woocommerce-account:not(.logged-in) .woocommerce > .woocommerce-notices-wrapper:empty {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 244px;
  min-width: 244px;
  max-width: 244px;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  width: 100%;
}

.woocommerce-MyAccount-content {
  flex-grow: 1;
}
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-info,
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-message,
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-error {
  display: block;
  width: 100%;
  margin: 0 0 24px;
  padding: 18px 20px;
  border: 1px solid #d9d9d9;
  border-left: 4px solid #ff9f0f;
  background: #fff8ed;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-message {
  border-left-color: #3e8c28;
  background: #f4fbf1;
}
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-error {
  border-left-color: #d85140;
  background: #fff4f2;
}
.boroda-email-verification-notice {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}
.boroda-email-verification-notice__text {
  min-width: 0;
}
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-info .button,
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-message .button,
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-error .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 0;
  padding: 5px 22px;
  border: 3px solid #ff9f0f;
  border-radius: 35px;
  background: #ff9f0f;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
}
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-info .button:hover,
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-message .button:hover,
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-error .button:hover {
  background-color: #ff9f0f24;
  color: #ff9f0f;
  box-shadow: 0 4px 4px #00000040;
}
.woocommerce-EditAccountForm-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-EditAccountForm-wrap .form-row {
  width: calc(50% - 10px);
}
.woocommerce-password-section {
  padding: 24px 20px;
  border: 1px solid #d9d9d9;
  background: #ff9f0f1a;
  margin-bottom: 32px;
}
.woocommerce-EditAccountForm button[type="submit"] {
  margin-left: auto;
}
.bt-order-item {
  border: 1px solid #d9d9d9;
  margin-bottom: 44px;
}
.bt-order-head {
  padding: 24px 20px;
  gap: 20px;
  cursor: pointer;
}
.bt-order-head .icon {
  margin-right: 16px;
}
.bt-order-head .icon img {
  transition: 0.3s;
  transform: rotate(0);
}
.bt-order-head .icon.active img {
  transform: rotate(180deg);
  transition: 0.3s;
}

.bt-order-head .order-title {
  font-weight: 600;
  font-size: 16px;
}
.bt-order-head .order-status {
  font-weight: 700;
  font-size: 16px;
  color: #a6a6a6;
}
.bt-order-data {
  padding: 24px 20px;
  gap: 20px;
  border-top: 1px solid #d9d9d966;
  flex-wrap: wrap;
}
.bt-order-data-elem {
  width: 350px;
}
.bt-order-data-elem .elem-title {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 8px;
  color: #a6a6a6;
}
.bt-order-data-elem .elem-value {
  /* font-weight: 500;
  font-size: 14px;
  margin-bottom: 8px;
  color: #a6a6a6; */
}
.bt-order-products {
  padding: 24px 20px 0;
  border-top: 1px solid #d9d9d966;
  width: 100%;
}
.order-products__head,
.order-products__row {
  display: grid;
  grid-template-columns: 1.8fr 140px 140px 140px;
  gap: 15px;
  align-items: center;
}

.order-products__head {
  margin-bottom: 20px;
  color: #a6a6a6;
  font-size: 14px;
}

.order-products__row {
  padding: 24px 0;
  /* border-bottom: 1px solid #eee; */
}

.order-products__product {
  display: flex;
  align-items: center;
  gap: 16px;
}

.order-products__image img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}
.order-products__name a {
  transition: 0.3s;
}
.order-products__name a:hover {
  transition: 0.3s;
  color: #ff9f0f;
}
/* .order-products__name {
  font-size: 18px;
  font-weight: 500;
} */

/* .order-products__price,
.order-products__qty,
.order-products__total {
  font-size: 18px;
} */
.bt-order-totals {
  padding: 24px 20px;
  border-top: 1px solid #d9d9d966;
  width: 100%;
}
.order-summary {
  max-width: 320px;
  margin-left: auto;
}

.order-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;

  padding: 10px 0;
  /* 
    font-size: 18px; */
}

.order-summary__label {
  /* color: #555; */
  font-weight: 400;
}

.order-summary__value {
  font-weight: 400;
  display: block;
  width: 140px;
  min-width: 140px;
}

.order-summary__row--total {
  /* margin-top: 10px; */
  font-size: 20px;
}

.order-summary__row--total .order-summary__label,
.order-summary__row--total .order-summary__value {
  font-weight: 700;
}
.checkout-cart-item__name {
  text-align: left;
}
.woocommerce-checkout button.button {
  /* width: 280px; */
  border: 3px solid #ff9f0f;
  background: #d9d9d936;
  color: #ff9f0f;
  /* min-height: 50px;
    margin-left: auto; */
  /* margin-top: 40px; */
  /* margin-top: 8px; */
  text-transform: none;
}
.woocommerce-checkout button.button:hover {
  transition: 0.3s;
  background-color: #ff9f0f24;
  color: #ff9f0f;
  box-shadow: 0 4px 4px #00000040;
}
.swiper-gift-wrapping.swiper-locked,
.swiper-checkout-bestsellers.swiper-locked {
  padding-bottom: 7px;
}
.woocommerce-checkout-review-order-table .order-total bdi {
  font-weight: 700;
}
#wcus-shipping-fields h3 {
  margin-bottom: 12px;
}
#confirm_call_field .optional {
  display: none;
}
.woocommerce-MyAccount-content .wc-npab-account {
  margin: 0;
}
.woocommerce-MyAccount-content .wc-npab-account__list {
  grid-template-columns: 1fr 1fr;
}
.woocommerce-MyAccount-content .wc-npab-account-card {
  flex-direction: column;
  gap: 24px;
  border: 1px solid #d9d9d9;
}
.woocommerce-MyAccount-content .wc-npab-account-card.is-default {
  border: 1px solid #d9d9d9;
  background: #ff9f0f1a;
}
.wc-npab-account-card__actions {
  width: 100%;
}
.wc-npab-account-card .wc-npab-account-card__actions {
  justify-content: center;
}
.wc-npab-account button.button {
  height: 36px;
  padding: 5px 16px;
  font-size: 16px;
}
.mini-cart-cross-sells {
  padding-top: 32px;
  margin-top: 32px;
  position: relative;
}
.mini-cart-cross-sells::before {
  content: "";
  display: block;
  height: 0;
  width: 1100px;
  border-bottom: 1px solid #d9d9d966;
  position: absolute;
  left: -50px;
  top: 0;
}
.mini-cart-cross-sells > h3 {
  font-size: 24px;
  margin-bottom: 16px;
}
.mini-cart-cross-sells ul.products {
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 36px 20px;
  padding-left: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1365px) {
  .bt-order-data-elem {
    width: 48%;
  }
}

@media screen and (max-width: 1099px) {
  .gift-wrap-card .title,
  .checkout-bestseller-card .title {
    word-break: break-word;
  }
  .order-products__image {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .woocommerce-checkout .inner-page-main__container {
    padding: 0;
    margin: 0;
  }
  form.checkout {
    flex-direction: column-reverse;
  }
  .checkout-form-col {
    width: 100%;
    padding: 24px 16px 24px 16px;
  }
  .checkout-order-rewiew-col {
    width: 100%;
  }
  .gift-wrapping-head,
  .checkout-bestsellers-head {
    min-height: 40px;
  }
  .checkout-order-rewiew-col {
    /* border-left: none;
border-right: none; */
    border: none;
  }
  .mob-separator {
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .mob-separator::after {
    content: "";
    display: block;
    height: 0;
    width: calc(100vw + 40px);
    position: absolute;
    left: -20px;
    bottom: 0;
    border-bottom: 1px solid #d9d9d966;
  }
  .checkout-order-rewiew-head {
    border-bottom: none;
  }
  .woocommerce-NoticeGroup {
    order: 1;
  }
  .woocommerce-account .woocommerce-MyAccount-content > .woocommerce-info,
  .woocommerce-account .woocommerce-MyAccount-content > .woocommerce-message,
  .woocommerce-account .woocommerce-MyAccount-content > .woocommerce-error {
    margin-bottom: 20px;
    padding: 16px;
    font-size: 14px;
  }
  .boroda-email-verification-notice {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .woocommerce-account .woocommerce-MyAccount-content > .woocommerce-info .button,
  .woocommerce-account .woocommerce-MyAccount-content > .woocommerce-message .button,
  .woocommerce-account .woocommerce-MyAccount-content > .woocommerce-error .button {
    width: 100%;
    min-height: 46px;
  }

  .checkout-cart-item__image {
    width: 100px;
    min-width: 100px;
  }
  .checkout-cart-item {
    gap: 16px;
  }
  .checkout-cart-item__content {
    gap: 8px;
  }
  .checkout-cart-item__content {
    gap: 8px 16px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .checkout-cart-list {
    gap: 24px;
  }
  .woocommerce-EditAccountForm-wrap .form-row {
    width: 100%;
  }
  .woocommerce-MyAccount-content .wc-npab-account__list {
    grid-template-columns: 1fr;
  }
  .bt-order-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 20px 16px;
  }
  .bt-order-head .bt-order-head-col:last-child {
    margin-left: auto;
  }
  .bt-order-item {
    margin-bottom: 24px;
  }
  .woocommerce-account .woocommerce {
    flex-direction: column;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    min-width: auto;
    max-width: none;
  }
  .woocommerce-MyAccount-navigation .bt-toggle {
    border-right: none;
    border-bottom: 2px solid #a6a6a6;
    padding-right: 0;
  }
  .woocommerce-MyAccount-navigation .bt-toggle.is-active {
    border-right: none;
    border-bottom: 2px solid #000000;
  }
  .woocommerce-MyAccount-navigation .bt-tabs-heads {
    gap: 24px;
  }
  .order-products__image {
    display: block;
  }
  .order-products__head,
  .order-products__row {
    grid-template-columns: 2fr auto auto auto;
    gap: 12px;
    align-items: center;
  }
  .order-products__row {
    padding: 12px 0;
    /* border-bottom: 1px solid #eee; */
  }
  .order-products__total,
  .order-products__head > div:last-child {
    min-width: 100px;
  }
  .order-products__qty,
  .order-products__head > div:nth-child(3) {
    min-width: 80px;
  }
  .order-products__price,
  .order-products__head > div:nth-child(2) {
    min-width: 80px;
  }
  .mini-cart-cross-sells ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 24px 10px;
  }
  li.woocommerce-mini-cart-item {
    display: grid;
    grid-template-columns: 80px auto 150px;

    grid-gap: 16px 20px;
  }
  .woocommerce-mini-cart .thumb-wrap {
    display: block;
    width: 80px;
    height: 80px;
    min-width: 80px;
    grid-area: 1/1/3/2;
  }
  .woocommerce-mini-cart .mini-cart-item-details {
    grid-area: 1/2/2/3;
  }
  .woocommerce-mini-cart-item .quantity {
    margin-left: 0;
    grid-area: 2/2/3/3;
  }
  .mini-cart-item-quantity {
    grid-area: 2/3/3/4;
  }
  .mini-cart-item-quantity {
    grid-area: 2/3/3/4;
    justify-self: flex-end;
  }
  .woocommerce-mini-cart .remove_from_cart_button {
    grid-area: 1/3/2/4;
    margin-left: 0;
    justify-self: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .order-products__head,
  .order-products__row {
    grid-template-columns: 2fr auto auto;
    gap: 8px;
  }
  .order-products__image {
    display: none;
  }
  .order-products__price,
  .order-products__head > div:nth-child(2) {
    display: none;
  }
  .bt-order-data-elem {
    width: 46%;
  }
  .order-products__total,
  .order-products__head > div:last-child {
    min-width: 80px;
  }
  .order-products__qty,
  .order-products__head > div:nth-child(3) {
    min-width: 60px;
  }
  .minicart--inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mini-cart-item--footer {
    flex-direction: column-reverse;
    align-items: center;
  }
  .mini-cart-buttons strong {
    display: inline;
  }
  .mini-cart-buttons {
    background: transparent;
    padding: 0;
    gap: 40px 16px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mini-cart-buttons .checkout {
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .woocommerce-billing-fields__field-wrapper .form-row,
  .woocommerce-shipping-fields__field-wrapper .form-row {
    width: 100%;
  }
  .mini-cart-cross-sells ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 480px) {
  .swiper-gift-wrapping,
  .swiper-checkout-bestsellers {
    overflow: visible;
  }
  .mini-cart-item-quantity {
    grid-area: 3 / 2 / 4 / 3;
    justify-self: flex-start;
  }
  li.woocommerce-mini-cart-item {
    grid-template-columns: 80px auto 30px;
    grid-gap: 8px 16px;
  }
}
@media screen and (max-width: 429px) {
  .checkout-cart-item__image {
    width: 80px;
    min-width: 80px;
  }
  .order-rewiew-head-txt {
    font-size: 20px;
  }
  .order-products__name,
  .order-products__qty,
  .order-products__total {
    font-size: 14px;
    font-weight: 400;
  }
  .order-products__head {
    font-size: 12px;
  }
}

/* === search.css === */
.header-search-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}

.boroda-search-modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 104px 20px 32px;
  visibility: hidden;
  pointer-events: none;
}

.boroda-search-modal.is-open {
  visibility: visible;
  pointer-events: auto;
}

.boroda-search-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.66);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.boroda-search-modal.is-open .boroda-search-modal__overlay {
  opacity: 1;
}

.boroda-search-modal__panel {
  position: relative;
  width: min(720px, calc(100% - 32px));
  max-height: calc(100vh - 126px);
  overflow: visible;
  padding: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  transform: translateY(-12px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.boroda-search-modal.is-open .boroda-search-modal__panel {
  opacity: 1;
  transform: translateY(0);
}

.boroda-search-modal__close {
  position: absolute;
  top: 1px;
  right: 0;
  z-index: 3;
  width: 46px;
  height: 38px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.boroda-search-modal__close span {
  position: absolute;
  top: 18px;
  left: 11px;
  width: 24px;
  height: 1px;
  background: #fff;
}

.boroda-search-modal__close span:first-child {
  transform: rotate(45deg);
}

.boroda-search-modal__close span:last-child {
  transform: rotate(-45deg);
}

.boroda-search-modal__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.boroda-search-modal__field {
  position: relative;
  display: flex;
  align-items: stretch;
  height: 40px;
  padding: 0 46px 0 44px;
  border: 1px solid #ff9700;
  background: #5c5c5c;
}

.boroda-search-modal__field::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 15px;
  width: 16px;
  height: 16px;
  background: url("../img/icons/Search-wt.svg") center / contain no-repeat;
  transform: translateY(-50%);
}

.boroda-search-modal__field input {
  flex: 1 1 auto;
  min-width: 0;
  height: 38px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  outline: none;
}

.boroda-search-modal__field input::placeholder {
  color: rgba(255, 255, 255, 0.86);
}

.boroda-search-modal__field input::-webkit-search-cancel-button {
  display: none;
}

.boroda-search-modal__field button {
  display: none;
}

.boroda-search-modal__status {
  min-height: 22px;
  padding: 10px 16px 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.boroda-search-modal__results {
  display: grid;
  gap: 18px;
  max-height: calc(100vh - 190px);
  overflow: auto;
  margin-top: 10px;
}

.boroda-search-modal__results:not(:empty) {
  padding: 18px 22px 22px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
}

.boroda-search-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

.boroda-search-section__title {
  margin: 0;
  color: #000;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 6px;
  line-height: 1.3;
  text-transform: uppercase;
}

.boroda-search-section__all {
  color: #ff9700;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.boroda-search-products,
.boroda-search-categories,
.boroda-search-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.boroda-search-product {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 72px;
  padding: 8px 0;
  border-bottom: 1px solid #ededed;
  color: #000;
  text-decoration: none;
}

.boroda-search-product__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #fafafa;
}

.boroda-search-product__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.boroda-search-product__title {
  display: block;
  margin: 0 0 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.boroda-search-product__price {
  color: #ff9700;
  font-size: 13px;
  font-weight: 800;
}

.boroda-search-product__status {
  display: inline-block;
  margin-left: 8px;
  color: #777;
  font-size: 11px;
}

.boroda-search-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  padding: 9px 0;
  border-bottom: 1px solid #ededed;
  color: #000;
  text-decoration: none;
}

.boroda-search-category span {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.boroda-search-category em {
  flex: 0 0 auto;
  color: #777;
  font-size: 11px;
  font-style: normal;
}

.boroda-search-content__item {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
  color: #000;
  text-decoration: none;
}

.boroda-search-content__type {
  display: block;
  margin-bottom: 5px;
  color: #ff9700;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.boroda-search-content__title {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}

.boroda-search-content__excerpt {
  display: block;
  color: #555;
  font-size: 12px;
  line-height: 1.45;
}

.boroda-search-empty {
  padding: 12px 0;
  color: #555;
  font-size: 14px;
}

.boroda-search-page {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 52px 0 80px;
}

.boroda-search-page__title {
  display: block;
  margin: 0 0 22px;
  color: #000;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.16;
  text-align: center;
  text-transform: uppercase;
}

.boroda-search-page__form {
  display: flex;
  align-items: stretch;
  gap: 16px;
  max-width: 740px;
  margin: 0 auto 36px;
  border: 0;
  background: transparent;
}

.boroda-search-page__form input {
  flex: 1 1 auto;
  min-width: 0;
  height: 52px;
  padding: 0 18px;
  border: 1px solid #d9d9d9;
  color: #000;
  font: inherit;
  outline: none;
}

.boroda-search-page__form button {
  flex: 0 0 auto;
  height: 52px;
  min-width: 132px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: #ff9700;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
}

.boroda-search-page__sections {
  display: grid;
  gap: 32px;
  margin-top: 30px;
}

.boroda-search-page .products {
  margin-top: 0;
}

.boroda-search-page .boroda-search-categories {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.boroda-search-page .boroda-search-category {
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid #ededed;
}

.boroda-search-page__content-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.boroda-search-page__content-item {
  color: #000;
  text-decoration: none;
}

.boroda-search-page__content-item h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.3;
}

.boroda-search-page__content-item p {
  margin: 0;
  color: #555;
  font-size: 13px;
  line-height: 1.5;
}

body.boroda-search-open {
  overflow: hidden;
}

@media (max-width: 900px) {
  .boroda-search-modal {
    padding: 72px 12px 0;
  }

  .boroda-search-modal__panel {
    width: 100%;
    max-height: calc(100vh - 84px);
  }

  .boroda-search-modal__results {
    max-height: calc(100vh - 146px);
  }

  .boroda-search-modal__results:not(:empty) {
    padding: 16px;
  }

  .boroda-search-page .boroda-search-categories,
  .boroda-search-page__content-list {
    grid-template-columns: 1fr;
  }

  .boroda-search-page__title {
    font-size: 26px;
    text-align: left;
  }

  .boroda-search-page__form {
    flex-direction: column;
    border: 0;
    gap: 10px;
  }

  .boroda-search-page__form input {
    border: 1px solid #d9d9d9;
  }

  .boroda-search-page__form button {
    width: 100%;
    height: 48px;
  }

  .boroda-search-section__title {
    letter-spacing: 5px;
  }
}

/* === catalog-filters.css === */
.boroda-catalog-filter {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.boroda-shop-notices {
  width: 100%;
  margin: 0 0 24px;
}

.boroda-shop-notices .woocommerce-info,
.boroda-shop-notices .woocommerce-message,
.boroda-shop-notices .woocommerce-error {
  position: relative;
  min-height: 48px;
  margin: 0;
  padding: 14px 18px 14px 48px;
  border: 1px solid #ff9f0f;
  border-radius: 6px;
  background: #fff8ed;
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.boroda-shop-notices .woocommerce-info::before,
.boroda-shop-notices .woocommerce-message::before,
.boroda-shop-notices .woocommerce-error::before {
  content: "!";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #ff9f0f;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
}

.boroda-filter-section {
  border: 0;
}

.boroda-filter-section__head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.boroda-filter-section__head span:first-child {
  min-width: 0;
  white-space: nowrap;
}

.boroda-filter-section__icon {
  width: 14px;
  height: 14px;
  position: relative;
  flex: 0 0 auto;
}

.boroda-filter-section__icon::before,
.boroda-filter-section__icon::after {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  top: 6px;
  height: 1px;
  background: #cfcfcf;
}

.boroda-filter-section__icon::after {
  transform: rotate(90deg);
}

.boroda-filter-section.is-open .boroda-filter-section__icon::after {
  opacity: 0;
}

.boroda-filter-section__body {
  display: none;
  padding-top: 22px;
}

.boroda-filter-section.is-open .boroda-filter-section__body {
  display: block;
}

.boroda-filter-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 190px;
  overflow: auto;
  padding-right: 8px;
}

.boroda-filter-options::-webkit-scrollbar {
  width: 3px;
}

.boroda-filter-options::-webkit-scrollbar-thumb {
  background: #d4d4d4;
}

.boroda-filter-option {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2b2b2b;
  font-size: 12px;
  line-height: 1.25;
  cursor: pointer;
}

.boroda-filter-option--depth-1,
.boroda-filter-link--depth-1 {
  padding-left: 16px;
}

.boroda-filter-option--depth-2,
.boroda-filter-link--depth-2 {
  padding-left: 28px;
}

.boroda-filter-option--depth-3,
.boroda-filter-link--depth-3 {
  padding-left: 40px;
}

.boroda-filter-option input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 13px !important;
  min-width: 13px !important;
  max-width: 13px !important;
  height: 13px !important;
  min-height: 13px !important;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  flex: 0 0 auto;
}

.boroda-filter-option input[type="checkbox"]:checked {
  border-color: #ff9700;
  background-color: #ff9700;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.4L3.2 5.6L8 1' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px 7px;
}

.boroda-filter-option input[type="checkbox"]:checked::after {
  content: none;
}

.boroda-filter-options--links {
  gap: 7px;
}

.boroda-filter-link {
  display: block;
  color: #2b2b2b;
  font-size: 12px;
  line-height: 1.35;
  text-decoration: none;
  transition: color .18s ease;
}

.boroda-filter-link:hover,
.boroda-filter-link:focus {
  color: #ff9700;
}

.boroda-filter-link.is-active {
  color: #ff9700;
  font-weight: 700;
}

.boroda-filter-link.is-ancestor {
  color: #000;
  font-weight: 600;
}

.boroda-price-filter {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: visible;
}

.boroda-price-filter__values {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  color: #555;
  font-size: 12px;
}

.boroda-price-filter__values label {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  white-space: nowrap;
}

.boroda-price-filter__values label:last-child {
  justify-content: flex-end;
}

.boroda-price-filter__values input {
  width: 64px;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #000000;
  font-weight: 600;
  font-size: 13px;
  outline: 0;
  height: 30px;
  padding: 4px;
}

.boroda-price-filter__range {
  position: relative;
  height: 18px;
}

.boroda-price-filter__range::before {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  top: 12px;
  height: 2px;
  background: #ff9700;
}

.boroda-price-filter__range input {
  position: absolute;
  inset: 0;
  width: 100%;
  pointer-events: none;
  appearance: none;
  background: transparent;
  margin: 0;
}

.boroda-price-filter__range input::-webkit-slider-thumb {
  appearance: none;
  width: 11px;
  height: 11px;
  border: 1px solid #ff9700;
  border-radius: 50%;
  background: #fff;
  pointer-events: auto;
}

.boroda-price-filter__range input::-webkit-slider-runnable-track {
  height: 2px;
  border: 0;
  background: transparent;
}

.boroda-price-filter__range input::-moz-range-track {
  height: 2px;
  border: 0;
  background: transparent;
}

.boroda-price-filter__range input::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border: 1px solid #ff9700;
  border-radius: 50%;
  background: #fff;
  pointer-events: auto;
}

.boroda-catalog-filter__actions {
  display: flex;
  gap: 12px;
}

.boroda-catalog-filter__apply,
.boroda-catalog-filter__reset {
  min-height: 38px;
  border: 1px solid #ff9700;
  border-radius: 0;
  padding: 10px 14px;
  color: #ff9700;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.boroda-catalog-filter__apply {
  background: #ff9700;
  color: #fff;
}

.boroda-filter-chips-wrap {
  min-height: 33px;
  margin: 18px 0 8px;
}

.boroda-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}

.boroda-filter-chip {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 3px 12px;
  color: #555;
  background: #fff;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
}

.boroda-filter-chip span:last-child {
  color: #ff9700;
  font-size: 18px;
  line-height: 1;
}

.boroda-products-live {
  transition: opacity .18s ease;
}

.boroda-products-live.is-loading {
  opacity: .45;
  pointer-events: none;
}

.boroda-load-more-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 34px 0 20px;
}

.boroda-load-more-wrap[hidden],
.boroda-load-more[hidden] {
  display: none !important;
}

.boroda-load-more {
  width: auto;
  min-width: 205px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 28px;
  border: 2px solid #ff9700;
  border-radius: 999px;
  background: #fff;
  color: #111;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition:
    background-color .2s ease,
    border-color .2s ease,
    color .2s ease,
    transform .2s ease,
    opacity .2s ease;
}

.boroda-load-more::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .2s ease;
}

.boroda-load-more:hover,
.boroda-load-more:focus-visible {
  background: #ff9700;
  color: #fff;
  outline: none;
  transform: translateY(-1px);
}

.boroda-load-more:hover::after,
.boroda-load-more:focus-visible::after {
  transform: translateY(1px) rotate(45deg);
}

.boroda-load-more.is-loading {
  opacity: .72;
  pointer-events: none;
}

.boroda-load-more.is-loading::after {
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  transform: none;
  animation: borodaLoadMoreSpin .7s linear infinite;
}

@keyframes borodaLoadMoreSpin {
  to {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 993px) {
  .bt-wrap {
    align-items: flex-start;
  }

  .bt-wrap > .bt-col:not(.bt-sidebar) {
    flex: 1 1 0;
    min-width: 0;
  }

  .bt-sidebar {
    flex: 0 0 240px;
    width: 240px;
    min-width: 240px;
  }

  .bt-sidebar-wrap {
    box-sizing: border-box;
    border: 0;
    padding: 0 24px 28px;
  }

  .boroda-catalog-filter__actions {
    display: none;
  }

  .filters-wrap {
    justify-content: flex-end;
    align-items: center;
  }

  .filters-wrap .woocommerce-ordering {
    margin-left: auto;
  }

  .boroda-products-live,
  .boroda-products-live ul.products {
    width: 100%;
    min-width: 0;
  }

  .boroda-products-live ul.products li.product {
    width: auto !important;
    max-width: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 992px) {
  .bt-sidebar.open {
    background: #fff;
  }

  .bt-sidebar-wrap {
    padding: 28px 24px 96px;
  }

  .boroda-catalog-filter {
    gap: 36px;
  }

  .boroda-shop-notices {
    margin-bottom: 18px;
  }

  .boroda-shop-notices .woocommerce-info,
  .boroda-shop-notices .woocommerce-message,
  .boroda-shop-notices .woocommerce-error {
    min-height: 44px;
    padding: 12px 14px 12px 42px;
    font-size: 13px;
  }

  .boroda-shop-notices .woocommerce-info::before,
  .boroda-shop-notices .woocommerce-message::before,
  .boroda-shop-notices .woocommerce-error::before {
    left: 14px;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
  }

  .boroda-filter-section__head {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .boroda-filter-section__body {
    padding-top: 18px;
  }

  .boroda-catalog-filter__actions {
    background: #fff;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 4;
    padding: 16px 24px 24px;
    flex-direction: column;
    box-shadow: 7px 4px 4px 4px #00000030;
  }

  .boroda-catalog-filter__apply,
  .boroda-catalog-filter__reset {
    flex: 1;
    width: 100% !important;
    padding: 3px 32px !important;
    height: 50px !important;
  }

  a.boroda-catalog-filter__reset {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 35px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    overflow: hidden;
    background: #ffffff;
    color: #ff9f0f;
    transition: 0.3s;
    border: 3px solid #ff9f0f;
    text-transform: uppercase;
    outline: none;
  }

  .boroda-filter-chips-wrap {
    margin: 14px 0 8px;
  }
}

/* === info-pages.css === */
.info-hero {
  position: relative;
  min-height: min(560px, 72svh);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #000;
}

.info-hero__media {
  position: absolute;
  inset: 0;
}

.info-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.48) 46%, rgba(0, 0, 0, 0.2));
}

.info-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-hero__container {
  position: relative;
  z-index: 2;
}

.info-hero__content {
  max-width: 660px;
  padding: 76px 0 54px;
  color: #fff;
}

.info-eyebrow {
  display: block;
  margin-bottom: 18px;
  color: #ff9f0f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 8px;
  line-height: 1.4;
  text-transform: uppercase;
}

.info-hero h1 {
  margin-bottom: 22px;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.info-hero p {
  max-width: 590px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.55;
}

.info-hero .bttn {
  width: max-content;
  margin-top: 34px;
}

.info-page-head {
  padding: 42px 0 28px;
  background: #fff;
  text-align: center;
}

.info-page-head__container {
  max-width: 680px;
  margin: 0 auto;
}

.info-page-head h1 {
  margin-bottom: 10px;
  color: #000;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.12;
  text-transform: uppercase;
}

.info-page-head p {
  max-width: 620px;
  margin: 0 auto;
  color: #555;
  font-size: 15px;
  line-height: 1.55;
}

.info-section {
  padding: 82px 0;
  background: #fff;
}

.info-page-head + .info-section {
  padding-top: 44px;
}

.info-section--intro {
  padding-bottom: 74px;
}

.info-split {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 72px;
  align-items: start;
}

.info-split__main h2,
.info-section-head h2,
.info-cta-line h2 {
  margin-bottom: 24px;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.info-split__main .txt-editor {
  max-width: 760px;
  color: #252525;
  font-size: 16px;
  line-height: 1.7;
}

.info-facts {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d9d9d9;
}

.info-facts li {
  padding: 22px 0;
  border-bottom: 1px solid #d9d9d9;
}

.info-facts strong {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.info-facts span {
  display: block;
  color: #555;
  font-size: 14px;
  line-height: 1.55;
}

.info-band {
  padding: 76px 0;
  background: #f5f5f5;
}

.info-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.info-value {
  border-top: 3px solid #ff9f0f;
  padding-top: 24px;
}

.info-value span {
  display: block;
  margin-bottom: 20px;
  color: #ff9f0f;
  font-size: 14px;
  font-weight: 800;
}

.info-value h3 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
}

.info-value p {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

.info-section-head {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.info-section-head--quiet {
  max-width: 680px;
  margin-bottom: 30px;
}

.info-section-head p {
  color: #555;
  font-size: 15px;
  line-height: 1.65;
}

.info-section-head--quiet p {
  font-size: 16px;
}

.info-partners-text {
  max-width: 820px;
  margin: -8px auto 48px;
  color: #252525;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}

.info-partners-text a {
  color: #ff9f0f;
  font-weight: 800;
}

.info-map-wrap {
  min-height: 460px;
  margin-bottom: 36px;
  border: 1px solid #d9d9d9;
  overflow: hidden;
}

.info-map-wrap .wpgmza_map,
.info-map-wrap [data-map-id] {
  min-height: 460px !important;
}

.info-map-fallback {
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  color: #555;
  background: #f5f5f5;
}

.info-map-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  margin-bottom: 56px;
}

.info-map-note {
  position: relative;
  padding-left: 24px;
}

.info-map-note::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.info-map-note--green::before {
  background: #3e8c28;
}

.info-map-note--red::before {
  background: #d85140;
}

.info-map-note h3 {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.info-map-note p,
.info-map-note .txt-editor {
  color: #333;
  font-size: 14px;
  line-height: 1.65;
}

.info-map-note--green p,
.info-map-note--green .txt-editor {
  color: #2e7d1f;
}

.info-map-note--red p,
.info-map-note--red .txt-editor {
  color: #d85140;
}

.info-cta-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-top: 40px;
  border-top: 1px solid #d9d9d9;
}

.info-cta-line h2 {
  max-width: 620px;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .info-hero {
    min-height: 520px;
  }

  .info-hero__media::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.52));
  }

  .info-hero__content {
    padding: 68px 0 46px;
  }

  .info-eyebrow {
    letter-spacing: 5px;
  }

  .info-hero p {
    font-size: 16px;
  }

  .info-page-head {
    padding: 34px 0 22px;
  }

  .info-section,
  .info-band {
    padding: 58px 0;
  }

  .info-split,
  .info-map-grid,
  .info-cta-line {
    grid-template-columns: 1fr;
  }

  .info-split {
    gap: 38px;
  }

  .info-values {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .info-cta-line {
    display: grid;
    align-items: start;
  }

  .info-map-wrap,
  .info-map-wrap .wpgmza_map,
  .info-map-wrap [data-map-id],
  .info-map-fallback {
    min-height: 380px !important;
  }
}

@media (max-width: 599px) {
  .info-hero {
    min-height: 470px;
  }

  .info-hero h1 {
    font-size: 40px;
  }

  .info-page-head {
    padding: 28px 0 18px;
  }

  .info-page-head h1 {
    font-size: 30px;
  }

  .info-page-head p {
    font-size: 14px;
  }

  .info-split__main h2,
  .info-section-head h2,
  .info-cta-line h2 {
    font-size: 28px;
  }

  .info-hero .bttn,
  .info-cta-line .bttn {
    width: 100%;
  }
}

/* === blog.css === */
.blog-head {
  padding: 0 0 32px;
}

.blog .breadcrumbs,
.single-post .breadcrumbs,
.category .breadcrumbs {
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}

.blog-head .section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog-head__description {
  max-width: 760px;
  text-align: center;
  color: #555;
}

.blog-cat-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.blog-cat-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 18px;
  border: 1px solid #d9d9d9;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  background: #fff;
}

.blog-cat-nav__link:hover,
.blog-cat-nav__link.is-active {
  border-color: #ff9f0f;
  color: #ff9f0f;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 24px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 14px;
  transition: border-color .3s, box-shadow .3s, transform .3s;
}

.blog-card:hover {
  border-color: #ff9f0f;
  box-shadow: 0 4px 14px #00000012;
}

.blog-card__image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 4px;
  background: #f7f7f7;
}

.blog-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s;
}

.blog-card:hover .blog-card__image img {
  transform: scale(1.03);
}

.blog-card__image span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.blog-card__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  padding-top: 18px;
}

.blog-card__title,
.blog-card__excerpt {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.blog-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
  color: #8a8a8a;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}

.blog-post-meta__sep {
  color: #ff9f0f;
}

.blog-card__title {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.25;
  text-transform: uppercase;
}

.blog-card__title a:hover {
  color: #ff9f0f;
}

.blog-card__excerpt {
  margin-bottom: 20px;
  color: #555;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}

.blog-card__more {
  width: max-content;
  margin-top: auto;
  color: #ff9f0f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.blog-pagination {
  margin-top: 42px;
}

.blog-pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover {
  color: #ff9f0f;
}

.blog-empty {
  padding: 40px 0;
}

.blog-single-head {
  padding-bottom: 30px;
}

.blog-single-head__inner {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog-single-head .blog-post-meta {
  justify-content: center;
}

.blog-single-media {
  margin: 0 auto 40px;
  max-width: 980px;
  aspect-ratio: 16 / 7;
  overflow: hidden;
  border-radius: 4px;
  background: #f7f7f7;
}

.blog-single-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-single-content {
  max-width: 860px;
  margin: 0 auto;
  color: #111;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
}

.blog-single-content > *:last-child {
  margin-bottom: 0;
}

.blog-single-content img {
  max-width: 100%;
  height: auto;
}

.blog-single-content blockquote {
  margin: 28px 0;
  padding: 22px 28px;
  border-left: 4px solid #ff9f0f;
  background: #f7f7f7;
  font-weight: 600;
}

.blog-single-footer {
  max-width: 860px;
  margin: 40px auto 0;
  padding-top: 28px;
  border-top: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.blog-single-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 600;
}

.blog-single-cats a {
  color: #ff9f0f;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.blog-single-back {
  min-width: 190px;
  min-height: 48px;
  padding: 0 24px;
  font-size: 15px;
}

@media screen and (max-width: 992px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
  }

  .blog-single-media {
    aspect-ratio: 4 / 3;
  }

  .blog-single-content {
    font-size: 16px;
  }
}

@media screen and (max-width: 599px) {
  .blog-head {
    padding-bottom: 24px;
  }

  .blog-cat-nav {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px 4px;
  }

  .blog-cat-nav__link {
    white-space: nowrap;
    min-height: 34px;
    padding: 8px 14px;
    font-size: 12px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-card {
    padding: 8px;
  }

  .blog-card__title {
    font-size: 18px;
  }

  .blog-single-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .blog-single-back {
    width: 100%;
  }
}
