/* Prokatik production design layer. */

body.design-preview {
  color: #2f3338;
  background: #f5f7fb;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Checkout */
body#module-supercheckout-supercheckout.design-preview .columns-container,
body#module-supercheckout-supercheckout.design-preview #columns {
  overflow: visible !important;
}

body#module-supercheckout-supercheckout.design-preview #center_column {
  float: none;
  width: 100%;
  padding: 22px 0 48px;
}

body#module-supercheckout-supercheckout.design-preview #velsof_supercheckout_form {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto !important;
  color: #253044;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

body#module-supercheckout-supercheckout.design-preview #velsof_supercheckout_form > .panel,
body#module-supercheckout-supercheckout.design-preview #supercheckout-fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body#module-supercheckout-supercheckout.design-preview #supercheckout-columnleft {
  padding: 0;
  border: 0;
  background: transparent;
}

body#module-supercheckout-supercheckout.design-preview #supercheckout-columnleft > .row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 20px;
  margin: 0;
}

body#module-supercheckout-supercheckout.design-preview #supercheckout-columnleft > .row > [class*="col-"],
body#module-supercheckout-supercheckout.design-preview #columnleft-1,
body#module-supercheckout-supercheckout.design-preview #columnleft-2,
body#module-supercheckout-supercheckout.design-preview #columnleft-3 {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  flex: initial !important;
  margin: 0 !important;
  padding: 0 !important;
}

body#module-supercheckout-supercheckout.design-preview #columnleft-3:empty {
  display: none;
}

body#module-supercheckout-supercheckout.design-preview #column-2-upper,
body#module-supercheckout-supercheckout.design-preview #column-2-inside,
body#module-supercheckout-supercheckout.design-preview #column-2-lower {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

body#module-supercheckout-supercheckout.design-preview #columnleft-1 .supercheckout-blocks,
body#module-supercheckout-supercheckout.design-preview #columnleft-2 .supercheckout-blocks {
  margin: 0 0 16px;
  padding: 20px;
  border: 1px solid #e2e7ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(37, 48, 68, .06);
}

body#module-supercheckout-supercheckout.design-preview #columnleft-2 {
  position: sticky;
  top: 18px;
  align-self: start;
}

body#module-supercheckout-supercheckout.design-preview #supercheckout-fieldset h2.title.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 0;
  margin: -2px 0 16px;
  padding: 0 0 13px;
  border: 0;
  border-bottom: 1px solid #e7ebf0;
  background: transparent;
  color: #202a3b;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: none;
}

body#module-supercheckout-supercheckout.design-preview #supercheckout-fieldset h2.title.section-title i {
  color: #ff6422;
  font-size: 17px;
}

body#module-supercheckout-supercheckout.design-preview #supercheckout-fieldset label,
body#module-supercheckout-supercheckout.design-preview #supercheckout-fieldset .control-label {
  margin-bottom: 7px;
  color: #3e4859;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

body#module-supercheckout-supercheckout.design-preview #supercheckout-fieldset .form-group,
body#module-supercheckout-supercheckout.design-preview #supercheckout-fieldset .supercheckout-extra-wrap {
  margin-bottom: 14px;
}

body#module-supercheckout-supercheckout.design-preview #supercheckout-fieldset input[type="text"],
body#module-supercheckout-supercheckout.design-preview #supercheckout-fieldset input[type="email"],
body#module-supercheckout-supercheckout.design-preview #supercheckout-fieldset input[type="tel"],
body#module-supercheckout-supercheckout.design-preview #supercheckout-fieldset input[type="password"],
body#module-supercheckout-supercheckout.design-preview #supercheckout-fieldset input[type="number"],
body#module-supercheckout-supercheckout.design-preview #supercheckout-fieldset select,
body#module-supercheckout-supercheckout.design-preview #supercheckout-fieldset textarea {
  width: 100% !important;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #d6dce5;
  border-radius: 7px;
  background: #fff;
  color: #253044;
  font-size: 14px;
  line-height: 1.4;
  box-shadow: none;
}

body#module-supercheckout-supercheckout.design-preview #supercheckout-fieldset textarea {
  min-height: 88px;
  resize: vertical;
}

body#module-supercheckout-supercheckout.design-preview #supercheckout-fieldset input:focus,
body#module-supercheckout-supercheckout.design-preview #supercheckout-fieldset select:focus,
body#module-supercheckout-supercheckout.design-preview #supercheckout-fieldset textarea:focus {
  border-color: #ff6b27;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(255, 107, 39, .12);
}

body#module-supercheckout-supercheckout.design-preview #supercheckout-fieldset input[type="radio"],
body#module-supercheckout-supercheckout.design-preview #supercheckout-fieldset input[type="checkbox"] {
  accent-color: #ff6422;
}

body#module-supercheckout-supercheckout.design-preview #supercheckout-option.login-options {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin: 0 0 16px;
  padding: 4px;
  border: 1px solid #dfe4eb;
  border-radius: 8px;
  background: #f4f6f9;
}

body#module-supercheckout-supercheckout.design-preview #supercheckout-option.login-options .radio-inline {
  margin: 0;
  padding: 0;
}

body#module-supercheckout-supercheckout.design-preview #supercheckout-option.login-options label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin: 0;
  padding: 6px 9px;
  border-radius: 6px;
  background: #fff;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

body#module-supercheckout-supercheckout.design-preview #shipping-method,
body#module-supercheckout-supercheckout.design-preview #payment-method {
  margin: 0;
  padding: 0;
}

body#module-supercheckout-supercheckout.design-preview #shipping-method .supercheckout-extra-wrap,
body#module-supercheckout-supercheckout.design-preview #payment-method .supercheckout-extra-wrap,
body#module-supercheckout-supercheckout.design-preview #shipping-method table.radio,
body#module-supercheckout-supercheckout.design-preview #payment-method table.radio {
  margin: 0 0 8px;
  border: 1px solid #dfe4eb;
  border-radius: 7px;
  background: #fafbfc;
}

body#module-supercheckout-supercheckout.design-preview #shipping-method table.radio td,
body#module-supercheckout-supercheckout.design-preview #payment-method table.radio td {
  padding: 12px 10px;
  border: 0;
  vertical-align: middle;
}

body#module-supercheckout-supercheckout.design-preview #complete_cart_summary .cart_list_item {
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid #e7ebf0;
}

body#module-supercheckout-supercheckout.design-preview #complete_cart_summary .product_img,
body#module-supercheckout-supercheckout.design-preview #complete_cart_summary img.img-responsive {
  width: 70px;
  height: 70px;
  object-fit: contain;
  border: 1px solid #e3e7ed;
  border-radius: 7px;
  background: #fff;
}

body#module-supercheckout-supercheckout.design-preview #complete_cart_summary .product-name,
body#module-supercheckout-supercheckout.design-preview #complete_cart_summary .product_name {
  color: #253044;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

body#module-supercheckout-supercheckout.design-preview #complete_cart_summary .supercheckout-totals {
  margin: 12px 0 14px;
  border: 0;
}

body#module-supercheckout-supercheckout.design-preview #complete_cart_summary .supercheckout-totals td {
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid #edf0f4;
  color: #596476;
  font-size: 13px;
}

body#module-supercheckout-supercheckout.design-preview #complete_cart_summary #total_price,
body#module-supercheckout-supercheckout.design-preview #complete_cart_summary #total_price_without_tax {
  color: #ff5923;
  font-size: 21px;
  font-weight: 700;
}

body#module-supercheckout-supercheckout.design-preview #voucher-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

body#module-supercheckout-supercheckout.design-preview #button-coupon,
body#module-supercheckout-supercheckout.design-preview #supercheckout_confirm_order,
body#module-supercheckout-supercheckout.design-preview #supercheckout_continue_shopping,
body#module-supercheckout-supercheckout.design-preview #supercheckout-fieldset .orangebutton,
body#module-supercheckout-supercheckout.design-preview #supercheckout-fieldset .orangebuttonapply {
  min-height: 44px;
  padding: 11px 18px;
  border: 0;
  border-radius: 7px;
  background: #ff6422 !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  box-shadow: none;
}

body#module-supercheckout-supercheckout.design-preview #button-coupon:hover,
body#module-supercheckout-supercheckout.design-preview #supercheckout_confirm_order:hover,
body#module-supercheckout-supercheckout.design-preview #supercheckout-fieldset .orangebutton:hover,
body#module-supercheckout-supercheckout.design-preview #supercheckout-fieldset .orangebuttonapply:hover {
  background: #ea4e13 !important;
}

body#module-supercheckout-supercheckout.design-preview #supercheckout_confirm_order {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

body#module-supercheckout-supercheckout.design-preview #supercheckout-comments {
  margin-top: 14px;
}

body#module-supercheckout-supercheckout.design-preview #supercheckout-agree {
  margin: 14px 0;
  color: #596476;
  font-size: 12px;
  line-height: 1.5;
}

/* Order confirmation */
body#order-confirmation.design-preview #center_column {
  float: none;
  width: 100%;
  padding-bottom: 48px;
}

body#order-confirmation.design-preview #center_column > .page-heading {
  max-width: 920px;
  margin: 24px auto 16px;
  padding: 0;
  border: 0;
  color: #202a3b;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
}

body#order-confirmation.design-preview ul.step {
  display: none;
}

body#order-confirmation.design-preview .preview-order-confirmation {
  max-width: 920px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid #e1e6ed;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(37, 48, 68, .08);
}

body#order-confirmation.design-preview .preview-order-confirmation .alert {
  position: relative;
  margin: 0 0 16px;
  padding: 17px 18px 17px 54px;
  border: 1px solid #bfe7cf;
  border-radius: 8px;
  background: #eefaf3;
  color: #247443;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  text-shadow: none;
}

body#order-confirmation.design-preview .preview-order-confirmation .alert-success:before {
  content: "\2713";
  position: absolute;
  top: 50%;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #3eae68;
  color: #fff;
  font-size: 15px;
  transform: translateY(-50%);
}

body#order-confirmation.design-preview .preview-order-confirmation .box {
  margin: 0 0 18px;
  padding: 18px;
  border: 1px solid #e2e7ee;
  border-radius: 8px;
  background: #f8fafc;
  color: #596476;
  font-size: 15px;
  line-height: 1.55;
}

body#order-confirmation.design-preview .preview-order-reference {
  margin: 0 0 18px;
  padding: 16px 18px;
  border-left: 3px solid #ff6422;
  background: #fff7f1;
  color: #4b5667;
  font-size: 14px;
  line-height: 1.55;
}

body#order-confirmation.design-preview .preview-order-reference .bold {
  color: #202a3b;
  font-weight: 700;
}

body#order-confirmation.design-preview .cart_navigation {
  margin: 0;
  padding: 0;
  border: 0;
}

body#order-confirmation.design-preview .cart_navigation .button-exclusive {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid #ff6422;
  border-radius: 7px;
  background: #fff;
  color: #e84f16;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: none;
  box-shadow: none;
}

body#order-confirmation.design-preview .cart_navigation .button-exclusive:hover {
  background: #ff6422;
  color: #fff;
}

body#order-confirmation.design-preview .cart_navigation .button-exclusive i {
  margin-right: 8px;
}

@media (max-width: 991px) {
  body#module-supercheckout-supercheckout.design-preview #supercheckout-columnleft > .row {
    grid-template-columns: 1fr;
  }

  body#module-supercheckout-supercheckout.design-preview #columnleft-2 {
    position: static;
  }
}

@media (max-width: 767px) {
  body#module-supercheckout-supercheckout.design-preview #center_column {
    padding: 14px 10px 36px;
  }

  body#module-supercheckout-supercheckout.design-preview #columnleft-1 .supercheckout-blocks,
  body#module-supercheckout-supercheckout.design-preview #columnleft-2 .supercheckout-blocks {
    margin-bottom: 12px;
    padding: 15px;
  }

  body#module-supercheckout-supercheckout.design-preview #supercheckout-fieldset h2.title.section-title {
    margin-bottom: 13px;
    padding-bottom: 11px;
    font-size: 16px;
  }

  body#module-supercheckout-supercheckout.design-preview #supercheckout-option.login-options {
    grid-template-columns: 1fr;
  }

  body#module-supercheckout-supercheckout.design-preview #voucher-form {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body#module-supercheckout-supercheckout.design-preview #button-coupon {
    width: 100%;
  }

  body#order-confirmation.design-preview #center_column > .page-heading {
    margin: 18px 12px 12px;
    font-size: 23px;
  }

  body#order-confirmation.design-preview .preview-order-confirmation {
    margin: 0 10px;
    padding: 18px;
  }

  body#order-confirmation.design-preview .preview-order-confirmation .alert {
    padding: 15px 14px 15px 48px;
    font-size: 14px;
  }

  body#order-confirmation.design-preview .cart_navigation .button-exclusive {
    justify-content: center;
    width: 100%;
  }
}

body.design-preview a,
body.design-preview button,
body.design-preview input {
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body.design-preview a:hover,
body.design-preview a:focus {
  text-decoration: none;
}

body#index.design-preview,
body#index.design-preview #page,
body#index.design-preview .columns-container {
  overflow-x: hidden;
}

body#index.design-preview .columns-container {
  overflow: visible !important;
}

body.design-preview .container {
  max-width: 1200px;
}

body.design-preview .header-container {
  position: relative;
  z-index: 20;
  background: #fff;
  box-shadow: 0 12px 34px rgba(28, 38, 55, .10);
}

body.design-preview header .banner {
  padding: 9px 0;
  background: #fff;
  border-bottom: 1px solid rgba(31, 41, 55, .08);
}

body.design-preview header .banner .row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  min-height: 42px;
}

body.design-preview #cmsinfo_block {
  flex: 1 1 auto;
  min-width: 0;
}

body.design-preview #cmsinfo_block > div {
  float: none;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap !important;
  gap: 0;
  width: auto;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

body.design-preview .banner .top_phones,
body.design-preview .banner .top_adress,
body.design-preview .banner .top_callback,
body.design-preview .banner .header_user_info,
body.design-preview #languages-block-top {
  min-width: 0;
}

body.design-preview .banner .top_adress {
  flex: 0 1 auto;
}

body.design-preview .banner .top_adress p {
  display: flex;
  min-width: 0;
  margin: 0;
}

body.design-preview .banner .top_callback {
  margin-left: 10px;
}

body.design-preview .banner .top_phones a,
body.design-preview .banner .top_adress a,
body.design-preview .banner .top_callback a,
body.design-preview .banner .header_user_info a,
body.design-preview #languages-block-top div.current {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(31, 41, 55, .08);
  border-radius: 999px;
  background: #f8fafc;
  color: #2f3338;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}

body.design-preview .banner .top_phones a,
body.design-preview .banner .top_adress a {
  height: 38px;
  border-color: rgba(31, 41, 55, .10);
  background: #fff;
  box-shadow: 0 8px 20px rgba(31, 41, 55, .05);
  font-size: 13px;
  font-weight: 700;
}

body.design-preview .banner .top_phones a {
  border-right: 0;
  border-radius: 999px 0 0 999px;
  padding-left: 14px;
  padding-right: 12px;
}

body.design-preview .banner .top_adress a {
  min-width: 0;
  border-left: 1px solid rgba(31, 41, 55, .08);
  border-radius: 0 999px 999px 0;
  padding-left: 12px;
  padding-right: 14px;
}

