@font-face {
  font-family: "Nunito";
  src: url("fonts/nunito/Nunito-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  src: url("fonts/nunito/Nunito-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  src: url("fonts/nunito/Nunito-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Nunito";
  src: url("fonts/nunito/Nunito-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Nunito";
  src: url("fonts/nunito/Nunito-Light.ttf") format("truetype"); /* Легкий стиль */
  font-weight: 300; /* Легкий ваги */
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  src: url("fonts/nunito/Nunito-SemiBold.ttf") format("truetype"); /* Напівжирний стиль */
  font-weight: 600; /* Напівжирний ваги */
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  src: url("fonts/nunito/Nunito-ExtraBold.ttf") format("truetype"); /* Дуже жирний стиль */
  font-weight: 800; /* Дуже жирний ваги */
  font-style: normal;
}

/* Ubuntu Fonts */
@font-face {
  font-family: "Ubuntu";
  src: url("fonts/ubuntu/Ubuntu-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Ubuntu";
  src: url("fonts/ubuntu/Ubuntu-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Ubuntu";
  src: url("fonts/ubuntu/Ubuntu-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Ubuntu";
  src: url("fonts/ubuntu/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Ubuntu";
  src: url("fonts/Ubuntu/Ubuntu-Light.ttf") format("truetype"); /* Легкий стиль */
  font-weight: 300; /* Легкий ваги */
  font-style: normal;
}

@font-face {
  font-family: "Ubuntu";
  src: url("fonts/Ubuntu/Ubuntu-Medium.ttf") format("truetype"); /* Середній стиль */
  font-weight: 500; /* Середній ваги */
  font-style: normal;
}

@font-face {
  font-family: "Ubuntu";
  src: url("fonts/Ubuntu/Ubuntu-ExtraBold.ttf") format("truetype"); /* Дуже жирний стиль */
  font-weight: 800; /* Дуже жирний ваги */
  font-style: normal;
}

/* ===== Aspekta (ваги 200–900) ===== */
@font-face {
  font-family: "Aspekta";
  src: url("fonts/aspekta/Aspekta-200.woff2") format("woff2"),
       url("fonts/aspekta/Aspekta-200.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aspekta";
  src: url("fonts/aspekta/Aspekta-300.woff2") format("woff2"),
       url("fonts/aspekta/Aspekta-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aspekta";
  src: url("fonts/aspekta/Aspekta-400.woff2") format("woff2"),
       url("fonts/aspekta/Aspekta-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aspekta";
  src: url("fonts/aspekta/Aspekta-500.woff2") format("woff2"),
       url("fonts/aspekta/Aspekta-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aspekta";
  src: url("fonts/aspekta/Aspekta-600.woff2") format("woff2"),
       url("fonts/aspekta/Aspekta-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aspekta";
  src: url("fonts/aspekta/Aspekta-700.woff2") format("woff2"),
       url("fonts/aspekta/Aspekta-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aspekta";
  src: url("fonts/aspekta/Aspekta-800.woff2") format("woff2"),
       url("fonts/aspekta/Aspekta-800.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aspekta";
  src: url("fonts/aspekta/Aspekta-900.woff2") format("woff2"),
       url("fonts/aspekta/Aspekta-900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
  font-size: 100%;
  line-height: 1.5;
  font-family: "Aspekta", sans-serif;
}
/* Скидання для заголовків */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 300;
  font-size: 23px;
}
/* Скидання для списків */
ul,
ol {
  list-style: none;
}
/* Скидання для посилань */
a {
  text-decoration: none;
  color: inherit;
}
/* Скидання для зображень */
img {
  max-width: 100%;
  height: auto;
  display: block;
  border: none;
}
/* Скидання для таблиць */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
th,
td {
  padding: 0;
  text-align: left;
}
/* Скидання для кнопок та форм */
button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  border: none;
  background: none;
  outline: none;
}
button {
  cursor: pointer;
}
/* Скидання для форм */
form {
  margin: 0;
}
/* Скидання для полів вводу */
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  /* border-radius: 0; */
}
/* Скидання для полів checkbox та radio */
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
/* Скидання для основних блокових елементів */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/* Скидання для iframe */
iframe {
  border: none;
}

/* ============Скидання стилів============ */

/* ============ЗМІННІ============ */
:root {
  --font-family-main: "Aspekta", sans-serif;
  --font-family-minor: "Aspekta", sans-serif;
  --color-hover: rgba(238, 113, 3, 1);
  --color-text-header-contact-link: rgba(247, 247, 247, 1);
  --color-text-header-main: rgba(254, 251, 250, 1);
  --color-text-inputs: rgba(18, 17, 17, 1);
  --color-text-hover: rgba(238, 113, 3, 1);
  --color-text-title: rgba(18, 17, 17, 1);
  --background-color-header-footer: rgba(18, 17, 17, 1);
  --background-color-inputs: rgba(254, 251, 250, 1);
  --background-color-button-primary: rgba(238, 113, 3, 1);
  --background-color-menu-category: rgba(243, 243, 242, 1);
  --background-color-mobile-menu: rgba(254, 251, 250, 1);
  --background-color-banner: rgba(243, 243, 242, 1);
  --backdrop-dark: rgba(67, 18, 0, 0.3);
  --backdrop-dark-category: rgba(18, 17, 17, 0.2);
  --border-search-inputs: 1px solid rgba(18, 17, 17, 0.15);
  --border-header-main-link-mobile: 1px solid rgba(18, 17, 17, 0.2);
  --border-menu-category: 1px solid rgba(18, 17, 17, 0.2);
  --border-tabs: 1px solid rgba(18, 17, 17, 0.2);
  --transition-all-time: 300ms ease-out 0s;
}

/* ============ЗАГАЛЬНІ============ */

/* Прибирання чорної рамки фокусу при кліку мишею.
   Для навігації клавіатурою (Tab) рамка лишається — :focus-visible */
:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

/* focus у посилань поводиться як hover (а не стандартне синє підкреслення Bootstrap) */
a:focus {
  color: var(--color-hover);
  text-decoration: none;
}

.container {
  max-width: 1440px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

body {
  font-family: var(--font-family-main);
  font-style: normal;
  color: var(--color-text-title);
}

/* ============ЗАГАЛЬНІ============ */

.container {
  max-width: 380px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

/* ============ЗАГАЛЬНІ============ */

.header {
  display: block;
  background-color: var(--background-color-header-footer);
  width: 100%;
  position: sticky;
  top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 1000;
}

.header_container_logo_nav_link {
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.header_box_menu_burger {
  display: block;
}

.header_btn_menu_burger {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}

.header_icon_menu_burger {
  display: block;
  width: 32px;
  height: 32px;
}

.header_box_cart_mobile {
  display: block;
}

.header_icon_cart {
  display: block;
  width: 32px;
  height: 32px;
  fill: var(--color-text-header-main);
  transition: fill var(--transition-all-time);
}

.header_icon_cart:hover {
  fill: var(--color-text-hover);
  cursor: pointer;
}

.dropdown-togg {
  position: relative;
}

.total_cart {
  position: absolute;
  top: -6px;
  right: -5px;
  background-color: rgba(69, 160, 46, 1);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family-minor);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

  color: rgba(254, 251, 250, 1);
}

.header_box_logo {
  display: block;
  width: 93px;
  height: 60px;
}

.header_contact_nav,
.header_main_nav {
  display: none;
}

.header_container_category_search_cart {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.header_box_category {
  display: none;
}

.header_container_search_cart {
  width: 100%;

  display: flex;
  align-items: center;
}

.header_search_input {
  width: 255px;
  height: 50px;
  font-family: var(--font-family-minor);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.36;
  color: var(--color-text-inputs);
  padding: 14px 52px;
  background-color: var(--background-color-inputs);
  border: var(--border-search-inputs);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.header_search_icon_close {
  display: none;
  position: absolute;
  top: 50%;
  right: 115px;
  transform: translateY(-50%);
  opacity: 40%;
  transition: opacity;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 0;
  cursor: pointer;
}

.header_search_icon_close:hover {
  opacity: 100%;
  cursor: pointer;
}

.header_search_input:not(:placeholder-shown)
  + .header_icon_search
  + .header_search_icon_close {
  display: block;
}

.header_box_search,
.header_search_label {
  position: relative;
  display: flex;
  align-items: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.header_icon_search {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.header_search_btn {
  position: relative;
  width: 100px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #FF5E00;
  transition: background-image var(--transition-all-time);
}

.header_search_btn_text {
  position: relative;
  z-index: 10;
  font-family: var(--font-family-main);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.14;
  color: var(--color-text-header-main);
}

.header_search_btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--backdrop-dark);
  opacity: 0;
  transition: opacity var(--transition-all-time);
}

.header_search_btn:hover::after {
  opacity: 1;
}

.header_box_cart_desktop {
  display: none;
}

/*==========Menu Category========== */

.header_container_menu_category {
  display: none;
}
.backdrop {
  display: none;
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  bottom: 0;
  background-color: var(--backdrop-dark-category);
  opacity: 0;
  transition: opacity var(--transition-all-time);
  z-index: 999;
}

.header_list_category_mobile {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.header_link_category_mobile {
  display: block;
  width: 100%;
  height: 42px;
}

.header_link_category_box_mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_box_icon_title_mobile {
  display: flex;
  align-items: center;
}

.header_icon_category_mobile {
  display: block;
  width: 32px;
  height: 32px;
}

.header_title_category_mobile {
  font-family: var(--font-family-minor);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.36;
  text-align: left;
}

.header_container_category_mobile {
  overflow: hidden;
  max-height: 0;
  transition: max-height var(--transition-all-time);
}

.header_icon_arrow_category_mobile.category_mobile_open {
  transform: rotate(180deg);
}

.header_container_category_mobile.category_mobile_open {
  max-height: 80vh;
  overflow-y: auto;
}

.header_container_subcategories_mobile {
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  transition: all var(--transition-all-time);
}

.header_container_subcategories_mobile.subcategories_open {
  max-height: 1000px;
  opacity: 1;
  transition: all var(--transition-all-time);
}

.header_subcategories_mobile {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 42px;
}

.header_item_subcategory_mobile a{
  font-family: var(--font-family-minor);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.36;
  color: rgba(18, 17, 17, 1);
  opacity: 0.7;
}

.hide {
  display: none;
}

/* ============= result_search ===============*/

.header_result_search_container {
  position: absolute;
  top: 130%;
  width: 355px;
  background-color: var(--background-color-inputs);
  padding: 10px;
  border: var(--border-search-inputs);
  display: flex;
  border-radius: 8px;
  z-index: 1000;
}

.header_result_search_item {
  display: flex;
  width: 100%;
  height: 75px;
  padding: 5px 10px;
  gap: 10px;
}

.header_result_item_box_title_price {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header_result_item_photo {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 8px;
}

.header_result_title {
  font-family: var(--font-family-minor);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.36;
  text-align: left;
  opacity: 0.5;
  padding: 10px;
}

.header_result_title_category {
  position: relative;
  margin-top: 10px;
}

.header_result_category_line::before {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-text-title);
  opacity: 0.5;
}

.header_result_item_wrapper {
  max-height: 225px;
  overflow-y: auto;
}

.header_result_item_title {
  font-family: var(--font-family-minor);
  font-size: 14px;
  font-weight: 400;
  height: 38px;
  overflow: hidden;
  line-height: 1.36;
  transition: color var(--transition-all-time);
}

.header_result_item_price {
  font-family: var(--font-family-minor);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.36;
  margin: 0;
  transition: color var(--transition-all-time);
}

.header_result_search_item:hover .header_result_item_title,
.header_result_search_item:hover .header_result_item_price {
  color: var(--color-text-hover);
}

.header_result_category_link {
  display: flex;
  width: 100%;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
}

.header_result_category_name {
  font-family: var(--font-family-minor);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.36;
  transition: color var(--transition-all-time);
}

.header_result_category_name:hover {
  color: var(--color-text-hover);
}

.header_result_search_container + .backdrop {
  display: block;
  opacity: 1;
}

.backdrop.active {
  display: block;
  opacity: 1;
}

/* ==================MOBILE_MENU=================== */
.header_mobile_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 340px;
  height: 100vh;
  background-color: var(--background-color-mobile-menu);
  z-index: 1001;
  overflow-y: auto;
  padding: 20px 34px;
  transform: translateX(-100%);
  opacity: 0;
  transition: all var(--transition-all-time);
}

.header_mobile_menu.active {
  transform: translateX(0);
  opacity: 1;
}

.header_box_logo_btn_close {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.header_box_btn_close {
  width: 32px;
  height: 32px;
}

.header_btn_close {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}

.header_btn_close_icon {
  display: block;
  width: 100%;
  height: 100%;
}

.header_box_catalog_mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  cursor: pointer;
}

.header_btn_toggle_catalog_mobile {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
  margin-left: auto;
}

.header_icon_category_mobile {
  margin-right: 10px;
}

.header_text_category_mobile {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.14;
  text-align: left;
}

.header_icon_arrow_category_mobile {
  display: block;
  width: 16px;
  height: 16px;
}

.header_main_nav_mobile {
  margin-bottom: 20px;
}

.header_main_item_mobile {
  position: relative;
  height: 63px;
  display: flex;
  border-top: var(--border-header-main-link-mobile);
}

.header_list_link_mobile:last-child {
  border-bottom: var(--border-header-main-link-mobile);
}

.header_main_link_mobile {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.14;
  text-align: left;
  opacity: 0.8;
}

.header_main_link_mobile.active_link {
  color: var(--color-text-hover);
}

.header_list_contact_link_mobile {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
}

.header_contact_item_mobile {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header_icon_contact_link_mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}

.header_contact_link_mobile {
  font-family: var(--font-family-minor);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.36;
  text-align: left;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.backdrop_mobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  bottom: 0;
  background-color: var(--backdrop-dark-category);
  opacity: 0;
  transition: opacity var(--transition-all-time);
  z-index: 999;
}

.backdrop_mobile.active {
  display: block;
  opacity: 1;
}

.header_category_icon_mobile{
  width: 16px;
  height: 16px;
  opacity: 0.4;
  transition: all var(--transition-all-time);
}

.header_link_category{
  width: 100%;
}

.header_link_category:hover{
  color: #FF5E00;
}
.header_category_icon_mobile.subcategories_open {
  transform: rotate(-180deg);
  transition: all var(--transition-all-time);
}

.header_link_category_icon_category{
  display: flex;
  width: 100%;
  gap: 25px;
  align-items: center;
}

/* ==================/MOBILE_MENU=================== */

/* ==================TABLET=================== */

@media screen and (min-width: 768px) {
  .container {
    max-width: 768px;
    width: 768px;
    padding-left: 34px;
    padding-right: 34px;
    margin-left: auto;
    margin-right: auto;
  }

  /* ============ЗАГАЛЬНІ============ */

  .header_search_input {
    width: 600px;
  }

  /* ============= result_search ===============*/

  .header_result_search_container {
    width: 700px;
  }

  .header_result_search_item {
    height: 75px;
    padding: 5px 54px 5px 10px;
  }

  .header_result_item_title {
    font-size: 16px;
    height: auto;
  }

  .header_mobile_menu {
    width: 550px;
  }
}

/* ==================/TABLET=================== */

/* ==================DESKTOP=================== */

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1440px;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  /* ============ЗАГАЛЬНІ============ */

  .header {
    padding-bottom: 0;
  }

  .header_box_cart_mobile,
  .header_box_menu_burger {
    display: none;
  }

  .header_contact_nav,
  .header_main_nav,
  .header_box_cart_desktop {
    display: block;
  }

  .header_list_link {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 0;
    height: 60px;
    
  }

  .header_contact_item {
    display: flex;
    gap: 5px;
    align-items: center;
  }

    .box_header_contact_link{
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

  .header_contact_link {
    font-family: var(--font-family-minor);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.36;
    color: var(--color-text-header-contact-link);
    transition: color var(--transition-all-time);
  }

  .header_contact_link:hover {
    color: var(--color-text-hover);
  }

  .header_main_link {
    font-family: var(--font-family-main);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.14;
    color: var(--color-text-header-main);
    transition: color var(--transition-all-time);
  }

  .header_main_link:hover {
    color: var(--color-text-hover);
    cursor: pointer;
  }


  .header_main_link.active_link {
    color: var(--color-text-hover);
  }

  .header_box_category {
    display: flex;
    padding-top: 9px;
    align-items: flex-start;
    gap: 10px;
    height: 65px;
  }

  .header_text_category {
    font-family: var(--font-family-main);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.14;
    color: var(--color-text-header-main);
    -webkit-text-fill-color: var(--color-text-header-main);
    transition: color var(--transition-all-time);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .header_catalog_title_link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
  }

  .header_catalog_title_link_mobile {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    flex: 1;
  }

  .header_box_category:hover {
    cursor: pointer;
  }

  .header_box_category:hover .header_text_category {
    color: var(--color-text-hover);
    -webkit-text-fill-color: var(--color-text-hover);
    cursor: pointer;
  }

  .header_container_search_cart {
    justify-content: space-between;
    align-items: center;
    gap: 36px;
    width: auto;
  }

  .header_search_input {
    width: 630px;
  }



  /*==========Menu Category========== */

  .header_container_menu_category {
    display: none;
    position: absolute;
    top: 160px;
    background-color: var(--background-color-menu-category);
    border: var(--border-menu-category);
    z-index: 1000;
  }
  .backdrop {
    display: none;
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    bottom: 0;
    background-color: var(--backdrop-dark-category);
    opacity: 0;
    transition: opacity var(--transition-all-time);
    z-index: 999;
  }

  .header_box_category:hover + .backdrop {
    display: block;
    opacity: 1;
  }

  .header_box_category:hover .header_container_menu_category {
    display: flex;
  }

  .header_container_category {
    border-right: var(--border-menu-category);
    width: 350px;
  }

  .header_container_subcategory {
    padding: 20px;
    width: 300px;
  }

  .header_list_category {
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header_link_category {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }

  .header_link_category_box {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    transition: background-color var(--transition-all-time);
  }

  .header_icon_category {
    display: block;
    width: 32px;
    height: 32px;
  }

  .header_box_icon_title {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .header_link_category:hover .header_link_category_box {
    background-color: rgba(238, 113, 3, 0.22);
  }

  .header_category_icon {
    transform: rotate(0deg);
    transition: rotate var(--transition-all-time);
  }



  .header_link_category:hover .header_category_icon {
    transform: rotate(-90deg);
  }

  .heager_category_icon {
    display: block;
    width: 32px;
    height: 32px;
  }

  .header_title_category {
    font-family: var(--font-family-minor);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.36;
    text-align: left;
  }

  .header_subcategory_link {
    font-family: var(--font-family-minor);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.36;
    text-align: left;
    transition: color var(--transition-all-time);
  }

  .header_subcategory_link:hover {
    color: var(--color-text-hover);
  }

  .header_subcategories {
    display: none;
    position: absolute;
    left: 100%;
    top: -1px;
    bottom: -1px;
    width: 300px;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    z-index: 1001;
    background-color: var(--background-color-menu-category);
    border: var(--border-menu-category);
  }

  .header_item_category:hover .header_subcategories {
    display: flex;
  }

  /*==========/Menu Category========== */

  /* ============= result_search ===============*/

  .header_result_search_container {
    width: 730px;
  }

  .header_result_search_item {
    padding: 5px 84px 5px 10px;
  }
}

/* ==================/DESKTOP=================== */

/* ==============FOOTER============== */

.footer {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: var(--background-color-header-footer);
}

.footer_logo {
  width: 93px;
  height: 60px;
}

.footer_box_logo_help_contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px;
}

.footer_title_list {
  font-family: var(--font-family-minor);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  color: rgba(247, 247, 247, 0.8);
}

.footer_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer_list_link {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer_link {
  font-family: var(--font-family-minor);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.36;
  text-align: left;
  color: rgba(247, 247, 247, 0.6);
  transition: color var(--transition-all-time);
}

.footer_link:hover,
.footer_link:focus {
  color: var(--color-text-hover);
  text-decoration: none;
}

.footer_item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer_text {
  font-family: var(--font-family-minor);
  font-size: 14px;
  font-weight: 400;
  line-height: 19.1px;
  text-align: left;
  color: rgba(247, 247, 247, 1);
  opacity: 60%;
}

.footer_container_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}


/*==================== product_page ====================*/

.tabs_section_category_product_page {
  padding-top: 20px;
  margin-top: 40px;
}

.tabs_title {
  font-family: var(--font-family-main);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.18;
  margin-bottom: 0;
}

.container_top_product {
  display: flex;
  /* flex-direction: column; */
}

.box_photo_product {
  width: 100%;

   /*height: 260px;*/
}



.breadcrumb_product li a {
  transform: none; /* Запобігає будь-яким трансформаціям */
  transition: none;
}

.gallery {
    display: none;
}

.box_title_product_product_page {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.title_product_product_page{
    font-family: var(--font-family-main);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.14;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.box_rating_product_page{
    display: flex;
    align-items: center;
    gap: 20px;
}
@media screen and (max-width: 1440px) {
  .footer_text {
    display: flex;
    justify-content: center;
  }
}

.tabs_icon_rating_product_page{
    width: 24px;
    height: 24px;
}


.tabs_rating_value_product_page{
    font-family: var(--font-family-minor);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.36;
    text-align: left;
    opacity: 0.55;
    color:rgba(18, 17, 17, 1);
}

.review_link_product_page{
    font-family: var(--font-family-minor);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.36;
    text-align: left;
    color: rgba(238, 113, 3, 1);
}

.box_price_plus_minus_product{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.price_product_page{

    font-family: var(--font-family-main);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.14;
    color: rgba(18, 17, 17, 1);

}

.box_btn_plus_minus_add_cart{
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 20px;
}


.btn_add_cart_product_page{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    outline: none;
    background-color: var(--background-color-button-primary);
    transition: background-image var(--transition-all-time);
}

.tabs_btn_span_product_page{
    font-family: var(--font-family-main);
    position: relative;
    z-index: 10;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.14;
    color: var(--color-text-header-main);
}

.btn_add_cart_product_page::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--backdrop-dark);
    opacity: 0;
    transition: opacity var(--transition-all-time);
}

.btn_add_cart_product_page:hover::after {
    opacity: 1; /* Показати затемнення при наведенні */
}


.box_plus_minus_product_page{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 140px;
  padding: 10px;
  border: 1.6px solid rgba(18, 17, 17, 0.2);
  border-radius: 4px;
  height: 44px;

}

.result_text_product_page{
  text-align: center;
  font-family: var(--font-family-minor);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.36;
  color: rgba(18, 17, 17, 1);
  opacity: 0.8;
}

.icon_plus_product_page{
  width: 24px;
  height: 24px;
  display: block;
  opacity: 0.4;
}

.btn_plus_product_page{
  padding: 0;
  border: none;
  width: 24px;
  height: 24px;
  display: block;
}

.btn_plus_product_page:hover, .btn_plus_product_page:active, .btn_plus_product_page:focus{
  background-color: initial;
  outline: none;
  border: none;
}

.btn_plus_product_page:hover .icon_plus_product_page,  .btn_plus_product_page:active .icon_plus_product_page, .btn_plus_product_page:focus .icon_plus_product_page {
  opacity: 1;
}


.breadcrumb {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.breadcrumb li a {
  white-space: nowrap;
}


.nav-tabs_product_page.active {
  border-bottom: 2px solid rgba(238, 113, 3, 1)
}


.main_photo_update{
  width: 100%;
  border-radius: 4px;
}

.box_text_title_description_product{
  display: none;
}

.container_top_product{
  flex-direction: column;
}
.text_title_description_product{
  font-family: var(--font-family-minor);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.36;
  color: rgba(18, 17, 17, 1);
}






@media screen and (min-width: 768px) {
  .title_product_product_page {
    font-size: 24px;
  }

  .box_btn_plus_minus_add_cart{
    gap: 40px;
  }

  .box_plus_minus_product_page{
    width: 140px;
  }


}

@media screen and (min-width: 1440px) {
  .box_text_title_description_product{
      display: block;
  }

  .container_top_product{
    gap: 40px;
  }
  .container_top_product{
    flex-direction: row;
  }
  .box_photo_product {
    min-width: 560px;
  }

  .btn_add_cart_product_page{
    width: 280px;
    margin: 0;
  }

  .gallery{
    display: block;

  }

  .box_gallery_product{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-bottom: 10px;
  }

  .photo_minor_product{
      min-width: 130px;
  }

  .box_gallery_product::-webkit-scrollbar {
    width: 4px;
    height: 8px;
  }

  .box_gallery_product::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
  }

  .box_gallery_product::-webkit-scrollbar-thumb:hover {
    background: rgba(238, 113, 3, 1);
  }

  .box_gallery_product::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 4px;
  }



}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  color: var(--color-text-title);
  background-color: #fff;
  border: none;

}

.nav-tabs>li>a {
  color: var(--color-text-title);
 border:  none;
}

.nav-tabs>li>a:focus, .nav-tabs>li>a:active {
  outline: none;
  box-shadow: none;
}

.nav>li>a:focus, .nav>li>a:hover {
  color: var(--color-text-title);
  background-color: #fff;
  outline: none;
  box-shadow: none;
}



















/*==================== /product_page ====================*/

/* ==============TABLET============== */
@media screen and (min-width: 768px) {
  .footer_box_logo_help_contact {
    gap: 0;
  }

  .footer_logo {
    margin-bottom: 40px;
  }

  .tabs_title {
    font-size: 24px;
  }

  .footer_container_list {
    flex-direction: row;
    gap: 100px;
  }
}
/* ==============/TABLET============== */

/* ==============DESKTOP============== */
@media screen and (min-width: 1440px) {
  .footer_box_logo_help_contact {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 60px;
  }

  .tabs_title {
    font-size: 32px;
  }

  .footer_logo {
    width: 209px;
    height: 100px;
    margin-bottom: 0;
  }

  .footer_container_list {
    flex-direction: row;
    /*gap: 305px;*/
  }
}


.stock-status{
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.36;
    color: green;   
}

.stock-status-out-of-stock{
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.36;
    color: red;   
}

.sku_product {
     font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.36;
    color: rgba(18, 17, 17, 1);
}


.product-stock{
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ==============/DESKTOP============== */

/* ==============/FOOTER============== */

/*============/PRODUCT/===========*/

/*.rating p a {*/
/*    color: #EE7103;*/
/*}*/
/*.form-group {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 20px;*/
/*}*/
/*.form-control {*/

/*}*/


.store_hours_desc{
  max-width: 255px;
}

.store_hours_text {
  font-family: var(--font-family-minor);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.36;
  text-align: left;
  color: rgba(247, 247, 247, 0.6);
  transition: color var(--transition-all-time);
}

.store_hours_tablet {
  display: none;
}

.identification_desc {
  max-width: 255px;
}

.identification_text {
  font-family: var(--font-family-minor);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.36;
  text-align: left;
  color: rgba(247, 247, 247, 0.6);
  transition: color var(--transition-all-time);
}

.identification_tablet {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
  .store_hours_desc{
    display: none;
  }
  .store_hours_tablet {
    display: block;
  }

  .identification_desc {
    display: none;
  }
  .identification_tablet {
    display: block;
  }
}


.box_store_hours {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 25px;
}

.title_store_hours {
  font-family: var(--font-family-minor);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.36;
  color: rgba(18, 17, 17, 1);
}

.text_store_hours {
  max-width: 100%;
  font-family: var(--font-family-minor);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.36;
  color: rgba(18, 17, 17, 1);
  margin: 0 !important;
}

.info-box_update{
  margin-top: 40px;
}


.box_photo_product{
  position: relative;
}

.box_compensation_product {
  position: absolute;
  z-index: 990;
  top: 25px;
  left: 25px;
  padding: 4px 12px;
  border-radius: 43px;
  color: #FEFBFA;
  font-family: var(--font-family-main);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.21;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background-color: #45A02E;
}


.container_language_mobile {
    margin-bottom: 20px;
}

.language-selector .custom-select {
  display: flex;
  gap: 10px;
  align-items: center;
}
.language-selector .lang-btn {
  font-family: var(--font-family-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.36;
  color: rgba(18, 17, 17, 1);
  cursor: pointer;
}

.container_language_desktop .language-selector .lang-btn {
  color: #fff;
}

.language-selector .lang-btn.active {
  color: var(--color-hover);
  text-decoration: underline;
  transition: color var(--transition-all-time);
}

.language-selector .lang-btn:hover {
  color: var(--color-hover);
}

.container_language_desktop {
  display: none;
}

@media screen and (min-width: 1440px) {
  .container_language_desktop {
    display: flex;
  }
}



.modal_overlay_preview {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.modal_overlay_preview.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.btn_close_modal_preview {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  opacity: 0.4;
}


.btn_close_modal_preview:hover {
  opacity: 1;
}

.container_modal_preview {
  position: relative;
  max-width: 1024px;
  width: 95%;
  display: grid;
  grid-template-columns: 1fr;
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid rgba(243, 243, 242, 1);
  gap: 20px;
}

.box_image_modal_preview img{
  border-radius: 4px;
  overflow: hidden;
}

.modal_content_preview {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: auto;
  height: 100%;
}

.modal_title_content_preview {
  font-family: var(--font-family-main);
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
}

.modal_text_content_preview {
  font-family: var(--font-family-minor);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
}

.box_text_modal_content_preview {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  justify-content: center;
}

.icon_phone_modal_preview {
  width: 20px;
  height: 20px;
  fill: rgba(254, 251, 250, 1);
}

.box_text_icon_link_modal_preview {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  position: relative;
  z-index: 100;
  color: rgba(254, 251, 250, 1);
}

.modal_link_content_preview:hover .box_text_icon_link_modal_preview {
  color: rgba(254, 251, 250, 1);
}

.modal_link_content_preview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(67, 18, 0, 0.3);
  transition: all 0.3s ease;
}

.modal_link_content_preview:hover::before {
  opacity: 1;
}

.modal_link_content_preview {
  font-family: var(--font-family-minor);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  padding: 11px;
  border-radius: 8px;
  position: relative;
  color: rgba(254, 251, 250, 1);
  background-color: rgba(238, 113, 3, 1);
}


@media screen and (min-width: 768px) {
  .container_modal_preview {
    grid-template-columns: 1fr 1fr;
  }
}

/* ==================== Premium product page ==================== */
#product-product.product-page,
#product-product .product-page {
  color: #121111;
}

#product-product .product-page__hero {
  align-items: flex-start;
  gap: 22px;
  padding: 6px 0 28px;
}

#product-product .product-page__gallery,
#product-product .product-page__summary,
#product-product .product-details,
#product-product .tabs_section_category_product_page {
  min-width: 0;
}

#product-product .product-gallery {
  display: grid;
  gap: 12px;
  overflow: visible;
}

#product-product .product-gallery__main {
  overflow: hidden;
  border: 1px solid rgba(18, 17, 17, 0.08);
  border-radius: 8px;
  background: #f7f7f6;
  box-shadow: 0 16px 44px rgba(18, 17, 17, 0.08);
  position: relative;
}

#product-product .product-gallery__viewport {
  display: block;
  width: 100%;
}

#product-product .product-gallery__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(18, 17, 17, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #121111;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

#product-product .product-gallery__nav:hover,
#product-product .product-gallery__nav:focus {
  border-color: rgba(238, 113, 3, 0.85);
  box-shadow: 0 8px 22px rgba(18, 17, 17, 0.12);
  outline: none;
}

#product-product .product-gallery__nav--prev {
  left: 12px;
}

#product-product .product-gallery__nav--next {
  right: 12px;
}

#product-product .product-gallery--single .product-gallery__nav {
  display: none;
}

#product-product .main_photo_update {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  transition: transform 280ms ease, opacity 280ms ease;
}

#product-product .product-gallery__main:hover .main_photo_update {
  transform: scale(1.025);
}

#product-product .product-gallery__thumbs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 82px;
  gap: 10px;
  overflow-x: auto;
  padding: 2px 2px 10px;
  scrollbar-width: thin;
}

#product-product .gallery {
  display: block;
}

#product-product .image-additional .thumbnail {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(18, 17, 17, 0.1);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

#product-product .image-additional.is-active .thumbnail {
  border-color: rgba(238, 113, 3, 0.85);
  box-shadow: 0 8px 22px rgba(18, 17, 17, 0.1);
}

#product-product .image-additional .thumbnail:hover,
#product-product .image-additional .thumbnail:focus {
  border-color: rgba(238, 113, 3, 0.85);
  box-shadow: 0 8px 22px rgba(18, 17, 17, 0.1);
  transform: translateY(-2px);
}

#product-product .photo_minor_product {
  width: 80px;
  height: 80px;
  min-width: 0;
  object-fit: contain;
  padding: 8px;
  border-radius: 8px;
}

#product-product .product-page__summary {
  width: 100%;
  padding: 18px;
  border: 1px solid rgba(18, 17, 17, 0.08);
  border-radius: 8px;
  background: rgba(254, 251, 250, 0.96);
  box-shadow: 0 18px 50px rgba(18, 17, 17, 0.08);
}

