html:has(body.logged-in),
html:has(body.woocommerce),
html:has(body.product-template-default) {
  margin-top: 0 !important;
}
body {
  padding-top: 0 !important;
  background: #f7f7f7 !important;
  color: #151515;
  overflow-x: hidden !important;
}
body.dialog-body,
body.dialog-buttons-body,
body.dialog-container,
body.dialog-buttons-container {
  display: block !important;
}
#wpadminbar,
.site-header,
.site-footer,
.wp-block-template-part.site-header,
.wp-block-template-part.site-footer,
header.wp-block-template-part,
footer.wp-block-template-part {
  display: none !important;
}
.bt-global-shell {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  background: #fff;
  border-bottom: 1px solid #e2ded8;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #151515;
  box-sizing: border-box;
  overflow-x: clip;
}
body .wp-site-blocks,
body .entry-content,
body .wp-block-post-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.bt-global-shell a {
  color: inherit;
  text-decoration: none;
}
.bt-ann {
  height: 34px;
  background: #e9dfc3;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  padding: 0 max(24px, 9vw);
  font-size: 13px;
  white-space: nowrap;
}
.bt-ann strong {
  justify-self: end;
  margin-right: 4px;
}
.bt-ann a {
  justify-self: end;
  text-decoration: underline;
}
.bt-head {
  height: 74px;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto minmax(230px, 1fr);
  align-items: center;
  padding: 0 max(32px, 9vw);
  border-bottom: 1px solid #e2ded8;
  column-gap: 28px;
}
.bt-search {
  color: #a5a0a0 !important;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  min-width: 0;
  grid-column: 1;
  justify-self: start;
  width: max-content;
  max-width: 100%;
}
.bt-search:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 1.5px solid #111;
  border-radius: 50%;
  margin-right: 12px;
  flex: 0 0 auto;
}
.bt-search-form {
  position: relative;
  color: #a5a0a0 !important;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  min-width: 0;
  grid-column: 1;
  justify-self: start;
  width: min(330px, 100%);
  max-width: 100%;
  z-index: 80;
}
.bt-search-form > span:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 1.5px solid #111;
  border-radius: 50%;
  margin-right: 12px;
  flex: 0 0 auto;
}
.bt-search-form input[type="search"] {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #151515;
  font: inherit;
}
.bt-search-form input::placeholder {
  color: #a5a0a0;
}
.bt-search-panel {
  position: absolute;
  left: 0;
  top: 42px;
  width: 330px;
  padding: 24px;
  background: #fff;
  border: 1px solid #dedede;
  box-shadow: 0 14px 34px rgba(0,0,0,.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.bt-search-form:focus-within .bt-search-panel,
.bt-search-form.is-open .bt-search-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.bt-search-panel strong {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  color: #151515;
}
.bt-search-panel p {
  margin: 0 0 22px;
  color: #777;
}
.bt-search-panel div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
}
.bt-search-panel div span {
  width: 100%;
  color: #777;
  font-size: 12px;
}
.bt-search-panel a {
  color: #151515;
  text-decoration: underline;
}
.bt-logo {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0;
  grid-column: 2;
  justify-self: center;
  width: max-content;
  max-width: max-content;
  line-height: 1;
}
.bt-icons {
  grid-column: 3;
  justify-self: end;
  display: flex;
  gap: 24px;
  white-space: nowrap;
}
.bt-primary {
  display: none !important;
}
.bt-primary::-webkit-scrollbar {
  display: none;
}
.bt-sub {
  height: 46px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  padding: 0 max(24px, 9vw);
  border-bottom: 1px solid #e2ded8;
  column-gap: 28px;
  white-space: nowrap;
}
.bt-sub > div {
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: nowrap;
  min-width: 0;
}
.bt-sub > div:nth-child(2) {
  justify-content: center;
  gap: 18px;
}
.bt-sub > div:nth-child(2) > a,
.bt-sub > div:nth-child(2) > .bt-nav-item > a,
.bt-sub > div:nth-child(2) > p > a {
  padding: 0 10px;
  letter-spacing: 0;
  word-spacing: 0;
}
.bt-sub > div:nth-child(2) > p {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 0;
}
.bt-nav-item > p {
  display: none;
}
.bt-nav-item {
  position: static;
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.bt-nav-item > a {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.bt-mega {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 70;
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr)) 272px;
  gap: 42px;
  padding: 34px max(26px, calc((100vw - 1180px) / 2));
  background: #f4f4f4;
  border-top: 1px solid #ddd;
  box-shadow: 0 12px 22px rgba(0,0,0,.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.bt-nav-item:hover .bt-mega,
.bt-nav-item:focus-within .bt-mega {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.bt-mega h3 {
  margin: 0 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d6d6d6;
  color: #777;
  font-size: 13px;
  font-weight: 400;
}
.bt-mega section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}
.bt-mega section p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  margin: 0;
  padding: 0;
}
.bt-mega section a {
  line-height: 1.45;
}
.bt-mega aside {
  display: grid;
  gap: 12px;
}
.bt-mega img {
  width: 100%;
  aspect-ratio: 1 / 1.25;
  object-fit: cover;
  background: #e7f4f1;
}
.bt-mega aside a {
  font-weight: 700;
}
.bt-sub > div:first-child {
  gap: 0;
}
.bt-sub > div:first-child a {
  padding: 0 12px;
  border-right: 1px solid #bbb;
}
.bt-sub > div:first-child a:first-child {
  padding-left: 0;
}
.bt-sub > div:first-child a:last-child {
  border-right: 0;
}
.bt-sell {
  justify-self: end;
  min-width: 136px;
  height: 46px;
  margin-top: 0;
  display: grid;
  place-items: center;
  color: #fff !important;
  background: #1a1c21;
  font-weight: 700;
  white-space: nowrap;
}
.woocommerce,
.wp-site-blocks,
main,
.entry-content,
.wp-block-post-content {
  max-width: none !important;
}
.entry-content > .bt-global-shell,
.wp-block-post-content > .bt-global-shell {
  width: 100% !important;
  max-width: none !important;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce-result-count,
.woocommerce-ordering,
.storefront-sorting,
.woocommerce-products-header {
  display: none !important;
}
.bt-catalog-top {
  max-width: 1170px;
  margin: 0 auto;
  padding: 18px 0 26px;
  background: #f7f7f7;
}
.bt-crumb,
.bt-single-crumb {
  color: #5f5f5f;
  font-size: 12px;
  margin-bottom: 12px;
}
.bt-crumb span,
.bt-single-crumb span {
  padding: 0 10px;
}
.bt-catalog-top h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: 43px;
  line-height: 1.15;
  margin: 0 0 34px;
}
.bt-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 24px;
  position: relative;
}
.bt-filter {
  position: static;
}
.bt-filter button {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  cursor: pointer;
}
.bt-filter button:after {
  content: "⌄";
  padding-left: 8px;
  font-size: 13px;
}
.bt-filter .bt-filter-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 14px);
  z-index: 60;
  width: 100%;
  min-width: 100%;
  max-height: none;
  overflow: visible;
  padding: 26px 0 0;
  background: #fff;
  border: 0;
  border-top: 1px dashed #d8d8d8;
  box-shadow: 0 26px 34px rgba(0,0,0,.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.bt-filter .bt-filter-panel.is-wide {
  padding-top: 30px;
}
.bt-filter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 54px;
  row-gap: 24px;
}
.bt-filter-column {
  min-height: 180px;
  padding: 0 28px 6px 0;
  border-right: 1px solid #ddd;
}
.bt-filter-column:last-child {
  border-right: 0;
}
.bt-filter-column h3 {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 400;
  color: #6b4e46;
}
.bt-filter-more {
  display: inline-block;
  margin: 14px 0 0;
  text-decoration: underline;
  color: #151515 !important;
}
.bt-filter:hover .bt-filter-panel,
.bt-filter:focus-within .bt-filter-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.bt-filter-title {
  padding: 0 18px 12px;
  color: #777;
  font-size: 13px;
}
.bt-filter a.bt-filter-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  white-space: nowrap;
}
.bt-filter a.bt-filter-option span {
  width: 14px;
  height: 14px;
  border: 1px solid #a8a8a8;
  background: #fff;
  flex: 0 0 auto;
}
.bt-filter a:hover {
  background: transparent;
  text-decoration: underline;
}
.bt-filter a.is-active {
  background: transparent;
  color: #111 !important;
}
.bt-filter a.is-active span {
  background: #191b20;
  box-shadow: inset 0 0 0 3px #fff;
}
.bt-filter-actions {
  position: relative;
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 24px;
  border-top: 0;
  margin-top: 24px;
  padding-bottom: 30px;
  background: #fff;
}
.bt-filter-actions a {
  display: grid;
  place-items: center;
  height: 46px;
  padding: 0 14px;
  text-decoration: none;
}
.bt-filter-actions .bt-apply {
  background: #191b20;
  color: #fff !important;
}
.bt-selected {
  color: #666;
  font-size: 14px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
}
.bt-selected > span {
  margin-right: 4px;
}
.bt-selected a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid #d6d6d6;
  background: #fff;
  color: #191b20;
  text-decoration: none;
  font-size: 13px;
}
.bt-selected a.bt-clear {
  border-color: #191b20;
  background: #191b20;
  color: #fff;
}
.bt-count-row {
  border-top: 1px solid #d8d8d8;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
}
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #f7f7f7;
}
.woocommerce ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  position: relative;
  min-height: 0;
  padding: 0 !important;
  overflow: hidden;
  background: #f7f7f7;
  text-align: center;
  transition: box-shadow .18s ease, background .18s ease;
}
.woocommerce ul.products li.product:hover {
  z-index: 8;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex !important;
  flex-direction: column;
  min-height: 0;
  padding: 48px 0 0 !important;
}
.woocommerce ul.products li.product img.wp-post-image,
.woocommerce ul.products li.product img.bt-hover-img {
  width: 100% !important;
  height: 430px !important;
  object-fit: contain;
  object-position: center bottom;
  margin: 0 !important;
  background: #f3f3f3;
  transition: opacity .18s ease, transform .18s ease;
}
.woocommerce ul.products li.product img.bt-hover-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 48px;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
.woocommerce ul.products li.product.has-bt-hover-img:hover img.wp-post-image {
  opacity: 0;
}
.woocommerce ul.products li.product.has-bt-hover-img:hover img.bt-hover-img {
  opacity: 1;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  order: 2;
  width: 86%;
  min-height: 42px;
  margin: 18px auto 0 !important;
  padding: 0 !important;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 1.35;
}
.woocommerce ul.products li.product .price {
  order: 3;
  display: block !important;
  margin: 12px 0 0 !important;
  color: #151515 !important;
  font-size: 15px !important;
}
.bt-card-badges {
  position: absolute;
  left: 20px;
  top: 24px;
  z-index: 7;
  display: flex;
  gap: 6px;
}
.bt-card-badges span {
  background: #e8eef8;
  padding: 6px 7px;
  font-size: 11px;
  line-height: 1;
}
.bt-card-badges span:last-child {
  background: #dc7445;
  color: #fff;
}
.woocommerce ul.products li.product:before {
  content: "♡";
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 7;
  font-size: 32px;
  line-height: 1;
}
.bt-view-cta {
  order: 4;
  height: 46px;
  width: 100%;
  margin: 18px 0 0;
  flex: 0 0 46px;
  background: #191b20;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease;
}
.woocommerce ul.products li.product:hover .bt-view-cta {
  opacity: 1;
  transform: translateY(0);
}
.single-product .wp-block-group.woocommerce.product {
  width: min(100% - 48px, 1210px) !important;
  max-width: 1210px !important;
  margin: 24px auto 90px !important;
  display: block !important;
}
.single-product .wp-block-group.woocommerce.product > main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.single-product .wp-block-columns.alignwide {
  width: 100% !important;
  max-width: none !important;
  display: grid !important;
  grid-template-columns: minmax(470px, 1fr) minmax(380px, 470px) !important;
  gap: clamp(48px, 7vw, 96px) !important;
  align-items: start !important;
}
.single-product .wp-block-columns.alignwide > .wp-block-column {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: none !important;
  flex-basis: auto !important;
}
.single-product .wp-block-columns.alignwide > .wp-block-column:nth-child(2) {
  min-width: 380px !important;
}
.single-product .wp-block-post-title,
.single-product .wp-block-woocommerce-product-price,
.single-product .wp-block-post-excerpt,
.single-product .wp-block-woocommerce-product-meta,
.single-product .wp-block-woocommerce-product-details,
.single-product .wp-block-woocommerce-product-collection {
  display: none !important;
}
.single-product .woocommerce-product-gallery {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  margin: 0 !important;
  min-width: 0;
}
.single-product .woocommerce-product-gallery img {
  background: #f2f2f2;
  object-fit: contain;
}
.single-product .woocommerce-product-gallery__wrapper {
  margin: 0 !important;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs {
  display: flex !important;
  gap: 20px;
  margin: 20px 0 0 !important;
  padding: 0 !important;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs li {
  width: 68px !important;
  height: 82px;
  border: 1px solid transparent;
  list-style: none;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs li:first-child {
  border-color: #111;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.single-product .summary {
  width: 100% !important;
  max-width: 470px !important;
  min-width: 0 !important;
  float: none !important;
  padding-top: 10px;
  margin: 0 !important;
  justify-self: stretch;
}
.single-product .entry-summary,
.single-product .summary.entry-summary {
  width: 100% !important;
  max-width: 470px !important;
  min-width: 0 !important;
}
.single-product .product_title {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 1.15;
  margin: 18px 0 24px;
  max-width: 100%;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}
.single-product .summary .price {
  display: block !important;
  color: #151515 !important;
  font-size: 20px;
  margin: 0 0 28px;
}
.single-product form.cart,
.single_add_to_cart_button,
.cart,
.checkout,
.cart-empty,
.return-to-shop,
.wc-block-cart,
.wp-block-woocommerce-empty-cart-block,
.wp-block-woocommerce-cart,
.wp-block-woocommerce-mini-cart,
.wp-block-woocommerce-mini-cart-contents,
.wp-block-woocommerce-empty-mini-cart-contents-block,
.wc-block-mini-cart,
.wc-block-mini-cart__drawer,
.wc-block-mini-cart__template-part,
.wc-block-mini-cart__empty-cart-wrapper,
.wc-block-components-drawer__screen-overlay,
a[href*="/cart"],
a[href*="/checkout"] {
  display: none !important;
}
.bt-single-panel {
  width: 100% !important;
  min-width: 0 !important;
  margin-top: 0;
}
.bt-single-head {
  border-bottom: 1px solid #b8b8b8;
  padding-bottom: 18px;
  margin-bottom: 0;
}
.bt-single-head h1 {
  margin: 0 0 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0;
}
.bt-single-head p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.35;
  color: #111;
}
.bt-single-section {
  border-bottom: 1px solid #b8b8b8;
  padding: 16px 0 18px;
}
.bt-single-section h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 500;
}
.bt-single-section h3 span {
  font-size: 16px;
  line-height: 1;
}
.bt-single-section h4 {
  margin: 22px 0 8px;
  color: #777;
  font-size: 13px;
  font-weight: 400;
}
.bt-single-panel p {
  color: #333;
  line-height: 1.55;
  margin: 0 0 12px;
  font-size: 15px;
}
.bt-single-details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px 42px;
  margin: 0;
}
.bt-single-details span {
  display: block;
  color: #777;
  font-size: 12px;
  line-height: 1.3;
}
.bt-single-details strong {
  display: block;
  margin-top: 5px;
  color: #111;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 400;
}
.bt-trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  background: #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.bt-trust-row span {
  min-height: 74px;
  display: grid;
  place-items: center;
  padding: 12px;
  text-align: center;
  background: #f7f7f7;
  font-size: 13px;
}
.bt-similar-link {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}
.bt-similar-link a {
  text-decoration: underline;
}
.bt-related-mini {
  margin-top: 28px;
  border-top: 1px solid #ddd;
  padding-top: 22px;
}
.bt-related-mini > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.bt-related-mini a {
  display: grid;
  gap: 8px;
  text-decoration: none;
}
.bt-related-mini img {
  width: 100%;
  aspect-ratio: 1 / 1.15;
  object-fit: contain;
  background: #f5f5f5;
}
.bt-related-mini span {
  color: #151515;
  font-size: 12px;
  line-height: 1.35;
}
.bt-related-mini em {
  color: #151515;
  font-style: normal;
  font-size: 12px;
}
.bt-inquiry {
  margin-top: 28px;
  height: 50px;
  background: #191b20;
  color: #fff !important;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-weight: 700;
}
.site-footer,
footer.wp-block-template-part,
.wp-site-blocks > footer:not(.bt-footer),
[class*="hostinger-chatbot"],
[id*="hostinger-chatbot"],
[class*="hostinger-ai"],
[id*="hostinger-ai"],
[class*="kodee"],
[id*="kodee"] {
  display: none !important;
}
.bt-back-top {
  position: fixed;
  left: 18px;
  bottom: 22px;
  z-index: 90;
  width: 62px;
  height: 62px;
  border: 0;
  border-radius: 50%;
  background: #7c7c7c;
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease, background .18s ease;
}
.bt-back-top:before,
.bt-back-top:after {
  content: "";
  position: absolute;
  left: 50%;
  background: #fff;
  transform: translateX(-50%);
}
.bt-back-top:before {
  top: 18px;
  width: 18px;
  height: 18px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  background: transparent;
  transform: translateX(-50%) rotate(45deg);
}
.bt-back-top:after {
  top: 21px;
  width: 2px;
  height: 25px;
}
.bt-back-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.bt-back-top:hover {
  background: #6e6e6e;
}
.bt-footer {
  margin-top: 80px;
  background: #191b20;
  color: #fff;
}
.bt-footer a {
  color: #fff !important;
  text-decoration: none;
}
.bt-footer-news {
  max-width: 1180px;
  margin: 0 auto;
  padding: 52px 18px 38px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: end;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.bt-footer-news h2 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: 42px;
}
.bt-footer-news p {
  margin: 0;
  color: rgba(255,255,255,.72);
}
.bt-footer-news form {
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 0;
}
.bt-footer-news input {
  height: 50px;
  border: 1px solid rgba(255,255,255,.35);
  border-right: 0;
  background: transparent;
  color: #fff;
  padding: 0 16px;
}
.bt-footer-news button {
  height: 50px;
  border: 0;
  background: #fff;
  color: #191b20;
  font-weight: 700;
}
.bt-footer-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 36px 18px 48px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px;
}
.bt-footer-grid section {
  display: grid;
  align-content: start;
  gap: 11px;
}
.bt-footer-grid h3 {
  margin: 0 0 10px;
  color: rgba(255,255,255,.6);
  font-size: 13px;
  font-weight: 400;
}
.bt-footer-grid p {
  margin: 0;
  color: rgba(255,255,255,.72);
  line-height: 1.7;
}
.bt-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.18);
  padding: 18px max(18px, calc((100vw - 1180px) / 2));
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,255,255,.72);
}
.bt-footer-bottom strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}
.bt-info-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 66px 18px 120px;
}
.page .wp-block-group:has(> .hostinger-ai-page-title),
.page .hostinger-ai-page-title {
  display: none !important;
}
.bt-info-kicker {
  margin: 0 0 16px;
  color: #696969;
  font-size: 13px;
  letter-spacing: 0;
}
.bt-info-hero {
  max-width: 760px;
}
.bt-info-page h1 {
  margin: 0 0 26px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.12;
}
.bt-info-page p {
  color: #333;
  font-size: 17px;
  line-height: 1.8;
}
.bt-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: 58px;
  background: #ddd;
}
.bt-info-card {
  min-height: 250px;
  padding: 34px 28px;
  background: #f8f8f8;
}
.bt-info-card h2 {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 500;
}
.bt-info-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}
.bt-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 760px;
  margin-top: 42px;
}
.bt-faux-input {
  min-height: 50px;
  border: 1px solid #d7d7d7;
  background: #fff;
  color: #757575;
  display: flex;
  align-items: center;
  padding: 0 16px;
  font-size: 14px;
}
.bt-faux-input.bt-wide {
  grid-column: 1 / -1;
  min-height: 128px;
  align-items: flex-start;
  padding-top: 15px;
}
.bt-contact-form button {
  width: 180px;
  height: 50px;
  border: 0;
  background: #191b20;
  color: #fff;
  font-weight: 700;
  cursor: default;
}
.bt-info-cta {
  margin-top: 34px;
}
.bt-info-page a {
  display: inline-grid;
  place-items: center;
  min-width: 150px;
  height: 48px;
  margin-top: 24px;
  background: #191b20;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
}
.bt-journal-page {
  max-width: none;
  padding: 0 0 120px;
}
.bt-info-heading {
  max-width: 1180px;
  margin: 0 auto 42px;
}
.bt-info-heading > p:first-child,
.bt-journal-feature p,
.bt-about-hero p {
  margin: 0 0 16px;
  color: #6f6f6f;
  font-size: 13px;
  line-height: 1.4;
}
.bt-journal-feature {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 460px;
  margin: 0 0 64px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #111;
}
.bt-journal-feature img,
.bt-about-hero img,
.bt-about-row img,
.bt-service-grid img,
.bt-contact-layout aside img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bt-journal-feature img {
  position: absolute;
  inset: 0;
  z-index: 0;
  object-position: center;
  filter: brightness(.62);
}
.bt-journal-feature:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0,0,0,.18), rgba(0,0,0,.38), rgba(0,0,0,.18));
  pointer-events: none;
}
.bt-journal-feature > div {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 72px 24px;
  text-align: center;
  color: #fff;
}
.bt-journal-feature h1 {
  margin: 0 auto 28px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
}
.bt-journal-feature p {
  position: static;
  margin: 0 0 24px;
  color: #fff;
  font-size: 13px;
}
.bt-journal-feature span {
  color: #fff;
}
.bt-journal-feature a {
  min-width: 150px;
  height: 46px;
  margin-top: 24px;
  background: #fff;
  color: #151515 !important;
}
.bt-journal-card span {
  color: #7a614d;
}
.bt-journal-card span {
  display: block;
  margin: 0 0 14px;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.bt-journal-heading {
  text-align: center;
  margin-bottom: 44px;
}
.bt-journal-heading h1 {
  margin-bottom: 20px;
}
.bt-journal-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 76px 30px;
}
.bt-journal-card {
  background: transparent;
}
.bt-journal-card a,
.bt-info-page .bt-journal-card a {
  display: block;
  min-width: 0;
  height: auto;
  margin: 0;
  background: transparent;
  color: #151515 !important;
  text-decoration: none;
  font-weight: 400;
}
.bt-journal-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin-bottom: 28px;
  background: #ededed;
}
.bt-journal-card h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.18;
}
.bt-journal-card a:hover h2 {
  text-decoration: underline;
}
.bt-journal-article {
  max-width: none;
  padding: 54px 0 120px;
}
.bt-article-breadcrumb {
  max-width: 1180px;
  margin: 0 auto 28px;
  display: flex;
  gap: 10px;
  color: #777;
  font-size: 13px;
}
.bt-article-breadcrumb a {
  min-width: 0;
  height: auto;
  margin: 0;
  background: transparent;
  color: #777 !important;
  font-weight: 400;
}
.bt-article-hero {
  max-width: 1180px;
  margin: 0 auto 58px;
  text-align: center;
}
.bt-article-hero p {
  margin: 0 0 18px;
  color: #8b6b56;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.bt-article-hero h1 {
  max-width: 900px;
  margin: 0 auto 42px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.12;
}
.bt-article-hero img {
  width: 100%;
  max-height: 690px;
  object-fit: cover;
  display: block;
}
.bt-article-body {
  max-width: 760px;
  margin: 0 auto;
  color: #202020;
  font-size: 17px;
  line-height: 1.85;
}
.bt-article-body p {
  margin: 0 0 24px;
}
.bt-article-body .bt-article-lede {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.45;
}
.bt-article-shop,
.bt-info-page .bt-article-shop {
  margin-top: 18px;
}
.bt-related-journal {
  max-width: 1180px;
  margin: 82px auto 0;
}
.bt-related-journal h2 {
  margin: 0 0 30px;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 400;
}
.bt-related-journal > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
.bt-related-journal img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  margin-bottom: 24px;
}
.bt-related-journal span {
  display: block;
  margin-bottom: 12px;
  color: #8b6b56;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-align: center;
}
.bt-related-journal h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}
.bt-about-hero {
  max-width: 1180px;
  min-height: 560px;
  margin: 0 auto 82px;
  display: grid;
  grid-template-columns: minmax(360px, 43%) minmax(0, 57%);
  background: #f1f1f1;
}
.bt-about-hero > div {
  padding: 64px 54px;
  align-self: center;
}
.bt-about-hero span {
  display: block;
  margin: 0 0 18px;
  color: #151515;
  font-size: 14px;
}
.bt-about-hero > div p:not(:first-child) {
  margin: 0 0 18px;
  color: #343434;
  font-size: 15px;
  line-height: 1.7;
}
.bt-about-row {
  max-width: 1180px;
  margin: 0 auto 72px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
  align-items: center;
}
.bt-about-row.is-reverse img {
  order: 2;
}
.bt-about-row h2,
.bt-service-grid h2,
.bt-contact-layout h2 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.18;
}
.bt-service-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #ddd;
}
.bt-service-grid article {
  min-height: 360px;
  padding: 0 30px 34px;
  background: #f8f8f8;
}
.bt-service-grid article img {
  height: 230px;
  margin: 0 -30px 28px;
  width: calc(100% + 60px);
}
.bt-service-grid article span {
  display: block;
  margin-bottom: 18px;
  color: #7a614d;
  font-size: 13px;
}
.bt-contact-layout {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 58%) minmax(340px, 42%);
  gap: 64px;
}
.bt-contact-layout aside {
  display: grid;
  gap: 24px;
}
.bt-contact-layout aside article {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 22px;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 24px;
}
.bt-contact-layout aside img {
  height: 160px;
  background: #eee;
}
.bt-contact-layout aside h2 {
  font-size: 25px;
}
.bt-contact-layout aside p,
.bt-contact-layout aside span {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}
.bt-faux-upload {
  grid-column: 1 / -1;
  min-height: 94px;
  border: 1px dashed #c8c8c8;
  display: grid;
  place-items: center;
  color: #777;
  background: #fff;
}
.woocommerce-tabs,
.related,
.upsells,
.reviews_tab,
#reviews,
.wp-block-woocommerce-product-reviews,
.wp-block-woocommerce-product-reviews-title,
.wp-block-woocommerce-related-products,
.wp-block-woocommerce-product-details,
.wc-block-components-drawer,
.wc-block-components-drawer__screen-overlay,
.wp-block-woocommerce-mini-cart-contents,
.wp-block-woocommerce-filled-mini-cart-contents-block,
.wp-block-woocommerce-empty-mini-cart-contents-block {
  display: none !important;
}
@media (max-width: 900px) {
  .bt-global-shell {
    overflow-x: hidden;
  }
  .bt-ann {
    grid-template-columns: 1fr auto;
    padding: 0 18px;
    gap: 12px;
    font-size: 12px;
  }
  .bt-ann strong {
    justify-self: start;
  }
  .bt-head,
  .bt-sub {
    padding: 0 18px;
  }
  .bt-head {
    grid-template-columns: 1fr auto 1fr;
    column-gap: 14px;
  }
  .bt-search {
    font-size: 0;
  }
  .bt-search-form {
    width: auto;
  }
  .bt-search-form input[type="search"] {
    width: 0;
    min-width: 0;
  }
  .bt-search-form:focus-within {
    width: min(280px, 100%);
  }
  .bt-search-form:focus-within input[type="search"] {
    width: 220px;
  }
  .bt-search-panel {
    width: min(300px, calc(100vw - 36px));
  }
  .bt-search:before {
    margin-right: 0;
  }
  .bt-logo {
    font-size: 28px;
  }
  .bt-primary {
    display: none !important;
  }
  .bt-mega {
    display: none !important;
  }
  .bt-sub {
    height: auto;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .bt-sub div,
  .bt-sub div:nth-child(2) {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .bt-sub div::-webkit-scrollbar {
    display: none;
  }
  .bt-sell {
    justify-self: start;
    height: 44px;
    min-width: 128px;
  }
  .bt-catalog-top {
    padding: 18px;
  }
  .bt-catalog-top h1 {
    font-size: 34px;
  }
  .bt-info-page {
    padding: 42px 18px 80px;
  }
  .bt-info-page h1 {
    font-size: 36px;
  }
  .bt-info-grid {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }
  .bt-info-card {
    min-height: auto;
    padding: 28px 22px;
  }
  .bt-contact-form {
    grid-template-columns: 1fr;
  }
  .bt-trust-row,
  .bt-related-mini > div,
  .bt-footer-news,
  .bt-footer-grid {
    grid-template-columns: 1fr;
  }
  .bt-footer-news h2 {
    font-size: 34px;
  }
  .bt-footer-news form {
    grid-template-columns: 1fr;
  }
  .bt-footer-news input {
    border-right: 1px solid rgba(255,255,255,.35);
    border-bottom: 0;
  }
  .bt-footer-bottom {
    flex-direction: column;
  }
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .woocommerce ul.products li.product {
    min-height: 610px;
  }
  .woocommerce ul.products li.product img.wp-post-image,
  .woocommerce ul.products li.product img.bt-hover-img {
    height: 330px !important;
  }
  .single-product .wp-block-group.woocommerce.product {
    width: calc(100% - 36px) !important;
  }
  .single-product .wp-block-columns.alignwide {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .single-product .wp-block-columns.alignwide > .wp-block-column:nth-child(2) {
    min-width: 0 !important;
  }
  .bt-single-details {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  html,
  body {
    overflow-x: hidden;
  }
  .bt-ann {
    min-height: 34px;
    padding: 0 12px;
    font-size: 11px;
  }
  .bt-head,
  .bt-sub {
    padding-left: 12px;
    padding-right: 12px;
  }
  .bt-head {
    min-height: 74px;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
  }
  .bt-logo {
    font-size: 24px;
    min-width: 0;
    text-align: center;
  }
  .bt-icons {
    gap: 8px;
    font-size: 16px;
  }
  .bt-search-form:focus-within {
    position: absolute;
    left: 12px;
    top: 42px;
    z-index: 30;
    width: calc(100vw - 24px);
    background: #fff;
  }
  .bt-search-form:focus-within input[type="search"] {
    width: calc(100vw - 78px);
  }
  .bt-sub {
    gap: 8px;
    font-size: 13px;
  }
  .bt-sub div {
    gap: 16px;
  }
  .bt-sell {
    display: none;
  }
  .bt-catalog-top h1,
  .bt-info-page h1 {
    font-size: 30px;
    line-height: 1.15;
  }
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }
  .woocommerce ul.products li.product {
    min-height: 430px;
    padding: 34px 8px 18px !important;
  }
  .woocommerce ul.products li.product img.wp-post-image,
  .woocommerce ul.products li.product img.bt-hover-img {
    height: 230px !important;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 13px !important;
    line-height: 1.35;
  }
  .woocommerce ul.products li.product .price {
    font-size: 13px !important;
  }
  .bt-card-badges {
    left: 8px;
    top: 12px;
  }
  .woocommerce ul.products li.product:before {
    top: 10px;
    right: 9px;
    font-size: 24px;
  }
  .single-product .wp-block-group.woocommerce.product {
    width: calc(100% - 24px) !important;
    margin-top: 18px !important;
  }
  .single-product .wp-block-columns.alignwide {
    gap: 18px !important;
  }
  .single-product .woocommerce-product-gallery .flex-control-thumbs {
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .single-product .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar {
    display: none;
  }
  .single-product .woocommerce-product-gallery .flex-control-thumbs li {
    flex: 0 0 58px;
    width: 58px !important;
    height: 70px;
  }
  .bt-single-crumb {
    font-size: 12px;
    line-height: 1.6;
  }
  .bt-single-head h1 {
    font-size: 30px;
  }
  .bt-single-head p {
    font-size: 17px;
  }
  .bt-single-section {
    padding: 14px 0 16px;
  }
  .bt-single-panel p,
  .bt-single-details strong {
    font-size: 14px;
  }
  .bt-related-mini {
    display: none;
  }
  .bt-footer {
    padding-left: 18px;
    padding-right: 18px;
  }
}