body.design-preview .banner .top_callback a {
  height: 38px;
  padding: 0 16px;
  border: 1px solid #ff711b;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff711b 0%, #ff4d22 100%);
  color: #fff;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(255, 91, 33, .18);
}

body.design-preview .banner .top_phones a:hover,
body.design-preview .banner .top_adress a:hover,
body.design-preview .banner .header_user_info a:hover,
body.design-preview #languages-block-top:hover div.current {
  background: #fff5df;
  border-color: rgba(255, 113, 27, .35);
  color: #a33d00;
}

body.design-preview .banner .top_callback a:hover {
  border-color: #e84b12;
  background: linear-gradient(135deg, #ff8a1f 0%, #ff5b21 100%);
  color: #fff;
  box-shadow: 0 12px 26px rgba(255, 91, 33, .25);
}

body.design-preview .top_nav_icon {
  display: none !important;
}

body.design-preview .top_phones a:before,
body.design-preview .top_adress a:before,
body.design-preview .top_callback a:before,
body.design-preview .header_user_info .login:before,
body.design-preview #languages-block-top div.current:before {
  display: inline-block;
  margin-right: 8px;
  color: #ff711b;
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}

body.design-preview .top_phones a:before {
  content: "\f095";
}

body.design-preview .top_adress a:before {
  content: "\f041";
}

@media (min-width: 768px) {
  body.design-preview .banner .top_adress a {
    max-width: min(42vw, 390px);
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

body.design-preview .top_callback a:before {
  content: "\f2a0";
  color: #fff;
}

body.design-preview .header_user_info .login:before {
  content: "\f007";
}

body.design-preview #languages-block-top div.current:before {
  content: "\f0ac";
}

body.design-preview .banner #search_block_left {
  float: none;
  flex: 0 0 230px;
  width: 230px;
  margin: 0;
  padding: 0;
}

body.design-preview .banner #search_block_left.preview-search-source {
  display: none !important;
}

body.design-preview .preview-search-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(31, 41, 55, .08);
  border-radius: 999px;
  background: #f8fafc;
  color: #ff711b;
  box-shadow: 0 8px 20px rgba(31, 41, 55, .05);
  cursor: pointer;
}

body.design-preview .preview-search-trigger:before {
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 1;
}

body.design-preview .preview-search-trigger:hover,
body.design-preview .preview-search-trigger:focus {
  border-color: rgba(255, 113, 27, .35);
  background: #fff5df;
  color: #a33d00;
  outline: none;
}

body.design-preview .banner #searchbox,
body.design-preview .banner #searchbox .block_content {
  position: relative;
  width: 100%;
  margin: 0;
}

body.design-preview .banner #search_query_block {
  width: 100% !important;
  max-width: none !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 14px 0 40px !important;
  border: 1px solid rgba(31, 41, 55, .10) !important;
  border-radius: 999px;
  background: #f8fafc !important;
  box-shadow: none !important;
  color: #2f3338;
  font-size: 13px;
  line-height: 38px !important;
  margin: 0 !important;
  float: none !important;
}

body.design-preview .banner #search_query_block:focus {
  border-color: rgba(255, 113, 27, .55);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 113, 27, .12);
}

body.design-preview .banner .nav_search {
  top: 9px;
  left: 14px;
  width: 20px;
  height: 20px;
  background: none;
  color: #ff711b;
}

body.design-preview .banner .nav_search:before {
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 15px;
  line-height: 20px;
}

body.design-preview .preview-search-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 96px 18px 24px;
}

body.design-preview .preview-search-modal.is-open {
  display: flex;
}

body.design-preview .preview-search-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(31, 41, 55, .42);
  backdrop-filter: blur(4px);
}

body.design-preview .preview-search-dialog {
  position: relative;
  width: min(620px, 100%);
  padding: 16px 58px 16px 16px;
  border: 1px solid rgba(255, 113, 27, .18);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(31, 41, 55, .24);
}

body.design-preview .preview-search-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(31, 41, 55, .10);
  border-radius: 999px;
  background: #f8fafc;
  color: #2f3338;
  cursor: pointer;
}

body.design-preview .preview-search-close:before {
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 1;
}

body.design-preview .preview-search-close:hover,
body.design-preview .preview-search-close:focus {
  border-color: rgba(255, 113, 27, .35);
  background: #fff5df;
  color: #a33d00;
  outline: none;
}

body.design-preview .preview-search-slot,
body.design-preview .preview-search-slot #preview_search_block,
body.design-preview .preview-search-slot #preview_searchbox {
  position: relative;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

body.design-preview .preview-search-slot .block_content {
  position: relative;
  display: flex !important;
  align-items: center;
  width: 100% !important;
  min-height: 52px;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

body.design-preview .preview-search-slot #preview_search_query_block {
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  padding: 0 62px 0 18px !important;
  border: 1px solid rgba(31, 41, 55, .12) !important;
  border-radius: 8px;
  background: #f8fafc !important;
  color: #2f3338;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 52px !important;
  box-shadow: none !important;
}

body.design-preview .preview-search-slot #preview_search_query_block:focus {
  border-color: rgba(255, 113, 27, .55) !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(255, 113, 27, .12) !important;
  outline: none;
}

body.design-preview .preview-search-slot .nav_search {
  top: 8px;
  right: 8px;
  left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff711b 0%, #ff4d22 100%);
  background-image: linear-gradient(135deg, #ff711b 0%, #ff4d22 100%) !important;
  color: #fff;
  font-size: 0;
  line-height: 1;
  text-indent: 0;
  box-shadow: 0 8px 18px rgba(255, 91, 33, .24);
}

body.design-preview .preview-search-slot .nav_search:before {
  content: "\f002";
  display: block;
  color: #fff;
  font-family: "FontAwesome";
  font-size: 15px;
  line-height: 1;
}

body.design-preview.preview-search-open {
  overflow: hidden;
}

body.design-preview .banner .header_user_info {
  float: none;
  flex: 0 0 auto;
  width: auto;
  padding: 0;
}

body.design-preview #languages-block-top {
  flex: 0 0 auto;
  width: auto;
}

body.design-preview #languages-block-top div.current {
  padding-right: 14px;
}

body.design-preview .navigation_line {
  background: #ffc107;
  border-bottom: 1px solid rgba(127, 74, 0, .12);
}

body.design-preview .navigation_line .row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 14px;
  min-height: 88px;
  padding: 10px 0;
  position: relative;
}

body.design-preview #header_logo {
  position: relative;
  top: auto;
  float: none;
  flex: 0 0 160px;
  width: 160px;
  padding: 0;
  z-index: 3;
}

body.design-preview #header_logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  min-height: 118px;
  margin: -10px 0 -18px;
  filter: drop-shadow(0 14px 20px rgba(114, 44, 0, .20));
}

body.design-preview #header_logo img {
  width: 132px;
  max-width: 132px;
  height: auto;
}

body.design-preview #block_top_menu {
  float: none;
  flex: 1 1 auto;
  width: auto;
  margin: 0;
  padding: 0;
}

body.design-preview #block_top_menu .cat-title {
  display: none;
}

body.design-preview #block_top_menu .sf-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
}

body.design-preview #block_top_menu .sf-menu > li {
  float: none;
}

body.design-preview #block_top_menu .sf-menu > li > a {
  min-height: 42px;
  padding: 12px 14px;
  border-radius: 999px;
  color: #5a3700;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 18px;
}

body.design-preview #block_top_menu .sf-menu > li > a:before,
body.design-preview #block_top_menu .sf-menu > li > a:after,
body.design-preview #block_top_menu .sf-menu > li > a:hover:before,
body.design-preview #block_top_menu .sf-menu > li > a:hover:after,
body.design-preview #block_top_menu .sf-menu > li.sfHover > a:before,
body.design-preview #block_top_menu .sf-menu > li.sfHover > a:after {
  display: none !important;
  content: none !important;
  background: none !important;
}

body.design-preview #block_top_menu .sf-menu > li > a:hover,
body.design-preview #block_top_menu .sf-menu > li.sfHover > a,
body.design-preview #block_top_menu .sf-menu > li.sfHoverForce > a {
  background: rgba(255, 255, 255, .34);
  color: #7a2c00;
  box-shadow: inset 0 -2px 0 rgba(255, 91, 33, .55);
}

body.design-preview #block_top_menu .sf-menu > li > ul {
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(31, 41, 55, .18);
}

body.design-preview #block_top_menu .sf-menu > li > ul a {
  padding: 10px 14px !important;
  background-image: none !important;
  color: #394150;
  font-size: 13px;
  line-height: 18px;
}

body.design-preview #block_top_menu .sf-menu > li > ul > li {
  width: 33.333%;
  padding: 4px 6px;
}

body.design-preview #block_top_menu .sf-menu > li > ul > li > a {
  min-height: 38px;
  border-radius: 8px;
}

body.design-preview #block_top_menu .sf-menu > li > ul > li:hover {
  background: transparent;
}

body.design-preview #block_top_menu .sf-menu > li > ul > li > a:hover {
  background: #fff4df;
  color: #dd450d;
  font-weight: 800;
}

body.design-preview .wishlist_top,
body.design-preview .block_cart_nav {
  float: none;
  flex: 0 0 60px;
  width: 60px;
  padding: 0;
  overflow: visible;
}

body.design-preview .btn_wishlist {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 24px rgba(255, 91, 33, .25);
}

body.design-preview .btn_wishlist:hover {
  transform: none;
  box-shadow: 0 12px 26px rgba(255, 91, 33, .28);
}

body.design-preview .btn_wishlist i {
  color: #ff5b21;
  font-size: 21px;
}

body.design-preview .shopping_cart {
  width: 60px;
  height: 54px;
  position: relative;
  overflow: visible;
}

body.design-preview .shopping_cart > a:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
  color: #ff711b;
  font-size: 0;
  box-shadow: 0 10px 24px rgba(255, 91, 33, .25);
  overflow: visible;
}

body.design-preview .shopping_cart > a:first-child:before {
  content: "";
  display: inline-block;
  width: 27px !important;
  height: 27px !important;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='9' cy='20' r='1.6' fill='%23ff711b'/%3E%3Ccircle cx='17' cy='20' r='1.6' fill='%23ff711b'/%3E%3Cpath d='M3 4H5.2L7.3 15.2C7.5 16.2 8.4 17 9.4 17H17.4C18.4 17 19.2 16.3 19.5 15.4L21 9H7' stroke='%23ff711b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 27px 27px !important;
  font-size: 0;
  line-height: 0;
}

body.design-preview .shopping_cart > a:first-child:after {
  display: none;
  content: none;
}

body.design-preview .shopping_cart > a:first-child img {
  display: none !important;
}

body.design-preview .shopping_cart:hover > a:first-child {
  transform: none;
  color: #ff5b21;
  box-shadow: 0 12px 26px rgba(255, 91, 33, .28);
}

body.design-preview .ajax_cart_quantity,
body.design-preview .ajax_cart_no_product {
  position: absolute;
  top: 4px;
  right: 4px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 6px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #ff5b21;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 14px;
  z-index: 3;
}

body#index.design-preview #slider_row {
  position: relative;
  overflow: hidden;
  background: #fff;
}

body#index.design-preview #slider_row:after {
  content: "";
  display: table;
  clear: both;
}

body#index.design-preview #homepage-slider {
  float: none !important;
  width: 100% !important;
  max-width: none;
  padding: 0;
}

body#index.design-preview #homepage-slider .bx-wrapper,
body#index.design-preview #homepage-slider .bx-viewport {
  overflow: hidden;
  width: 100% !important;
  border-radius: 0 0 28px 28px;
  box-shadow: 0 18px 45px rgba(31, 41, 55, .18);
}

body#index.design-preview #homepage-slider img {
  width: 100% !important;
  height: clamp(390px, 35vw, 520px) !important;
  object-fit: cover;
  object-position: center center;
}

body#index.design-preview #homepage-slider .bx-controls-direction a {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 54px;
  height: 54px;
  margin-top: -27px;
  border: 1px solid rgba(255, 113, 27, .12);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .92) !important;
  background-image: none !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 24px 24px !important;
  box-shadow: 0 12px 28px rgba(31, 41, 55, .18);
  color: transparent;
  font-size: 0;
  line-height: 1;
  text-indent: 0 !important;
  opacity: .95;
}

body#index.design-preview #homepage-slider .bx-controls-direction a:hover,
body#index.design-preview #homepage-slider .bx-controls-direction a:focus {
  border-color: rgba(255, 113, 27, .28);
  background-color: #fff7e8 !important;
  box-shadow: 0 14px 30px rgba(255, 91, 33, .18);
  opacity: 1;
}

body#index.design-preview #homepage-slider .bx-controls-direction a:before {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
}

body#index.design-preview #homepage-slider .bx-prev {
  left: 24px !important;
  background-image: none !important;
}

body#index.design-preview #homepage-slider .bx-next {
  right: 24px !important;
  background-image: none !important;
}

body#index.design-preview #homepage-slider .preview-slider-arrow-icon {
  display: block;
  width: 15px;
  height: 15px;
  border: solid #ff711b;
  border-width: 0 3px 3px 0;
  border-radius: 2px;
  pointer-events: none;
}

body#index.design-preview #homepage-slider .bx-prev .preview-slider-arrow-icon {
  margin-left: 5px;
  transform: rotate(135deg);
}

body#index.design-preview #homepage-slider .bx-next .preview-slider-arrow-icon {
  margin-right: 5px;
  transform: rotate(-45deg);
}

body#index.design-preview #columns {
  padding-top: 42px;
  padding-bottom: 34px;
}

body#index.design-preview #columns > .row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

body#index.design-preview #columns > .row > .col-xs-12:first-child {
  float: none;
  flex: 0 0 100%;
  width: 100%;
}

body#index.design-preview .page-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 26px;
  color: #303642;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
}

body#index.design-preview .page-heading span {
  flex: 0 0 auto;
}

body#index.design-preview .page-heading:after {
  content: "";
  display: block;
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 113, 27, .36), rgba(31, 41, 55, .08));
}

body#index.design-preview #left_column,
body#index.design-preview #center_column {
  float: none;
}

body#index.design-preview #left_column {
  display: flex;
  flex-direction: column;
  flex: 0 0 32%;
  max-width: 32%;
  padding-left: 15px;
  padding-right: 15px;
}

body#index.design-preview #center_column {
  flex: 1 1 68%;
  max-width: 68%;
  padding-left: 15px;
  padding-right: 15px;
}

body#index.design-preview #categories_block_left {
  width: 100%;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(31, 41, 55, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(31, 41, 55, .08);
}

body#index.design-preview #categories_block_left .block_content {
  min-height: 0;
  overflow-y: auto;
  padding: 12px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 113, 27, .35) rgba(31, 41, 55, .06);
}

body#index.design-preview #categories_block_left .block_content::-webkit-scrollbar {
  width: 6px;
}

body#index.design-preview #categories_block_left .block_content::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 113, 27, .35);
}

body#index.design-preview #categories_block_left li {
  border: 0;
}

body#index.design-preview #categories_block_left li a {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 40px;
  padding: 9px 42px 9px 14px !important;
  border-radius: 8px;
  border-bottom: 1px solid rgba(31, 41, 55, .08) !important;
  background-image: none !important;
  color: #3f4652;
  font-size: 15px;
  line-height: 1.25;
}

body#index.design-preview #categories_block_left li:last-child a {
  border-bottom: 0 !important;
}

body#index.design-preview #categories_block_left li a:before {
  display: none !important;
  content: none !important;
}