#product-product .title_product_product_page {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
}

#product-product .product-page__rating {
  flex-wrap: wrap;
  gap: 12px;
}

#product-product .tabs_icon_rating_product_page {
  width: 19px;
  height: 19px;
}

#product-product .review_link_product_page {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  font-weight: 500;
}

#product-product .product-info-grid {
  display: grid;
  gap: 8px;
}

#product-product .product-info-grid__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(18, 17, 17, 0.07);
  border-radius: 8px;
  background: rgba(243, 243, 242, 0.55);
  font-size: 14px;
}

#product-product .product-info-grid__row span {
  color: rgba(18, 17, 17, 0.52);
}

#product-product .product-info-grid__row a,
#product-product .product-info-grid__row strong {
  color: #121111;
  font-weight: 700;
  text-align: right;
}

#product-product .product-info-grid__row a:hover,
#product-product .product-info-grid__row a:focus {
  color: #ee7103;
}

#product-product .product-buy-card {
  gap: 16px;
  padding: 16px;
  border: 1px solid rgba(18, 17, 17, 0.08);
  border-radius: 8px;
  background: #fff;
}

#product-product .product-buy-card__meta {
  flex-wrap: wrap;
  gap: 8px;
}

#product-product .product-buy-card__pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(18, 17, 17, 0.045);
  color: rgba(18, 17, 17, 0.72);
  font-size: 13px;
  line-height: 1.2;
}

