@import url(fonts.css);
/* line 1, _settings.scss */
:root {
  --bg:var(--draft-bg, #ffffff);
  --bg-is-light:var(--draft-bg-is-light, true);
  --bg-minor-shade:var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light:var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade:var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light:var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade:var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark:var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg:var(--draft-color-btn-bg, #034678);
  --color-btn-bg-is-dark:var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade:var(--draft-color-btn-bg-minor-shade, #045b9d);
  --color-btn-bg-minor-shade-is-dark:var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade:var(--draft-color-btn-bg-major-shade, #0571c3);
  --color-btn-bg-major-shade-is-dark:var(--draft-color-btn-bg-major-shade-is-dark, true);
  --color-btn-bg-half-shade:var(--draft-color-btn-bg-half-shade, #42aafa);
  --color-btn-bg-half-shade-is-dark:var(--draft-color-btn-bg-half-shade-is-dark, true);
  --color-accent-text:var(--draft-color-accent-text, #FF0050);
  --color-accent-text-is-dark:var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade:var(--draft-color-accent-text-minor-shade, #ff1a62);
  --color-accent-text-minor-shade-is-dark:var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade:var(--draft-color-accent-text-major-shade, #ff3374);
  --color-accent-text-major-shade-is-dark:var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade:var(--draft-color-accent-text-half-shade, #ff80a8);
  --color-accent-text-half-shade-is-dark:var(--draft-color-accent-text-half-shade-is-dark, true);
  --color-text-dark:var(--draft-color-text-dark, #333333);
  --color-text-dark-is-dark:var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade:var(--draft-color-text-dark-minor-shade, #474747);
  --color-text-dark-minor-shade-is-dark:var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade:var(--draft-color-text-dark-major-shade, #5c5c5c);
  --color-text-dark-major-shade-is-dark:var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade:var(--draft-color-text-dark-half-shade, #999999);
  --color-text-dark-half-shade-is-dark:var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light:var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light:var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade:var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light:var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade:var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light:var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade:var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark:var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack:var(--draft-icons_pack, insales-default);
  --controls-btn-border-radius:var(--draft-controls-btn-border-radius, 0px);
  --color-notice-warning:var(--draft-color-notice-warning, #FFE48D);
  --color-notice-warning-is-light:var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade:var(--draft-color-notice-warning-minor-shade, #ffe283);
  --color-notice-warning-minor-shade-is-light:var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade:var(--draft-color-notice-warning-major-shade, #ffde73);
  --color-notice-warning-major-shade-is-light:var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade:var(--draft-color-notice-warning-half-shade, #c79800);
  --color-notice-warning-half-shade-is-dark:var(--draft-color-notice-warning-half-shade-is-dark, true);
  --color-notice-success:var(--draft-color-notice-success, #FFFFFF);
  --color-notice-success-is-light:var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade:var(--draft-color-notice-success-minor-shade, #f7f7f7);
  --color-notice-success-minor-shade-is-light:var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade:var(--draft-color-notice-success-major-shade, #ededed);
  --color-notice-success-major-shade-is-light:var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade:var(--draft-color-notice-success-half-shade, #808080);
  --color-notice-success-half-shade-is-dark:var(--draft-color-notice-success-half-shade-is-dark, true);
  --color-notice-error:var(--draft-color-notice-error, #FF0442);
  --color-notice-error-is-dark:var(--draft-color-notice-error-is-dark, true);
  --color-notice-error-minor-shade:var(--draft-color-notice-error-minor-shade, #ff1f57);
  --color-notice-error-minor-shade-is-dark:var(--draft-color-notice-error-minor-shade-is-dark, true);
  --color-notice-error-major-shade:var(--draft-color-notice-error-major-shade, #ff396b);
  --color-notice-error-major-shade-is-dark:var(--draft-color-notice-error-major-shade-is-dark, true);
  --color-notice-error-half-shade:var(--draft-color-notice-error-half-shade, #ff87a5);
  --color-notice-error-half-shade-is-dark:var(--draft-color-notice-error-half-shade-is-dark, true);
  --color-notice-info:var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light:var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade:var(--draft-color-notice-info-minor-shade, #bedeff);
  --color-notice-info-minor-shade-is-light:var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade:var(--draft-color-notice-info-major-shade, #acd4ff);
  --color-notice-info-major-shade-is-light:var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade:var(--draft-color-notice-info-half-shade, #006fe6);
  --color-notice-info-half-shade-is-dark:var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family:var(--draft-font-family, inter);
  --font-size:var(--draft-font-size, 16px);
  --font-family-heading:var(--draft-font-family-heading, inter);
  --heading-ratio:var(--draft-heading-ratio, 1.6);
  --heading-weight:var(--draft-heading-weight, 500);
  --collection_count:var(--draft-collection_count, 20);
  --search_count:var(--draft-search_count, 12);
  --blog_size:var(--draft-blog_size, 8);
  --product_not_available:var(--draft-product_not_available, hidden);
  --layout-content-max-width:var(--draft-layout-content-max-width, 1400px);
  --delta_sidebar:var(--draft-delta_sidebar, 1);
  --type_sidebar:var(--draft-type_sidebar, normal);
  --sidebar_index_show:var(--draft-sidebar_index_show, false);
  --sidebar_index_position:var(--draft-sidebar_index_position, left);
  --sidebar_collection_show:var(--draft-sidebar_collection_show, true);
  --sidebar_collection_position:var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show:var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position:var(--draft-sidebar_cart_position, left);
  --sidebar_product_show:var(--draft-sidebar_product_show, false);
  --sidebar_product_position:var(--draft-sidebar_product_position, left);
  --sidebar_blog_show:var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position:var(--draft-sidebar_blog_position, left);
  --sidebar_article_show:var(--draft-sidebar_article_show, false);
  --sidebar_article_position:var(--draft-sidebar_article_position, left);
  --sidebar_page_show:var(--draft-sidebar_page_show, false);
  --sidebar_page_position:var(--draft-sidebar_page_position, left);
  --sidebar_compare_show:var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position:var(--draft-sidebar_compare_position, left);
  --sidebar_search_show:var(--draft-sidebar_search_show, false);
  --sidebar_search_position:var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled:var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled:var(--draft-favorite_enabled, false);
  --compare_enabled:var(--draft-compare_enabled, true); }

/* line 7, theme.scss */
.co-delivery_method-title {
  font-family: SFProText-Regular;
  font-size: 1.1rem;
  font-weight: 500; }

/* line 13, theme.scss */
.co-delivery_method-description {
  font-family: SFProText-Regular;
  font-size: 0.9rem;
  font-weight: 400; }

/* line 19, theme.scss */
.co-delivery_method-price {
  font-family: SFProText-Regular;
  font-size: 1.1rem;
  font-weight: 500; }

/* line 25, theme.scss */
.co-payment_method-title {
  font-family: SFProText-Regular;
  font-size: 1.1rem;
  font-weight: 500; }

/* line 31, theme.scss */
.co-payment_method-description {
  font-family: SFProText-Regular;
  font-size: 0.9rem;
  font-weight: 400; }

/* line 37, theme.scss */
.co-toggable_field-title {
  font-family: SFProText-Regular;
  font-size: 1.1rem;
  font-weight: 500; }

/* line 43, theme.scss */
a {
  text-decoration: none; }

/* line 45, theme.scss */
.co-input-label
.co-input-title
.co-basket_item-description {
  font-family: SFProText-Regular;
  font-size: 1rem;
  font-weight: 400; }

/* line 54, theme.scss */
.co-basket_total-title {
  font-family: SFProText-Regular;
  font-size: 1.2rem;
  font-weight: 600; }

/* line 60, theme.scss */
.co-basket_total-price {
  font-family: SFProText-Regular;
  font-size: 1.2rem;
  font-weight: 600; }

/* line 66, theme.scss */
.co-basket_subtotal-title {
  font-family: SFProText-Regular;
  font-size: 1rem;
  font-weight: 400; }

/* line 72, theme.scss */
.co-basket_subtotal-price {
  font-family: SFProText-Regular;
  font-size: 1rem;
  font-weight: 400; }

/* line 78, theme.scss */
.co-basket_item-price {
  font-family: SFProText-Regular;
  font-size: 1rem;
  font-weight: 400; }

/* line 85, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 89, theme.scss */
.outside-widgets .add-widget-link {
  display: none; }

/* line 93, theme.scss */
[data-fixed-panels] .delete-widget-link {
  display: none; }

@media (max-width: 768px) {
  /* line 98, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

  /* line 101, theme.scss */
  .edit-widget-buttons .widget-name {
    display: none !important; }

  /* line 104, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
@media screen and (max-width: 426px) {
  /* line 110, theme.scss */
  .widget-type_widget_v4_header_11_1_80d832f484d59dd259ed547fba3f4e45 {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 999; } }
/* line 128, theme.scss */
#order_field_28634619 {
  display: none; }

/* line 133, theme.scss */
body {
  font-family: SFProText-Regular;
  src: url(https://cdn.jobsa.ru/files/1/4099/39694339/original/SF-Pro.ttf) format("truetype"); }

/* line 139, theme.scss */
.pagination .pagination-next,
.pagination .pagination-prev {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  padding: 0 !important;
  border: 1px solid #e2e0de !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #FA5500 !important;
  box-shadow: none !important; }
  /* line 154, theme.scss */
  .pagination .pagination-next::before,
  .pagination .pagination-prev::before {
    content: "" !important;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor; }
  /* line 163, theme.scss */
  .pagination .pagination-next:hover,
  .pagination .pagination-prev:hover {
    background: #FA5500 !important;
    border-color: #FA5500 !important;
    color: #fff !important; }
/* line 170, theme.scss */
.pagination .pagination-next::before {
  transform: translateX(-2px) rotate(45deg); }
/* line 174, theme.scss */
.pagination .pagination-prev::before {
  transform: translateX(2px) rotate(-135deg); }

/* line 179, theme.scss */
.pagination .pagination-items .pagination-span {
  color: #FA5500 !important;
  opacity: 1 !important; }

/* line 184, theme.scss */
.widget-type_system_widget_v4_breadcrumbs_1 {
  background: transparent !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important; }
  /* line 189, theme.scss */
  .widget-type_system_widget_v4_breadcrumbs_1 > .layout__content {
    box-sizing: border-box;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 32px !important; }
  /* line 197, theme.scss */
  .widget-type_system_widget_v4_breadcrumbs_1 .breadcrumb-wrapper {
    justify-content: start !important; }
  /* line 201, theme.scss */
  .widget-type_system_widget_v4_breadcrumbs_1 .breadcrumb {
    margin: 0 !important;
    padding: 0 !important; }
  /* line 206, theme.scss */
  .widget-type_system_widget_v4_breadcrumbs_1 .breadcrumb-item,
  .widget-type_system_widget_v4_breadcrumbs_1 .breadcrumb-link,
  .widget-type_system_widget_v4_breadcrumbs_1 .breadcrumb-page {
    color: #999 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important; }
  /* line 215, theme.scss */
  .widget-type_system_widget_v4_breadcrumbs_1 .breadcrumb-item:not(:last-child)::after {
    content: ">" !important;
    color: #aaa !important;
    margin: 0 14px !important; }
  @media (max-width: 767px) {
    /* line 222, theme.scss */
    .widget-type_system_widget_v4_breadcrumbs_1 > .layout__content {
      padding-inline: 16px !important; }
    /* line 226, theme.scss */
    .widget-type_system_widget_v4_breadcrumbs_1 .breadcrumb-item,
    .widget-type_system_widget_v4_breadcrumbs_1 .breadcrumb-link,
    .widget-type_system_widget_v4_breadcrumbs_1 .breadcrumb-page {
      font-size: 14px !important; }
    /* line 232, theme.scss */
    .widget-type_system_widget_v4_breadcrumbs_1 .breadcrumb-item:not(:last-child)::after {
      margin-inline: 8px !important; } }

/* line 238, theme.scss */
:root {
  --jobsa-font: "Segoe UI", Arial, sans-serif;
  --font-family: "Segoe UI", Arial, sans-serif;
  --font-family-heading: "Segoe UI", Arial, sans-serif; }

/* line 244, theme.scss */
html body {
  font-family: var(--jobsa-font) !important; }

/* line 249, theme.scss */
html body *:not([class*="icon"]):not(svg):not(svg *) {
  font-family: var(--jobsa-font) !important; }

/* line 253, theme.scss */
body .page_layout > footer {
  margin-top: 12px !important; }

/* line 256, theme.scss */
body:has([class*="widget-type_widget_v4_cart_2_"]) {
  background: #f3f0ea !important; }
  /* line 259, theme.scss */
  body:has([class*="widget-type_widget_v4_cart_2_"]) .page_layout,
  body:has([class*="widget-type_widget_v4_cart_2_"]) .page_layout > main,
  body:has([class*="widget-type_widget_v4_cart_2_"]) .page_layout .layout,
  body:has([class*="widget-type_widget_v4_cart_2_"]) .layout > .layout__content {
    background: transparent !important; }
  /* line 267, theme.scss */
  body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .heading {
    font-family: "Segoe UI", Arial, sans-serif !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    color: #1c1917 !important; }
  /* line 274, theme.scss */
  body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .cart {
    grid-template-columns: minmax(0, 1fr) 340px;
    grid-template-areas: "items controls";
    grid-template-rows: auto;
    gap: 24px;
    align-items: start;
    font-family: "Segoe UI", Arial, sans-serif;
    color: #1c1917; }
  /* line 285, theme.scss */
  body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .cart-item {
    grid-template-columns: 160px minmax(0, 1fr) auto;
    grid-template-areas: "image title total" "image delete counter";
    grid-template-rows: auto 1fr;
    gap: 16px;
    padding: 20px !important;
    margin-bottom: 16px !important;
    background: #fff;
    border: 1px solid #e2e0de !important;
    border-radius: 24px;
    box-shadow: 0 6px 20px rgba(40, 30, 20, 0.04); }
  /* line 300, theme.scss */
  body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .cart-item > .item-image {
    min-width: 0; }
    /* line 303, theme.scss */
    body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .cart-item > .item-image .img-ratio,
    body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .cart-item > .item-image .img-ratio__inner,
    body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .cart-item > .item-image img {
      border-radius: 12px !important; }
    /* line 309, theme.scss */
    body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .cart-item > .item-image .img-ratio {
      overflow: hidden; }
    /* line 313, theme.scss */
    body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .cart-item > .item-image img {
      object-fit: contain !important; }
  /* line 318, theme.scss */
  body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .item-title {
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    color: #1c1917 !important; }
    /* line 324, theme.scss */
    body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .item-title:hover {
      color: #FA5500 !important; }
  /* line 329, theme.scss */
  body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .item-total {
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important; }
  /* line 335, theme.scss */
  body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .item-delete {
    align-self: start; }
  /* line 339, theme.scss */
  body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .item-delete .js-item-delete {
    color: #c74a1d !important;
    font-size: 14px !important;
    background: transparent !important; }
    /* line 344, theme.scss */
    body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .item-delete .js-item-delete:hover {
      color: #FA5500 !important; }
  /* line 350, theme.scss */
  body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .item-counter {
    align-self: start; }
  /* line 354, theme.scss */
  body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .item-counter .counter {
    border: 1px solid #e2e0de;
    border-radius: 12px;
    overflow: hidden;
    width: fit-content; }
  /* line 361, theme.scss */
  body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .item-counter .counter-button,
  body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .item-counter .counter-input {
    box-sizing: border-box;
    height: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #1c1917 !important;
    font-size: 16px !important; }
  /* line 374, theme.scss */
  body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .item-counter .counter-input {
    width: 44px !important; }
  /* line 378, theme.scss */
  body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .item-counter .counter-button {
    width: 36px !important;
    min-width: 36px !important; }
    /* line 382, theme.scss */
    body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .item-counter .counter-button:hover {
      background: #fff0e8 !important;
      color: #FA5500 !important; }
  /* line 389, theme.scss */
  body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .cart__area-controls {
    min-width: 0;
    margin: 0 !important; }
  /* line 394, theme.scss */
  body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .cart__area-controls-sticky {
    position: static;
    padding: 24px;
    background: #fff !important;
    border: 1px solid #e2e0de;
    border-radius: 24px !important;
    box-shadow: 0 6px 20px rgba(40, 30, 20, 0.04);
    overflow: visible; }
  /* line 404, theme.scss */
  body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .cart__area-count,
  body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .cart__area-coupon {
    background: transparent !important;
    padding: 0 0 20px !important; }
  /* line 410, theme.scss */
  body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .sidebar_header {
    font-size: 22px !important;
    font-weight: 600 !important; }
  /* line 415, theme.scss */
  body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .total,
  body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .total-amount {
    font-size: 26px !important;
    font-weight: 600 !important; }
  /* line 422, theme.scss */
  body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .cart-controls [data-cart-submit] {
    min-height: 50px;
    border-radius: 16px !important;
    font-size: 16px !important;
    font-weight: 600 !important; }
    /* line 428, theme.scss */
    body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .cart-controls [data-cart-submit], body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .cart-controls [data-cart-submit]:hover, body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .cart-controls [data-cart-submit]:active {
      background: #FA5500 !important;
      border-color: #FA5500 !important;
      color: #fff !important; }
  /* line 437, theme.scss */
  body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .cart input:focus-visible,
  body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .cart button:focus-visible {
    outline: 2px solid #FA5500 !important;
    outline-offset: 2px; }
  /* line 443, theme.scss */
  body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .js-cart-empty {
    padding: 32px 20px;
    background: #fff;
    border: 1px solid #e2e0de;
    border-radius: 24px; }
  @media (max-width: 1023px) {
    /* line 452, theme.scss */
    body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .cart {
      grid-template-columns: minmax(0, 1fr);
      grid-template-areas: "items" "controls";
      gap: 16px; } }
  @media (max-width: 550px) {
    /* line 460, theme.scss */
    body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .heading {
      font-size: 26px !important; }
    /* line 464, theme.scss */
    body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .cart-item {
      grid-template-columns: 88px minmax(0, 1fr);
      grid-template-areas: "image title" "image total" "image counter" ". delete";
      grid-template-rows: auto;
      gap: 12px;
      padding: 16px !important;
      border-radius: 18px; }
    /* line 477, theme.scss */
    body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .item-title {
      font-size: 15px !important; }
    /* line 481, theme.scss */
    body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .item-total {
      font-size: 20px !important;
      justify-self: start; }
    /* line 486, theme.scss */
    body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .item-counter {
      justify-self: start;
      width: auto;
      padding-bottom: 0 !important;
      border-bottom: none !important; }
    /* line 493, theme.scss */
    body:has([class*="widget-type_widget_v4_cart_2_"]) [class*="widget-type_widget_v4_cart_2_"] .cart__area-controls-sticky {
      padding: 20px;
      border-radius: 18px !important; } }

/* Match cart content to the shared homepage header container. */
/* line 503, theme.scss */
body:has([class*="widget-type_widget_v4_cart_2_"]) .page_layout > main .layout,
body:has([class*="widget-type_widget_v4_cart_2_"]) .page_layout > section .layout {
  padding-left: 0 !important;
  padding-right: 0 !important; }
/* line 508, theme.scss */
body:has([class*="widget-type_widget_v4_cart_2_"]) .page_layout > main .layout > .layout__content,
body:has([class*="widget-type_widget_v4_cart_2_"]) .page_layout > section .layout > .layout__content {
  box-sizing: border-box;
  width: calc(100% - 32px) !important;
  max-width: 1400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* line 521, theme.scss */
.simple_text a, .simple_text a:hover, .simple_text a:focus, .simple_text a:active {
  text-decoration: none !important;
  border-bottom: none !important; }

/* line 531, theme.scss */
html.jobsa-section-service body main h1.heading,
html.jobsa-section-warranty body main .feedback__title {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box;
  margin-inline: auto !important;
  text-align: center !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important; }

/* line 544, theme.scss */
html.jobsa-section-warranty body main .feedback__submit {
  display: flex !important;
  justify-content: center !important;
  width: 100%;
  grid-column: 1 / -1; }

/* line 551, theme.scss */
html.jobsa-section-warranty body main .feedback__submit-btn {
  width: auto !important;
  max-width: 100%;
  margin-inline: auto !important; }

@media (max-width: 767px) {
  /* line 558, theme.scss */
  html.jobsa-section-service body main h1.heading,
  html.jobsa-section-warranty body main .feedback__title {
    font-size: 26px !important; } }
/* line 565, theme.scss */
html.jobsa-section-warranty body main a, html.jobsa-section-warranty body main a:hover, html.jobsa-section-warranty body main a:focus, html.jobsa-section-warranty body main a:active {
  text-decoration: none !important;
  border-bottom: none !important; }

/* line 575, theme.scss */
body a, body a:hover, body a:focus, body a:active, body a:visited {
  text-decoration: none !important; }

/* line 586, theme.scss */
html body main .static-text a, html body main .static-text a:visited, html body main .static-text a:hover, html body main .static-text a:focus, html body main .static-text a:active,
html body main .editor a,
html body main .editor a:visited,
html body main .editor a:hover,
html body main .editor a:focus,
html body main .editor a:active {
  color: #c74a1d !important;
  text-decoration: none !important; }
/* line 595, theme.scss */
html body main .static-text a *,
html body main .editor a * {
  color: inherit !important;
  text-decoration: none !important; }

/* line 601, theme.scss */
.cart .cart-item .item-delete {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center;
  gap: 16px;
  justify-self: start;
  margin-left: 0 !important;
  padding-left: 0 !important; }

/* line 611, theme.scss */
.cart .cart-item .item-delete .js-item-delete {
  order: -1;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important; }

/* line 618, theme.scss */
html body .cart .cart-item .item-title {
  font-size: 22px !important; }

@media (max-width: 550px) {
  /* line 623, theme.scss */
  html body .cart .cart-item .item-title {
    font-size: 18px !important; } }