body#index.design-preview #categories_block_left li a:after {
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff1d6;
  color: #ff711b;
  font-family: "FontAwesome";
  font-size: 13px;
  transform: translateY(-50%);
  content: "\f105";
}

body#index.design-preview #categories_block_left li a:hover {
  background: #fff7e6;
  color: #dd450d;
}

body#index.design-preview #center_column > .clearfix,
body#index.design-preview #htmlcontent_top {
  width: 100%;
}

body#index.design-preview #center_column #htmlcontent_home {
  float: none;
  width: 100% !important;
  max-width: 100%;
  padding: 0;
}

body#index.design-preview #center_column .htmlcontent-home {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: 100% !important;
  height: auto !important;
  margin: 0 0 18px;
}

body#index.design-preview #center_column .htmlcontent-home li,
body#index.design-preview #center_column .htmlcontent-home .htmlcontent-item {
  float: none;
  display: block;
  width: auto !important;
  height: auto !important;
  margin: 0;
  padding: 0;
}

body#index.design-preview #htmlcontent_top .htmlcontent-home li:nth-child(odd) {
  grid-column: 1;
}

body#index.design-preview #htmlcontent_top .htmlcontent-home li:nth-child(even) {
  grid-column: 2;
}

body#index.design-preview #center_column .htmlcontent-home a {
  display: block;
  overflow: hidden;
  position: relative;
  min-height: 168px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(31, 41, 55, .10);
}

body#index.design-preview #center_column .htmlcontent-home a:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 44px rgba(31, 41, 55, .14);
}

body#index.design-preview #center_column .htmlcontent-home img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 168px;
  object-fit: cover;
}

body#index.design-preview #center_column .htmlcontent-home a:after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .50);
  border-radius: 8px;
  pointer-events: none;
}

body#index.design-preview .phones_line {
  overflow: hidden;
  margin: 18px auto 38px;
  border-radius: 8px;
  background: linear-gradient(135deg, #ff711b 0%, #ffc107 100%);
  box-shadow: 0 16px 40px rgba(255, 113, 27, .22);
}

body#index.design-preview .phones_line .phones_line_item,
body#index.design-preview .phones_line .phones_line_item_second {
  min-height: 78px;
  padding: 0;
}

body#index.design-preview .phones_line .phones_line_item p {
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
}

body#index.design-preview .phones_line .phones_line_item_second a {
  color: #fff;
  font-size: 22px;
  letter-spacing: .2px;
}

body#index.design-preview .phones_line .phones_line_item_second span > img {
  display: none;
}

body#index.design-preview .phones_line .phones_line_item_second span:first-child:before {
  content: "\f095";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-right: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .22);
  color: #fff;
  font-family: "FontAwesome";
  font-size: 18px;
}

body#index.design-preview .phones_line .telfoot span a,
body#index.design-preview .phones_line .telfoot + span a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-left: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
}

body#index.design-preview .phones_line .telfoot + span img,
body#index.design-preview .phones_line .telfoot + span + span img,
body#index.design-preview .phones_line .telfoot + span + span + span img {
  max-width: 22px;
  max-height: 22px;
}

body#index.design-preview .SEslider.sample {
  overflow: hidden;
  padding: 0 !important;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(31, 41, 55, .08);
}

body#index.design-preview .SEslider.sample img {
  border-radius: 8px;
}

body#index.design-preview .before_home_footer {
  margin-top: 24px;
  padding: 54px 0;
  background: linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
}

body#index.design-preview .before_home_footer .container {
  overflow: hidden;
  border: 1px solid rgba(31, 41, 55, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(31, 41, 55, .08);
}

body#index.design-preview .before_home_footer .row {
  padding: 28px;
}

body#index.design-preview .before_home_footer h1 {
  margin: 0 0 18px;
  color: #303642;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.25;
}

body#index.design-preview .before_home_footer p {
  color: #4e5663;
  font-size: 16px;
  line-height: 1.7;
}

body#index.design-preview #showMoreHome {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-top: 6px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff4d6;
  color: #dd450d;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

body#index.design-preview .uder_list_home_wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
  margin: 22px 0 14px;
  padding: 0;
  overflow: hidden;
}

body#index.design-preview .uder_list_home_wrap:after {
  position: static;
  display: block;
  flex: 1 1 auto;
  width: auto;
  min-width: 24px;
  height: 1px;
  margin-left: 8px;
  background: #dfe5ee;
}

body#index.design-preview .uder_list_home {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.15;
  white-space: nowrap;
}

body#index.design-preview .uder_list_home:after {
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 0 0 10px;
  background: none;
  color: #303642;
  content: "-";
  font-size: 18px;
  line-height: 1;
  vertical-align: 2px;
}

body#index.design-preview .uder_list_home:last-child:after {
  display: none;
}

body#index.design-preview .sdsblog-box-content {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 14px;
}

body#index.design-preview .sdsblog-box-content:before,
body#index.design-preview .sdsblog-box-content:after {
  display: none !important;
  content: none !important;
}

body#index.design-preview #sds_blog_post {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  padding: 0 !important;
}

body#index.design-preview .sds_blog_post_inner_wrap {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  padding: 14px;
  border: 1px solid rgba(31, 41, 55, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(31, 41, 55, .06);
}

body#index.design-preview .sds_blog_post_inner {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}

body#index.design-preview .sds_blog_post_inner > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 86px;
  margin: 0 0 12px;
}

body#index.design-preview .smart_post_preview {
  width: auto !important;
  max-width: 92px;
  height: 76px !important;
  max-height: 76px;
  object-fit: contain;
  margin: 0 auto;
}

body#index.design-preview .sds_post_title {
  margin: 0 0 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

body#index.design-preview .sds_post_title a {
  color: #4e5663;
}

body#index.design-preview .smb_text {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #2f3338;
  font-size: 14px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

body#index.design-preview .sdsblog-box-content .buy_btn_wrap {
  margin-top: 14px;
  text-align: left;
}

body#index.design-preview .sdsblog-box-content .r_more.buy_btn {
  min-height: 34px;
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}

body#index.design-preview .smb_more_wrap {
  display: none !important;
}

@media (max-width: 991px) {
  body#index.design-preview .uder_list_home_wrap {
    gap: 8px;
  }

  body#index.design-preview .uder_list_home_wrap:after {
    display: none;
  }

  body#index.design-preview .uder_list_home {
    font-size: 17px;
  }

  body#index.design-preview .uder_list_home:after {
    margin-left: 8px;
    font-size: 14px;
  }

  body#index.design-preview .sdsblog-box-content {
    grid-template-columns: 1fr;
  }

  body#index.design-preview .sds_blog_post_inner {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    column-gap: 14px;
    align-items: start;
  }

  body#index.design-preview .sds_blog_post_inner > a {
    grid-row: 1 / 3;
    width: 88px;
    height: 82px;
    margin: 0;
  }

  body#index.design-preview .smart_post_preview {
    max-width: 78px;
    height: 68px !important;
    max-height: 68px;
  }
}

body.design-preview .footer-container {
  background: #ff761a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16);
}

body.design-preview #footer {
  padding-top: 34px;
  padding-bottom: 30px;
}

body.design-preview .footer_head {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

body.design-preview .footer_logo_text,
body.design-preview .footer_adress_text,
body.design-preview #footer a {
  color: rgba(255, 255, 255, .92);
}

body.design-preview .bottom_line {
  background: #e85e12;
}

body.design-preview .containermes {
  width: auto;
  height: auto;
  background: transparent;
  pointer-events: none;
  z-index: 80;
}

body.design-preview .messenger {
  right: 22px;
  bottom: 30px;
  pointer-events: auto;
}

body.design-preview .messenger-btn {
  box-shadow: 0 14px 32px rgba(68, 121, 184, .35);
}

body.design-preview #subs-modal,
body.design-preview .modal-backdrop {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.design-preview.modal-open {
  overflow: auto !important;
  padding-right: 0 !important;
}

body.design-preview #cme-back {
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(31, 41, 55, .48) !important;
  backdrop-filter: blur(3px);
  z-index: 10000 !important;
}

body.design-preview #cme-form-main {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  width: min(392px, calc(100vw - 28px)) !important;
  height: auto !important;
  max-height: calc(100vh - 32px);
  overflow: auto !important;
  border: 1px solid rgba(31, 41, 55, .08) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 28px 70px rgba(16, 24, 40, .30) !important;
  transform: translate(-50%, -50%) !important;
  z-index: 10001 !important;
}

body.design-preview #cme-form-main,
body.design-preview #cme-form-main * {
  box-sizing: border-box;
}

body.design-preview #cme-form-main form,
body.design-preview #callme-fields-container {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}

body.design-preview #callme-header {
  position: relative !important;
  display: flex !important;
  align-items: center;
  min-height: 58px !important;
  width: 100% !important;
  height: auto !important;
  padding: 17px 56px 15px 22px !important;
  background: linear-gradient(135deg, #ffb000 0%, #ff711b 100%) !important;
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

body.design-preview #callme-header .preview-callme-title,
body.design-preview #callme-header > span,
body.design-preview #callme-header > div:not(#callme-close) {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
}

body.design-preview #callme-close {
  position: absolute !important;
  top: 50% !important;
  right: 14px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 34px !important;
  height: 34px !important;
  margin: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .20);
  color: #fff !important;
  font-size: 0 !important;
  line-height: 1 !important;
  transform: translateY(-50%);
}

body.design-preview #callme-close:before,
body.design-preview #callme-close:after {
  position: absolute;
  width: 15px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  content: "";
}

body.design-preview #callme-close:before {
  transform: rotate(45deg);
}

body.design-preview #callme-close:after {
  transform: rotate(-45deg);
}

body.design-preview #callme-close:hover {
  background: rgba(255, 255, 255, .30);
}

body.design-preview #callme-fields-container > .callme-field {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 18px 22px 6px !important;
  color: #697382 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}

body.design-preview #cme-form-main .callme-fields {
  width: 100% !important;
  height: auto !important;
  padding: 4px 22px 18px !important;
}

body.design-preview #cme-form-main .callme-fields .callme-field {
  width: 100% !important;
  height: auto !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
}

body.design-preview #cme-form-main label {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  color: #303642 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
}

body.design-preview #cme-form-main input,
body.design-preview #cme-form-main textarea {
  display: block !important;
  width: 100% !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(31, 41, 55, .14) !important;
  border-radius: 8px !important;
  background: #f9fafb !important;
  color: #202733 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  outline: 0 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .90);
}

body.design-preview #cme-form-main textarea {
  min-height: 76px !important;
  resize: vertical;
}

body.design-preview #cme-form-main input::placeholder,
body.design-preview #cme-form-main textarea::placeholder {
  color: #a7adb7;
}

body.design-preview #cme-form-main input:focus,
body.design-preview #cme-form-main textarea:focus {
  border-color: rgba(255, 113, 27, .68) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(255, 113, 27, .16) !important;
}

body.design-preview #cme-form-main .cme-btn-place.callme-field {
  margin: 2px 0 0 !important;
}

body.design-preview #cme-form-main #callme-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 0 20px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ffb000 0%, #ff5b21 100%) !important;
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-size: 15px !important;
  font-weight: 900 !important;
  letter-spacing: .02em;
  line-height: 1 !important;
  text-transform: uppercase;
  box-shadow: 0 13px 26px rgba(255, 91, 33, .24) !important;
}