#product-product .product-buy-card__pill--stock {
  background: rgba(69, 160, 46, 0.12);
  color: #287018;
}

#product-product .product-buy-card__pill--danger {
  background: rgba(210, 39, 39, 0.1);
  color: #b21f1f;
}

#product-product .product-buy-card__price-wrap {
  display: grid;
  gap: 4px;
}

#product-product .product-buy-card__price-wrap--metal {
  gap: 12px;
  width: 100%;
}

#product-product .metal-price-table {
  display: grid;
  gap: 14px;
  width: 100%;
}

#product-product .metal-price-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}

#product-product .metal-price-row__label {
  flex: 0 1 auto;
  max-width: 58%;
  color: #121111;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

#product-product .metal-price-row__dots {
  flex: 1 1 auto;
  min-width: 16px;
  margin-top: 0.85em;
  border-bottom: 1px dotted rgba(18, 17, 17, 0.35);
}

#product-product .metal-price-row__values {
  flex: 0 0 auto;
  text-align: right;
  min-width: 7.5em;
}

#product-product .metal-price-row__with-vat {
  margin: 0;
  color: #121111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

#product-product .metal-price-row__with-vat.price_product_page {
  font-size: 18px;
  font-weight: 700;
}

#product-product .metal-price-row__with-vat small,
#product-product .metal-price-row__without-vat small {
  font-size: 0.78em;
  font-weight: 500;
}

