.topper_block {
  display: flex;
  gap: 20px;
  /* align-items: center; */
  background: linear-gradient(214.64deg, #F1F1F2 26.49%, #E6E6F3 125.7%);
  border-radius: 24px;
  padding: 39px 111px;
  justify-content: space-between;
}

.topper_block p, .topper_block h1 {
  margin: 0;
}

.topper_block .left {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 430px;
  margin-top: 20px;
}

.topper_block .left.__wide {
  max-width: 525px;
}

.topper_block .left .buttons {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #1F1F1F;
  display: flex;
  gap: 40px;
  margin-top: 60px;
}

.topper_block .left .buttons .btn {
  padding: 0;
  padding-bottom: 4px;
  border-bottom: 1px dashed rgba(31, 31, 31, 0.25);
}

.topper_block .info_contents {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.topper_block .topper_btn {
  background-color: #626271;
  border-radius: 8px;
  color: #fff;
  padding: 12px 32px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  width: fit-content;
}

.topper_block .topper_info {
  color: #1F1F1F;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}

.topper_block .topper_info .inline {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: #626271;
}

.topper_block .tel {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #1F1F1F;
}

.topper_block .text {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #1F1F1F;
}

.topper_block .main_img {
  height: fit-content;
  width: 100%;
  object-fit: contain;
}

.topper_block .right {
  position: relative;
  flex: 1;
  min-height: 260px;
}

.topper_block .main_img.__phone {
  max-height: 282px;
  object-position: right;
}

.topper_block .main_img.__question {
  position: absolute;
  bottom: -13px;
  right: -60px;
  height: 436px;
  width: 436px;
  pointer-events: none;
  max-height: 430px;
}

.tabbed {
  padding: 60px 45px;
}

.tabbed .sections {
    padding: 0 91px;
}

@media (max-width: 960px) {
    .tabbed .sections {
        padding: 0 45px;
    }
}

@media (max-width: 768px) {
    .tabbed .sections {
        padding: 0;
        padding-bottom: 40px;
    }
}

.tabbed .tabs {
  display: flex;
  gap: 24px;
  margin-bottom: 60px;
  overflow-y: auto;
  flex-wrap: wrap;
}

@media (max-width: 960px) {
    .tabbed .tabs {
        flex-wrap: nowrap;
    }
}

.tabbed .tabs .tab {
  flex-shrink: 0;
  padding: 12px 22px;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  transition: background-color 0.2s, border 0.2s;
}

.tabbed .tabs .tab.__active {
  background-color: #F9F9F9;
  border: 1px solid #F9F9F9;
}

.tabbed .sections .section {
  display: none;
}

.tabbed .sections .section.__shown {
  display: block;
}

.contact_section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact_section .h3 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #1F1F1F;
  margin: 0;
}

.tabbed .subheading {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  color: #1F1F1F;
  margin: 0;
}

.tabbed .section_text {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #1F1F1F;
  margin: 0;
}

.tabbed .section_text.__bold {
  font-weight: 600;
}

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

.tabbed .block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}


.contact_section .tel {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  color: #1F1F1F;
}

.contact_section .wa {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact_section .right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 431px;
}

.contact_section .move_to_contact {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #1F1F1F;
  width: fit-content;
  border-bottom: 1px dashed #1F1F1F;
  padding: 2px 0;
}

.section_wrapper .feedback_form .line {
  display: flex;
  gap: 24px;
}

.section_wrapper .feedback_form .field_block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.section_wrapper .feedback_form .field_block.__textarea {
  margin-top: 24px;
}

.section_wrapper .feedback_form .field_block label {
  margin: 0;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: #1F1F1F;
}

.section_wrapper .feedback_form .field_block label .red {
  color: #FF4A50;
}

.section_wrapper .feedback_form .line .field_block {
  flex: 1;
}

.section_wrapper .feedback_form .field_input {
  border: 1px solid #E0E0E0;
  padding: 12px 16px;
  border-radius: 12px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
}

.section_wrapper .feedback_form .field_input::placeholder {
  color: #BAC0BE;
}

.section_wrapper .feedback_form .bottom {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 22px;
}

.section_wrapper .feedback_form .bottom .submit_btn {
  background-color: #626271;
  padding: 12px 35.5px;
  color: #fff;
  border-radius: 12px;
}

.section_wrapper .feedback_form .bottom .checkmark_wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #1F1F1F;
}

.section_wrapper .feedback_form .bottom .checkmark_wrap label {
  margin: 0;
}

.section_wrapper .s_text {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #1F1F1F;
  margin: 0;
}

.section_wrapper .map_wrap {
  height: 400px;
  width: 100%;
}

.accordion_wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.accordion_wrap .accordion_text {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #1F1F1F;
  margin: 0;
}

.accordion_wrap .contents {
  margin-top: 24px;
}

.accordion_wrap .entry {
  width: 100%;
  background-color: #F9F9F9;
  border-radius: 24px;
  padding: 25px 40px;
  text-align: start;
}

.accordion_wrap .entry .top {
  display: flex;
  justify-content: space-between;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 144%;
  color: #1F1F1F;
}

.accordion_wrap .entry.__open .icon {
  transform: rotate(180deg);
}

.accordion_wrap .entry .top .icon {
  margin-top: 9px;
  transition: transform 0.3s;
}