body.design-preview #cme-form-main #callme-submit:hover,
body.design-preview #cme-form-main #callme-submit:focus {
  background: linear-gradient(135deg, #ffbd19 0%, #ff6a27 100%) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

@media (max-width: 1199px) {
  body.design-preview .banner .top_callback {
    display: none;
  }

  body.design-preview #block_top_menu .sf-menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  body.design-preview {
    background: #f6f8fb;
  }

  body.design-preview .container {
    width: 100%;
    max-width: 100%;
  }

  body.design-preview header .banner {
    padding: 8px 12px 10px;
  }

  body.design-preview header .banner .container,
  body.design-preview header .banner .row {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  body.design-preview header .banner .row {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 104px;
    gap: 8px;
  }

  body.design-preview #cmsinfo_block {
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100%;
  }

  body.design-preview #cmsinfo_block > div {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
  }

  body.design-preview .banner .top_phones,
  body.design-preview .banner .top_callback {
    width: 100%;
  }

  body.design-preview .banner .top_phones,
  body.design-preview .banner .top_adress,
  body.design-preview .banner .top_callback,
  body.design-preview .banner .header_user_info {
    margin-top: 0;
  }

  body.design-preview .banner .top_adress {
    grid-column: 1 / -1;
    width: 100%;
  }

  body.design-preview .banner .top_callback {
    margin-left: 0;
  }

  body.design-preview .banner .top_phones a,
  body.design-preview .banner .top_adress a,
  body.design-preview .banner .top_callback a,
  body.design-preview .banner .header_user_info a,
  body.design-preview #languages-block-top div.current {
    justify-content: center;
    width: 100%;
    min-height: 38px;
    padding: 7px 8px;
    font-size: 12px;
  }

  body.design-preview .banner .top_phones a,
  body.design-preview .banner .top_adress a {
    border: 1px solid rgba(31, 41, 55, .10);
    border-radius: 999px;
  }

  body.design-preview .banner .top_adress p {
    width: 100%;
  }

  body.design-preview .banner .top_adress a {
    justify-content: flex-start;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body.design-preview .preview-search-trigger {
    grid-column: 1;
    grid-row: 2;
    width: 42px;
    height: 42px;
    justify-self: start;
  }

  body.design-preview .banner #search_block_left {
    grid-column: 1 / 2;
    grid-row: 2;
    width: 100%;
    min-width: 0;
  }

  body.design-preview .banner #search_query_block {
    height: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
  }

  body.design-preview .banner .header_user_info {
    grid-column: 2;
    grid-row: 2;
    width: 74px !important;
    justify-self: end;
  }

  body.design-preview #languages-block-top {
    grid-column: 3;
    grid-row: 2;
    width: 104px;
  }

  body.design-preview #languages-block-top div.current {
    text-align: center;
  }

  body.design-preview .navigation_line .container,
  body.design-preview .navigation_line .row {
    width: 100%;
    margin: 0;
  }

  body.design-preview .navigation_line .row {
    display: grid;
    grid-template-columns: 96px 1fr 54px 60px;
    gap: 8px;
    min-height: 0;
    padding: 10px 12px;
  }

  body.design-preview #header_logo {
    grid-column: 1;
    grid-row: 1;
    width: 96px;
    max-width: 96px;
    flex-basis: 96px;
  }

  body.design-preview #header_logo a {
    width: 92px;
    min-height: 86px;
    margin: -4px 0 -10px;
  }

  body.design-preview #header_logo img {
    width: 92px;
    max-width: 92px;
  }

  body.design-preview .navigation_line .hidden-sm.hidden-md.hidden-lg {
    grid-column: 2;
    grid-row: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
    padding: 0;
  }

  body.design-preview .navigation_line .hidden-sm.hidden-md.hidden-lg h3 {
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    margin: 0;
    color: #6a3e00;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
    text-overflow: ellipsis;
  }

  body.design-preview .wishlist_top {
    grid-column: 3;
    grid-row: 1;
    width: 54px;
  }

  body.design-preview .block_cart_nav {
    grid-column: 4;
    grid-row: 1;
    width: 60px;
  }

  body.design-preview .btn_wishlist,
  body.design-preview .shopping_cart,
  body.design-preview .shopping_cart > a:first-child {
    width: 48px;
    height: 48px;
  }

  body.design-preview #block_top_menu {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    margin: 6px 0 0;
  }

  body.design-preview #block_top_menu .cat-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 16px;
    border: 2px solid rgba(255, 255, 255, .85);
    border-radius: 8px;
    background: #ff711b;
    color: #fff;
    font-size: 0;
    box-shadow: 0 12px 26px rgba(255, 91, 33, .24);
  }

  body.design-preview #block_top_menu .cat-title:before {
    content: "Каталог";
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  body.design-preview #block_top_menu .cat-title:after {
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 18px;
  }

  body.design-preview #block_top_menu .sf-menu {
    display: none;
    overflow: hidden;
    margin-top: 8px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(31, 41, 55, .16);
  }

  body#index.design-preview #homepage-slider .bx-wrapper,
  body#index.design-preview #homepage-slider .bx-viewport {
    border-radius: 0 0 18px 18px;
  }

  body#index.design-preview #homepage-slider img {
    height: 245px !important;
    object-fit: cover;
    object-position: 42% center;
  }

  body#index.design-preview #homepage-slider .bx-controls-direction a {
    width: 42px;
    height: 42px;
    margin-top: -21px;
    background-size: 20px 20px;
  }

  body#index.design-preview #homepage-slider .preview-slider-arrow-icon {
    width: 12px;
    height: 12px;
    border-width: 0 3px 3px 0;
  }

  body#index.design-preview #homepage-slider .bx-prev {
    left: 12px !important;
  }

  body#index.design-preview #homepage-slider .bx-next {
    right: 12px !important;
  }

  body#index.design-preview #columns {
    padding: 28px 12px 26px;
  }

  body#index.design-preview #columns > .row {
    display: block;
    margin: 0;
  }

  body#index.design-preview #columns > .row > .col-xs-12:first-child,
  body#index.design-preview #left_column,
  body#index.design-preview #center_column {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  body#index.design-preview .page-heading {
    margin-bottom: 16px;
    font-size: 22px;
  }

  body#index.design-preview #categories_block_left {
    margin-bottom: 20px;
  }

  body#index.design-preview #categories_block_left .block_content {
    padding: 10px;
  }

  body#index.design-preview #categories_block_left ul,
  body#index.design-preview #categories_block_left .tree {
    display: flex;
    gap: 9px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 3px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
  }

  body#index.design-preview #categories_block_left li {
    flex: 0 0 auto;
    width: auto;
    scroll-snap-align: start;
  }

  body#index.design-preview #categories_block_left li a {
    min-width: 150px;
    min-height: 46px;
    padding: 9px 42px 9px 14px !important;
    border: 1px solid rgba(255, 113, 27, .16);
    background-color: #fffaf0;
    background-image: none !important;
    font-size: 14px;
    white-space: normal;
  }

  body#index.design-preview #categories_block_left li a:before {
    display: none !important;
  }

  body#index.design-preview #center_column .htmlcontent-home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 12px;
  }

  body#index.design-preview #center_column .htmlcontent-home a,
  body#index.design-preview #center_column .htmlcontent-home img {
    min-height: 150px;
  }

  body#index.design-preview .phones_line {
    display: block;
    margin: 18px 0 26px;
  }

  body#index.design-preview .phones_line .phones_line_item,
  body#index.design-preview .phones_line .phones_line_item_second {
    width: 100%;
    min-height: 58px;
  }

  body#index.design-preview .phones_line .phones_line_item p {
    padding: 0 16px;
    font-size: 17px;
  }

  body#index.design-preview .phones_line .phones_line_item_second a {
    font-size: 18px;
  }

  body#index.design-preview .uder_list_home_wrap {
    gap: 6px;
    margin: 18px 0 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2px;
    -webkit-overflow-scrolling: touch;
  }

  body#index.design-preview .uder_list_home_wrap:after {
    display: none;
  }

  body#index.design-preview .uder_list_home {
    font-size: 15px;
    line-height: 1.2;
  }

  body#index.design-preview .uder_list_home:after {
    margin-left: 6px;
    font-size: 13px;
    vertical-align: 1px;
  }

  body#index.design-preview .sdsblog-box-content {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body#index.design-preview .sds_blog_post_inner_wrap {
    padding: 12px;
  }

  body#index.design-preview .sds_blog_post_inner {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    column-gap: 12px;
    align-items: start;
  }

  body#index.design-preview .sds_blog_post_inner > a {
    grid-row: 1 / 3;
    width: 76px;
    height: 76px;
    margin: 0;
  }

  body#index.design-preview .smart_post_preview {
    max-width: 68px;
    height: 62px !important;
    max-height: 62px;
  }

  body#index.design-preview .sds_post_title {
    margin-bottom: 5px;
    font-size: 15px;
  }

  body#index.design-preview .smb_text {
    font-size: 13px;
    line-height: 1.35;
    -webkit-line-clamp: 3;
  }

  body#index.design-preview .sdsblog-box-content .buy_btn_wrap {
    margin-top: 10px;
  }

  body#index.design-preview .sdsblog-box-content .r_more.buy_btn {
    min-height: 32px;
    padding: 7px 14px;
    font-size: 11px;
  }

  body#index.design-preview .before_home_footer {
    padding: 30px 12px;
  }

  body#index.design-preview .before_home_footer .row {
    padding: 22px 16px;
  }

  body#index.design-preview .before_home_footer h1 {
    font-size: 22px;
  }

  body#index.design-preview .before_home_footer p {
    font-size: 15px;
    line-height: 1.62;
  }

  body.design-preview #footer {
    padding: 26px 12px 24px;
  }

  body.design-preview .messenger {
    right: 16px;
    bottom: 22px;
  }

  body.design-preview .messenger-btn {
    width: 56px;
    height: 56px;
    padding: 12px;
  }

  body.design-preview #toTop {
    right: 18px !important;
    bottom: 90px !important;
  }
}

@media (max-width: 420px) {
  body.design-preview header .banner .row {
    grid-template-columns: 42px minmax(0, 1fr) 74px;
  }

  body.design-preview #cmsinfo_block > div {
    grid-template-columns: 1fr;
  }

  body.design-preview .banner .top_phones a,
  body.design-preview .banner .top_callback a,
  body.design-preview .banner .top_adress a {
    justify-content: flex-start;
  }

  body.design-preview .navigation_line .row {
    grid-template-columns: 88px 1fr 50px 56px;
  }

  body.design-preview #header_logo,
  body.design-preview #header_logo a {
    width: 86px;
  }

  body.design-preview #header_logo img {
    width: 86px;
  }

  body.design-preview .navigation_line .hidden-sm.hidden-md.hidden-lg h3 {
    font-size: 14px;
  }

  body#index.design-preview #homepage-slider img {
    height: 218px !important;
  }

  body#index.design-preview #center_column .htmlcontent-home a,
  body#index.design-preview #center_column .htmlcontent-home img {
    min-height: 136px;
  }
}

@media (max-width: 520px) {
  body.design-preview header .banner .row {
    grid-template-columns: 42px minmax(0, 1fr) 74px;
  }

  body.design-preview .banner .header_user_info {
    width: 58px !important;
    justify-self: end;
  }

  body.design-preview #languages-block-top {
    grid-column: 3;
    width: 74px;
  }

  body.design-preview #languages-block-top div.current {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.design-preview .navigation_line .row {
    grid-template-columns: 82px minmax(0, 1fr) 40px 40px 30px;
    gap: 5px;
    padding: 8px 10px;
  }

  body.design-preview #header_logo,
  body.design-preview #header_logo a {
    width: 82px;
    max-width: 82px;
  }

  body.design-preview #header_logo a {
    min-height: 76px;
    margin: -2px 0 -8px;
  }

  body.design-preview #header_logo img {
    width: 82px;
    max-width: 82px;
  }

  body.design-preview .navigation_line .hidden-sm.hidden-md.hidden-lg h3 {
    font-size: 11px;
    line-height: 1.15;
  }

  body.design-preview .wishlist_top,
  body.design-preview .block_cart_nav {
    width: 40px;
  }

  body.design-preview .btn_wishlist,
  body.design-preview .shopping_cart,
  body.design-preview .shopping_cart > a:first-child {
    width: 40px;
    height: 40px;
  }

  body.design-preview .ajax_cart_quantity,
  body.design-preview .ajax_cart_no_product {
    top: 2px;
    right: 2px;
  }

  body.design-preview #block_top_menu {
    grid-column: 1 / 5;
  }

  body.design-preview #block_top_menu .cat-title {
    width: 100%;
  }
}

body#index.design-preview #center_column > .clearfix {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 16px;
}

body#index.design-preview #center_column > .clearfix:before,
body#index.design-preview #center_column > .clearfix:after {
  display: none;
}

body#index.design-preview #center_column > .clearfix #htmlcontent_home,
body#index.design-preview #center_column > .clearfix #htmlcontent_home .htmlcontent-home {
  display: contents !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

body#index.design-preview #center_column > .clearfix .htmlcontent_item,
body#index.design-preview #center_column > .clearfix .nome_new_banner {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

body#index.design-preview #center_column > .clearfix .nome_new_banner p {
  margin: 0;
}

body#index.design-preview #center_column > .clearfix .htmlcontent_item a,
body#index.design-preview #center_column > .clearfix .nome_new_banner a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
  min-height: 112px !important;
  height: 112px;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(31, 41, 55, .10);
}

body#index.design-preview #center_column > .clearfix .htmlcontent_item img,
body#index.design-preview #center_column > .clearfix .nome_new_banner img {
  display: none !important;
}

body#index.design-preview #center_column > .clearfix .htmlcontent_item a:before,
body#index.design-preview #center_column > .clearfix .nome_new_banner a:before,
body#index.design-preview #center_column > .clearfix .htmlcontent_item a:after,
body#index.design-preview #center_column > .clearfix .nome_new_banner a:after {
  position: relative;
  z-index: 1;
  display: block;
  border: 0;
  pointer-events: none;
}

body#index.design-preview #center_column > .clearfix .htmlcontent_item a:before,
body#index.design-preview #center_column > .clearfix .nome_new_banner a:before {
  margin-bottom: 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.15;
}

body#index.design-preview #center_column > .clearfix .htmlcontent_item a:after,
body#index.design-preview #center_column > .clearfix .nome_new_banner a:after {
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  opacity: .88;
  transform: none;
}

body#index.design-preview #center_column > .clearfix .htmlcontent-item-1 a {
  background: radial-gradient(circle at 22% 0, rgba(255, 255, 255, .24) 0 34%, transparent 35%), linear-gradient(135deg, #ffc107 0%, #ffb000 100%);
  color: #fff;
}

body#index.design-preview #center_column > .clearfix .htmlcontent-item-1 a:before {
  content: "\041D\0430\0448\0456\0020\043D\043E\0432\0438\043D\0438";
}

body#index.design-preview #center_column > .clearfix .htmlcontent-item-1 a:after {
  content: "\041E\043D\043E\0432\043B\0435\043D\043D\044F\0020\0442\0430\0020\043F\043E\0440\0430\0434\0438";
}

body#index.design-preview #center_column > .clearfix .htmlcontent-item-2 a {
  background: radial-gradient(circle at 62% -8%, rgba(255, 255, 255, .22) 0 32%, transparent 33%), linear-gradient(135deg, #ff711b 0%, #ff4d22 100%);
  color: #fff;
}

body#index.design-preview #center_column > .clearfix .htmlcontent-item-2 a:before {
  content: "\0410\043A\0446\0456\044F";
}

body#index.design-preview #center_column > .clearfix .htmlcontent-item-2 a:after {
  content: "\0411\0435\0437\043A\043E\0448\0442\043E\0432\043D\043E\0020\0434\043B\044F\0020\0432\0430\0441";
}

body#index.design-preview #center_column > .clearfix .nome_new_banner a {
  background: linear-gradient(135deg, #fff 0%, #fff6e3 100%);
  color: #1f2937;
}

body#index.design-preview #center_column > .clearfix .nome_new_banner a:before {
  content: "\0413\0440\0430\0444\0456\043A\0020\0440\043E\0431\043E\0442\0438";
}

body#index.design-preview #center_column > .clearfix .nome_new_banner a:after {
  content: "\0412\0442\002D\0421\0431\0020\0031\0031\003A\0030\0030\002D\0031\0037\003A\0030\0030";
  color: #ff5b21;
}

body#index.design-preview .preview-popular-products {
  margin: 0 0 18px;
  padding: 18px;
  border: 1px solid rgba(31, 41, 55, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(31, 41, 55, .08);
}

body#index.design-preview .preview-popular-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

body#index.design-preview .preview-popular-head h3 {
  margin: 0;
  color: #1f2937;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.15;
}

body#index.design-preview .preview-popular-head p {
  margin: 5px 0 0;
  color: #697382;
  font-size: 13px;
  line-height: 1.35;
}

body#index.design-preview .preview-popular-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 113, 27, .20);
  border-radius: 999px;
  background: #fff7e6;
  color: #d94d10;
  font-size: 13px;
  font-weight: 900;
}

body#index.design-preview .preview-popular-all:hover {
  background: #ff711b;
  color: #fff;
}

body#index.design-preview .preview-popular-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body#index.design-preview .preview-product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(31, 41, 55, .08);
  border-radius: 8px;
  background: #fff;
  color: #1f2937;
  box-shadow: 0 8px 22px rgba(31, 41, 55, .06);
}

body#index.design-preview .preview-product-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 113, 27, .28);
  box-shadow: 0 14px 30px rgba(31, 41, 55, .10);
}

body#index.design-preview .preview-product-media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 142px;
  padding: 12px;
  background: #f8fafc;
}

body#index.design-preview .preview-product-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body#index.design-preview .preview-product-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
}

body#index.design-preview .preview-product-name {
  min-height: 38px;
  color: #1f2937;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
}

body#index.design-preview .preview-product-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #ff5b21;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

body#index.design-preview .preview-product-foot span:last-child {
  color: #6b7280;
  font-size: 11px;
}

body#index.design-preview #htmlcontent_top {
  margin: 0 0 18px;
}

body#index.design-preview #htmlcontent_top .htmlcontent-home {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body#index.design-preview #htmlcontent_top .htmlcontent-home:before,
body#index.design-preview #htmlcontent_top .htmlcontent-home:after {
  display: none !important;
  content: none !important;
}

body#index.design-preview #htmlcontent_top .htmlcontent-home li {
  float: none !important;
  clear: none !important;
  display: block !important;
  grid-column: auto !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body#index.design-preview #htmlcontent_top .htmlcontent-home a {
  display: block !important;
  min-height: 116px !important;
  height: 116px !important;
}

body#index.design-preview #htmlcontent_top .htmlcontent-home img {
  display: block !important;
  width: 100% !important;
  height: 116px !important;
  min-height: 116px !important;
  object-fit: cover;
}

body#index.design-preview #categories_block_left ul,
body#index.design-preview #categories_block_left .tree,
body#index.design-preview #center_column > .clearfix,
body#index.design-preview .preview-popular-grid,
body#index.design-preview #htmlcontent_top .htmlcontent-home {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body#index.design-preview #categories_block_left ul::-webkit-scrollbar,
body#index.design-preview #categories_block_left .tree::-webkit-scrollbar,
body#index.design-preview #center_column > .clearfix::-webkit-scrollbar,
body#index.design-preview .preview-popular-grid::-webkit-scrollbar,
body#index.design-preview #htmlcontent_top .htmlcontent-home::-webkit-scrollbar {
  display: none;
}