#product-product .metal-price-row__without-vat {
  margin-top: 2px;
  color: rgba(18, 17, 17, 0.55);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}

#product-product .price_product_page {
  margin: 0;
  color: #121111;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.05;
  transition: color 180ms ease;
}

#product-product .product-buy-card__old-price {
  color: rgba(18, 17, 17, 0.48);
  font-size: 16px;
  text-decoration: line-through;
}

#product-product .product-buy-card__tax {
  color: rgba(18, 17, 17, 0.56);
  font-size: 13px;
}

.price-pair {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.price-pair__main,
.price-pair__secondary {
  display: block;
  line-height: 1.25;
}
.price-pair__main {
  line-height: inherit;
}
.price-pair__main small,
.price-pair__secondary small {
  font-size: 0.72em;
  font-weight: 500;
  white-space: nowrap;
}

.price-pair__secondary {
  color: rgba(18, 17, 17, 0.58);
  font-size: 0.78em;
  font-weight: 500;
}

.price-on-request {
  font-weight: 600;
  color: #121111;
}

#product-product .product-purchase {
  display: grid;
  gap: 14px;
  margin-bottom: 0;
}

#product-product .product-purchase hr {
  width: 100%;
  margin: 4px 0;
  border-color: rgba(18, 17, 17, 0.08);
}