.tabbed .section_outer {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.order_page {
  display: grid;
  grid-template-columns: 1fr 389px;
  gap: 0 74px;
  max-width: 986px;
  margin-left: auto;
  margin-right: auto;
}

.order_page .page_heading {
  margin-bottom: 46px;
}

.order_page .left {
  grid-row: 2;
  grid-column: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.order_page .left .checkbox_wrap {
  display: flex;
  gap: 6px;
  align-items: center;
}

.order_page .left .checkbox_wrap label {
  margin: 0;
}

.order_page .summary {
  grid-column: 2;
  grid-row: 2;
  padding: 26px 20px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(106, 122, 152, 0.15);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  height: fit-content;
  /* position: sticky; */
  /* top: 20px; */
}

.order_page .summary .topper {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  color: #1F1F1F;
  margin: 0;
}

.order_page .summary .items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.order_page .summary .items .item {
  display: flex;
  gap: 12px;
}

.order_page .summary .items .item .name {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #1F1F1F;
  margin-bottom: 4px;
}

.order_page .summary .items .item .bottom {
  display: flex;
  gap: 12px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #1F1F1F;
}

.order_page .summary .items .item .bottom .total {
  margin: 0;
  font-weight: 500;
}

.order_page .summary .items .item .product_img {
  height: 60px;
  width: 60px;
  object-fit: contain;
}

.order_page .summary .totals .line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.order_page .summary .totals .line.__total {
  margin-top: 10px;
  margin-bottom: 0;
}

.order_page .summary .totals .total {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #494949;
  margin: 0;
}

.order_page .summary .totals .total_bold {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  color: #1F1F1F;
  margin: 0;
}

.order_page .subheading {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 136%;
  color: #1F1F1F;
}

.order_page .order_box {
  padding: 20px;
  border: 1px solid #BAC0BE;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  margin: 0;
}

.order_page .order_box .button_topper {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #1F1F1F;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.order_page .order_box .button_text {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #494949;
  margin: 0;
}

.order_page .options_grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}

.order_page .option_wrap .radio_input {
  display: none;
}

.order_page .option_wrap .radio_input:checked ~ .order_box {
  border: 1px solid #5e6578;
}

.order_page .delivery_subtypes {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 12px;
}

.order_page .delivery_subtypes .option_title {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #1F1F1F;
  margin: 0;
}

.order_page .delivery_subtypes .option_subtitle {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: #BAC0BE;
  margin: 0;
}

.order_page .delivery_subtypes .option_wrap label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.order_page .delivery_subtypes .option_wrap label::before {
  content: "";
  display: flex;
  height: 20px;
  width: 20px;
  flex-shrink: 0;
  border: 4px solid #BAC0BE;
  border-radius: 100%;
}

.order_page .delivery_subtypes .option_wrap .radio_input:checked ~ label::before {
    border: 4px solid #39B200;
}

.order_page .field_block {
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.order_page .field_block .label {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: #1F1F1F;
  margin: 0;
}

.order_page .field_block .field {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  padding: 12px 16px;
  width: 100%;
  box-sizing: border-box;
}

.order_page .field_block .field.__short {
  max-width: 260px;
}

.order_page .field_block .input::placeholder {
  color: #BAC0BE;
}

.order_page .field_block .label .red {
  color: #FF4A50;
}

.order_page .field_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 24px;
}

.order_page .block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.order_page .order_box.__with_circle .button_topper::after {
  content: "";
  height: 20px;
  width: 20px;
  border: 4px solid #BAC0BE;
  border-radius: 100%;
}

.order_page .order_box.__with_circle .button_topper {
  justify-content: space-between;
}

.order_page .option_wrap .radio_input:checked ~ .order_box.__with_circle .button_topper::after {
    border: 4px solid #39B200;
}

.order_page .left .totals {
  padding-top: 40px;
  border-top: 1px solid #BAC0BE;
}

.order_page .left .totals .total_text {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #1F1F1F;
  flex-shrink: 0;
  margin: 0;
}

.order_page .left .totals .total_text.__semibold {
  font-weight: 600;
}

.order_page .left .totals .total_text.__big {
  font-size: 24px;
  line-height: 133%;
  font-weight: 700;
  font-family: "Inter";
}

.order_page .left .totals .total_text.__grey {
  color: #626271;
}

.order_page .left .totals .line {
  display: flex;
  align-items: flex-end;
}

.order_page .left .totals .line .underline {
  flex-grow: 1;
  width: 100%;
  border-bottom: 1px dashed rgba(31, 31, 31, 0.25);
}

.order_page .left .totals .totals_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.order_page .legal {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: #1F1F1F;
}

.order_page .totals .submit_btn {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  background-color: #626271;
  padding: 12px 87px;
  border-radius: 12px;
  margin: 40px 0;
}

.order_info .info_text {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #1F1F1F;
  margin: 0;
}

.order_info .info_text.__bold {
  font-weight: 600;
}

.order_info .info_text.__topper {
  margin-bottom: 4px;
}

.order_info .block .line {
  display: flex;
  gap: 12px;
}

.order_info .block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.order_info .info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.order_info .subheading {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 144%;
  color: #1F1F1F;
}

.order_info {
  padding: 60px 111px;
  padding-bottom: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.order_info .items .item {
  display: flex;
  gap: 12px;
}

.order_info .items .item .product_img {
  height: 60px;
  width: 60px;
  object-fit: contain;
}

.order_info .items .item .name {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #1F1F1F;
  margin-bottom: 4px;
}

.order_info .items .item .bottom {
  display: flex;
  gap: 12px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #1F1F1F;
}

.order_info .items {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}

.social_block {
  padding: 80px 111px;
  padding-bottom: 0;
}

.social_block .subheading {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  color: #1F1F1F;
  margin-bottom: 12px;
}

.social_block .info_text {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: #1F1F1F;
  margin: 0;
}

.social_block .socials {
  display: flex;
  gap: 16px;
  margin-top: 40px;
}

.social_block .socials .social {
  background-color: #F9F9F9;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 18px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #1F1F1F;
}

.social_block .socials .social .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background-color: #626271;
}

.page_subheading {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  color: #1F1F1F;
  margin: 0;
}

.category_picker .page_subheading {
  margin-bottom: 24px;
}

.category_picker {
  margin-top: 24px;
}

.picker_line {
  display: flex;
  gap: 24px;
}

.picker_line .tab {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #1F1F1F;
  padding: 12px 24px;
  border: 1px solid #DDDDDD;
  border-radius: 12px;
}

.picker_line .tab.__active {
  background-color: #F9F9F9;
  border: 1px solid #F9F9F9;
}

.compare_page .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.compare_page .items .item {
  position: relative;
  border: 1px solid #F9F9F9;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}

.compare_page .items .item .remove_btn {
  display: flex;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
}

.compare_page .items .item .top {
  display: grid;
  grid-template-columns: 200px 1fr;
  padding: 12px;
}

.compare_page .items .item .top .product_info {
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 12px;
}

.compare_page .items .item .compare_thumb {
  height: 200px;
  width: 200px;
  object-fit: contain;
  object-position: center;
}

.compare_page .items .item .img_wrapper .swiper-pagination-bullets {
  position: initial;
}

.compare_page .items .item .img_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
  height: 4px;
  width: 4px;
  background-color: #BAC0BE;
}

.compare_page .items .item .img_wrapper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #424251
}