@media (max-width: 767px) {
  body#index.design-preview #center_column > .clearfix {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 14px;
    padding-bottom: 2px;
    scroll-snap-type: x proximity;
  }

  body#index.design-preview #center_column > .clearfix .htmlcontent_item,
  body#index.design-preview #center_column > .clearfix .nome_new_banner {
    flex: 0 0 214px;
    scroll-snap-align: start;
  }

  body#index.design-preview #center_column > .clearfix .htmlcontent_item a,
  body#index.design-preview #center_column > .clearfix .nome_new_banner a {
    height: 104px;
    min-height: 104px !important;
    padding: 14px;
  }

  body#index.design-preview .preview-popular-products {
    margin-bottom: 16px;
    padding: 14px;
  }

  body#index.design-preview .preview-popular-head {
    display: block;
    margin-bottom: 12px;
  }

  body#index.design-preview .preview-popular-head h3 {
    font-size: 20px;
  }

  body#index.design-preview .preview-popular-head p {
    display: none;
  }

  body#index.design-preview .preview-popular-all {
    min-height: 34px;
    margin-top: 10px;
    padding: 0 11px;
    font-size: 12px;
  }

  body#index.design-preview .preview-popular-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 3px;
    scroll-snap-type: x proximity;
  }

  body#index.design-preview .preview-product-card {
    flex: 0 0 218px;
    scroll-snap-align: start;
  }

  body#index.design-preview .preview-product-media {
    height: 128px;
  }

  body#index.design-preview #htmlcontent_top .htmlcontent-home {
    display: flex !important;
    gap: 10px !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
  }

  body#index.design-preview #htmlcontent_top .htmlcontent-home li {
    flex: 0 0 176px;
    scroll-snap-align: start;
  }

  body#index.design-preview #htmlcontent_top .htmlcontent-home a,
  body#index.design-preview #htmlcontent_top .htmlcontent-home img {
    min-height: 104px !important;
    height: 104px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  body#index.design-preview #htmlcontent_top .htmlcontent-home {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 420px) {
  body#index.design-preview .preview-product-card {
    flex-basis: 206px;
  }
}

/* Product page preview */
body#product.design-preview .columns-container {
  background: #f5f7fb;
}

body#product.design-preview #columns {
  padding-top: 26px;
  padding-bottom: 54px;
}

body#product.design-preview #center_column {
  float: none;
}

body#product.design-preview .breadcrumb {
  margin: 0 0 18px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 113, 27, .13);
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 14px 34px rgba(31, 41, 55, .06);
}

body#product.design-preview .primary_block.row {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(340px, 5fr) minmax(190px, 2fr);
  gap: 20px;
  margin: 0 0 30px;
  padding: 20px;
  border: 1px solid rgba(31, 41, 55, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(31, 41, 55, .06);
}

body#product.design-preview .primary_block.row:before,
body#product.design-preview .primary_block.row:after {
  display: none;
  content: none;
}

body#product.design-preview .primary_block .pb-left-column,
body#product.design-preview .primary_block .pb-center-column,
body#product.design-preview .primary_block .pb-right-column {
  float: none;
  width: auto;
  max-width: none;
  min-height: 0;
  padding: 0;
}

body#product.design-preview .pb-left-column #image-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 424px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(31, 41, 55, .08);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #f9fafb 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .65);
}

body#product.design-preview .pb-left-column #image-block #view_full_size,
body#product.design-preview .pb-left-column #image-block .jqzoom,
body#product.design-preview .pb-left-column #image-block .zoomPad {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 100% !important;
}

body#product.design-preview .pb-left-column #image-block img,
body#product.design-preview .pb-left-column #image-block #bigpic {
  width: 100%;
  height: 100%;
  max-height: 394px;
  object-fit: contain;
  background: transparent;
}

body#product.design-preview .pb-left-column #image-block #view_full_size .span_link {
  right: 14px;
  bottom: 14px;
  left: auto;
  min-width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(31, 41, 55, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  color: transparent;
  font-size: 0;
  box-shadow: 0 12px 24px rgba(31, 41, 55, .12);
}

body#product.design-preview .pb-left-column #image-block #view_full_size .span_link:after {
  margin: 0;
  color: #ff711b;
  font-size: 18px;
  line-height: 42px;
}

body#product.design-preview .pb-left-column #views_block {
  position: relative;
  width: 100%;
  margin-top: 12px;
}

body#product.design-preview .pb-left-column #thumbs_list {
  width: 100% !important;
  height: auto !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 2px 2px 12px;
  scrollbar-color: rgba(255, 113, 27, .45) rgba(31, 41, 55, .06);
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}

body#product.design-preview .pb-left-column #thumbs_list::-webkit-scrollbar {
  height: 7px;
}

body#product.design-preview .pb-left-column #thumbs_list::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(31, 41, 55, .06);
}

body#product.design-preview .pb-left-column #thumbs_list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 113, 27, .45);
}

body#product.design-preview .pb-left-column #thumbs_list_frame {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  gap: 12px;
  width: max-content !important;
  min-width: 100%;
  height: auto !important;
  margin: 0;
}

body#product.design-preview .pb-left-column #thumbs_list li {
  float: none;
  flex: 0 0 96px;
  width: 96px !important;
  height: 88px;
  margin: 0;
  border: 1px solid rgba(31, 41, 55, .08);
  border-radius: 8px;
  background: #fff;
  scroll-snap-align: start;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body#product.design-preview .pb-left-column #thumbs_list li:hover {
  border-color: rgba(255, 113, 27, .42);
  box-shadow: 0 10px 22px rgba(31, 41, 55, .09);
  transform: translateY(-1px);
}

body#product.design-preview .pb-left-column #thumbs_list li a,
body#product.design-preview .pb-left-column #thumbs_list li img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

body#product.design-preview .pb-left-column #thumbs_list li img {
  padding: 8px;
  object-fit: contain;
}

body#product.design-preview .pb-center-column h1 {
  margin: -2px 0 12px;
  color: #202733;
  font-family: "Montserrat", sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.25;
}

body#product.design-preview .pb-center-column > .buttons_bottom_block,
body#product.design-preview .pb-center-column .socialsharing_product {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 42px;
  margin: 0 10px 16px 0;
  padding: 0;
  vertical-align: top;
}

body#product.design-preview .pb-center-column > .buttons_bottom_block a,
body#product.design-preview .pb-center-column .socialsharing_product button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  min-height: 42px;
  margin: 0;
  border: 1px solid rgba(31, 41, 55, .10);
  border-radius: 8px;
  background: #fff;
  color: #4b5563;
  box-shadow: 0 8px 18px rgba(31, 41, 55, .05);
}

body#product.design-preview #wishlist_button_nopop {
  gap: 8px;
  max-width: 100%;
  padding: 0 14px;
  color: #263241;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 0;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

body#product.design-preview #wishlist_button_nopop:before {
  color: #ff5b21;
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: 400;
  content: "\f08a";
}

body#product.design-preview #wishlist_button_nopop:after {
  color: #263241;
  font-size: 13px;
  font-weight: 600;
  content: "В обране";
}

body#product.design-preview #wishlist_button_nopop:hover,
body#product.design-preview .pb-center-column .socialsharing_product button:hover {
  border-color: rgba(255, 113, 27, .34);
  background: #fff7ed;
  color: #ff5b21;
}

body#product.design-preview .pb-center-column .socialsharing_product {
  list-style: none;
}

body#product.design-preview .pb-center-column .socialsharing_product button[data-type="twitter"],
body#product.design-preview .pb-center-column .socialsharing_product button:has(.icon-vk) {
  display: none !important;
}

body#product.design-preview .pb-center-column .socialsharing_product button {
  width: 42px;
  padding: 0 !important;
  font-size: 0;
}

body#product.design-preview .pb-center-column .socialsharing_product button i {
  display: none;
}

body#product.design-preview .pb-center-column .socialsharing_product button[data-type="facebook"]:before {
  color: #ff711b;
  font-family: "FontAwesome";
  font-size: 17px;
  line-height: 1;
  content: "\f09a";
}

body#product.design-preview .product_attributes_wrapper {
  margin-top: 4px;
  padding: 16px;
  border: 1px solid rgba(31, 41, 55, .08);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #fffaf4 100%);
  box-shadow: 0 8px 22px rgba(31, 41, 55, .05);
}

body#product.design-preview .product_attributes_wrapper .product_attributes {
  padding: 0;
}

body#product.design-preview #quantity_wanted_p,
body#product.design-preview #minimal_quantity_wanted_p {
  margin-bottom: 12px;
}

body#product.design-preview #attributes {
  margin: 0;
}

body#product.design-preview #attributes:before {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 11px;
  color: #202733;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  content: "Період прокату";
}

body#product.design-preview #attributes:after {
  display: none;
}

body#product.design-preview #attributes .attribute_fieldset {
  margin: 0;
}

body#product.design-preview #attributes .attribute_list {
  width: 100%;
}

body#product.design-preview #attributes .attribute_list ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
}

body#product.design-preview #attributes .attribute_list ul li {
  position: relative;
  min-height: 72px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(31, 41, 55, .12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(31, 41, 55, .04);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}

body#product.design-preview #attributes .attribute_list ul li:hover {
  border-color: rgba(255, 113, 27, .4);
  box-shadow: 0 14px 28px rgba(31, 41, 55, .08);
  transform: translateY(-1px);
}

body#product.design-preview #attributes .attribute_list ul li:has(input.attribute_radio:checked),
body#product.design-preview #attributes .attribute_list ul li:has(.radio span.checked) {
  border-color: rgba(255, 113, 27, .72);
  background: #fff7ed;
  box-shadow: 0 8px 18px rgba(255, 113, 27, .10);
}

body#product.design-preview #attributes .attribute_list div.radio,
body#product.design-preview #attributes .attribute_list div.radio span,
body#product.design-preview #attributes .attribute_list div.radio input.attribute_radio {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

body#product.design-preview #attributes .attribute_list ul li > span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 12px 10px 12px 40px;
  color: #202733;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

body#product.design-preview #attributes .attribute_list ul li > span:before {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 16px;
  height: 16px;
  border: 2px solid #ffb000;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
  content: "";
}

body#product.design-preview #attributes .attribute_list ul li > span:after {
  position: absolute;
  top: 50%;
  left: 19px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff711b;
  opacity: 0;
  transform: translateY(-50%) scale(.4);
  transition: opacity .18s ease, transform .18s ease;
  content: "";
}

body#product.design-preview #attributes .attribute_list ul li:has(input.attribute_radio:checked) > span:after,
body#product.design-preview #attributes .attribute_list ul li:has(.radio span.checked) > span:after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

body#product.design-preview .price_zalog {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 14px 0 0;
  padding: 10px 12px;
  border: 1px dashed rgba(255, 113, 27, .38);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
  color: #6b7280;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

body#product.design-preview #buy_block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 14px 0 0;
}

body#product.design-preview #buy_block .our_price_display {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin: 0;
  padding: 14px 0 4px;
  border-top: 1px solid rgba(31, 41, 55, .08);
}

body#product.design-preview #buy_block .our_price_display > span.product_price:not(#our_price_display) {
  color: #6b7280;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

body#product.design-preview #buy_block #our_price_display {
  color: #ff5b21;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

body#product.design-preview #buy_block .box-cart-bottom,
body#product.design-preview #buy_block .call_me_product_wrap {
  float: none;
  width: 100%;
  margin: 0;
  border: 0 !important;
  border-radius: 0 !important;
}

body#product.design-preview #buy_block .box-cart-bottom > div,
body#product.design-preview #add_to_cart {
  width: 100%;
  margin: 0;
}

body#product.design-preview #add_to_cart button.buy_btn,
body#product.design-preview .call_me_product_wrap .call_me_product {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  transition: color .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

body#product.design-preview #add_to_cart button.buy_btn {
  border: 0;
  background: linear-gradient(135deg, #ffb000 0%, #ff5b21 100%) !important;
  color: #fff;
  box-shadow: 0 8px 18px rgba(255, 91, 33, .20);
}

body#product.design-preview #add_to_cart button.buy_btn:before,
body#product.design-preview .call_me_product_wrap .call_me_product:before {
  margin-right: 9px;
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: 400;
}

body#product.design-preview #add_to_cart button.buy_btn:before {
  content: "\f290";
}

body#product.design-preview .call_me_product_wrap .call_me_product {
  border: 1px solid #ff711b !important;
  background: #fff !important;
  color: #ff5b21 !important;
  box-shadow: none;
}

body#product.design-preview .call_me_product_wrap .call_me_product:before {
  content: "\f095";
}

body#product.design-preview #add_to_cart button.buy_btn:hover,
body#product.design-preview .call_me_product_wrap .call_me_product:hover {
  transform: none;
}

body#product.design-preview #add_to_cart button.buy_btn:hover {
  background: linear-gradient(135deg, #ffb000 0%, #ff5b21 100%) !important;
  box-shadow: 0 10px 22px rgba(255, 91, 33, .24);
}

body#product.design-preview .call_me_product_wrap .call_me_product:hover {
  border-color: #ff5b21 !important;
  background: #fff7ed !important;
  color: #e04a13 !important;
}

body#product.design-preview .pb-right-column {
  display: block;
}

body#product.design-preview .pb-right-column .productRightCol_wrap {
  display: grid;
  gap: 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body#product.design-preview .pb-right-column .productRightCol_wrap > div {
  display: flex;
  float: none;
  align-items: center;
  width: 100%;
  min-height: 68px;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(31, 41, 55, .08);
  border-radius: 8px;
  background: #fff;
  text-align: left;
  box-shadow: 0 6px 16px rgba(31, 41, 55, .05);
}

body#product.design-preview .pb-right-column .productRightCol_wrap > div:before {
  display: inline-flex;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border-radius: 8px;
  background: #fff4df;
  color: #ff711b;
  font-family: "FontAwesome";
  font-size: 17px;
}

body#product.design-preview .pb-right-column .productRightCol_wrap > div:nth-child(1):before {
  content: "\f0d1";
}

body#product.design-preview .pb-right-column .productRightCol_wrap > div:nth-child(2):before {
  content: "\f041";
}

body#product.design-preview .pb-right-column .productRightCol_wrap > div:nth-child(3):before {
  content: "\f15c";
}

body#product.design-preview .pb-right-column .productRightCol_wrap > div:nth-child(4):before {
  content: "\f00c";
}

body#product.design-preview .pb-right-column .productRightCol_wrap > div > a:first-child,
body#product.design-preview .pb-right-column .productRightCol_wrap > div > br,
body#product.design-preview .pb-right-column .productRightCol_wrap img {
  display: none;
}

body#product.design-preview .pb-right-column .productRightCol_wrap p {
  margin: 0;
}

body#product.design-preview .pb-right-column .productRightCol_wrap a {
  color: #202733;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

body#product.design-preview .product_shadow {
  margin-top: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body#product.design-preview .product_tabs {
  float: none;
  width: 100%;
  padding: 0;
}

body#product.design-preview .product_tabs_wrap {
  padding: 22px;
  border: 1px solid rgba(31, 41, 55, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(31, 41, 55, .06);
}

body#product.design-preview .product_tabs_wrap .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border: 0;
}

body#product.design-preview .product_tabs_wrap .nav-tabs > li {
  float: none;
  margin: 0;
}