#product-product .product-purchase__heading {
  font-size: 18px;
  font-weight: 700;
}

#product-product .product-purchase .form-group {
  width: 100%;
  margin: 0;
}

#product-product .product-purchase .form-group > div[id^="input-option"] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#product-product .product-purchase .control-label {
  display: block;
  margin: 0 0 7px;
  color: rgba(18, 17, 17, 0.72);
  font-size: 13px;
  font-weight: 600;
}

#product-product .product-purchase .form-control {
  min-height: 44px;
  border: 1px solid rgba(18, 17, 17, 0.14);
  border-radius: 8px;
  box-shadow: none;
  color: #121111;
}

#product-product .product-purchase .radio,
#product-product .product-purchase .checkbox {
  margin: 0;
}

#product-product .product-purchase .radio label,
#product-product .product-purchase .checkbox label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  margin: 0;
  padding: 10px 14px 10px 40px;
  border: 1px solid rgba(18, 17, 17, 0.1);
  border-radius: 8px;
  background: #fff;
  color: #121111;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  cursor: pointer;
  transition: border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

#product-product .product-purchase .radio label:hover,
#product-product .product-purchase .checkbox label:hover {
  border-color: rgba(238, 113, 3, 0.45);
  background: rgba(238, 113, 3, 0.04);
  box-shadow: 0 8px 20px rgba(18, 17, 17, 0.06);
}

