.mobile-price-card {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 14px;
  padding: 24px;
  max-width: 420px;
  margin: auto;

  color: #222;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);

  margin-bottom: 60px;
}

.mobile-price-row {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 14px;
}

.mobile-price-row {
  padding: 8px 20px;
  border-radius: 100px;
}

.mobile-price-row .label {
  font-size: 18px;
  color: var(--primary-color);
  font-family: monospace;
}

.mobile-price-row .new-price {
  font-size: 24px;
}

.mobile-price-row span {
  font-size: 16px;
}

.mobile-price-row.old-price .amount {
  color: #999;
  text-decoration: line-through;
}

.mobile-price-row.new-price .amount {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 32px;
  color: var(--primary-color);
}

.mobile-price-row-old {
  background-color: transparent;
}

.mobile-price-row-old .amount {
  font-size: 24px;
}

.mobile-price-row-new {
  height: 60px;
  display: flex;
  align-items: center;
}

.mobile-price-card h2 {
  font-size: 17px;
  text-align: center;
  margin: 24px 0 14px;
  color: #444;
  font-weight: 600;
}

.clock {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 24px;
}

.clock div {
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 14px 10px;
  text-align: center;
}

.clock span {
  display: block;
}

.clock span[id] {
  font-size: 30px;
  font-weight: 600;
  color: var(--primary-color);
}

.clock .text {
  font-size: 16px;
  color: #666;
  margin-top: 6px;
}

.order-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 24px;
  padding: 20px 0;
  background: var(--primary-color);
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}

header .order-button {
  margin-top: 0;
}

/* 
 */

/* Общая обёртка */
.glossy-benefits {
  max-width: 420px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

/* Основной блок */
.glossy-benefit {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(220, 220, 220, 0.5);
  border-radius: 20px;
  padding: 24px 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Обёртка для картинки и декора */
.benefit-deco {
  position: relative;
  margin-bottom: 18px;
}

.benefit-deco img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  border: 2px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
  background-color: #fff;
}

/* Декоративный бейдж */
.badge-discount {
  position: absolute;
  top: -10px;
  right: -10px;
  background: linear-gradient(to right, #ff4d4d, #ff2e63);
  color: #fff;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.3px;
}

/* Текст */
.glossy-benefit p {
  font-size: 15px;
  font-weight: 500;
  color: #222;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}

/* Кнопка */
.benefit-button {
  font-size: 15px;
  font-weight: 600;
  padding: 14px 22px;
  background: var(--primary-color, #1a73e8);
  color: #fff;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  box-shadow: 0 6px 16px rgba(26, 115, 232, 0.25);
}

/* 
 */

.delivery-title {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #222;
  text-align: left;
  line-height: 1.4;
  margin: 32px 0 16px;

  text-align: center;
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.delivery-subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: red;
  padding: 8px 12px;
  border-radius: 100px;
  margin-left: 8px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-weight: 700;
}

.button {
  font-size: 22px;
  font-weight: 400;
  padding: 14px 22px;
  background: var(--primary-color, #1a73e8);
  color: #fff;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  box-shadow: 0 6px 16px rgba(26, 115, 232, 0.25);

  display: flex;
  align-items: center;
  justify-content: center;

  margin-top: 32px;
}

/* 
 */

/* Общий список характеристик */
.product-characteristics {
  list-style: none;
  padding: 0;
  margin: 0 auto 40px;
  max-width: 420px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #333;
}

.product-characteristics li {
  padding: 18px 24px 18px 68px;
  position: relative;
  background: #fafafa;
  border-radius: 10px;
  margin-bottom: 12px;
  border: 1px solid #e8e8e8;
  transition: box-shadow 0.2s ease;
}

/* Новый маркер — квадрат с иконкой */
.product-characteristics li::before {
  content: "✔";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--primary-color, #1a73e8);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Название характеристики */
.product-characteristics li b {
  font-weight: 600;
  margin-right: 4px;
  display: inline-block;
  color: #1a1a1a;
}

/* Заголовок перед таблицей */
.product-size-heading {
  text-align: center;
  margin: 30px 0 12px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #111;
}

/* Таблица размеров */
.product-size-table {
  width: 100%;
  border-collapse: collapse;
  background: #fefefe;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.product-size-table thead {
  background: var(--primary-color, #1a73e8);
  color: #fff;
  text-transform: uppercase;
}

.product-size-table th,
.product-size-table td {
  padding: 12px 10px;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}

.product-size-table tr:last-child td {
  border-bottom: none;
}

.product-size-note {
  font-size: 13px;
  text-align: center;
  color: #666;
  margin-top: 10px;
  font-style: italic;
}

/* 

*/

.product-size-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  margin-top: 16px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}

/* Заголовки */
.product-size-table thead {
  background: #f9f9f9;
}

.product-size-table th {
  padding: 16px 12px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: #222;
  border-bottom: 1px solid #ddd;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #fff;
}

/* Тело таблицы */
.product-size-table td {
  padding: 14px 12px;
  text-align: center;
  color: #333;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}

/* Последняя строка — без границы */
.product-size-table tbody tr:last-child td {
  border-bottom: none;
}

/* Чередование строк */
.product-size-table tbody tr:nth-child(even) td {
  background-color: #f7f7f7;
}

/* 

*/

.product-size-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(33, 53, 85, 0.12);
  margin-top: 20px;
  background: var(--body-color);
  color: var(--primary-color);
  border: 1px solid var(--light-color);
}

/* Заголовки */
.product-size-table thead {
  background: var(--primary-gradiend);
  color: #f5efe7; /* светлый текст на тёмном фоне */
}

.product-size-table th {
  padding: 16px 12px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  border-bottom: 2px solid var(--light-color);
}

/* Ячейки */
.product-size-table td {
  padding: 14px 12px;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid var(--light-color);
  transition: background 0.3s ease;
  color: var(--primary-color);
}

/* Чередование строк */
.product-size-table tbody tr:nth-child(odd) td {
  background-color: var(--body-color);
}

/* Последняя строка — без нижней границы */
.product-size-table tbody tr:last-child td {
  border-bottom: none;
}

/* 
 */

.desc-title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 22px;
  font-weight: 700;
}

.desc-subtitle {
  font-size: 18px;
  text-align: center;
}

/* 
 */

.bxslider img {
  width: 100%;
}

.catalog-section {
  padding: 40px 20px;
  background-color: #fff;
  font-family: "Inter", sans-serif;
}

.catalog-section .product-card {
  max-width: 420px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.03);
  transition: border 0.3s ease;
}

.catalog-section .product-card {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.03);
}

.catalog-section .product-sizes {
  text-align: center;
  font-size: 18px;
  color: var(--muted-color);
  margin-bottom: 16px;
  line-height: 145%;
  text-align: center;
}

.catalog-section .product-color {
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 14px;
  text-align: center;
  text-transform: uppercase;
}

.catalog-section .product-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
margin-top: 32px;
}

.catalog-section .old-price {
  text-align: center;
}

.catalog-section .old-price .discount-badge {
  background: var(--primary-color);
  color: #fff;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 5px;
}

.catalog-section .old-price p {
  color: #999;
  text-decoration: line-through;
  font-size: 14px;
  margin: 0;
}

.catalog-section .new-price {
  text-align: right;
}

.catalog-section .new-price span {
  display: block;
  font-size: 13px;
  color: var(--muted-color);
}

.catalog-section .new-price p {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
  margin: 4px 0 0;
}

.catalog-section .btn.order-btn {
  display: block;
  width: 100%;
  background: var(--primary-color);
  color: #fff;
  text-align: center;
  padding: 20px 14px;
  border: none;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s ease;
  cursor: pointer;
}

/* 

*/

.comments {
  background: var(--body-color);
  border-radius: 20px;
  color: var(--primary-color);
  font-family: "Inter", sans-serif;
  max-width: 1000px;
  margin: 0 auto;
}

.comments .title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-color);
}