.compare_page .items .item .top .toppers {
  display: flex;
  gap: 8px;
}

.compare_page .items .item .top .topper {
  border: 1px solid #626271;
  border-radius: 8px;
  padding: 4px 8px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #626271;
}

.compare_page .items .item .top .topper.__green {
  color: #fff;
  background-color: #39B200;
  border: none;
}

.compare_page .items .item .top .name {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #1F1F1F;
}

.compare_page .items .item .top .rating_wrap {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #F65E64;
}

.compare_page .items .item .top .rating_wrap .rating_counter {
  color: #9FB0AB;
}

.compare_page .items .item .top .price_wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
}

.compare_page .items .item .top .price {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 145%;
  color: #1F1F1F;
}

.compare_page .items .item .top .og_price {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 114%;
  text-decoration-line: line-through;
  color: #BAC0BE;
}

.compare_page .items .item .add_cart {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #FFFFFF;
  padding: 12px 50px;
  background-color: #626271;
  border-radius: 12px;
  transition: background 0.3s;
}

.compare_page .items .item .add_cart:hover {
    background: #494949;
}

@media screen and (max-width: 1100px) {
    .compare_page .items .item .add_cart {
        padding: 12px;
    }
}

.compare_page .items .item .add_cart .icon {
  display: none;
}

.item .compare_btn.__active svg {
  fill: #626271;
}

.compare_page .item .specs {
  padding: 40px 24px;
  padding-bottom: 60px;
  border-top: 1px solid #F9F9F9;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.compare_page .item .specs .block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.compare_page .item .specs .expand {
  padding: 0;
  border-bottom: 1px dashed #626271;
  width: fit-content;
}

.compare_page .item .specs .specs_heading {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #1F1F1F;
  margin: 0;
  margin-top: 16px;
}

.compare_page .item .specs .info_text {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #1F1F1F;
  margin: 0;
}

.compare_page {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 60px;
}

.compare_mobile .compare_heading {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  color: #1F1F1F;
}

.compare_mobile .buttons {
  display: flex;
  gap: 12px;
}

.compare_mobile {
  display: none;
  margin-top: 24px;
  margin-bottom: 10px;
}

.compare_mobile .buttons .button {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 40px;
  padding: 8px 12px;
  background-color: #F9F9F9;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #1F1F1F;
}

.compare_page .items .item .buttons {
  display: flex;
  align-items: center;
  gap: 3px;
}

.reviews_block {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 44px;
}

.reviews_block .subheading {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  color: #1F1F1F;
  margin-bottom: 12px;
}

.reviews_block .extra_text {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: #1F1F1F;
}

.reviews_block .summary {
  grid-column: 2;
  grid-row: 1;
  background-color: #F9F9F9;
  border-radius: 12px;
  padding: 24px;
  height: fit-content;
  margin-bottom: 24px;
}

.reviews_block.__empty .summary {
  grid-column: 1;
}

.reviews_block .summary .top {
  display: grid;
  grid-template-columns: 155px 1fr;
  gap: 40px;
}

.reviews_block .summary .top .right .row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.reviews_block .summary .top .right .row .line_wrap {
  flex-grow: 1;
  height: 3px;
  background-color: #DDDDDD;
  border-radius: 100px;
  position: relative;
}

.reviews_block .summary .top .right .row .line_wrap .line {
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  background-color: #FF4A50;
  z-index: 2;
  border-radius: 100px;
}

.reviews_block .summary .rating {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 113%;
  color: #1F1F1F;
  margin: 0;
}

.reviews_block .summary .button {
  background-color: #626271;
  border-radius: 8px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  padding: 8px 12px;
}

.reviews_block .summary .stars {
  display: flex;
  align-items: center;
}

.reviews_block .summary .top .stars {
  gap: 4px;
}

.reviews_block .summary .top .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.reviews_block .summary .top .right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.reviews_block .summary .top .left .button {
  margin-top: 16px;
}

.reviews_block .summary .button.__hidden {
  display: none;
}

.reviews_block .summary .stars .star path {
  stroke: #FF4A50;
  stroke-width: 1px;
}

.reviews_block .summary .stars .star.__hollow path {
  fill: none;
}

.reviews_block .summary .review_form {
  display: none;
}

.reviews_block .summary .review_form.__open {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}

.reviews_block .summary .review_form .form_topper {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 144%;
  color: #1F1F1F;
  margin-bottom: 4px;
}

.reviews_block .summary .review_form .field {
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #DDDDDD;
  padding: 12px 16px;
  resize: none;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
}

.reviews_block .summary .review_form .field::placeholder {
  color: #BAC0BE;
}

.reviews_block .summary .review_form .rating_wrap {
  display: flex;
  gap: 13px;
  align-items: center;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: #1F1F1F;
}

.reviews_block .summary .review_form .rating_wrap .stars {
  display: flex;
  gap: 12px;
}

.reviews_block .summary .review_form .rating_wrap .stars .star {
  padding: 0;
  opacity: 0.5;
}

.reviews_block .summary .review_form .rating_wrap .stars .star.__chosen {
  opacity: 1;
}

.reviews_block .summary .review_form .rating_wrap p {
  margin: 0;
}

.reviews_block .summary .review_form .submit {
  padding: 12px 22px;
}

.reviews_block .summary .review_form .submit:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.reviews_block .summary .review_form .submit:disabled:hover {
    background-color: #626271;
}

.reviews_block .summary .review_form .cancel_btn {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #1F1F1F;
  border-bottom: 1px dashed #1F1F1F;
  height: fit-content;
  padding: 0;
}

.reviews_block .summary .review_form .buttons {
  display: flex;
  gap: 24px;
  margin-top: 24px;
  align-items: center;
}

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

.reviews_block .reviews .subtext {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #626271;
  margin: 0;
}

.reviews_block .reviews .name {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 143%;
  color: #1F1F1F;
  margin: 0;
}

.reviews_block .reviews .review {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.reviews_block .reviews .review .review_text {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #1F1F1F;
}

.reviews_block .reviews .review .rating_wrap {
  display: flex;
  gap: 4px;
  align-items: center;
}

.reviews_block .reviews .review .rating_wrap .stars {
  display: flex;
  gap: 4px;

}

.reviews_block .reviews .review .top {
  display: flex;
  gap: 16px;
  align-items: center;
}

.mobile_drawer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
  pointer-events: none;
}