#product-product .product-purchase input[type="radio"],
#product-product .product-purchase input[type="checkbox"] {
  position: absolute;
  top: 50%;
  left: 14px;
  margin: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid rgba(18, 17, 17, 0.35);
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 4px #fff;
}

#product-product .product-purchase input[type="checkbox"] {
  border-radius: 5px;
}

#product-product .product-purchase input[type="radio"]:checked,
#product-product .product-purchase input[type="checkbox"]:checked {
  border-color: #ee7103;
  background: #ee7103;
}

#product-product .product-purchase .radio label:has(input[type="radio"]:checked),
#product-product .product-purchase .checkbox label:has(input[type="checkbox"]:checked) {
  border-color: rgba(238, 113, 3, 0.9);
  background: rgba(238, 113, 3, 0.08);
  box-shadow: 0 8px 22px rgba(238, 113, 3, 0.12);
}

#product-product .product-purchase__actions {
  display: grid;
  grid-template-columns: 132px 1fr 44px 44px;
  gap: 10px;
  align-items: center;
  width: 100%;
}

#product-product .box_plus_minus_product_page {
  width: 132px;
  height: 50px;
  padding: 8px;
  border-color: rgba(18, 17, 17, 0.16);
  border-radius: 8px;
  background: #fff;
}

#product-product .result_text_product_page {
  width: 36px;
  opacity: 1;
}

#product-product .btn_add_cart_product_page {
  width: 100%;
  min-height: 50px;
  border-radius: 8px;
  background: #ee7103;
  box-shadow: 0 12px 26px rgba(238, 113, 3, 0.24);
}

#product-product .tabs_btn_span_product_page {
  font-weight: 700;
}

#product-product .product-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(18, 17, 17, 0.12);
  border-radius: 8px;
  background: #fff;
  color: rgba(18, 17, 17, 0.72);
  transition: color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

#product-product .product-action-btn:hover,
#product-product .product-action-btn:focus {
  border-color: rgba(238, 113, 3, 0.72);
  color: #ee7103;
  transform: translateY(-1px);
}

#product-product .box_text_title_description_product {
  padding: 16px;
  border-radius: 8px;
  background: rgba(243, 243, 242, 0.75);
}

#product-product .product-delivery-payment__title {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #121111;
}

#product-product .product-delivery-payment__subtitle {
  margin: 16px 0 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #121111;
}

#product-product .product-delivery-payment p {
  margin: 0 0 10px;
}

#product-product .product-delivery-payment__list {
  margin: 0 0 10px;
  padding-left: 20px;
}

#product-product .product-delivery-payment__list li {
  margin-bottom: 4px;
}

#product-product .product-details {
  margin-top: 18px;
}

#product-product .product-details__tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin-bottom: 0;
  padding: 0 0 10px;
  border: 0;
}

#product-product .product-details__tabs .nav-tabs_product_page.active {
  border-bottom: 0;
}

#product-product .product-details__tabs > li > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(18, 17, 17, 0.1);
  border-radius: 999px;
  background: #fff;
  color: rgba(18, 17, 17, 0.76);
  font-weight: 600;
  white-space: nowrap;
}

#product-product .product-details__tabs > li.active > a,
#product-product .product-details__tabs > li.active > a:focus,
#product-product .product-details__tabs > li.active > a:hover {
  border-color: rgba(238, 113, 3, 0.4);
  background: rgba(238, 113, 3, 0.09);
  color: #121111;
  box-shadow: inset 0 0 0 1px rgba(238, 113, 3, 0.16);
}

#product-product .product-details__content {
  padding: 16px;
  border: 1px solid rgba(18, 17, 17, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(18, 17, 17, 0.06);
}

#product-product #tab-description {
  color: rgba(18, 17, 17, 0.78);
  font-size: 15px;
  line-height: 1.7;
}

#product-product .product-specs-table {
  margin: 0;
  border-collapse: separate;
  border-spacing: 0 8px;
}

#product-product .product-specs-table tr {
  background: rgba(243, 243, 242, 0.65);
}

#product-product .product-specs-table td {
  border: 0;
  padding: 12px;
  vertical-align: top;
}

#product-product .product-specs-table .table_news {
  width: 42%;
  border-radius: 8px 0 0 8px;
  color: rgba(18, 17, 17, 0.58);
  font-weight: 600;
}

#product-product .product-specs-table .table_navi {
  border-radius: 0 8px 8px 0;
  color: #121111;
  font-weight: 600;
}

#product-product .reviews-container {
  margin: 0 0 20px;
}

#product-product .reviews-list {
  display: grid;
  gap: 12px;
}

#product-product .review {
  padding: 14px;
  border: 1px solid rgba(18, 17, 17, 0.08);
  border-radius: 8px;
  background: rgba(254, 251, 250, 0.9);
}

#product-product .review-header {
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

#product-product .user-image {
  width: 42px;
  height: 42px;
  object-fit: cover;
}

#product-product .review-author {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

#product-product .review-date {
  margin-left: auto;
  color: rgba(18, 17, 17, 0.5);
}

#product-product .review-text {
  color: rgba(18, 17, 17, 0.76);
}

#product-product .product-review-form {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(18, 17, 17, 0.08);
  border-radius: 8px;
  background: rgba(243, 243, 242, 0.55);
}

#product-product .product-review-form h2 {
  font-size: 22px;
  font-weight: 700;
}

#product-product .form-reviews-container {
  gap: 12px;
}

#product-product .product-review-form .col-sm-12 {
  width: 100%;
  padding: 0;
}

#product-product .product-review-form .form-control {
  min-height: 46px;
  border: 1px solid rgba(18, 17, 17, 0.12);
  border-radius: 8px;
  box-shadow: none;
}

#product-product .product-review-form textarea.form-control {
  min-height: 118px;
}

#product-product .gear_button {
  min-height: 46px;
  margin: 0;
  border: 0;
  border-radius: 8px;
  background: #ee7103;
}

#product-product .tabs_section_category_product_page {
  margin-top: 30px;
  padding: 0 0 20px;
}

#product-product .product-related {
  position: relative;
}

#product-product .product-related__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

#product-product .tabs_section_category_product_page .tabs_title {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
}

#product-product .product-related__controls {
  display: flex;
  gap: 8px;
}

#product-product .product-related__control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(18, 17, 17, 0.1);
  border-radius: 8px;
  background: #fff;
  color: #121111;
  box-shadow: 0 8px 22px rgba(18, 17, 17, 0.06);
  transition: border-color 220ms ease, color 220ms ease, transform 220ms ease;
}

#product-product .product-related__control:hover,
#product-product .product-related__control:focus {
  border-color: rgba(238, 113, 3, 0.55);
  color: #ee7103;
  transform: translateY(-1px);
}

#product-product .product-related__viewport {
  position: relative;
  margin: 0 -2px;
}

#product-product .tabs_list_products_categoty_product_page {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 260px);
  gap: 16px;
  overflow-x: auto;
  margin: 0;
  padding: 6px 2px 22px;
  scroll-snap-type: x proximity;
  scroll-padding: 2px;
  scrollbar-width: thin;
}

#product-product .tabs_list_products_categoty_product_page.dragging {
  cursor: grabbing;
}

#product-product .product-related__item {
  scroll-snap-align: start;
}

#product-product .tabs_item_product_link {
  width: 100%;
  height: 100%;
  border-color: rgba(18, 17, 17, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(18, 17, 17, 0.05);
}