.comments .title span {
  background: var(--primary-gradiend);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.comments .list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.comment {
  background: white;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 12px 24px rgba(33, 53, 85, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.comment .header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.comment .img img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 16px;
  border: 2px solid var(--light-color);
}

.comment .text .name {
  font-weight: 600;
  font-size: 17px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--primary-color);
}

.comment .text .date {
  font-size: 14px;
  color: #888;
  margin-top: 2px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.comment .say {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 18px;
}

.comment .bottom {
  display: flex;
  align-items: center;
  gap: 20px;
}

.comment .bottom .like,
.comment .bottom .love {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color);
}

.comment .icon {
  width: 18px;
  height: 18px;
}

.open {
  text-align: center;
  margin-top: 36px;
  font-weight: 600;
  font-size: 15px;
  color: var(--primary-color);
  cursor: pointer;
  padding: 12px 0;
  border-top: 1px solid var(--light-color);
  transition: color 0.2s;
}

/* 
 */

.order-section {
  background: var(--body-color);
  border-radius: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.order-title {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.order-heading {
  font-size: 36px;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1.2;
}

.order-heading span {
  background: var(--primary-gradiend);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.order-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 42px;
}

.order-card {
  background: var(--card-bg);
  border-radius: 20px;
  padding: 32px 24px;
  box-shadow: 0 12px 30px var(--card-shadow);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.order-icon img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin-bottom: 20px;
}

.order-name {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.order-text {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.order-text .highlight {
  font-weight: 900;
  color: var(--accent);
}

/* 

*/

.delivery-section {
  background: #f5efe7;
  border-radius: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.delivery-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.delivery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.delivery-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 32px 24px;
  box-shadow: 0 12px 30px rgba(33, 53, 85, 0.15);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.delivery-icon {
  margin-bottom: 20px;
}

.delivery-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #213555;
  margin-bottom: 10px;
}

.delivery-card p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

/* 
 */

.order_form {
  background: var(--body-color);
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(33, 53, 85, 0.1);
  max-width: 600px;
  margin: 0 auto;
}

.order_form .field {
  position: relative;
  display: flex;
  align-items: center;
  background: white;
  border: 2px solid var(--primary-color);
  border-radius: 10px;
  padding: 12px 16px 12px 44px;
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  width: 100%;
  transition: border-color 0.3s ease;
}

.order_form .field:focus {
  border-color: #3e5879;
  outline: none;
}

.order_form .field::placeholder {
  color: #999;
}

.order_form .field-icon {
  position: absolute;
  left: 16px;
  width: 20px;
  height: 20px;
  fill: var(--primary-color);
}

.order_form button.button {
  background: var(--primary-gradiend);
  color: white;
  font-weight: 600;
  font-size: 18px;
  padding: 14px;
  width: 100%;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.input-icon-wrap {
  position: relative;
}

.field-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  fill: var(--primary-color);
  pointer-events: none;
}

.order_form .field {
  padding-left: 48px;
}

.select-wrapper {
  position: relative;
}

.select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px; /* місце для іконки */
}

.select-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #999;
}

.order_form .field {
  padding-left: 20px;
}

/* 
 */

.footer_section {
  background: var(--primary-color);
  color: #e6e6e6;
  padding: 50px 40px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
  font-weight: 300;
  font-size: 15px;
}

.footer-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-info p {
  margin: 8px 0;
  color: #b0b0b0;
  font-weight: 300;
  line-height: 1.6;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-links a {
  text-decoration: none;
  color: #e6e6e6;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: all 0.3s ease;
  max-width: max-content;
}

.footer-partners .tit {
  font-weight: 600;
  font-size: 16px;
  color: #e6e6e6;
  margin-bottom: 14px;
  letter-spacing: 0.05em;
}

.list-logo {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.list-logo img {
  height: 44px;
  filter: grayscale(40%) brightness(0.9);
  transition: filter 0.3s ease, transform 0.3s ease;
  cursor: default;
}

/* Адаптив */
@media (max-width: 820px) {
  .footer-inner {
    flex-direction: column;
    gap: 30px;
  }
  .footer-links {
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
    font-size: 20px;
  }
}

.offer3 {
  margin-top: 40px;
}

header {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.swiper-shoe {
  width: 100%;
  height: max-content;
}

.swiper-shoe img {
  width: 100%;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  color: #000;
  background-color: #fff;
  width: 50px;
  height: 50px;

  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 16px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-next {
  color: #000;
  background-color: #fff;
  width: 50px;
  height: 50px;

  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 16px;
}

/* 

*/

.offer_section .timer_block {
  text-transform: uppercase;
  text-align: center;
}

.offer_section.order .timer_block {
}

.offer_section.offer2 .timer_block {
  border-top: 1px dashed rgba(255, 255, 255, 0.1);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  background: #292929;
  color: #999;
}

.offer_section .timer_block p {
  font-size: 16px;
  line-height: 16px;
}

.offer_section .timer_block .timer {
  margin: 0 auto;
  max-width: 370px;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.offer_section .timer_block .timer_item {
  float: left;
  width: 100px;

  display: flex;
  flex-direction: column;
  gap: 14px;
}

.offer_section .timer_block p {
  margin-bottom: 20px;
  font-size: 20px;
  margin-top: 22px;
  font-weight: 600;
}

.offer_section .timer_block .timer_item:last-child {
  margin: 0;
}

.offer_section .timer_block .count {
  height: 60px;
}

.offer_section .timer_block .count span {
  display: block;
  float: left;
  margin: 0 8px 0 0;
  width: 46px;
  height: 60px;
  background: var(--primary-color);
  font-weight: 700;
  font-size: 36px;
  line-height: 60px;
  color: #fff;
}

.offer_section .timer_block .count span:last-child {
  margin: 0;
}

.offer_section .timer_block .text {
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
}

.review_item {
  border-top: 1px solid #00000044;
}

.container {
  max-width: 420px;
  margin: 0 auto;
}

.offer3 .mobile-price-card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}

/*  */

.table_section {
  padding-bottom: 20px;
  text-align: center;
  margin-top: 20px;
}

.table_section th {
  padding: 5px 2px;
  border: 1px solid #ccc;
}
.table_section td {
  border: 1px solid #ccc;
  padding: 5px 2px;
}

.table_section table {
  width: 100%;
}

.table_section table thead tr {
  font-weight: bold;
}



#cat .catalog-section {
  padding-top: 0;
}