body#product.design-preview .product_tabs_wrap .nav-tabs > li a {
  margin: 0;
  padding: 10px 14px;
  border: 1px solid rgba(31, 41, 55, .08);
  border-radius: 8px;
  background: #f9fafb;
  color: #4b5563;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

body#product.design-preview .product_tabs_wrap .nav-tabs > li.active a,
body#product.design-preview .product_tabs_wrap .nav-tabs > li.active a:hover,
body#product.design-preview .product_tabs_wrap .nav-tabs > li.active a:focus {
  border: 0;
  background: linear-gradient(135deg, #ffb000 0%, #ff5b21 100%);
  color: #fff;
}

body#product.design-preview .product_tabs_wrap .nav-tabs > li.active a:after {
  display: none;
}

body#product.design-preview .product_tabs_wrap .tab-content {
  padding-top: 20px;
  color: #374151;
  font-size: 16px;
  line-height: 1.7;
}

body#product.design-preview .product_tabs_wrap .tab-content p,
body#product.design-preview .product_tabs_wrap .tab-content li {
  line-height: 1.7;
}

@media (max-width: 1199px) {
  body#product.design-preview .primary_block.row {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  }

  body#product.design-preview .primary_block .pb-right-column {
    grid-column: 1 / -1;
  }

  body#product.design-preview .pb-right-column .productRightCol_wrap {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  body#product.design-preview .primary_block.row {
    grid-template-columns: 1fr;
  }

  body#product.design-preview .pb-left-column #image-block {
    height: 390px;
  }

  body#product.design-preview .pb-right-column .productRightCol_wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body#product.design-preview {
    overflow-x: hidden;
  }

  body#product.design-preview #columns {
    padding: 18px 12px 36px;
    overflow-x: hidden;
  }

  body#product.design-preview #columns > .row,
  body#product.design-preview #center_column {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  body#product.design-preview .breadcrumb {
    margin-bottom: 12px;
    padding: 11px 12px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  body#product.design-preview .primary_block.row {
    gap: 18px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 14px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    box-shadow: 0 16px 36px rgba(31, 41, 55, .08);
  }

  body#product.design-preview .primary_block .pb-left-column,
  body#product.design-preview .primary_block .pb-center-column,
  body#product.design-preview .primary_block .pb-right-column {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  body#product.design-preview .pb-left-column #image-block {
    height: 306px;
  }

  body#product.design-preview .pb-left-column #image-block img,
  body#product.design-preview .pb-left-column #image-block #bigpic {
    max-height: 278px;
  }

  body#product.design-preview .pb-left-column #thumbs_list_frame {
    gap: 8px;
  }

  body#product.design-preview .pb-left-column #thumbs_list li {
    flex-basis: 76px;
    width: 76px !important;
    height: 70px;
  }

  body#product.design-preview .pb-center-column h1 {
    margin-bottom: 12px;
    max-width: 100%;
    font-size: 20px;
    line-height: 1.24;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }

  body#product.design-preview .pb-center-column > .buttons_bottom_block,
  body#product.design-preview .pb-center-column .socialsharing_product {
    max-width: 100%;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  body#product.design-preview .product_attributes_wrapper {
    padding: 14px;
    overflow: hidden;
  }

  body#product.design-preview #attributes .attribute_list ul {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body#product.design-preview #attributes .attribute_list ul li,
  body#product.design-preview #attributes .attribute_list ul li > span {
    min-height: 58px;
  }

  body#product.design-preview #buy_block .our_price_display {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  body#product.design-preview #buy_block #our_price_display {
    font-size: 28px;
  }

  body#product.design-preview #buy_block .box-cart-bottom,
  body#product.design-preview #buy_block .call_me_product_wrap {
    max-width: calc(100% - 68px);
  }

  body#product.design-preview #toTop {
    display: none !important;
  }

  body#product.design-preview .pb-right-column .productRightCol_wrap {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body#product.design-preview .pb-right-column .productRightCol_wrap > div {
    align-items: flex-start;
    min-height: 74px;
    padding: 10px;
  }

  body#product.design-preview .pb-right-column .productRightCol_wrap > div:before {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    margin-right: 8px;
  }

  body#product.design-preview .product_tabs_wrap {
    padding: 14px;
  }

  body#product.design-preview .product_tabs_wrap .nav-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
    -webkit-overflow-scrolling: touch;
  }

  body#product.design-preview .product_tabs_wrap .nav-tabs > li {
    flex: 0 0 auto;
  }

  body#product.design-preview .product_tabs_wrap .nav-tabs > li a {
    padding: 10px 14px;
    font-size: 14px;
    white-space: nowrap;
  }
}

@media (max-width: 420px) {
  body#product.design-preview .primary_block.row {
    padding: 12px;
  }

  body#product.design-preview .pb-left-column #image-block {
    height: 276px;
  }

  body#product.design-preview .pb-left-column #thumbs_list li {
    flex-basis: 70px;
    width: 70px !important;
    height: 62px;
  }

  body#product.design-preview .pb-right-column .productRightCol_wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.design-preview header .banner {
    display: none !important;
  }

  body.design-preview .navigation_line .container,
  body.design-preview .navigation_line .row {
    width: 100%;
    margin: 0;
  }

  body.design-preview .navigation_line .row {
    display: grid !important;
    grid-template-columns: 76px minmax(0, 1fr) 40px;
    grid-template-rows: 58px auto;
    align-items: center;
    gap: 8px;
    min-height: 0;
    padding: 8px 10px 10px;
  }

  body.design-preview #header_logo {
    grid-column: 1;
    grid-row: 1;
    width: 76px;
    max-width: 76px;
    padding: 0;
  }

  body.design-preview #header_logo a {
    width: 76px;
    min-height: 58px;
    margin: 0;
  }

  body.design-preview #header_logo img {
    width: 76px;
    max-width: 76px;
  }

  body.design-preview .navigation_line .hidden-sm.hidden-md.hidden-lg {
    display: none !important;
  }

  body.design-preview .preview-mobile-actions {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    min-width: 0;
  }

  body.design-preview .preview-mobile-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid rgba(31, 41, 55, .08);
    border-radius: 999px;
    background: #fff;
    color: #ff711b;
    box-shadow: 0 8px 18px rgba(255, 91, 33, .12);
  }

  body.design-preview .preview-mobile-action:before {
    font-family: "FontAwesome";
    font-size: 15px;
    line-height: 1;
  }

  body.design-preview .preview-mobile-call:before {
    content: "\f095";
  }

  body.design-preview .preview-mobile-map:before {
    content: "\f041";
  }

  body.design-preview .preview-mobile-search:before {
    content: "\f002";
  }

  body.design-preview .preview-mobile-login:before {
    content: "\f007";
  }

  body.design-preview .wishlist_top {
    display: none !important;
  }

  body.design-preview .block_cart_nav {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    width: 40px;
    padding: 0;
  }

  body.design-preview .shopping_cart,
  body.design-preview .shopping_cart > a:first-child {
    width: 38px;
    height: 38px;
  }

  body.design-preview .shopping_cart > a:first-child:before {
    width: 24px !important;
    height: 24px !important;
    background-size: 24px 24px !important;
  }

  body.design-preview .ajax_cart_quantity,
  body.design-preview .ajax_cart_no_product {
    top: -3px;
    right: -3px;
    min-width: 17px;
    height: 17px;
    padding: 0 5px;
    font-size: 10px;
  }

  body.design-preview #block_top_menu {
    grid-column: 1 / -1 !important;
    grid-row: 2;
    width: 100%;
    margin: 0;
  }

  body.design-preview #block_top_menu .cat-title {
    width: 100%;
    height: 46px;
    padding: 0 14px;
    border-width: 2px;
    border-radius: 8px;
  }
}

@media (max-width: 420px) {
  body.design-preview .navigation_line .row {
    grid-template-columns: 70px minmax(0, 1fr) 38px;
    grid-template-rows: 54px auto;
    gap: 6px;
    padding: 7px 8px 9px;
  }

  body.design-preview #header_logo,
  body.design-preview #header_logo a {
    width: 70px;
    max-width: 70px;
    min-height: 54px;
  }

  body.design-preview #header_logo img {
    width: 70px;
    max-width: 70px;
  }

  body.design-preview .preview-mobile-actions {
    gap: 5px;
  }

  body.design-preview .preview-mobile-action {
    flex-basis: 31px;
    width: 31px;
    height: 31px;
  }

  body.design-preview .preview-mobile-action:before {
    font-size: 14px;
  }

  body.design-preview .shopping_cart,
  body.design-preview .shopping_cart > a:first-child {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 767px) {
  body.design-preview .navigation_line .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.design-preview .navigation_line .row {
    grid-template-columns: 68px minmax(0, 1fr) 38px !important;
    grid-template-rows: 62px 42px !important;
    column-gap: 6px !important;
    row-gap: 6px !important;
    width: 100% !important;
    padding: 7px 10px 8px !important;
  }

  body.design-preview #header_logo {
    align-self: start;
    width: 68px !important;
    max-width: 68px !important;
    height: 62px !important;
  }

  body.design-preview #header_logo a {
    width: 66px !important;
    min-height: 0 !important;
    height: 62px !important;
    align-items: flex-start;
  }

  body.design-preview #header_logo img {
    width: 66px !important;
    max-width: 66px !important;
    height: auto !important;
  }

  body.design-preview .preview-mobile-actions {
    gap: 5px !important;
  }

  body.design-preview .preview-mobile-action {
    flex-basis: 32px !important;
    width: 32px !important;
    height: 32px !important;
  }

  body.design-preview .block_cart_nav {
    width: 38px !important;
  }

  body.design-preview .shopping_cart,
  body.design-preview .shopping_cart > a:first-child {
    width: 36px !important;
    height: 36px !important;
  }

  body.design-preview #block_top_menu {
    height: 42px !important;
    min-height: 0 !important;
    padding: 0 !important;
  }

  body.design-preview #block_top_menu .cat-title {
    height: 42px !important;
    margin: 0 !important;
    padding: 0 14px !important;
  }
}

@media (max-width: 380px) {
  body.design-preview .navigation_line .row {
    grid-template-columns: 62px minmax(0, 1fr) 36px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  body.design-preview #header_logo {
    width: 62px !important;
    max-width: 62px !important;
  }

  body.design-preview #header_logo a,
  body.design-preview #header_logo img {
    width: 60px !important;
    max-width: 60px !important;
  }

  body.design-preview .preview-mobile-action {
    flex-basis: 30px !important;
    width: 30px !important;
    height: 30px !important;
  }
}

body.design-preview #block_top_menu .cat-title .preview-menu-icon {
  display: none;
}

@media (max-width: 767px) {
  body.design-preview #block_top_menu .cat-title:after {
    display: none !important;
    content: none !important;
  }

  body.design-preview #block_top_menu .cat-title .preview-menu-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 999px;
  }

  body.design-preview #block_top_menu .cat-title .preview-menu-icon span,
  body.design-preview #block_top_menu .cat-title .preview-menu-icon:before,
  body.design-preview #block_top_menu .cat-title .preview-menu-icon:after {
    position: absolute;
    left: 3px;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    content: "";
    transform-origin: center;
    transition: transform .2s ease, opacity .2s ease, top .2s ease;
  }

  body.design-preview #block_top_menu .cat-title .preview-menu-icon:before {
    top: 6px;
  }

  body.design-preview #block_top_menu .cat-title .preview-menu-icon span {
    top: 11px;
  }

  body.design-preview #block_top_menu .cat-title .preview-menu-icon:after {
    top: 16px;
  }

  body.design-preview #block_top_menu.preview-menu-open .cat-title .preview-menu-icon:before {
    top: 11px;
    transform: rotate(45deg);
  }

  body.design-preview #block_top_menu.preview-menu-open .cat-title .preview-menu-icon span {
    opacity: 0;
    transform: scaleX(.3);
  }

  body.design-preview #block_top_menu.preview-menu-open .cat-title .preview-menu-icon:after {
    top: 11px;
    transform: rotate(-45deg);
  }

  body.design-preview #block_top_menu .sf-menu {
    overflow: hidden !important;
    margin-top: 7px !important;
    padding: 8px 8px 10px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 14px 32px rgba(31, 41, 55, .14) !important;
  }

  body.design-preview #block_top_menu .sf-menu > li {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.design-preview #block_top_menu .sf-menu > li > a {
    min-height: 30px !important;
    padding: 7px 8px !important;
    border-radius: 6px !important;
    color: #5a3700 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 16px !important;
  }

  body.design-preview #block_top_menu .sf-menu > li > ul {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 2px 8px !important;
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 2px 0 4px !important;
    padding: 4px 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  body.design-preview #block_top_menu .sf-menu:before,
  body.design-preview #block_top_menu .sf-menu:after,
  body.design-preview #block_top_menu .sf-menu > li > ul:before,
  body.design-preview #block_top_menu .sf-menu > li > ul:after {
    display: none !important;
    content: none !important;
  }

  body.design-preview #block_top_menu .sf-menu > li > ul > li {
    float: none !important;
    width: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.design-preview #block_top_menu .sf-menu > li > ul > li > a {
    display: flex !important;
    align-items: center;
    min-height: 30px !important;
    padding: 5px 7px !important;
    border-radius: 6px !important;
    color: #394150 !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
  }
}

@media (max-width: 767px) {
  body.design-preview .navigation_line {
    position: relative;
    z-index: 80;
  }

  body.design-preview #block_top_menu {
    position: relative;
    z-index: 90;
    overflow: visible !important;
  }

  body.design-preview #block_top_menu.preview-menu-open {
    z-index: 120;
  }

  body.design-preview #block_top_menu .sf-menu {
    position: absolute !important;
    top: 49px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 125 !important;
    width: 100% !important;
    max-height: calc(100vh - 140px);
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }
}

body.design-preview .preview-mobile-actions {
  display: none !important;
}

@media (max-width: 767px) {
  body.design-preview .preview-mobile-actions {
    display: flex !important;
  }
}

/* Category and catalog preview pages */
body#category.design-preview,
body#category.design-preview #page,
body#category.design-preview .columns-container {
  overflow-x: hidden;
}

body#category.design-preview .columns-container {
  overflow: visible !important;
  background: #f5f7fb;
}

body#category.design-preview #columns {
  padding-top: 18px;
  padding-bottom: 46px;
}

body#category.design-preview #columns > .row {
  display: grid;
  grid-template-columns: 276px minmax(0, 1fr);
  align-items: flex-start;
  gap: 20px;
  margin-left: 0;
  margin-right: 0;
}

body#category.design-preview #left_column,
body#category.design-preview #center_column,
body#category.design-preview #right_column {
  float: none;
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}

body#category.design-preview #right_column {
  display: none !important;
}

body#category.design-preview #left_column {
  grid-column: 1;
  width: 100% !important;
  max-width: none;
  order: 1;
}

body#category.design-preview #center_column {
  grid-column: 2;
  width: auto !important;
  max-width: none;
  order: 2;
}

body#category.design-preview.preview-category-no-filter #columns > .row {
  grid-template-columns: minmax(0, 1fr);
}

body#category.design-preview.preview-category-no-filter #left_column {
  display: none !important;
}

body#category.design-preview.preview-category-no-filter #center_column {
  grid-column: 1;
}

body#category.design-preview .breadcrumb {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 0;
  margin: 0 0 10px;
  padding: 0;
  overflow-x: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #697382;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

body#category.design-preview .breadcrumb a,
body#category.design-preview .breadcrumb a.home,
body#category.design-preview .breadcrumb .navigation_page,
body#category.design-preview .breadcrumb .navigation_page > span,
body#category.design-preview .breadcrumb .navigation_page > span > a {
  color: #4b5563;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