#product-product .tabs_product_photo {
  width: 100%;
  aspect-ratio: 1 / 0.9;
  height: auto;
  object-fit: contain;
  background: #f7f7f6;
}

#product-product .tabs_box_product_photo {
  background: #f7f7f6;
}

#product-product .tabs_product_title {
  min-height: 42px;
  color: #121111;
  font-size: 15px;
  font-weight: 600;
}

#product-product .tabs_product_price {
  font-size: 18px;
  font-weight: 800;
}

#product-product .btn_cart_product {
  min-height: 42px;
  border-radius: 8px;
  background: #121111;
  color: #fff;
  transition: background 220ms ease, transform 220ms ease;
}

#product-product .btn_cart_product:hover {
  background: #ee7103;
  transform: translateY(-1px);
}

@media screen and (max-width: 767px) {
  #product-product .product-page__summary {
    padding: 14px;
  }

  #product-product .title_product_product_page {
    font-size: 24px;
  }

  #product-product .price_product_page {
    font-size: 30px;
  }

  #product-product .product-purchase__actions {
    position: sticky;
    bottom: 0;
    z-index: 50;
    grid-template-columns: 112px 1fr;
    padding: 10px;
    margin: 0 -14px -14px;
    border-top: 1px solid rgba(18, 17, 17, 0.08);
    background: rgba(254, 251, 250, 0.96);
    box-shadow: 0 -12px 28px rgba(18, 17, 17, 0.12);
    backdrop-filter: blur(12px);
  }

  #product-product .product-action-btn {
    display: none;
  }

  #product-product .box_plus_minus_product_page {
    width: 112px;
  }

  #product-product .product-specs-table,
  #product-product .product-specs-table tbody,
  #product-product .product-specs-table tr,
  #product-product .product-specs-table td {
    display: block;
    width: 100%;
  }

  #product-product .product-specs-table tr {
    border-radius: 8px;
    overflow: hidden;
  }

  #product-product .product-specs-table .table_news,
  #product-product .product-specs-table .table_navi {
    border-radius: 0;
  }

  #product-product .review-date {
    width: 100%;
    margin-left: 52px;
  }
}

@media screen and (min-width: 768px) {
  #product-product .product-page__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  }

  #product-product .product-page__summary {
    position: sticky;
    top: 98px;
  }

  #product-product .title_product_product_page {
    font-size: 34px;
  }

  #product-product .product-details__content {
    padding: 24px;
  }

  #product-product .form-reviews-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1440px) {
  #product-product .product-page__hero {
    grid-template-columns: minmax(0, 640px) minmax(0, 1fr);
    gap: 46px;
  }

  #product-product .product-page__summary {
    padding: 24px;
  }

  #product-product .title_product_product_page {
    font-size: 40px;
  }

  #product-product .price_product_page {
    font-size: 42px;
  }

  #product-product .product-gallery__thumbs {
    grid-auto-columns: 100px;
  }

  #product-product .photo_minor_product {
    width: 98px;
    height: 98px;
  }
}

/* Product page tablet and narrow-mobile refinements */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #product-product.container {
    width: 100%;
    max-width: 1024px;
    padding-left: 24px;
    padding-right: 24px;
  }

  #product-product .product-page__hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  #product-product .product-page__gallery,
  #product-product .product-page__summary {
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  #product-product .product-page__summary {
    position: static;
  }

  #product-product .product-purchase__actions {
    grid-template-columns: 132px minmax(180px, 1fr) 44px 44px;
  }

  #product-product .product-details,
  #product-product .tabs_section_category_product_page {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  #product-product.container {
    width: 100%;
    max-width: 1180px;
    padding-left: 34px;
    padding-right: 34px;
  }

  #product-product .product-page__hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
    gap: 34px;
  }
}

@media screen and (max-width: 767px) {
  #product-product.container {
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  #product-product .breadcrumb {
    max-width: 100%;
  }

  #product-product .product-page__hero {
    gap: 18px;
  }

  #product-product .product-gallery.thumbnails {
    overflow: visible;
  }

  #product-product .product-gallery__main,
  #product-product .product-gallery__viewport {
    touch-action: pan-y;
  }

  #product-product .product-gallery__thumbs {
    touch-action: pan-x;
    overscroll-behavior-x: contain;
  }

  #product-product .product-gallery__main,
  #product-product .product-page__summary,
  #product-product .product-details__content,
  #product-product .product-review-form {
    box-shadow: 0 10px 26px rgba(18, 17, 17, 0.06);
  }

  #product-product .main_photo_update {
    padding: 10px;
  }

  #product-product .product-gallery__thumbs {
    grid-auto-columns: 72px;
    gap: 8px;
  }

  #product-product .photo_minor_product {
    width: 70px;
    height: 70px;
  }

  #product-product .product-purchase .form-group > div[id^="input-option"] {
    gap: 8px;
  }

  #product-product .product-purchase .radio label,
  #product-product .product-purchase .checkbox label {
    min-height: 42px;
    padding: 9px 12px 9px 36px;
    font-size: 13px;
  }

  #product-product .product-purchase input[type="radio"],
  #product-product .product-purchase input[type="checkbox"] {
    left: 12px;
    width: 16px;
    height: 16px;
  }

  #product-product .product-purchase__actions {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 8px;
  }

  #product-product .box_plus_minus_product_page {
    width: 104px;
  }

  #product-product .btn_add_cart_product_page {
    min-width: 0;
  }

  #product-product .tabs_btn_span_product_page {
    max-width: 100%;
    padding: 0 8px;
    font-size: 13px;
    line-height: 1.1;
    text-align: center;
  }

  #product-product .product-details__tabs {
    max-width: 100%;
    padding-bottom: 8px;
  }

  #product-product .product-details__tabs > li {
    flex: 0 0 auto;
  }

  #product-product .product-details__tabs > li > a {
    min-height: 38px;
    padding: 8px 11px;
    font-size: 12px;
  }

  #product-product .product-related__header {
    align-items: flex-start;
  }

  #product-product .product-related__controls {
    display: none;
  }

  #product-product .tabs_list_products_categoty_product_page {
    grid-auto-columns: minmax(190px, 78vw);
    gap: 12px;
    padding-bottom: 18px;
    scroll-snap-type: x mandatory;
  }

  #product-product .product-details__content,
  #product-product .product-review-form {
    padding: 12px;
  }

  #product-product .product-review-form .buttons_clearfix {
    align-items: stretch;
  }

  #product-product .product-review-form .pull-right,
  #product-product .product-review-form .gear_button {
    width: 100%;
  }
}
.alert-dismissible {
  display: inline-block;
  max-width: 100%;
  border-radius: 8px;
  gap: 10px;
  width: 100%;
}
.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: 0px !important;
  right: -1px !important;
  color: inherit;
}
@media screen and (max-width: 374px) {
  .container {
    width: 100%;
    max-width: 100%;
  }

  .header_container_search_cart,
  .header_box_search,
  .header_search_label {
    min-width: 0;
    width: 100%;
  }

  .header_search_input {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    padding-left: 42px;
    padding-right: 12px;
  }

  .header_search_btn {
    flex: 0 0 68px;
    width: 68px;
  }

  .header_search_btn_text {
    font-size: 13px;
  }

  #product-product .product-page__summary {
    padding: 12px;
  }

  #product-product .title_product_product_page {
    font-size: 21px;
  }

  #product-product .price_product_page {
    font-size: 28px;
  }

  #product-product .product-buy-card {
    padding: 12px;
  }

  #product-product .product-purchase__actions {
    margin-left: -12px;
    margin-right: -12px;
  }

  #product-product .product-purchase .radio,
  #product-product .product-purchase .checkbox {
    width: 100%;
  }

  #product-product .product-purchase .radio label,
  #product-product .product-purchase .checkbox label {
    width: 100%;
  }
}