.mobile_drawer.__open {
  pointer-events: all;
}

.mobile_drawer .background {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}

.mobile_drawer.__open .background {
  opacity: 1;
}

.mobile_drawer .drawer {
  background: #fff;
  z-index: 1;
  position: absolute;
  bottom: 64px;
  left: 0;
  width: 100%;
  border-radius: 24px 24px 0 0;
  padding: 0 24px;
  padding-bottom: 36px;
  max-height: calc(100% - 50px);
  transform: translateY(100%);
  transition: transform 0.3s;
  overflow-y: auto;
}

.mobile_drawer.__open .drawer {
  transform: none
}

.mobile_drawer .drawer .grabber {
  display: block;
  height: 4px;
  width: 62px;
  background-color: #DDDDDD;
  border-radius: 10px;
  margin: 12px auto;
  margin-bottom: 24px;
  cursor: pointer;
}

.mobile_drawer .drawer .drawer_heading {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #1F1F1F;
  margin-left: 12px;
}

.mobile_drawer .drawer .contents {
  display: flex;
  flex-direction: column;
}

.mobile_drawer .drawer .contents .offset {
  display: flex;
  flex-direction: column;
  margin-left: 8px;
}

.mobile_drawer .drawer .option {
  padding: 8px 16px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #1F1F1F;
  text-align: left;
}

.mini-slide {
    position: relative;
}

.mobile_drawer .drawer .option.__highlight {
  border-radius: 12px;
  background-color: #F9F9F9;
}

@media screen and (max-width: 768px) {
    .mobile_drawer {
      display: block;
    }
}