body#category.design-preview .breadcrumb a:hover {
  color: #ff5b21;
}

body#category.design-preview .breadcrumb a:after,
body#category.design-preview .breadcrumb a.home:before {
  display: none !important;
  content: none !important;
}

body#category.design-preview .breadcrumb .navigation-pipe {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  padding: 0;
  color: #c3cad5;
  text-indent: 0;
}

body#category.design-preview .breadcrumb .navigation-pipe:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 12px;
}

body#category.design-preview .page-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin: 0 0 18px;
  overflow: visible;
  color: #303642;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.18;
}

body#category.design-preview .page-heading span {
  flex: 0 1 auto;
  min-width: 0;
  padding-right: 0;
  background: transparent;
}

body#category.design-preview .page-heading:after {
  position: static;
  flex: 1 1 auto;
  height: 1px;
  min-width: 40px;
  background: linear-gradient(90deg, rgba(255, 113, 27, .36), rgba(31, 41, 55, .08));
}

body#category.design-preview #left_column .block {
  overflow: hidden;
  margin: 0 0 16px;
  border: 1px solid rgba(31, 41, 55, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(31, 41, 55, .08);
}

body#category.design-preview #categories_block_left {
  display: none !important;
}

body#category.design-preview #left_column .block .title_block,
body#category.design-preview #left_column .block h4 {
  margin: 0;
  padding: 16px 16px 12px;
  border: 0;
  background: #fff;
  color: #303642;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: none;
}

body#category.design-preview #left_column .block .title_block a,
body#category.design-preview #left_column .block h4 a {
  color: inherit;
}

body#category.design-preview #categories_block_left .block_content {
  max-height: 560px;
  overflow-y: auto;
  padding: 0 12px 12px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 113, 27, .35) rgba(31, 41, 55, .06);
}

body#category.design-preview #categories_block_left .block_content::-webkit-scrollbar {
  width: 6px;
}

body#category.design-preview #categories_block_left .block_content::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 113, 27, .35);
}

body#category.design-preview #categories_block_left ul,
body#category.design-preview #categories_block_left .tree {
  margin: 0;
  padding: 0;
}

body#category.design-preview #categories_block_left li {
  margin: 0;
  padding: 0;
  border: 0;
}

body#category.design-preview #categories_block_left li a {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 38px;
  padding: 8px 36px 8px 12px !important;
  border-bottom: 1px solid rgba(31, 41, 55, .08) !important;
  border-radius: 8px;
  background-image: none !important;
  color: #3f4652;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

body#category.design-preview #categories_block_left li:last-child a {
  border-bottom-color: transparent !important;
}

body#category.design-preview #categories_block_left li a:before {
  display: none !important;
  content: none !important;
}

body#category.design-preview #categories_block_left li a:after {
  position: absolute;
  top: 50%;
  right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff1d6;
  color: #ff711b;
  font-family: "FontAwesome";
  font-size: 12px;
  content: "\f105";
  transform: translateY(-50%);
}

body#category.design-preview #categories_block_left li a:hover {
  background: #fff7e6;
  color: #dd450d;
}

body#category.design-preview #layered_block_left {
  padding: 0;
}

body#category.design-preview #layered_block_left .show_layared_mobile {
  display: none;
}

body#category.design-preview #layered_block_left .block_content {
  display: block !important;
  width: 100% !important;
  max-height: 720px;
  margin: 0;
  padding: 14px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 113, 27, .35) rgba(31, 41, 55, .06);
}

body#category.design-preview #layered_block_left .block_content::-webkit-scrollbar {
  width: 6px;
}

body#category.design-preview #layered_block_left .block_content::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 113, 27, .35);
}

body#category.design-preview #layered_form {
  margin: 0;
}

body#category.design-preview #enabled_filters.preview-enabled-filters-empty {
  display: none !important;
}

body#category.design-preview #enabled_filters {
  margin: 0 0 12px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 113, 27, .16);
  border-radius: 8px;
  background: #fffaf0;
  color: #805000;
  font-size: 13px;
  font-weight: 800;
}

body#category.design-preview #layered_block_left .layered_filter,
body#category.design-preview #layered_block_left .layered_price {
  margin: 0;
  padding: 14px 0;
  border-top: 1px solid rgba(31, 41, 55, .08);
}

body#category.design-preview #layered_block_left .layered_filter:first-child,
body#category.design-preview #layered_block_left .layered_price:first-child {
  border-top: 0;
  padding-top: 0;
}

body#category.design-preview #layered_block_left .layered_subtitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px;
  color: #303642;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

body#category.design-preview #layered_block_left .layered_subtitle i {
  color: #ff711b;
  font-size: 13px;
}

body#category.design-preview #layered_block_left .layered_filter_ul {
  display: grid;
  gap: 6px;
  width: 100% !important;
  margin: 0;
  padding: 0;
}

body#category.design-preview #layered_block_left .layered_filter_ul li {
  display: flex;
  align-items: center;
  width: 100% !important;
  min-height: 32px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
}

body#category.design-preview #layered_block_left .checker {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin: 0 9px 0 0;
}

body#category.design-preview #layered_block_left .checker span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px !important;
  height: 20px !important;
  border: 1px solid rgba(31, 41, 55, .16);
  border-radius: 6px;
  background: #f8fafc !important;
  box-shadow: inset 0 1px 2px rgba(31, 41, 55, .04);
}

body#category.design-preview #layered_block_left .checker span.checked {
  border-color: #ff711b;
  background: #ff711b !important;
}

body#category.design-preview #layered_block_left .checker span.checked:before {
  color: #fff;
  font-family: "FontAwesome";
  font-size: 12px;
  content: "\f00c";
}

body#category.design-preview #layered_block_left .checker input {
  width: 20px;
  height: 20px;
  margin: 0;
  opacity: 0;
}

body#category.design-preview #layered_block_left label {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #4b5563;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

body#category.design-preview #layered_block_left label a {
  color: inherit;
}

body#category.design-preview #layered_block_left label:hover,
body#category.design-preview #layered_block_left label a:hover {
  color: #ff5b21;
}

body#category.design-preview #layered_price_range {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 30px;
  margin: 0 0 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff4df;
  color: #dd450d;
  font-size: 13px;
  font-weight: 700;
}

body#category.design-preview #layered_block_left .layered_slider {
  height: 5px;
  margin: 10px 12px 18px;
  border: 0 !important;
  border-radius: 999px;
  background: #e7ebf1 !important;
}

body#category.design-preview #layered_block_left .ui-slider-range {
  border-radius: 999px;
  background: linear-gradient(90deg, #ffb000, #ff5b21) !important;
}

body#category.design-preview #layered_block_left .ui-slider-handle {
  top: -7px !important;
  width: 19px !important;
  height: 19px !important;
  margin-left: -9px !important;
  border: 3px solid #fff !important;
  border-radius: 50% !important;
  background: #ff711b !important;
  box-shadow: 0 5px 14px rgba(255, 91, 33, .28);
}

body#category.design-preview #layered_block_left .layered_slider_container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  margin: 0 !important;
}

body#category.design-preview #layered_block_left #ul_layered_price_0 {
  display: block !important;
}

body#category.design-preview #layered_block_left .layered_slider_container > .clearfix {
  display: none !important;
}

body#category.design-preview #layered_block_left .inp-wrap {
  width: 100% !important;
  min-width: 0;
  margin: 0;
}

body#category.design-preview #layered_block_left .inp-wrap p {
  margin: 0 0 5px;
  color: #697382;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

body#category.design-preview #layered_block_left .inp-wrap input {
  display: block;
  width: 100% !important;
  min-width: 0;
  height: 36px;
  box-sizing: border-box;
  padding: 8px 10px;
  border: 1px solid rgba(31, 41, 55, .12);
  border-radius: 8px;
  background: #f8fafc;
  color: #303642;
  font-size: 13px;
  font-weight: 600;
  box-shadow: none;
}

body#category.design-preview #subcategories {
  margin: 0 0 22px;
  padding: 0;
  border: 0;
}

body#category.design-preview #subcategories p.subcategory-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 14px;
  color: #303642;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
}

body#category.design-preview #subcategories p.subcategory-heading:after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 113, 27, .34), rgba(31, 41, 55, .08));
}

body#category.design-preview #subcategories ul {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

body#category.design-preview #subcategories ul:before,
body#category.design-preview #subcategories ul:after {
  display: none !important;
  content: none !important;
}

body#category.design-preview #subcategories ul li {
  float: none !important;
  display: flex;
  flex-direction: column;
  width: auto !important;
  min-width: 0;
  height: auto !important;
  min-height: 164px;
  margin: 0 !important;
  padding: 12px;
  border: 1px solid rgba(31, 41, 55, .08);
  border-radius: 8px;
  background: #fff;
  text-align: left;
  box-shadow: 0 6px 18px rgba(31, 41, 55, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

body#category.design-preview #subcategories ul li:hover {
  border-color: rgba(255, 113, 27, .22);
  box-shadow: 0 16px 36px rgba(31, 41, 55, .11);
  transform: translateY(-2px);
}

body#category.design-preview #subcategories ul li .subcategory-image {
  padding: 0;
}

body#category.design-preview #subcategories ul li .subcategory-image a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 104px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #fff;
}

body#category.design-preview #subcategories ul li:hover .subcategory-image a {
  border: 0;
  padding: 0;
}

body#category.design-preview #subcategories ul li .subcategory-image a img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  vertical-align: top;
}

body#category.design-preview #subcategories ul li h5 {
  margin: 10px 0 0;
}

body#category.design-preview #subcategories ul li .subcategory-name {
  display: -webkit-box;
  overflow: hidden;
  color: #303642;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body#category.design-preview #subcategories ul li .subcategory-name:hover {
  color: #ff5b21;
}

body#category.design-preview #subcategories ul li .cat_desc {
  display: none !important;
}

body#category.design-preview .content_sortPagiBar {
  margin: 0 0 16px;
  padding: 10px 14px;
  border: 1px solid rgba(31, 41, 55, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(31, 41, 55, .05);
}

body#category.design-preview .content_sortPagiBar .sortPagiBar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}

body#category.design-preview .content_sortPagiBar .sortPagiBar #productsSortForm,
body#category.design-preview .content_sortPagiBar .sortPagiBar .nbrItemPage,
body#category.design-preview .content_sortPagiBar .sortPagiBar label,
body#category.design-preview .content_sortPagiBar .sortPagiBar select,
body#category.design-preview .content_sortPagiBar .sortPagiBar .selector,
body#category.design-preview .content_sortPagiBar .sortPagiBar .nbrItemPage #uniform-nb_item {
  float: none;
  margin: 0;
}

body#category.design-preview .content_sortPagiBar .sortPagiBar #productsSortForm,
body#category.design-preview .content_sortPagiBar .sortPagiBar .nbrItemPage .clearfix {
  display: flex;
  align-items: center;
  gap: 8px;
}

body#category.design-preview .content_sortPagiBar .sortPagiBar .selector1 {
  display: flex;
  align-items: center;
  gap: 8px;
}

body#category.design-preview .content_sortPagiBar .sortPagiBar label,
body#category.design-preview .content_sortPagiBar .sortPagiBar span {
  color: #697382;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

body#category.design-preview .content_sortPagiBar .selector {
  height: 38px !important;
  min-width: 88px;
  overflow: hidden;
  border: 1px solid rgba(31, 41, 55, .12);
  border-radius: 8px;
  background: #f8fafc;
}

body#category.design-preview .content_sortPagiBar #uniform-selectProductSort {
  width: 190px !important;
}

body#category.design-preview .content_sortPagiBar #uniform-nb_page_items {
  width: 72px !important;
}

body#category.design-preview .content_sortPagiBar .selector span {
  display: block;
  width: 100% !important;
  height: 38px !important;
  box-sizing: border-box;
  padding: 0 30px 0 10px;
  color: #303642;
  font-size: 13px;
  font-weight: 600;
  line-height: 38px !important;
}

body#category.design-preview .content_sortPagiBar .selector span:after {
  right: 12px;
  color: #4b5563;
  font-size: 16px;
}

body#category.design-preview .content_sortPagiBar select {
  width: 100% !important;
  height: 38px !important;
  max-width: none !important;
  padding: 0 10px;
  border: 1px solid rgba(31, 41, 55, .12);
  border-radius: 8px;
  background: #f8fafc;
  color: #303642;
  font-size: 13px;
  font-weight: 600;
}

body#category.design-preview .content_sortPagiBar:last-child {
  margin-top: 18px;
}

body#category.design-preview ul.product_list.grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: 100% !important;
  margin: 0 !important;
}

body#category.design-preview ul.product_list.grid:before,
body#category.design-preview ul.product_list.grid:after {
  display: none !important;
  content: none !important;
}

body#category.design-preview ul.product_list.grid > li {
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  clear: none !important;
  text-align: left;
}

body#category.design-preview ul.product_list li .product-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 360px;
  overflow: hidden;
  padding: 0 14px 14px;
  border: 1px solid rgba(31, 41, 55, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(31, 41, 55, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

body#category.design-preview ul.product_list li .product-container:hover {
  border-color: rgba(255, 113, 27, .24);
  box-shadow: 0 12px 28px rgba(31, 41, 55, .10);
  transform: translateY(-2px);
}

body#category.design-preview ul.product_list li .left-block,
body#category.design-preview ul.product_list li .right-block {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

body#category.design-preview ul.product_list .product-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  width: calc(100% + 28px);
  margin: 0 -14px 14px;
  overflow: hidden;
  background: #fff;
  text-align: center;
}

body#category.design-preview ul.product_list .product-image-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

body#category.design-preview ul.product_list .product-image-container img {
  width: 92%;
  height: 92%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  mix-blend-mode: multiply;
}

body#category.design-preview ul.product_list .product-name {
  display: -webkit-box;
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #303642;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.32;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body#category.design-preview ul.product_list h5 {
  margin: 0 0 12px;
  text-align: left;
}

body#category.design-preview ul.product_list .right-block {
  flex: 1 1 auto;
  justify-content: flex-end;
}

body#category.design-preview ul.product_list .content_price {
  margin: 0 0 12px;
}

body#category.design-preview ul.product_list .price.product-price {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  color: #ff5b21;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
}

body#category.design-preview ul.product_list .product_price_text {
  color: #697382;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

body#category.design-preview ul.product_list .button-container {
  width: 100%;
  margin: 0 !important;
}

body#category.design-preview ul.product_list.grid > li .product-container .button-container .ajax_add_to_cart_button,
body#category.design-preview ul.product_list .buy_btn.ajax_add_to_cart_button,
body#category.design-preview ul.product_list .button-container span.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 38px;
  margin: 0 !important;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  background: #ff711b;
  color: #fff;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  box-shadow: none;
}

body#category.design-preview ul.product_list .buy_btn.ajax_add_to_cart_button:before {
  margin-right: 8px;
  color: #fff;
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: normal;
  content: "\f217";
}

body#category.design-preview ul.product_list .buy_btn.ajax_add_to_cart_button:hover {
  background: #ef5d12;
  color: #fff;
  box-shadow: none;
}

body#category.design-preview ul.product_list .functional-buttons {
  display: none !important;
}

body#category.design-preview #product_list .sale-box {
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  overflow: visible;
  z-index: 4;
}