/* ==================== Premium category page ==================== */
#product-category.container_category_page {
  color: #121111;
}

#product-category .category-page {
  min-height: 520px;
}

#product-category .category-page__hero {
  display: grid;
  gap: 16px;
  margin-bottom: 22px;
}

#product-category .category-page__toolbar {
  display: grid;
  gap: 14px;
  align-items: end;
}

#product-category .box_title_length_ctategory {
  margin-bottom: 0;
}

#product-category .title_ctategory {
  width: 100%;
  margin: 0;
  color: #121111;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

#product-category .container_products_sort_btn_filter {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 0;
}

#product-category .container_products_sort {
  position: relative;
  width: 100%;
  min-height: 44px;
  padding: 0;
  border: 1px solid rgba(18, 17, 17, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(18, 17, 17, 0.04);
  padding: 0 10px;
}

#product-category .select_sort {
  width: 100%;
  min-height: 44px;
  padding: 0 40px 0 14px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #121111;
  font-size: 14px;
  font-weight: 600;
  appearance: auto;
}

#product-category .btn_open_filter {
  min-height: 44px;
  border-radius: 8px;
  background: #121111;
}

#product-category .category-subnav {
  padding: 14px;
  border: 1px solid rgba(18, 17, 17, 0.08);
  border-radius: 8px;
  background: rgba(254, 251, 250, 0.96);
  box-shadow: 0 16px 44px rgba(18, 17, 17, 0.06);
}

#product-category .category-subnav__grid {
  display: grid;
  gap: 10px;
}

#product-category .category-subnav__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
  padding: 0;
  overflow: visible;
}

#product-category .category-subnav__item {
  min-width: 0;
}

#product-category .category-subnav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 46px;
  width: 100%;
  padding: 11px 13px;
  border: 1px solid rgba(18, 17, 17, 0.08);
  border-radius: 8px;
  background: #fff;
  color: #121111;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.22;
  white-space: normal;
  text-wrap: initial;
  box-shadow: 0 8px 20px rgba(18, 17, 17, 0.04);
  transition: all 0.3s ease;
}
#product-category .category-subnav__link:hover {
  background: #FF5E00 !important;
  ttr
}

#product-category .category-subnav__link span {
  flex: 1 1 auto;
  min-width: 0;
}

#product-category .category-subnav__image {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  padding: 4px;
  border-radius: 8px;
  background: #f7f7f6;
  object-fit: contain;
}

#product-category .category-subnav__link .fa {
  flex: 0 0 auto;
  color: #ee7103;
  font-size: 16px;
  transition: transform 220ms ease;
}

#product-category .category-subnav__link:hover,
#product-category .category-subnav__link:focus {
  border-color: rgba(238, 113, 3, 0.55);
  color: #121111;
  text-decoration: none;
  /* transform: translateY(-2px); */
  box-shadow: 0 14px 28px rgba(18, 17, 17, 0.08);
}

#product-category .category-subnav__link:hover .fa,
#product-category .category-subnav__link:focus .fa {
  transform: translateX(3px);
}

#product-category .category-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  justify-content: initial;
  padding: 0 0 20px;
  margin: 0;
}

#product-category .tabs_item_product {
  width: auto;
  min-width: 0;
}

#product-category .tabs_item_product_link {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(18, 17, 17, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(18, 17, 17, 0.05);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

#product-category .tabs_item_product_link:hover,
#product-category .tabs_item_product_link:focus {
  border-color: rgba(238, 113, 3, 0.38);
  box-shadow: 0 16px 34px rgba(18, 17, 17, 0.09);
  transform: translateY(-3px);
  text-decoration: none;
}

#product-category .tabs_box_product_photo {
  padding: 8px;
  background: #f7f7f6;
}

#product-category .tabs_product_photo {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 0.82;
  object-fit: contain;
  border-radius: 6px;
  background: #fff;
}

#product-category .tabs_box_product_info {
  gap: 10px;
  padding: 12px;
}

#product-category .tabs_product_title {
  height: auto;
  min-height: 42px;
  color: #121111;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

#product-category .tabs_box_rating_price {
  gap: 8px;
}

#product-category .tabs_product_price {
  color: #121111;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
}

#product-category .btn_cart_product {
  min-height: 42px;
  height: auto;
  margin-top: 6px;
  border-radius: 8px;
  background: #ee7103;
  box-shadow: 0 10px 22px rgba(238, 113, 3, 0.18);
}

#product-category .tabs_btn_text {
  font-size: 14px;
  font-weight: 700;
}

#product-category .pagination_wrap {
  margin: 12px 0 34px;
  padding: 14px;
  border: 1px solid rgba(18, 17, 17, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(18, 17, 17, 0.04);
}

#product-category .container_description_category {
  max-width: none;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(18, 17, 17, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(238, 113, 3, 0.08), rgba(238, 113, 3, 0) 46%),
    rgba(243, 243, 242, 0.72);
  color: rgba(18, 17, 17, 0.72);
  font-size: 15px;
  line-height: 1.65;
}

#product-category .category-description {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  box-shadow: 0 14px 36px rgba(18, 17, 17, 0.06);
}

#product-category .category-description__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #fff;
  color: #ee7103;
  box-shadow: 0 8px 20px rgba(18, 17, 17, 0.06);
}

#product-category .category-description__title {
  margin: 0 0 8px;
  color: #121111;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.18;
}

#product-category .category-description__text {
  color: rgba(18, 17, 17, 0.74);
}

#product-category .category-description__text > :last-child {
  margin-bottom: 0;
}

#product-category .category-description__text p {
  margin: 0 0 10px;
}

#product-category .category-description__text ul,
#product-category .category-description__text ol {
  display: grid;
  gap: 6px;
  margin: 10px 0;
  padding-left: 18px;
  list-style: initial;
}

#product-category .category-description__text a {
  color: #ee7103;
  font-weight: 700;
}

#product-category .category-description__text table {
  overflow: hidden;
  margin-top: 12px;
  border-radius: 8px;
  background: #fff;
}

#product-category .category-description__text td,
#product-category .category-description__text th {
  padding: 10px;
  border-bottom: 1px solid rgba(18, 17, 17, 0.08);
}

@media screen and (max-width: 374px) {
  #product-category.container_category_page {
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    overflow-x: hidden;
  }

  #product-category .title_ctategory {
    font-size: 24px;
  }

  #product-category .category-subnav__image {
    width: 38px;
    height: 38px;
  }

  #product-category .category-products {
    grid-template-columns: 1fr;
  }

  #product-category .category-description {
    grid-template-columns: 1fr;
  }

  #product-category .category-description__icon {
    display: none;
  }

  #product-category .category-description__title {
    font-size: 18px;
  }
}

@media screen and (min-width: 375px) and (max-width: 767px) {
  #product-category.container_category_page {
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  #product-category.container_category_page {
    width: 100%;
    max-width: 1024px;
    padding-left: 24px;
    padding-right: 24px;
  }

  #product-category .category-page__toolbar {
    /* grid-template-columns: minmax(0, 1fr) minmax(240px, auto); */
  }

  #product-category .title_ctategory {
    font-size: 36px;
  }

  #product-category .container_products_sort {
    min-width: 260px;
  }

  #product-category .category-subnav__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #product-category .category-subnav__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #product-category .category-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
}

@media screen and (min-width: 1200px) {
  #product-category.container_category_page {
    max-width: 1440px;
    padding-left: 100px;
    padding-right: 100px;
  }

  #product-category .category-page__toolbar {
    grid-template-columns: minmax(0, 1fr) minmax(280px, auto);
  }

  #product-category .category-subnav__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #product-category .category-subnav__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #product-category .category-products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }
}