@media (max-width: 1000px) {
  .contact_section {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}

@media (max-width: 960px) {
  .tabbed {
    padding: 0;
    margin-top: 24px;
  }

  .tabbed .tabs {
    gap: 8px;
    overflow-y: auto;
    margin-left: -12px;
    margin-right: -12px;
  }

  .tabbed .tabs .tab:first-child {
    margin-left: 12px;
  }

  .tabbed .tabs .tab:last-child {
    margin-right: 12px;
  }

  .tabbed .tabs::-webkit-scrollbar {
    display: none;
  }

  .tabbed .tabs .tab {
    padding: 8px 16px;
    flex-shrink: 0;
  }

  .topper_block {
    padding: 24px;
  }

  .topper_block .right {
    min-height: unset;
  }

  .topper_block .main_img.__question {
    bottom: -100px;
  }

  .order_info {
    padding: 60px 0;
  }

  .social_block {
    padding: 60px 0;
  }
}

@media (max-width: 950px) {
  .order_page {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .order_page .summary {
    padding: 0;
    box-shadow: none;
  }

  .order_page .page_heading {
    margin: 0;
  }

  .compare_mobile {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .category_picker {
    display: none;
  }

  .compare_page .picker_line {
    display: none;
  }

  .compare_page .items .item .top {
    display: grid;
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .compare_page .items .item .top .swiper {
    display: grid;
    height: 100%;
    border-radius: 20px 20px 0 0;
  }

  .compare_page .items .item .top .swiper .swiper-wrapper {
    max-height: 100%;
    /* height: 100%; */
    max-width: 100%;
  }

  .compare_page .items .item .top .swiper .swiper-slide {
    max-width: 100%;
    display: grid;
    width: 100% !important;
  }

  .compare_page .items .item .compare_thumb {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
  }

  .compare_page .items .item .remove_btn {
    display: none;
  }

  .compare_page .items .item .top .product_info {
    margin-top: 20px;
  }

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

}

@media (max-width: 700px) {
  .section_wrapper .feedback_form .line {
    flex-direction: column;
  }
}

@media (max-width: 650px) {
  .topper_block {
    flex-direction: column;
    gap: 24px;
    padding: 24px 13px;
    align-items: flex-start;
  }

  .topper_block .left {
    margin: 0 11px;
  }

  .topper_block .right {
    align-self: center;
  }

  .section_wrapper .feedback_form .line {
    gap: 12px;
  }

  .tabbed .section_wrapper {
    gap: 24px;
  }

  .tabbed .tabs {
    margin-bottom: 24px;
  }

  .section_wrapper .feedback_form .bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .section_wrapper .feedback_form .bottom .submit_btn {
    width: 100%;
  }

  .section_wrapper .feedback_form .bottom .checkmark_wrap {
    font-size: 12px;
  }

  .section_wrapper .feedback_form .bottom label br {
    display: none;
  }

  .tabbed .section_outer {
    gap: 24px;
  }

  .accordion_wrap .entry {
    padding: 16px 17px;
    border-radius: 12px;
  }

  .accordion_wrap .entry .top {
    font-size: 16px;
  }

  .accordion_wrap .accordion_text {
    font-size: 14px;
  }

  .accordion_wrap .contents {
    margin-top: 12px;
  }

  .topper_block .main_img.__question {
    position: initial;
    height: 220px;
    width: 220px;
  }

  .topper_block .left .buttons {
    flex-direction: column;
    gap: 12px;
    margin-top: 0;
  }

  .topper_block .left .buttons .btn {
    width: fit-content;
  }

  .order_info {
    display: flex;
    flex-direction: column;
    padding: 40px 0;
    gap: 40px;
  }

  .social_block {
    padding: 0;
  }

  .social_block .socials {
    flex-direction: column;
    margin-top: 24px;
  }

  .compare_page .item .specs .expand {
    display: none;
  }

  .compare_page .item .specs .block.__hide_mobile {
    display: none;
  }

  .compare_page .item .specs {
    padding: 0;
  }

  .compare_page .items .item .top {
    padding: 0;
  }

  .compare_page .items .item .top .product_info {
    padding: 8px;
  }

  .compare_page .items .item .add_cart .icon {
    display: block;
  }

  .compare_page .items .item .add_cart span {
    display: none;
  }

  .compare_page .items .item .add_cart {
    padding: 10px 14px;
  }

  .compare_page .items .item .top .toppers {
    display: none;
  }

  .compare_page .items .item .top .price {
    font-size: 14px;
  }

  .compare_page .items .item .top .og_price {
    font-size: 12px;
  }

  .compare_page .items .item .top .name {
    font-size: 14px;
  }

  .compare_page .item .specs .info_text {
    font-size: 14px;
  }

  .compare_page .item .specs .specs_heading {
    font-size: 14px;
  }

  .compare_page .items .item .compare_thumb {
    height: fit-content;
  }
}

@media (max-width: 600px) {
  .order_page .options_grid.__top_options {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .order_page .options_grid.__top_options .order_box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .order_page .options_grid.__top_options .order_box p {
    text-align: center;
    width: fit-content;
  }

  .order_page .field_grid {
    display: flex;
    flex-direction: column;
  }

  .order_page .field_block .field.__short {
    max-width: unset;
  }

  .order_page .options_grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .order_page .summary {
    gap: 24px;
  }

  .order_page .totals .submit_btn {
    width: 100%;
    text-align: center;
  }

  .compare_page .items .item .top .rating_wrap {
    font-size: 12px;
  }

  .compare_page .item .specs .block {
    gap: 12px;
  }

  .compare_page .item .specs {
    gap: 12px;
  }

  .reviews_block .summary .rating {
    font-size: 30px;
  }

  .reviews_block .summary .button {
    font-size: 12px;
  }

  .reviews_block .summary .top {
    grid-template-columns: 90px 1fr;
  }
}

@media (max-width: 370px) {
  .order_page .options_grid.__top_options {
    display: flex;
    flex-direction: column;
  }
}

.header {
    gap: 27px;
    /* justify-content: flex-start; */
}

.header__search {
    width: initial;
    flex: 1;
    max-width: unset;
}

.header__logo {
    margin-right: 13px;
}

.header .header_button_wrap {
    display: flex;
    gap: 27px;
    margin-right: auto;
}

.product-card {
    height: 100% !important;
}

.product-card__tags {max-height: 24px;min-height: 24px;}

.modal-content {
    border-radius: 12px;
}

.cart-modal .basket-items-list {
    padding: 0;
}

/* .cart-item__img {
    height: 100px;
    width: 100px;
    object-fit: cover;
} */

.cart-modal .cart-item__thumb {
    display: flex;
}

.cart-modal .cart-item {
    gap: 12px;
}

.cart-modal .cart__inner {
    display: flex;
    flex-direction: column;
}

.cart-modal .cart-item__img {
    height: 100px;
    width: 100px;
}

.cart-modal .cart__list {
    margin-bottom: 0;
    row-gap: 0;
}

.cart-modal .modal-header {
    margin-bottom: 0;
}

.modal-footer .totals {
    margin-right: auto;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #494949;
}

.cart-item__price {
    min-width: 150px;
}

.modal-dialog {
    min-width: fit-content;
}

.menu__tab-buttons button {
    color: inherit;
}

/* .menu .menu__tab-buttons {
    margin-top: 5px;
} */

.header__search-form {
    box-sizing: border-box;
}

.mobile-header {
    box-sizing: border-box;
}

.header__search-input {
    -webkit-appearance: none;
    line-height: 100%;
}

@media screen and (max-width: 980px) {
    .menu__category-inner {
        display: flex;
        flex-direction: column;
    }
}

.menu__category__back-button {
    cursor: pointer;
}

@media (max-width: 768px) {
  .menu {
    background-color: #fff;
    transition: transform 0.2s;
    position: fixed;
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
    overflow-x: hidden;
    height: calc(100dvh - 132px);
  }

  .menu .menu__categories {
      transform: translateX(100%);
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      z-index: 10;
      background: #fff;
      transition: transform 0.2s;
      height: 100%;
      /* padding-bottom: 60px; */
  }

  .menu.__scrolled .menu__categories {
      transform: none;
      /* transform: translateX(-100%); */
  }

  .menu__categories {
      background: #fff;
      /* padding: 0px 20px; */
  }

  .menu__category-inner {
      /* gap: 5px; */
  }

  .vertical-tabs {
      display: flex;
      flex-direction: column;
  }

  .vertical-tabs .vertical-tabs__list {
      padding-bottom: 65px;
      flex: 1;
  }

  .menu__category {
      padding-bottom: 60px;
  }
}

@media (max-width: 800px) {
    .modal-dialog .modal-content {
        min-width: unset;
        width: 100%;

    }

    .modal-footer {
        flex-direction: column;
    }

    .modal-dialog .cart-modal__button {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .cart-item__thumb {
        margin-right: 0;
    }
}


.alert-login {
    width: 100%;
}

.product-card__controls > div {
    display: flex;
    height: fit-content;
}

.mobile_header {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #DDDDDD;
}

.mobile_header .header_heading {
    margin: 0;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
}

.mobile_header button {
    display: flex;
    color: inherit;
}

.mobile_header .clear_filter {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    color: #626271;
    border-bottom: 1px dashed #626271;
    padding: 0;
}

.filter__item-head .mobile_arrow {
    display: none;
}

.filter__item-head {
    padding: 0;
    height: fit-content;
    display: flex;
}

@media (max-width: 768px) {
  .product-card__controls {
    display: flex;
  }

  .category-main__content .category-main__products-header {
      display: none;
  }

  .category-main__filter .filter {
      position: fixed;
      z-index: 999999;
      height: calc(100% - 64px);
      left: 0;
      top: 0px;
      background: #fff;
      width: 100%;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.2s;
  }

  .category-main__filter .filter.__open {
      opacity: 1;
      pointer-events: all;
  }

  .category-main__list {
      margin-bottom: 12px;
  }

  .mobile_header {
      display: flex;
  }

  .category-main__filter .filter__row {
      height: 100%;
  }

  .category-main__filter .filter__content {
      height: calc(100% - 57px);
      overflow-y: auto;
  }

  .category-main__filter .filter__content .smartfilter {
      padding: 32px 20px;
      box-sizing: border-box;
  }

  .category-main__filter .filter__item-head .mobile_arrow {
      display: block;
  }

  .category-main__filter .filter__item-head {
      align-items: center;
      justify-content: space-between;
      width: 100%;
  }

  .category-main__filter .filter__content-title {
      margin-bottom: 0;
  }

  .category-main__filter .filter__item .bx-filter-block {
      display: none;
  }

  .category-main__filter .filter__item.__open .bx-filter-block {
      display: flex;
      flex-direction: column;
  }

  .category-main__filter .filter__item.__open .mobile_arrow {
      transform: rotate(180deg);
  }

  .category-main__filter .bx-filter-block {
      margin-top: 16px;
  }

  .category-main__filter .filter__submit {
      width: 100%;
  }

  .category-main__filter .filter__inputs {
      margin-top: 16px;
  }
}

.categories-cards__list a {
    flex: 1;
}

.categories-card {
    width: 100%;
    min-width: 252px;
}

.benefits__item {
    flex: 1;
}

.article-card {
    flex: 1;
}

.products-block__list {
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  /*grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));*/
  margin-bottom: 70px;
}

.swiper-pagination-bullet {
    border-radius: 2px !important;
}

.hero {
    grid-template-columns: 1fr 300px;
}

.hero .hero__big-slider .slider-wrapper {
    width: 100%;
    max-width: 988px;
    max-height: 100vh;
    min-height: 0;
    min-width: 0;
}

.hero .hero__big-slider {
    display: grid;
}

.hero__mini-slider {
    border-radius: 12px;
    border: 1px solid #f9f9f9;
    /* padding: 24px */
}

.hero__mini-slider .swiper-button-prev {
    /* left: -8px; */
}

.hero__mini-slider .swiper-button-next {
    /* right: -8px; */
}

.hero__mini-slider .today_topper {
    padding-left: 24px;
    padding-top: 24px;
}

.mini-slide__time {
    /*display: flex;*/display:none;
    line-height: 100%;
}

.mini-slide__time span:nth-last-child(n + 4) {
    margin-right: 4px;
}

.mini-slide__title {
    margin-bottom: 4px;
}

.hero__mini-slider .slider-main__list {
    margin-bottom: 0;
    margin-top: 22px;
    align-content: stretch;
}

.hero__mini-slider .mini-slide__info {
    padding: 22px 24px;
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hero__mini-slider .mini-slide__price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mini-slide .product-card__cart-button {
    padding: 5px 9px;
}

.mini-slide .mini-slide__info-title {
    margin-bottom: 0;
}

.mini-slide__photo {
    margin-bottom: 0;
    margin: 0 24px;
    width: unset;
}

.mini-slide.swiper-slide {
    height: unset;
}

.mini-slide__photo-img {
    width: 100%;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 476px) {
  .slider-mini .swiper-slide {
    max-width: 180px;
    height: auto;
    width: 180px;
  }

  .mini-slide__photo {
      width: 100%;
      margin: 0;
  }

  .mini-slide__photo-img {
      object-fit: cover;
      height: 140px;
      border-radius: 8px;
  }

  .hero__mini-slider .mini-slide__info {
      padding: 0;
  }

  .mini-slide .product-card__cart-button::before {
      height: 20px;
      width: 20px;
  }

  .mini-slide .product-card__cart-button {
      padding: 5px;
  }
}

.breadcrumbs {margin-top: 0;padding-top: 20px;}

@media (max-width: 768px) {
    .footer__head {
        border: none;
    }

    .btn-brand.ready_btn {
        width: 100%;
        text-align: center;
        display: block;
    }

    .main_ready_block {
        background: none !important;
    }

    .main_ready_block .ready_bottom {
        border-radius: 0 0 12px 12px;
        background-color: #F9F9F9;
        padding: 24px;
        margin: 0 15px !important;
        width: calc(100% - 30px);
        flex: 1;
    }

    .main_ready_block .ready_top {
        margin-bottom: 0 !important;
    }

    .main_ready_block .h4 {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 144%;
        color: #1F1F1F;
    }

    .main_ready_block p {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 143%;
        color: #1F1F1F;
    }

    .categories-card__title {
        padding: 10px 12px 10px 12px;
    }

    .categories-card {
        border-radius: 12px;
    }

    .directions__list {
        flex-direction: column;
        gap: 8px;
    }

    .directions__item {
        padding: 12px;
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .nav-account {
        display: flex;
        flex-direction: row !important;
        overflow-x: auto;
        flex-wrap: nowrap !important;
        gap: 8px;
    }

    .nav-account .nav-link.icon::before {
        display: none;
    }

    .nav-account .nav-link {
        border: 1px solid #DDDDDD;
        border-radius: 8px;
    }

    .nav-account .nav-link:hover {
        border-radius: 8px;
    }

    .nav-account .nav-item:hover,.nav-account .nav-item:focus,.nav-account .nav-item.active  {
        background: none;
        border-radius: 0;
    }

    .tab-selector-outer, .tab-selector-inner {
        padding: 0 !important;
    }

    .nav-account .exit_btn {
        display: none;
    }

    .nav-account .nav-item:first-child {
        margin-left: 12px;
    }

    .nav-account .nav-item:nth-last-child(2) {
        margin-right: 12px;
    }

    .nav-item.active .nav-link {
        border: 1px solid #F9F9F9;
        background: #F9F9F9;
    }

    .lk_top h2 {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 133%;
        color: #1F1F1F;
    }

    .lk_outer_whatever .row {
        margin-left: 0;
        margin-right: 0;
    }

    .container:has(.lk_outer_whatever) {
        padding-left: 0;
        padding-right: 0;
    }
.mobile_logout{display: none;}
.basket-items-list-item-removed-container{min-width:360px;}
}

.product-card__cart-button,
.footer__mailing-button,
.header__button--nav,
.btn-brand,
.slider-main__item-button,
.footer__socials-item,
.filter__submit,
.auth__form-row-submit,
.product-add-to-cart,
.cart__promo-button,
.send_order,
.reviews_block .summary .button
{
    transition: background 0.3s;
}

.product-card__cart-button:hover,
.footer__mailing-button:hover,
.header__button--nav:hover,
.btn-brand:hover,
.slider-main__item-button:hover,
.footer__socials-item:hover,
.filter__submit:hover,
.cart-modal__button--gray:hover,
.auth__form-row-submit:hover,
.product-add-to-cart:hover,
.cart__promo-button:hover,.cart__result-button:hover,
.send_order:hover,
.reviews_block .summary .button:hover,.section_wrapper .feedback_form .bottom .submit_btn:hover,.topper_btn:hover{background: #494949; color: #fff;}

.topping {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    color: #626271;
    margin-bottom: 0;
}

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

.edit_pencil {
    margin-right: 24px;
}

.lk_things > .my-3 {
    margin: 0 !important;
}

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

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

.auth_topper a {
    display: block;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
    color: #626271;
    margin-bottom: 8px;
    border-bottom: 1px dashed rgba(31, 31, 31, 0.25);
}

.auth_topper a:hover{
    color: #494949;
    border-bottom: 1px dashed #494949;
}

.move_to_contact:hover,.tabbed .tabs .tab:hover,a.wa:hover,a.section_text:hover{color: #007bff;}

input[type="checkbox"] {
    accent-color: #BAC0BE;
}

.product-card__star i {
    font-style: normal;
}

.paginator_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-bottom: 24px;
}

.paginator_wrap .more_wide_btn {
  width: 100%;
  text-align: center;cursor: pointer;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #1F1F1F;
  padding: 12px 0;
}

.paginator_wrap .stuff {
  display: flex;
  align-items: center;
}

.paginator_wrap .stuff .arrow.__disabled {
  opacity: 0.5;
}

.paginator_wrap .stuff .page {
  display: block;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paginator_wrap .stuff .spacer, .paginator_wrap .stuff .arrow {
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paginator_wrap .stuff .page.__active {
  border-radius: 8px;
  border: 1px solid #DDDDDD;
}

.auth__form-row.botton_thing {
    gap: 0;
}

.products-block--novelties {
    margin-top: 100px;
}

.lk_top .mobile_logout {
    display: none;
}

.slider-wrapper--mini {
    position: relative;
}

.hero__mini-slider .today_topper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.mini-slide.swiper-slide {
    padding-top: 75px;
}

.slider-main__item-photo {
    flex-shrink: 0;
}

.slider-main__item-info {
    padding-right: 10px !important;
}

.hero__mini-slider .swiper-button-next, .hero__mini-slider .swiper-button-prev {
    top: calc(50% - 4px);
}

.hero .swiper:not(.swiper-initialized) .swiper-button-next,
.hero .swiper:not(.swiper-initialized) .swiper-button-prev {
    display: none;
}

.hero__mini-slider .discount_bubble {
    position: absolute;
    right: 22px;
    top: 0;
    background-color: #F65E64;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    height: 80px;
    width: 80px;
    justify-content: center;
    align-items: center;
}

.hero__mini-slider .discount_bubble .percentage {
    font-size: 24px;
}

.hero__mini-slider .discount_bubble .bubble_title {
    text-transform: uppercase;
    font-size: 12px;
}

.hero__mini-slider .discount_bubble p {
    margin: 0;
    color: #fff;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.cart-modal__button:hover {
    border-color: transparent;
}

button {
    -webkit-appearance: none;
    color: inherit;
}

@media (max-width: 1200px) {
    .slider-main__item-info {
        padding-left: 65px !important;
    }

    .slider-main__item {
        display: grid !important;
        grid-template-columns: 1fr 300px;
    }

    .slider-main__item-photo {
        margin-top: auto;
    }

    .slider-main__item-photo img {
        position: relative;
        top: 20px;
    }
}

@media (max-width: 1100px) {
    .slider-main__item {
        grid-template-columns: 1fr 150px;
    }
}

@media (max-width: 980px) {
    .slider-main__item-photo {
     position: absolute;right: 0;bottom: 0;
    }
.slider-main__item-photo.d-none {display: block !important;}

/*    .slider-main__item {
        display: block !important;
    }

    .slider-main__item-info {
        padding-right: 65px !important;
    }*/
	.hero__mini-slider{border:none;}
}

@media (max-width: 768px) {
    .mini-slide__price-old {
        margin-left: 0;
    }

    .hero__mini-slider .counter__operation, .product-card .counter__operation {
        padding: 0;
    }

    .hero__mini-slider .counter__input, .product-card .counter__input {
        font-size: 13px;
        width: 20px;
        padding: 0;
    }

    .hero__mini-slider .discount_bubble {
        background-color: #F65E64;
        height: 49px;
        width: 49px;
        top: 8px;
        right: 8px;
    }

    .hero__mini-slider .discount_bubble .percentage {
        font-size: 18px;
    }

    .hero__mini-slider .discount_bubble .bubble_title {
        text-transform: none;
        font-size: 10px;
    }

    .lk_top .mobile_logout {
        display: block;
    }

    .slider-main__item-info {
        padding: 24px !important;
    }

    .paginator_wrap .stuff .page {
      width: 31px;
    }

    .paginator_wrap .stuff .spacer, .paginator_wrap .stuff .arrow {
      width: 31px;
    }

    .cart-item {
        display: grid;
       grid-template-columns: 60px 1fr;
        grid-column-gap: 10px;
        padding-bottom: 24px;
    }

    .cart-item .counter {
        height: 36px;
    }

    .cart__list {
        display: flex !important;
        flex-direction: column;
        gap: 24px;
        margin-bottom: 16px;
    }

    .cart-item:not(:last-child) {
        border-bottom: 1px solid #dddddd;
    }

    .cart-item .cart-item__thumb {
        grid-column: 1;
        grid-row: 1/3;
        height: 60px;
        width: 60px;
        margin-bottom: auto;
    }

    .cart-item .cart-item__img {
        object-fit: cover;
        border-radius: 8px;
    }

    .cart-item__info {
        align-items: flex-start;
    }

    .cart-item__price {
        grid-row: 2;
        grid-column: 2;
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .cart-item__price .cart-item__price-current {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 150%;
        color: #1F1F1F;
    }

    .cart-item__price .cart-item__price-old {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 143%;
        text-decoration-line: line-through;
        color: #BAC0BE;
    }

    .cart-item__actions {
        opacity: 1;
    }

    .cart-item__counter {
        grid-column: 1/3;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .cart-item__info {
        gap: 0;
    }

    .basket-items-list {
        padding: 0;
    }

    .cart__promo {
        display: grid;
        grid-template-columns: 1fr 110px;
    }

    .cart__promo-input {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }

    .cart__promo-button {
        padding: 12px 0;
        text-align: center;
        font-size: 14px;
        line-height: 20px;
    }

    .cart__result {
        margin-bottom: 20px;
    }

    .cart-modal .cart-item {
        display: grid;
        gap: 0 10px;
        grid-template-columns: 60px 1fr;
    }

    .cart-modal .cart-item__img {
        height: 60px;
        width: 60px;
    }

    .cart-modal .cart-item__actions {
        display: none;
    }

    .cart-modal .cart-item__info-description {
        display: none;
    }

    .cart-modal .counter {
        display: flex;
        width: 100%;
        max-width: unset !important;
        margin-top: 12px;
    }

    .cart-modal .counter .counter__operation {
        width: 34px;
    }

    .cart-modal .cart-item__counter .counter__input {
        flex: 1;
    }

    .cart-modal .cart__list {
        display: flex !important;
        flex-direction: column;
        gap: 10px;
    }

    .cart-modal .modal-content {
        position: fixed;
       /* height: 100%;*/
        border-radius: 0;
        left: 0;
        top: 0;
        overflow-y: auto;
        padding: 0;
    }

    .cart-modal {
        z-index: 999999;
    }
.modal-body {	padding: 0 1rem !important;}

    .cart-modal .modal-footer {
        border: none;
    }

    .modal-footer .totals {
      /*  margin-top: 40px;*/
        margin-bottom: 26px;
    }

    .cart-modal .modal-footer {
        gap: 12px;
    }

    .cart-modal .row {
        margin-left: 0;
        margin-right: 0;
    }

    .cart-modal .row .col-xs-12 {
        padding: 0;
    }

    .footer .accordion-button {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 143%;
        color: #1F1F1F;
    }

   /* .products-block__title {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 144%;
        color: #1F1F1F;
    }*/

    .products-block--novelties {
        margin-top: 40px;
    }

    .hero__mini-slider .mini-slide__price {
        display: grid;
        grid-template-columns: 1fr 60px;
        align-items: center;
    }

    .hero__mini-slider .cart-item, .product-card .cart-item, .product_info .cart-item {
        padding: 0;
    }

    .hero__mini-slider .cart-item, .product-card .cart-item, .product_info .cart-item {
        border-bottom: none;
    }

    /* .cart-item .counter {
        grid-column: 1/3;
        grid-row: 2;
    } */

    .articles__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .article-card {
        max-width: unset;
    }

    .products-block__list {
      grid-template-columns: 1fr;
      /*grid-template-columns: 1fr 1fr;*/
    }

    .product-card__name {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 143%;
        color: #1F1F1F;
        text-align: center;
    }

    .product-card__new-price {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 143%;
        color: #1F1F1F;
    }

    .product-card__old-price {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 133%;
        color: #BAC0BE;
    }

    .product-card__cart-button {
        padding: 5px;
    }

    .product-card__cart-button::before {
        height: 20px;
        width: 20px;
    }

    .footer__nav {
        display: none;
    }

    .mini-slide__info .text-end {
        margin-top: auto;
    }

    .hero__mini-slider .mini-slide__info {
        gap: 5px;
        flex: 1;
    }

    .mini-slide .mini-slide__info-title {
        margin-bottom: auto;
        margin-top: 10px;
    }

    .hero__mini-slider .today_topper {
        position: initial;
    }

    .mini-slide.swiper-slide {
        padding-top: 12px;
    }

    .favs_page .products-block__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: unset;
    }

    .footer__body {
        padding: 0;
        padding-bottom: 22px;
    }

    .footer__head {
        padding-bottom: 32px;
    }

    .footer__foot {
        border: none;
        padding-top: 0;
    }

    footer .accordion {
        margin-bottom: 32px !important;
        display: block !important;
    }

    .footer__mailing-title {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 150%;
        color: #1F1F1F;
    }

    .footer__mailing-input {
        background-color: #FFF;
        flex: 1;
        font-size: 14px;
        line-height: 20px;
        max-width: unset;
    }

    .footer__right {
        max-width: unset;
    }

    .footer__mailing-button {
        font-size: 14px;
        line-height: 20px;
        padding: 12px;
    }
}

@media screen and (min-width: 769px) {
    .filter__item-head:not(:disabled) {
        cursor: default;
    }
}

/* tmp hide */
.category-main__slider {
    display: none;
}


.auth__form-accept .checkbox {
    flex-shrink: 0;
}

.counter__input::-webkit-outer-spin-button,
.counter__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.counter__input[type=number] {
  -moz-appearance: textfield;
}

.checked.product__info-action--compare::before{background-image: url(../images/icons/compare-card-black.svg);
    background-size: auto;}
.auth__form-row-submit {max-width:180px;}
button[name="register_submit_button"]{max-width:270px;}

.info_text text{font-size: 15px; color: #52575d;  line-height: 25px;    font-weight: 400;}
.filter__submit,.article__related-list{margin-bottom: 45px;}
.lk_top{gap:170px !important;}

.cart__inner {
    grid-template-columns: 1fr 360px;
}

.cart-item {
    gap: 5px;
}

.cart__info .cart-item__thumb {
    flex: unset;
    flex-shrink: 0;
}

@media screen and (max-width: 1330px) {
    .cart__inner {
        display: flex;
        flex-direction: column;
    }
}

.cart__result-button:disabled {
    cursor: not-allowed;
}
.checked .product__info-action--compare::before{background-image: url(../images/icons/compare-card-black.svg);}
label.product__info-action{margin-bottom: 0;}


.vertical-tabs__link:after {
   /* position: absolute; */
    /*top: 50%;
    right: 15px;*/
    width: 6px;
    height: 6px;
    content: "";
    border: 1px solid #000;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(45deg)
}

.slider-main .swiper-wrapper {
   margin-bottom: 0;
}

.slider-main__img-item {
    display: flex;
    height: 100%;
}

.slider-main__img-item .slider-main__item-full_img {
    height: 368px;
    width: 100%;
    object-fit: cover;
}

.hero__mini-slider {
    max-height: 368px;
}


.categories-card__title{margin-bottom:0px}

.mobile-bar {padding: 12px 6px !important;}
.product-card .swiper-horizontal>.swiper-pagination-bullets{max-height:20px;}
.product-card__tags{margin-bottom: 8px !important;}

@media screen and (max-width: 760px) {
.slider-main__img-item .slider-main__item-full_img {
    height: 272px;
    width: 100%;
    object-fit: cover;
}}
/*
.card_dops{bottom: 16px;position:absolute;}
.product-card {position:relative;   display: block;!important;}*/