body#category.design-preview #product_list .sale-box.blago {
  left: 10px;
  right: auto;
}

body#category.design-preview #product_list .sale-box .sale-label {
  position: static;
  display: inline-flex;
  width: auto;
  min-height: 26px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #ff5b21;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
  text-shadow: none;
}

body#category.design-preview .category_bottom {
  display: block;
  grid-column: 1 / -1;
  order: 3;
  width: 100%;
  margin: 34px auto 52px;
  padding: 24px;
  border: 1px solid rgba(31, 41, 55, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(31, 41, 55, .08);
}

@media (max-width: 1199px) {
  body#category.design-preview #columns > .row {
    grid-template-columns: 252px minmax(0, 1fr);
  }

  body#category.design-preview #subcategories ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  body#category.design-preview #columns > .row {
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 16px;
  }

  body#category.design-preview ul.product_list.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body#category.design-preview #columns {
    padding: 14px 10px 32px;
  }

  body#category.design-preview #columns > .row {
    display: block;
    margin: 0;
  }

  body#category.design-preview #left_column,
  body#category.design-preview #center_column {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }

  body#category.design-preview .breadcrumb {
    width: 100%;
    margin: 0 0 8px;
  }

  body#category.design-preview .page-heading {
    width: 100%;
    margin: 0 0 14px;
    font-size: 24px;
  }

  body#category.design-preview #left_column {
    margin: 0 0 14px;
  }

  body#category.design-preview #categories_block_left {
    display: none !important;
  }

  body#category.design-preview #layered_block_left {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body#category.design-preview #layered_block_left .show_layared_mobile {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 44px;
    margin: 0;
    padding: 0 14px;
    border: 1px solid rgba(255, 113, 27, .28);
    border-radius: 8px;
    background: linear-gradient(135deg, #ffb000 0%, #ff711b 100%);
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(255, 91, 33, .18);
  }

  body#category.design-preview #layered_block_left .show_layared_mobile i {
    display: none !important;
  }

  body#category.design-preview #layered_block_left .preview-filter-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
  }

  body#category.design-preview #layered_block_left .preview-filter-icon span,
  body#category.design-preview #layered_block_left .preview-filter-icon:before,
  body#category.design-preview #layered_block_left .preview-filter-icon:after {
    position: absolute;
    left: 3px;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    content: "";
    transition: transform .2s ease, opacity .2s ease, top .2s ease;
  }

  body#category.design-preview #layered_block_left .preview-filter-icon:before {
    top: 7px;
  }

  body#category.design-preview #layered_block_left .preview-filter-icon span {
    top: 12px;
  }

  body#category.design-preview #layered_block_left .preview-filter-icon:after {
    top: 17px;
  }

  body#category.design-preview #layered_block_left.preview-filter-open .preview-filter-icon:before {
    top: 12px;
    transform: rotate(45deg);
  }

  body#category.design-preview #layered_block_left.preview-filter-open .preview-filter-icon span {
    opacity: 0;
    transform: scaleX(.3);
  }

  body#category.design-preview #layered_block_left.preview-filter-open .preview-filter-icon:after {
    top: 12px;
    transform: rotate(-45deg);
  }

  body#category.design-preview #layered_block_left .block_content {
    display: none !important;
    width: 100% !important;
    height: auto !important;
    max-height: min(72vh, 620px);
    margin-top: 10px;
    padding: 12px !important;
    overflow-y: auto !important;
    border: 1px solid rgba(31, 41, 55, .08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(31, 41, 55, .09);
  }

  body#category.design-preview #layered_block_left.preview-filter-open .block_content {
    display: block !important;
  }

  body#category.design-preview #left_column #layered_block_left {
    overflow: visible !important;
  }

  body#category.design-preview #layered_block_left .layered_filter_ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 8px;
  }

  body#category.design-preview #layered_block_left label {
    font-size: 12px;
  }

  body#category.design-preview #subcategories {
    margin-bottom: 16px;
  }

  body#category.design-preview #subcategories p.subcategory-heading {
    margin-bottom: 12px;
    font-size: 19px;
  }

  body#category.design-preview #subcategories ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body#category.design-preview #subcategories ul li {
    min-height: 142px;
    padding: 9px;
  }

  body#category.design-preview #subcategories ul li .subcategory-image a {
    height: 82px;
  }

  body#category.design-preview #subcategories ul li .subcategory-name {
    font-size: 12px;
  }

  body#category.design-preview .content_sortPagiBar {
    margin-bottom: 12px;
    padding: 10px;
  }

  body#category.design-preview .content_sortPagiBar .sortPagiBar,
  body#category.design-preview .content_sortPagiBar .sortPagiBar #productsSortForm,
  body#category.design-preview .content_sortPagiBar .sortPagiBar .nbrItemPage .clearfix {
    width: 100%;
  }

  body#category.design-preview .content_sortPagiBar .sortPagiBar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 116px;
    align-items: end;
    gap: 10px;
  }

  body#category.design-preview .content_sortPagiBar .sortPagiBar:before,
  body#category.design-preview .content_sortPagiBar .sortPagiBar:after {
    display: none !important;
    content: none !important;
  }

  body#category.design-preview .content_sortPagiBar .sortPagiBar #productsSortForm,
  body#category.design-preview .content_sortPagiBar .sortPagiBar .nbrItemPage {
    width: 100%;
    min-width: 0;
    flex: none;
  }

  body#category.design-preview .content_sortPagiBar .sortPagiBar #productsSortForm .selector1,
  body#category.design-preview .content_sortPagiBar .sortPagiBar .nbrItemPage .clearfix.selector1 {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    gap: 5px;
    width: 100%;
  }

  body#category.design-preview .content_sortPagiBar .selector,
  body#category.design-preview .content_sortPagiBar select {
    flex: 1 1 auto;
    width: 100% !important;
  }

  body#category.design-preview .content_sortPagiBar #uniform-selectProductSort,
  body#category.design-preview .content_sortPagiBar #uniform-nb_page_items {
    width: 100% !important;
  }

  body#category.design-preview ul.product_list.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body#category.design-preview ul.product_list li .product-container {
    min-height: 306px;
    padding: 0 9px 10px;
    box-shadow: 0 10px 24px rgba(31, 41, 55, .07);
  }

  body#category.design-preview ul.product_list .product-image-container {
    width: calc(100% + 18px);
    margin: 0 -9px 9px;
  }

  body#category.design-preview ul.product_list .product-name {
    min-height: 42px;
    font-size: 12px;
    line-height: 1.28;
  }

  body#category.design-preview ul.product_list h5 {
    margin-bottom: 8px;
  }

  body#category.design-preview ul.product_list .price.product-price {
    font-size: 16px;
  }

  body#category.design-preview ul.product_list .product_price_text {
    font-size: 11px;
  }

  body#category.design-preview ul.product_list.grid > li .product-container .button-container .ajax_add_to_cart_button,
  body#category.design-preview ul.product_list .buy_btn.ajax_add_to_cart_button,
  body#category.design-preview ul.product_list .button-container span.button {
    min-height: 36px;
    padding: 0 10px;
    font-size: 11px;
  }

  body#category.design-preview ul.product_list .buy_btn.ajax_add_to_cart_button:before {
    margin-right: 6px;
    font-size: 12px;
  }

  body#category.design-preview .category_bottom {
    margin: 24px 0 34px;
    padding: 16px;
  }
}

@media (max-width: 380px) {
  body#category.design-preview ul.product_list.grid,
  body#category.design-preview #subcategories ul,
  body#category.design-preview #layered_block_left .layered_filter_ul {
    grid-template-columns: 1fr;
  }
}

/* Add-to-cart confirmation dialog */
body.design-preview .layer_cart_overlay {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9998 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(17, 24, 39, .54) !important;
  opacity: 1 !important;
  backdrop-filter: blur(3px);
}

body.design-preview #layer_cart {
  position: fixed !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  left: 50% !important;
  z-index: 9999 !important;
  width: min(920px, calc(100% - 32px)) !important;
  max-height: calc(100vh - 32px);
  margin: 0 !important;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid rgba(31, 41, 55, .09);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(17, 24, 39, .24);
  transform: translate(-50%, -50%);
}

body.design-preview #layer_cart > .clearfix {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  width: 100%;
}

body.design-preview #layer_cart > .clearfix:before,
body.design-preview #layer_cart > .clearfix:after {
  display: none !important;
  content: none !important;
}

body.design-preview #layer_cart .cross {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  left: auto !important;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(31, 41, 55, .10);
  border-radius: 50%;
  background: #fff;
  color: #4b5563;
  font-size: 0;
  cursor: pointer;
  box-shadow: 0 5px 14px rgba(31, 41, 55, .08);
}

body.design-preview #layer_cart .cross:before {
  margin: 0;
  color: inherit;
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 1;
  content: "\f00d";
}

body.design-preview #layer_cart .cross:hover {
  border-color: rgba(255, 113, 27, .32);
  background: #fff7ed;
  color: #e9551b;
}

body.design-preview #layer_cart .layer_cart_product,
body.design-preview #layer_cart .layer_cart_cart {
  float: none;
  width: auto;
  min-width: 0;
  height: auto;
  margin: 0;
  box-sizing: border-box;
}

body.design-preview #layer_cart .layer_cart_product {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  grid-template-areas:
    "status status"
    "image details";
  align-items: center;
  gap: 18px;
  padding: 24px;
  background: #fff;
}

body.design-preview #layer_cart .layer_cart_product > .title {
  grid-area: status;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  margin: 0;
  padding: 0 42px 0 0;
  color: #263241;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

body.design-preview #layer_cart .layer_cart_product > .title i {
  display: inline-flex;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0 !important;
  border-radius: 50%;
  background: #eaf8ef;
  color: #2e9f50;
  font-size: 16px;
  line-height: 1 !important;
}

body.design-preview #layer_cart .layer_cart_product > .title i:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

body.design-preview #layer_cart .layer_cart_img.product-image-container {
  grid-area: image;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 136px;
  height: 136px;
  margin: 0;
  padding: 8px;
  overflow: hidden;
  border: 1px solid rgba(31, 41, 55, .09);
  border-radius: 8px;
  background: #fff;
}

body.design-preview #layer_cart img.layer_cart_img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: contain;
}

body.design-preview #layer_cart .layer_cart_product_info {
  grid-area: details;
  align-self: center;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.45;
}

body.design-preview #layer_cart #layer_cart_product_title {
  display: block;
  margin: 0 0 10px;
  padding: 0;
  color: #263241;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

body.design-preview #layer_cart #layer_cart_product_attributes {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin: 0 0 8px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #fff4df;
  color: #c94d19;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

body.design-preview #layer_cart .layer_cart_product_info > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid rgba(31, 41, 55, .07);
}

body.design-preview #layer_cart .layer_cart_product_info strong {
  color: #697382;
  font-size: 13px;
  font-weight: 500;
}

body.design-preview #layer_cart #layer_cart_product_quantity,
body.design-preview #layer_cart #layer_cart_product_price {
  color: #263241;
  font-weight: 600;
}

body.design-preview #layer_cart .layer_cart_cart {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-left: 1px solid rgba(31, 41, 55, .08);
  background: #f8fafc;
}

body.design-preview #layer_cart .layer_cart_cart > .title {
  display: block;
  margin: 0 0 14px;
  padding: 2px 42px 14px 0;
  border-bottom: 1px solid rgba(31, 41, 55, .09);
  color: #263241;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

body.design-preview #layer_cart .layer_cart_cart .ajax_cart_quantity {
  position: static !important;
  top: auto !important;
  right: auto !important;
  display: inline !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 4px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
  vertical-align: baseline;
  box-shadow: none !important;
}

body.design-preview #layer_cart .layer_cart_cart .layer_cart_row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin: 0;
  padding: 8px 0;
  border: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.4;
}

body.design-preview #layer_cart .layer_cart_cart .layer_cart_row strong {
  color: #4b5563;
  font-weight: 500;
}

body.design-preview #layer_cart .layer_cart_cart .layer_cart_row:last-of-type {
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px solid rgba(31, 41, 55, .09);
}

body.design-preview #layer_cart .ajax_block_products_total {
  color: #263241;
  font-weight: 600;
  white-space: nowrap;
}

body.design-preview #layer_cart .ajax_block_cart_total {
  color: #ff5b21;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

body.design-preview #layer_cart .button-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: auto 0 0;
  padding: 20px 0 0;
  position: static;
}

body.design-preview #layer_cart .button-container .buy_btn,
body.design-preview #layer_cart .button-container .continue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 0 16px;
  border-radius: 8px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  box-shadow: none;
}

body.design-preview #layer_cart .button-container .buy_btn {
  order: 1;
  border: 1px solid #ff711b;
  background: #ff711b;
  color: #fff;
}

body.design-preview #layer_cart .button-container .continue {
  order: 2;
  border: 1px solid rgba(31, 41, 55, .13);
  background: #fff;
  color: #374151;
}

body.design-preview #layer_cart .button-container .buy_btn > span,
body.design-preview #layer_cart .button-container .continue > span {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
  text-shadow: none !important;
  box-shadow: none !important;
}

body.design-preview #layer_cart .button-container .buy_btn:hover {
  border-color: #ef5d12;
  background: #ef5d12;
  color: #fff;
}

body.design-preview #layer_cart .button-container .continue:hover {
  border-color: rgba(255, 113, 27, .30);
  background: #fff7ed;
  color: #d94d17;
}

body.design-preview #layer_cart .button-container i {
  margin: 0 7px;
  padding: 0 !important;
  color: inherit;
  font-size: 12px;
}

body.design-preview #layer_cart .button-container .continue i {
  margin-right: 8px;
  margin-left: 0;
}

body.design-preview #layer_cart .crossseling:empty {
  display: none;
}

@media (max-width: 767px) {
  body.design-preview #layer_cart {
    width: calc(100% - 20px) !important;
    max-height: calc(100vh - 20px);
  }

  body.design-preview #layer_cart > .clearfix {
    display: block;
  }

  body.design-preview #layer_cart .cross {
    top: 10px !important;
    right: 10px !important;
  }

  body.design-preview #layer_cart .layer_cart_product {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
  }

  body.design-preview #layer_cart .layer_cart_product > .title {
    min-height: 32px;
    padding-right: 36px;
    font-size: 16px;
  }

  body.design-preview #layer_cart .layer_cart_product > .title i {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  body.design-preview #layer_cart .layer_cart_img.product-image-container {
    width: 92px;
    height: 92px;
    padding: 6px;
  }

  body.design-preview #layer_cart #layer_cart_product_title {
    margin-bottom: 7px;
    font-size: 14px;
  }

  body.design-preview #layer_cart .layer_cart_product_info > div {
    margin-top: 4px;
    padding-top: 4px;
  }

  body.design-preview #layer_cart .layer_cart_cart {
    padding: 18px;
    border-top: 1px solid rgba(31, 41, 55, .08);
    border-left: 0;
  }

  body.design-preview #layer_cart .layer_cart_cart > .title {
    margin-bottom: 8px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  body.design-preview #layer_cart .layer_cart_cart .layer_cart_row {
    padding: 6px 0;
    font-size: 13px;
  }

  body.design-preview #layer_cart .ajax_block_cart_total {
    font-size: 19px;
  }

  body.design-preview #layer_cart .button-container {
    padding-top: 14px;
  }

  body.design-preview #layer_cart .button-container .buy_btn,
  body.design-preview #layer_cart .button-container .continue {
    min-height: 42px;
    font-size: 13px;
  }
}
