@font-face {
  font-family: 'Asket';
  src: url('../fonts/Asket Extended Light.woff2') format('woff2'),
       url('../fonts/Asket Extended Light.woff') format('woff'),
       url('../fonts/Asket Extended Light.ttf') format('truetype');
  font-weight: 300; /* Light */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Winston';
  src: url('../fonts/Winston-Regular.woff2') format('woff2'),
       url('../fonts/Winston-Regular.woff') format('woff'),
       url('../fonts/Winston-Regular.ttf') format('truetype');
  font-weight: 400; /* Regular */
  font-style: normal;
  font-display: swap;
}

:root {
  --color-primary: #1D334A;
  --color-secondary: #48D1CC;
  --color-accent: #ED6363;
  --color-yellow: #FCDD76;
  --color-dark: #222;
  --color-light: #f9f9f9;
  --announcement-bar-height: 44px;
  --announcement-visible-offset: 44px;
}

    * { margin: 0; padding: 0; box-sizing: border-box; }
    body, html { 
      height: 100%; 
      font-family: "Winston", "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
      font-size: 15px;
      line-height: 1.07143;
      font-weight: 400;
      letter-spacing: -.005em;
    }

    /* ---------- HEADER ---------- */
    header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 1.5rem 3rem;
      z-index: 10;
      transition: background 0.4s, box-shadow 0.4s;
      background: transparent;
    }

    header.scrolled {
      background: #fff;
      /*box-shadow: 0 2px 6px rgba(0,0,0,0.08);*/
      border-bottom: 1px solid rgba(0,0,0,.1);
    }

    /* Меню слева */
    .nav-left {
      display: flex;
      gap: 1.5em;
      align-items: center;
    }

    .nav-left a {
      text-decoration: none;
      color: #fff;
      font-weight: 500;
      text-transform: uppercase;
      transition: color 0.3s;
    }

    header.scrolled .nav-left a {
      color: #000;
    }

    /* Лого по центру */
    .logo {
      position: absolute;
      left: 50%;
      height: 55px;
      transform: translateX(-50%);
      font-size: 1.4rem;
      font-weight: bold;
      letter-spacing: 2px;
      color: #fff;
      transition: color 0.3s;
    }

    .logo svg {
      fill: #fff;
      max-width: 100px;
      max-height: 56px;
    }

    header.scrolled .logo svg {
      fill: #000;
    }

    header.scrolled .logo {
      color: #000;
    }

    /* Иконки справа */
    .nav-right {
      display: flex;
      gap: 1.5em;
      align-items: center;
    }

    .nav-right a {
      position: relative;
      text-decoration: none;
      color: #fff;
      transition: color 0.3s;
      display: inline-flex;
      align-items: center;
    }

.cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /*height: 50px;*/
    text-align: center;
    /*display: block;*/
    z-index: 2147483000!important;
}

.cookie a {
  color: #888;
}

.cookie a:hover {
  text-decoration: none;
}

#cookie-message {
    /*position: fixed;*/
    /*bottom: 20px;*/
    /*left: 20px;*/
    position: relative;
    margin-bottom: 1em;
    text-align: left;
    display: inline-block;
    font-size: 13px;
    background-color: #fff;
    padding: 10px 50px 10px 15px;
    color: #444;
    border-radius: 5px;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
    transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;
}

a.terms_accept {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #eee url("data:image/svg+xml,%3Csvg width='10px' height='10px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 492 492' style='enable-background:new 0 0 492 492;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M300.188,246L484.14,62.04c5.06-5.064,7.852-11.82,7.86-19.024c0-7.208-2.792-13.972-7.86-19.028L468.02,7.872 c-5.068-5.076-11.824-7.856-19.036-7.856c-7.2,0-13.956,2.78-19.024,7.856L246.008,191.82L62.048,7.872 c-5.06-5.076-11.82-7.856-19.028-7.856c-7.2,0-13.96,2.78-19.02,7.856L7.872,23.988c-10.496,10.496-10.496,27.568,0,38.052 L191.828,246L7.872,429.952c-5.064,5.072-7.852,11.828-7.852,19.032c0,7.204,2.788,13.96,7.852,19.028l16.124,16.116 c5.06,5.072,11.824,7.856,19.02,7.856c7.208,0,13.968-2.784,19.028-7.856l183.96-183.952l183.952,183.952 c5.068,5.072,11.824,7.856,19.024,7.856h0.008c7.204,0,13.96-2.784,19.028-7.856l16.12-16.116 c5.06-5.064,7.852-11.824,7.852-19.028c0-7.204-2.792-13.96-7.852-19.028L300.188,246z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") center no-repeat;
}

    @media all and (max-width:767px) {
      #cookie-message {
        max-width: 100%;
        margin-bottom: 0;
        padding: 12px 46px 12px 12px;
      }
    }

    .head-count,
    .fav_count,
    .cart_count {
      position: absolute;
      top: -6px;
      right: -8px;
      background-color: var(--color-secondary);
      color: #fff;
      padding: 3px 6px;
      border-radius: 10px;
      font-size: 11px;
    }

    .fav_count,
    .cart_count {
      display: none;
      min-width: 20px;
      align-items: center;
      justify-content: center;
    }

    .fav_count.active,
    .cart_count.active {
      display: inline-flex;
    }

    .nav-right svg {
      fill: #fff;
    }

    header.scrolled .nav-right a {
      color: #000;
    }

    header.scrolled .nav-right svg {
      fill: #000;
    }

    .site-body {
      --announcement-bar-height: 0px;
      --announcement-visible-offset: 0px;
      padding-top: 0;
    }

    .site-body.has-announcement {
      --announcement-bar-height: 44px;
      --announcement-visible-offset: 44px;
      /*padding-top: var(--announcement-bar-height);*/
    }

    .site-body.has-announcement header {
      top: var(--announcement-visible-offset);
    }

    .announcement-bar {
      --announcement-control-size: 32px;
      position: relative;
      width: 100%;
      z-index: 20;
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 0 18px;
      height: 44px;
      max-height: 44px;
      /*background: rgba(17, 37, 58, 0.95);*/
      color: #fff;
      /*box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);*/
      transition: transform 0.3s ease, opacity 0.2s ease;
    }

    .announcement-bar::before {
      content: '';
      flex: 0 0 var(--announcement-control-size);
    }

    .announcement-bar.is-hidden {
      opacity: 0;
      pointer-events: none;
      transform: translateY(-100%);
    }

    .announcement-bar__viewport {
      flex: 1 1 auto;
      overflow: hidden;
      min-width: 0;
    }

    .announcement-bar__track {
      display: flex;
      transition: transform 0.35s ease;
      will-change: transform;
    }

    .announcement-bar__item {
      flex: 0 0 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 16px;
      white-space: nowrap;
    }

    .announcement-bar__link,
    .announcement-bar__text {
      color: inherit;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0.02em;
    }

    .announcement-bar__link {
      text-decoration: underline;
      text-decoration-thickness: 0.08em;
      text-underline-offset: 0.25em;
    }

    .announcement-bar__text {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .announcement-bar__nav,
    .announcement-bar__close {
      border: none;
      background: transparent;
      color: inherit;
      width: var(--announcement-control-size);
      height: var(--announcement-control-size);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      cursor: pointer;
      transition: background 0.2s ease, opacity 0.2s ease;
      flex: 0 0 auto;
    }

    .announcement-bar__nav svg,
    .announcement-bar__close svg {
      display: block;
    }

    .announcement-bar__nav:hover:not([disabled]),
    .announcement-bar__close:hover {
      background: rgba(255, 255, 255, 0.18);
    }

    .announcement-bar__nav[disabled] {
      opacity: 0.35;
      cursor: default;
    }

    .announcement-bar__close {
      margin-left: 4px;
    }

    .announcement-bar:not(.has-multiple) .announcement-bar__nav[disabled] {
      opacity: 0.2;
    }

    @media (max-width: 1024px) {
      .announcement-bar {
        padding: 0 14px;
        gap: 8px;
        --announcement-control-size: 28px;
      }

      .announcement-bar__nav,
      .announcement-bar__close {
        width: var(--announcement-control-size);
        height: var(--announcement-control-size);
      }

      .announcement-bar__item {
        padding: 0 10px;
      }

      .announcement-bar__link,
      .announcement-bar__text {
        font-size: 16px;
      }
    }

    @media (max-width: 600px) {
      .announcement-bar {
        padding: 0 10px;
        --announcement-control-size: 26px;
      }

      .announcement-bar__nav,
      .announcement-bar__close {
        width: var(--announcement-control-size);
        height: var(--announcement-control-size);
      }

      .announcement-bar__item {
        padding: 0 8px;
      }

      .announcement-bar__link,
      .announcement-bar__text {
        font-size: 16px;
      }
    }

    /* ---------- HERO ---------- */
    .hero {
      position: relative;
      height: 100vh;
      width: 100%;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
    }

    .hero video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      transform: translate(-50%, -50%);
      object-fit: cover;
      z-index: 1;
    }

    .hero::after {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.45);
      z-index: 2;
    }

    .hero-content {
      position: relative;
      z-index: 3;
      text-align: center;
      font-size: 22px;
      letter-spacing: .015em;
      font-weight: 300;
      font-family: 'Asket';
    }

    .hero-content h1 {
      font-size: 52px;
      font-weight: 400;
      margin-bottom: .35em;
      font-family: 'Asket';
    }

    .scroll-down {
      position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 3;
      font-size: 2rem;
      animation: bounce 1.5s infinite;
      color: #fff;
      text-decoration: none;
    }

    @keyframes bounce {
      0%, 20%, 50%, 80%, 100% { transform: translate(-50%, 0); }
      40% { transform: translate(-50%, -10px); }
      60% { transform: translate(-50%, -5px); }
    }

    .hero {
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
    }

.catalog {
  border-bottom: 1px solid #eee;
  display: flex;
  flex-direction: row;
  padding: 6em 5em 5em;
}

.brand {
  padding: 5em 3em 3em;
  /*text-align: center;*/
  font-family: 'Asket';
  line-height: 1.5;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #eee;
}

.brand h2 {
  font-size: 36px;
  margin-bottom: 1rem;
}

.brand p {
  margin-bottom: 1rem;
  font-size: 18px;
}

.brand-title {
  width: 40%;
}

.brand-desc {
  width: 60%;
}

.brand h2 span {
  color: #888;
  font-size: 17px;
}

.go-items {
  display: flex;
  flex-direction: row;
  gap: 3em;
  margin-bottom: 3em;
}

.go-item {
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 20px;
  padding: 2em;
  transition: all 0.3s ease;
}

  .go-item:hover h3 {
    /*background-color: var(--color-secondary);*/
    /*color: var(--color-secondary);*/
  }

  .go-item:hover {
    background-color: rgba(0,0,0,.15);
    /*border-color: transparent;*/
    /*color: var(--color-yellow);*/
    /*border: 1px solid rgba(255,255,255,.35);*/
  }

.go-item h3 {
  font-family: 'Asket';
  margin-bottom: .5em;
  font-size: 25px;
}

.go-item p {
  font-size: 20px;
  line-height: 1.5;
}

/* Кнопка-гамбургер */
.menu-toggle {
  cursor: pointer;
  width: 26px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu-toggle span {
  display: block;
  height: 2px; 
  width: 100%;
  background: #fff;
  border-radius: 2px;
  transition: background 0.3s;
}
header.scrolled .menu-toggle span { background: #000; }

/* Side menu */
.side-menu {
  position: fixed;
  top: 0; left: -350px;
  width: 350px;
  height: 100%;
  background: #fff;
  z-index: 30;
  padding: 1rem 1.5rem;
  transition: left 0.3s ease;
  overflow-y: auto;
}
.side-menu.active { 
  left: 0; 
  box-shadow: 2px 0 8px rgba(0,0,0,0.2);
}

.overlay {
  position: fixed;
  top:0; left:0; width:100%; height:100%;
  background: rgba(0,0,0,0.5);
  z-index:25;
  opacity:0; visibility:hidden;
  transition: opacity 0.3s ease;
}
.overlay.active { opacity:1; visibility:visible; }

.side-menu .delimeter {
  height: 1px;
  background-color: #eee;
  margin: 1em 0;
}

.side-menu h3 { margin:1.5rem 0 1rem; font-size:1.1rem; }
.side-menu ul { list-style:none; padding:0; }
.side-menu ul li {
  position: relative;
}

.side-menu ul li a {
  color: var(--color-primary);
  text-decoration:none;
  font-size: 1.15em;
  display: block;
  padding: 15px 40px 15px 20px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.side-menu ul li a:hover {
  background-color: #f5f5f5;
  color: var(--color-secondary);
}

.side-menu ul li .submenu-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  transform: rotate(0deg);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.8em;
  transition: transform 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' width='12' height='12' xmlns='http://www.w3.org/2000/svg' viewBox='0.0007505416870117188 97.1405029296875 451.8459777832031 257.56549072265625'%3E%3Cg%3E%3Cpath d='M225.923 354.706c-8.098 0-16.195-3.092-22.369-9.263L9.27 151.157c-12.359-12.359-12.359-32.397 0-44.751 12.354-12.354 32.388-12.354 44.748 0l171.905 171.915 171.906-171.909c12.359-12.354 32.391-12.354 44.744 0 12.365 12.354 12.365 32.392 0 44.751L248.292 345.449c-6.177 6.172-14.274 9.257-22.369 9.257z' %3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}

.side-menu ul li.open > .submenu-toggle {
  transform: rotate(180deg);
}

.catalog-tabs {
  display:flex;
  gap: .5em;
  margin-bottom:1rem;
}
.catalog-tabs .tab-link {
  flex:1;
  padding:0.5rem;
  background:#f0f0f0;
  border:none;
  cursor:pointer;
  font-size:0.95rem;
  border-radius: 14px;
  transition: all 0.2s ease;
}
.catalog-tabs .tab-link.active {
  background: var(--color-secondary);
  color: #fff;
}
.tab-content { display:none; }
.tab-content.active { display:block; }
.side-menu ul li ul {
  margin-left:1rem;
  max-height:0;
  overflow:hidden;
  transition:max-height 0.3s ease;
}

.subscribe { 
  background-color: #f5f5f5;
  border-radius: 14px;
  padding: 1.5em;
  margin-top: 1em;
}
.footer .subscribe {
  margin-top: 0 !important;
}
.subscribe-text {
  margin-bottom: 1em;
  color: #555;
  line-height: 1.35;
}
.subscribe input {
  width:100%; 
  padding:0.6rem; 
  margin-bottom:0.5rem;
  border:1px solid #ccc; 
  border-radius:4px;
  font-size: 17px;
}
.subscribe input:focus {
  outline: 2px solid var(--color-yellow);
}
.subscribe button {
  width:100%; padding:0.6rem;
  background: var(--color-primary);
  color: #fff;
  border:none; 
  border-radius:4px; 
  cursor:pointer;
  font-size: 17px;
}
.subscribe-note {
  margin-top: 1em;
  font-size: 12px;
  color: #888;
}

.subscribe-note a {
  font-size: 12px !important;
  color: #888 !important;
  text-decoration: underline !important;
}
.subscribe-note a:hover {
  text-decoration: none !important;
}
.social { 
  margin-top:2rem; 
  display:flex; 
  gap:1rem;
  justify-content: space-around;
  margin-bottom: 1em;
}
.social a { 
  font-size: 1.1em; 
  color:#000; 
  text-decoration:none;
}

.social a:hover {
  color: var(--color-secondary);
}

.catalog-item {
  flex: 1;
  aspect-ratio: 1 / 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 2em;
  align-content: flex-end;
  flex-wrap: wrap;
  font-family: 'Asket';
  font-size: 30px;
  background-color: #f5f5f5;
}

.catalog-item.women {
  background-image: url('/assets/img/women11.png');
}

.catalog-item.men {
  background-image: url('/assets/img/men11.png');
}

.catalog-item a {
  color: #fff;
  text-decoration: none;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' width='30' height='30' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cpath d='m22.707 11.293-7-7a1 1 0 0 0-1.414 1.414L19.586 11H2a1 1 0 0 0 0 2h17.586l-5.293 5.293a1 1 0 1 0 1.414 1.414l7-7a1 1 0 0 0 0-1.414z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-position: center right 10px;
  background-repeat: no-repeat;
  padding-right: 50px;
  transition: all 0.3s ease;
}

.catalog-item a:hover {
  background-position: center right 0px;
}

.new-products {
  padding: 3em;
}

.new-products h2 {
  font-family: 'Asket';
  font-size: 32px;
}

.new-products-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5em;
}

.new-products-heading {
  display: flex;
  align-items: center;
  gap: 1.5em;
}

.new-products-filters {
  display: flex;
  gap: 1em;
}

.new-products-filters button {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
  text-transform: uppercase;
  color: var(--color-primary);
}

.new-products-filters button.active {
  color: var(--color-accent);
}

.new-products-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 1;
}

.new-products-header .swiper-button-prev,
.new-products-header .swiper-button-next {
  position: static;
  width: 32px;
  height: 32px;
  margin-top: 0;
  /*background-color: red;*/
  background-position: center;
  background-repeat: no-repeat;
}

.new-products-header .swiper-button-prev:after,
.new-products-header .swiper-button-next:after {
  display: none;
}

.new-products-header .swiper-button-prev,
.new-products-header .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23000000' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M256 0C114.618 0 0 114.618 0 256s114.618 256 256 256 256-114.618 256-256S397.382 0 256 0zm0 469.333c-117.818 0-213.333-95.515-213.333-213.333S138.182 42.667 256 42.667 469.333 138.182 469.333 256 373.818 469.333 256 469.333z' fill='%23000000' opacity='1' data-original='%23000000'%3E%3C/path%3E%3Cpath d='M228.418 134.248c-8.331-8.331-21.839-8.331-30.17 0-8.331 8.331-8.331 21.839 0 30.17L289.83 256l-91.582 91.582c-8.331 8.331-8.331 21.839 0 30.17 8.331 8.331 21.839 8.331 30.17 0l106.667-106.667c8.331-8.331 8.331-21.839 0-30.17L228.418 134.248z' %3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.new-products-header .swiper-button-prev {
  transform: rotate(180deg);
}

.wishlist-page {
  padding: 100px 5em 5em;
}

.wishlist-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}

.wishlist-header h1 {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
}

.wishlist-content {
  width: 100%;
}

.catalog .items,
.wishlist .items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 40px;
  width: 100%;
}

.wishlist-empty {
  max-width: 520px;
  font-size: 18px;
  line-height: 1.5;
  color: var(--color-primary);
}

.order-success {
  padding: 120px 0 80px;
  /*background: linear-gradient(180deg, #f7f3ef 0%, #ffffff 55%);*/
  color: var(--color-primary);
  max-width: 1000px;
  margin: 0 auto;
}

.order-success__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.order-success__intro {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 56px;
  background: #ffffff;
  border-radius: 32px;
  border: 1px solid rgba(29, 51, 74, 0.08);
  /*box-shadow: 0 30px 60px rgba(15, 23, 42, 0.12);*/
}

.order-success__icon {
  width: 112px;
  height: 112px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(72, 209, 204, 0.18), rgba(72, 209, 204, 0.32));
}

.order-success__icon svg {
  width: 72px;
  height: 72px;
}

.order-success__icon svg circle {
  fill: var(--color-secondary);
}

.order-success__icon svg path {
  fill: #fff;
}

.order-success__intro-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.order-success__eyebrow {
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(29, 51, 74, 0.55);
}

.order-success__title {
  margin: 0;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 600;
}

.order-success__description {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  max-width: 520px;
  color: rgba(29, 51, 74, 0.82);
}

.order-success__accent {
  color: var(--color-secondary);
  font-weight: 600;
}

.order-success__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.order-success__number {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(29, 51, 74, 0.06);
}

.order-success__status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(29, 51, 74, 0.08);
  color: var(--color-primary);
}

.order-success__status-badge--succeeded {
  background: rgba(46, 125, 50, 0.16);
  color: #2e7d32;
}

.order-success__status-badge--canceled,
.order-success__status-badge--canceled_manually,
.order-success__status-badge--refunded,
.order-success__status-badge--failed {
  background: rgba(237, 99, 99, 0.18);
  color: #b71c1c;
}

.order-success__status-badge--pending,
.order-success__status-badge--waiting_for_capture,
.order-success__status-badge--requires_action {
  background: rgba(252, 221, 118, 0.26);
  color: #8c6a10;
}

.order-success__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.order-success__section {
  background: #ffffff;
  border-radius: 28px;
  border: 1px solid rgba(29, 51, 74, 0.08);
  padding: 36px;
  /*box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);*/
}

.order-success__section-title {
  margin: 0 0 24px;
  font-size: 22px;
  font-weight: 600;
}

.order-success__section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.order-success__items-count {
  font-size: 14px;
  color: rgba(29, 51, 74, 0.55);
}

.order-success__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}

.order-success__info-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(29, 51, 74, 0.06);
}

.order-success__info-row:first-child {
  padding-top: 0;
}

.order-success__info-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.order-success__info-row dt {
  font-size: 15px;
  color: rgba(29, 51, 74, 0.65);
}

.order-success__info-row dd {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  color: var(--color-primary);
  text-align: right;
}

.order-success__items-list {
  display: flex;
  flex-direction: column;
}

.order-success__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 24px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(29, 51, 74, 0.06);
}

.order-success__item:first-child {
  padding-top: 6px;
}

.order-success__item:last-child {
  border-bottom: none;
  padding-bottom: 6px;
}

.order-success__item-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.order-success__item-name {
  font-size: 16px;
  font-weight: 600;
}

.order-success__item-params {
  font-size: 14px;
  color: rgba(29, 51, 74, 0.6);
}

.order-success__item-qty {
  font-size: 15px;
  font-weight: 500;
  color: rgba(29, 51, 74, 0.7);
}

.order-success__item-price {
  font-size: 16px;
  font-weight: 600;
  text-align: right;
}

.order-success__total {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(29, 51, 74, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 18px;
  font-weight: 600;
}

.order-success__empty {
  padding: 28px;
  border-radius: 20px;
  background: rgba(29, 51, 74, 0.04);
  font-size: 15px;
  line-height: 1.5;
  color: rgba(29, 51, 74, 0.75);
}

.order-success__support {
  background: rgba(29, 51, 74, 0.04);
  border: 1px solid rgba(29, 51, 74, 0.08);
  box-shadow: none;
  color: rgba(29, 51, 74, 0.85);
}

.order-success__support p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.order-success__support a {
  color: var(--color-primary);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(29, 51, 74, 0.3);
}

.order-success__support a:hover {
  border-bottom-color: rgba(29, 51, 74, 0.6);
}

.order-success__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
}

.order-success__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.order-success__action--primary {
  background: var(--color-primary);
  color: #fff;
  box-shadow: 0 18px 30px rgba(29, 51, 74, 0.25);
}

.order-success__action--primary:hover {
  background: #112538;
}

.order-success__action--secondary {
  background: transparent;
  color: var(--color-primary);
  border: 1px solid rgba(29, 51, 74, 0.2);
}

.order-success__action--secondary:hover {
  border-color: rgba(29, 51, 74, 0.45);
}

@media (max-width: 1023px) {
  .wishlist-page {
    padding: calc(72px + 1em) 2em 60px;
  }

  .wishlist-header {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .wishlist-page {
    padding: 100px 0 40px;
  }

  .wishlist-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .wishlist-header h1 {
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  .order-success {
    padding: 110px 0 70px;
  }

  .order-success__intro {
    padding: 48px;
    gap: 32px;
  }
}

@media (max-width: 1023px) {
  .order-success {
    padding: 104px 0 64px;
  }

  .order-success__intro {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-success__icon {
    width: 96px;
    height: 96px;
  }

  .order-success__layout {
    grid-template-columns: 1fr;
  }

  .order-success__section {
    padding: 32px;
  }

  .order-success__actions {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .order-success {
    padding: 92px 0 48px;
  }

  .order-success__intro {
    padding: 32px 28px;
    gap: 24px;
  }

  .order-success__title {
    font-size: 28px;
  }

  .order-success__description {
    font-size: 15px;
  }

  .order-success__section {
    padding: 28px 24px;
  }

  .order-success__section-title {
    font-size: 20px;
  }

  .order-success__item {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
  }

  .order-success__item-price {
    grid-column: 1 / -1;
    text-align: left;
  }

  .order-success__total {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-success__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .order-success__action {
    width: 100%;
  }
}

.product-card {
  position: relative;
}

.product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}

.product-card--listing,
.product-card--page {
  height: 100%;
}

.product-card--listing .product-card__link,
.product-card--page .product-card__link {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  color: inherit;
}

.product-card--listing .product-card__link:hover,
.product-card--page .product-card__link:hover {
  color: inherit;
}

.product-card--listing .product-image-wrapper,
.product-card--page .product-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #f5f5f5;
  aspect-ratio: 2 / 3;
}

.product-card--listing .product-image-wrapper img,
.product-card--page .product-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.product-card--listing .product-card__info,
.product-card--page .product-card__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-card--listing .product-card__info h3,
.product-card--page .product-card__info h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.product-card--listing .product-card__title,
.product-card--listing .product-card__price,
.product-card--page .product-card__title,
.product-card--page .product-card__price {
  display: block;
  color: inherit;
}

.product-card--listing .product-card__title:hover,
.product-card--listing .product-card__price:hover,
.product-card--page .product-card__title:hover,
.product-card--page .product-card__price:hover {
  color: var(--color-secondary);
}

.product-card--listing .price,
.product-card--page .price {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.product-card--listing .add_fav,
.product-card--page .add_fav {
  position: absolute;
  top: .5em;
  right: .5em;
  z-index: 1;
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent url("data:image/svg+xml,%3Csvg width='20' height='20' fill='%23beada7' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 682.667 682.667' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cdefs%3E%3CclipPath id='a' clipPathUnits='userSpaceOnUse'%3E%3Cpath d='M0 512h512V0H0Z' fill='%23beada7' opacity='1' data-original='%23beada7'%3E%3C/path%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(1.33333 0 0 -1.33333 0 682.667)'%3E%3Cpath d='M0 0s28.801 100 120 100c71.04 0 116-57.332 116-125.252C236-119.187 142.336-181.387 0-300-142.335-181.387-236-119.187-236-25.252-236 42.668-191.04 100-120 100-28.8 100 0 0 0 0Z' style='stroke-width:40;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(255.975 356.036)' fill='none' stroke='%23beada7' stroke-width='40' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-dasharray='none' stroke-opacity='' data-original='%23000000'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}

.product-card--listing .add_fav:hover,
.product-card--page .add_fav:hover {
  background-color: transparent !important;
  border-color: transparent !important;
  background: var(--color-accent) url("data:image/svg+xml,%3Csvg width='20' height='20' fill='%23fff' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 682.667 682.667' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cdefs%3E%3CclipPath id='a' clipPathUnits='userSpaceOnUse'%3E%3Cpath d='M0 512h512V0H0Z' fill='%23000000' opacity='1' data-original='%23000000'%3E%3C/path%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(1.33333 0 0 -1.33333 0 682.667)'%3E%3Cpath d='M0 0s28.801 100 120 100c71.04 0 116-57.332 116-125.252C236-119.187 142.336-181.387 0-300-142.335-181.387-236-119.187-236-25.252-236 42.668-191.04 100-120 100-28.8 100 0 0 0 0Z' style='stroke-width:40;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(255.975 356.036)' fill='%23beada7' stroke='%23beada7' stroke-width='40' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-dasharray='none' stroke-opacity='' %3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  cursor: pointer;
}

.product-card--listing .add_fav.active,
.product-card--page .add_fav.active {
  background-color: transparent !important;
  border-color: transparent !important;
  background: var(--color-accent) url("data:image/svg+xml,%3Csvg width='20' height='20' fill='%23fff' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 682.667 682.667' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cdefs%3E%3CclipPath id='a' clipPathUnits='userSpaceOnUse'%3E%3Cpath d='M0 512h512V0H0Z' fill='%23000000' opacity='1' data-original='%23000000'%3E%3C/path%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(1.33333 0 0 -1.33333 0 682.667)'%3E%3Cpath d='M0 0s28.801 100 120 100c71.04 0 116-57.332 116-125.252C236-119.187 142.336-181.387 0-300-142.335-181.387-236-119.187-236-25.252-236 42.668-191.04 100-120 100-28.8 100 0 0 0 0Z' style='stroke-width:40;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(255.975 356.036)' fill='%23f80e4b' stroke='%23f80e4b' stroke-width='40' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-dasharray='none' stroke-opacity='' %3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}
@media (max-width: 1023px) {
  .catalog .items,
  .wishlist .items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .catalog .items,
  .wishlist .items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .product-card__info {
    padding: 0;
  }

  .product-page .product-summary {
    padding-left: 1em;
    padding-right: 1em;
  }

  .product-second .product-card__info {
    padding: 0;
  }
}

.product-card img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product-card h3 {
  font-size: 14px;
  margin: 0;
}

.product-card p {
  margin: 0;
}

.product-image-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2 / 3;
}

.product-image-wrapper .indicators {
  opacity: 0;
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  display: flex;
  gap: 4px;
  width: calc(100% - 10px);
  pointer-events: none;
  transition: all 0.3s ease;
}

  .product-image-wrapper:hover .indicators {
    opacity: 1;
  }

.product-image-wrapper .indicator-bar {
  flex: 1;
  height: 2px;
  background: rgba(255,255,255,0.5);
  border-radius: 2px;
}

.product-image-wrapper .indicator-bar.active {
  background: #fff;
}

.new-products .swiper-button-prev,
.new-products .swiper-button-next {
  color: var(--color-primary);
}

.reviews {
  padding: 3em;
}

.reviews h2 {
  font-family: 'Asket';
  font-size: 32px;
}

.review-who {
  margin-bottom: 1em;
  color: #888;
}

.reviews-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5em;
}

.reviews-heading {
  display: flex;
  align-items: center;
  gap: 1.5em;
}

.reviews-filters {
  display: flex;
  gap: 1em;
}

.reviews-filters button {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
  text-transform: uppercase;
  color: var(--color-primary);
}

.reviews-filters button.active {
  color: var(--color-accent);
}

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

.reviews-header .swiper-button-prev,
.reviews-header .swiper-button-next {
  position: static;
  width: 32px;
  height: 32px;
  margin-top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23000000' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M256 0C114.618 0 0 114.618 0 256s114.618 256 256 256 256-114.618 256-256S397.382 0 256 0zm0 469.333c-117.818 0-213.333-95.515-213.333-213.333S138.182 42.667 256 42.667 469.333 138.182 469.333 256 373.818 469.333 256 469.333z' fill='%23000000' opacity='1' data-original='%23000000'%3E%3C/path%3E%3Cpath d='M228.418 134.248c-8.331-8.331-21.839-8.331-30.17 0-8.331 8.331-8.331 21.839 0 30.17L289.83 256l-91.582 91.582c-8.331 8.331-8.331 21.839 0 30.17 8.331 8.331 21.839 8.331 30.17 0l106.667-106.667c8.331-8.331 8.331-21.839 0-30.17L228.418 134.248z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.reviews-header .swiper-button-prev:after,
.reviews-header .swiper-button-next:after {
  display: none;
}

.reviews-header .swiper-button-prev {
  transform: rotate(180deg);
}

.reviews .swiper-button-prev,
.reviews .swiper-button-next {
  color: var(--color-primary);
}

.review-card {
  text-align: center;
  padding: 2em;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.review-card img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1em;
}

.review-card h3 {
  font-size: 16px;
  margin-bottom: 0.5em;
}

.review-card p {
  font-size: 16px;
  line-height: 1.4;
}

.hidden {
  display: none;
}

/* ---------- FOOTER ---------- */
footer {
  background: #fff;
  color: #000;
  border-top: 1px solid #eee;
  padding: 3em 3em 2em;
}

.footer-columns {
  display: grid;
  gap: 2em;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.footer-column h4 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 1.5em;
}

.footer-column ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.footer-column a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
}

.footer-column a:hover {
  color: var(--color-secondary);
}

.footer-column.app img {
  width: 100px;
}

.footer-column.app {
  position: relative;
}

.app-soon-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
}

.app-soon-overlay span {
  font-family: 'Asket';
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 0.2em;
  color: var(--color-secondary);
  transform: rotate(-18deg);
  text-transform: uppercase;
}

.app-desc {
  color: #888;
  font-size: 13px;
}

.app-title {
  font-size: 1.5em;
    font-family: 'Asket';
    font-weight: 700;
    margin: .5em 0;
  color: #000;
}

.app-links {
  display: flex;
  gap: 1em;
  flex-direction: row;
  margin-top: 1em;
}

.app-links a {
  display: contents;
}

.app-links svg {
  max-width: 120px;
  fill: var(--color-primary);
  transition: all 0.2s ease;
}

.app-links svg:hover {
  fill: var(--color-secondary);
}

.footer-subscribe input {
  width: 100%;
  padding: 0.6rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 0.5rem;
  font-size: 16px;
}

.footer-subscribe button {
  padding: 0.6rem 1.2rem;
  background: var(--color-primary);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.footer-bottom {
  margin-top: 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
  gap: 1em;
  border-top: 1px solid #eee;
  padding-top: 2em;
}

.footer-bottom a {
  color: #000;
  text-decoration: none;
}

  .footer-bottom a:hover {
    color: var(--color-secondary);
  }

.footer-links {
  display: inline-flex;
  flex-direction: row;
  gap: 1em;
}

.footer-note {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.4;
}

.go-catalog {
  position: relative;
  margin: 0em 2em 3em;
  border-radius: 20px;
  overflow: hidden;
  background-image: url('/assets/img/go-catalog.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 10em 2em 7em;
}

.go-catalog::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.go-catalog-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  align-items: center;
}

.go-catalog-title {
  margin-top: 1em;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Asket';
}

.go-catalog-buttons {
  /*margin-top: 1em;*/
  display: flex;
  gap: 1em;
}

.go-catalog-btn {
  padding: 0.6em 1.6em;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px;
  transition: all 0.2s ease;
}

  .go-catalog-btn:hover {
    border-color: var(--color-secondary);
    background-color: var(--color-secondary);
    color: #fff;
  }

.container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}

.content {
  padding-top: 70px;
}

.product-card-item {
  display: flex;
  flex-direction: row;
}

.product-card-item > * {
  /*flex: 1;*/
  width: 50%;
  /*flex: 1;*/
}

.product-card-item .product-info {
  padding: calc(.5em + 70px) 3em 0em;
}

.product-card__info,
.product-card__info h3 {
  font-size: 15px;
  font-weight: 400;
}

.catalog .product-card__info {
  /*text-align: center;*/
}

.catalog .product-card__info .price {
  font-weight: 500;
}

.catalog-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2em;
}

.order-card__product-info {
  text-align: left;
}

.product-card-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product-photos {
  position: relative;
}

.thumbs-out {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1em;
  /*background-color: red;*/
  width: 60px;
  display: flex;
  align-items: center;
}

.thumbs {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.thumbs img {
  opacity: .7;
  border-radius: 3px;
}

.thumbs img:hover {
  opacity: 1;
  cursor: pointer;
}

.thumbs img.active {
  opacity: 1;
  border: 1px solid rgba(255,255,255,.5);
}


.auth-panel {
    position: fixed;
    top: 0;
    right: -400px;
    width: 350px;
    height: 100%;
    background-color: white;
    z-index: 999;
    padding: 20px;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    overflow-y: auto;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}

.auth-back-btn {
    position: absolute;
    top: 15px;
    left: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}

/* Когда панель открыта */
.auth-panel.active {
    right: 0;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

input#phone {
  width: 100%;
  box-sizing: border-box;
  font-size: 22px;
  /*border: 1px solid #d3d3d3;*/
  background: #f5f5f5;
  padding: 23px;
  border: 0;
  border-radius: 12px;
  /*padding: 10px 15px;*/
}

  input#phone:focus {
    border-color: var(--color-two);
  }

.iti {
  width: 100%;
}

.iti__selected-dial-code {
  font-size: 21px;
  font-family: Arial;
}

.iti__selected-country-primary {
  padding: 15px;
}

.auth-title {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 1em;
  margin-top: 3em;
}

.sendcode {
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  padding: .85em;
}

.auth-btn {
  margin-top: 1em;
}

.auth-docs {
  margin: 1em 0;
  color: #555;
  font-size: 13px;
}

.auth-info {
  margin-bottom: 1em;
  line-height: 1.25;
}

#authcode {
  font-size: 30px;
  text-align: center;
}

  .modern-input-container {
    padding: 15px;
    background: #f5f5f5;
    border-radius: 12px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  
  #authcode {
    font-size: 24px;
    width: 100px;
    text-align: center;
    border: none;
    background: transparent;
    letter-spacing: 5px;
    /*color: #2c3e50;*/
  }
  
  #authcode::placeholder {
    color: #bdc3c7;
    letter-spacing: 5px;
  }
  
  #authcode:focus {
    outline: none;
  }

  #authcode:disabled {
    color: #888;
  }

input#authcode::-webkit-outer-spin-button,
input#authcode::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.call_type {
    color: #888;
    margin: 1em 0;
}

.last4 {
    border: 1px solid #b50000;
    border-radius: 5px;
    padding: .15em;
}

.auth-result, .auth-step2 {
  display: none;
}

.site-body .btn {
  background-color: var(--color-two) !important;
}

.site-body .btn:hover {
    background-color: var(--color-four);
  }

.auth-panel .btn {
  border-radius: 12px;
  padding: 1em;
  font-size: 17px;
}



.page-content {
  display: flex;
  flex-direction: column;
  gap: .75em;
  line-height: 1.5;
  font-size: 1.1em;
  margin-bottom: 3em;
  margin-top: 6em;
  /*min-height: 25vh;*/
  padding: 1.5em;
}

.page-content .container {
  max-width: 800px;
  margin: 0 auto;
}

.p_block.p_header, .p_block.p_header h1, .p_block.p_header h2, .p_block.p_header h3, .p_block.p_header h4, .p_block.p_header h5 {
  /*margin-top: 1em;*/
  font-weight: 600;
}

.columns {
  display: flex;
    width: 100%;
    gap: 10px;
    margin-bottom: 10px;
    flex-direction: row;
}

.columns .column {
    flex: 1;
}

.p_block ul {
  padding-left: 1em;
  display: flex;
  flex-direction: column;
  gap: .75em;
}

.p_block ol {
  counter-reset: item;
  list-style: none;
  margin: .5em 0;
}

.p_block ol li {
  counter-increment: item;
  margin: .5em 0;
}

.p_block ol li::before {
  content: counters(item, ".") ". ";
}

.checklist {
  display: flex;
  flex-direction: column;
  gap: .25em;
  list-style: none;
    padding: 0;
}

.tc-table {
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    font-size: 14px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    line-height: 1.4;
    background-color: #fff;
    margin: 1em 0;
}

.tc-table:after {
    width: calc(var(--cell-size));
    height: 100%;
    left: calc(var(--cell-size)*-1);
    top: 0
}

.tc-row-heading {
    font-weight: 600;
    border-bottom: 2px solid #eee;
    position: sticky;
    top: 0;
    z-index: 2;
    background: #f5f5f5;
}

.tc-table--heading .tc-row:first-child:after {
    bottom: -2px;
    border-bottom: 2px solid #eee;
}

.tc-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));
    position: relative;
    border-bottom: 1px solid #eee;
}

.tc-row:after {
    content: "";
    pointer-events: none;
    position: absolute;
    width: var(--cell-size);
    height: 100%;
    bottom: -1px;
    right: calc(var(--cell-size)*-1);
    border-bottom: 1px solid #eee;
}

.tc-cell {
    border-right: 1px solid #eee;
    padding: 6px 12px;
    overflow: hidden;
    outline: none;
    line-break: normal
}

.tc-table--heading .tc-row:first-child {
  z-index: 0;
}






/* Product page layout */
.product-page {
    margin-bottom: 0;
    padding: 72px 0 0;
}

.product-page .container {
    /*max-width: 1440px;*/
}

.product-page .product-main {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: flex-start;
}

.product-page .product-main > * {
    position: sticky;
    top: 32px;
    align-self: flex-start;
}

.product-page .product-gallery {
/*    background: #f6f7fb;
    border-radius: 32px;
    padding: 40px;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(17, 24, 39, 0.06);*/
}

.product-page .product-slider-container {
    position: relative;
}

.product-page .product-thumbs-swiper {
    width: 100px;
}

.product-page .product-thumbs-swiper .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
    align-items: center;
}

@media (min-width: 769px) {
    .product-page .product-thumbs-swiper {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        height: auto;
        z-index: 100;
    }
}

.product-page .product-thumbs-swiper .swiper-slide {
    border: 1px solid transparent;
    border-radius: 3px;
    overflow: hidden;
    /*background: #fff;*/
    width: 65px !important;
    margin: 0 !important;
    aspect-ratio: 3 / 4;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

.product-page .product-thumbs-swiper .swiper-slide:hover {
    border-color: var(--color-secondary);
}

.product-page .product-thumbs-swiper .swiper-slide-thumb-active {
    border-color: var(--color-secondary);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
}

.product-page .product-thumbs-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-page .product-main-swiper {
    width: 100%;
    min-height: 560px;
    background: linear-gradient(135deg, rgba(246, 247, 251, 0.95), rgba(244, 246, 252, 0.95));
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-page .product-main-swiper.loading {
    min-height: 0;
}

.product-page .product-main-swiper .swiper-wrapper {
    width: 100%;
}

.product-page .product-main-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-page .product-main-swiper img,
.product-page .product-main-swiper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-page .product-main-swiper .swiper-button-next,
.product-page .product-main-swiper .swiper-button-prev {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.85);
    color: #101828;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
}

.product-page .product-main-swiper .swiper-button-next:after,
.product-page .product-main-swiper .swiper-button-prev:after {
    font-size: 16px;
    font-weight: 700;
}

.product-page .product-main-swiper .swiper-button-prev {
    left: 16px;
}

.product-page .product-main-swiper .swiper-button-next {
    right: 16px;
}

.product-page .lightbox {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(16, 24, 40, 0.85);
    z-index: 2000;
    padding: 40px 20px;
}

.product-page .lightbox.active {
    display: flex;
}

.product-page .lightbox__overlay {
    position: absolute;
    inset: 0;
    background: rgba(16, 24, 40, 0.6);
}

.product-page .lightbox__content {
    position: relative;
    max-width: 900px;
    width: 100%;
    z-index: 1;
}

.product-page .lightbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
}

.product-page .lightbox-swiper {
    width: 100%;
    height: 100%;
}

.product-page .lightbox-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-page .lightbox-swiper img,
.product-page .lightbox-swiper video {
    max-width: 100%;
    max-height: 80vh;
    width: auto;
    height: auto;
    border-radius: 20px;
}

.product-page .lightbox-swiper .swiper-button-next,
.product-page .lightbox-swiper .swiper-button-prev {
    color: #fff;
}

.product-page .product-summary {
    padding: 3em 3em 0;
    box-sizing: border-box;
}

.product-page .product-summary .pi-container {
    max-width: 550px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.product-page .product-summary__breadcrumbs,
.catalog .catalog__breadcrumbs {
    font-size: 13px;
    color: #9aa0b1;
    display: inline-block;
}

.catalog .catalog__breadcrumbs {
    margin-bottom: 32px;
}

.product-page .product-summary__breadcrumbs .breadcrumbs__list,
.catalog .catalog__breadcrumbs .breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-page .product-summary__breadcrumbs .breadcrumbs__item,
.catalog .catalog__breadcrumbs .breadcrumbs__item {
    display: flex;
    align-items: center;
}

.product-page .product-summary__breadcrumbs .breadcrumbs__item:not(:last-child)::after,
.catalog .catalog__breadcrumbs .breadcrumbs__item:not(:last-child)::after {
    content: "/";
    margin: 0 8px;
}

.product-page .product-summary__breadcrumbs .breadcrumbs__link,
.catalog .catalog__breadcrumbs .breadcrumbs__link {
    color: inherit;
    text-decoration: none;
}

.product-page .product-summary__breadcrumbs .breadcrumbs__link:hover,
.catalog .catalog__breadcrumbs .breadcrumbs__link:hover {
    color: #1d1f2f;
}

.product-page .product-summary__breadcrumbs .breadcrumbs__current,
.catalog .catalog__breadcrumbs .breadcrumbs__current {
    color: inherit;
}

/* Catalog sorting dropdown */
.catalog .sort-wrapper {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.catalog .sort-trigger {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    /*background: rgba(246, 247, 251, 0.85);*/
    background-color: #fff;
    color: #1d1f2f;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.catalog .sort-trigger:focus-visible {
    outline: 2px solid rgba(15, 23, 42, 0.45);
    outline-offset: 2px;
}

.catalog .sort-trigger:hover {
    background: rgba(241, 243, 249, 0.95);
    /*box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);*/
}

.catalog .sort-trigger.active {
    background: #fff;
    /*box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);*/
    border-color: rgba(15, 23, 42, 0.18);
}

.catalog .sort-trigger.has-selection .sort-label {
    color: var(--color-two);
}

.catalog .sort-label {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.catalog .sort-icon {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease;
    color: rgba(15, 23, 42, 0.45);
}

.catalog .sort-trigger.active .sort-icon {
    transform: rotate(180deg);
}

.catalog .sort-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    min-width: 240px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.18);
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.22s ease;
    z-index: 30;
}

.catalog .sort-trigger.active + .sort-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.catalog .sort-dropdown.is-flipped {
    top: auto;
    bottom: calc(100% + 12px);
}

.catalog .sort-dropdown::before {
    content: '';
    position: absolute;
    top: -6px;
    right: 28px;
    width: 12px;
    height: 12px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: -4px -4px 10px rgba(15, 23, 42, 0.04);
}

.catalog .sort-dropdown.is-flipped::before {
    top: auto;
    bottom: -6px;
    transform: rotate(225deg);
    box-shadow: 4px 4px 10px rgba(15, 23, 42, 0.04);
}

.catalog .sort-dropdown button {
    font-family: inherit;
}

.catalog .sort-option {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: transparent;
    border: 0;
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease;
    text-align: left;
    color: #1d1f2f;
    font-size: 14px;
}

.catalog .sort-option:hover,
.catalog .sort-option:focus-visible {
    background: rgba(246, 247, 251, 0.75);
    outline: none;
}

.catalog .sort-option.active {
    background: rgba(241, 243, 249, 0.85);
}

.catalog .sort-option.active .option-icon,
.catalog .sort-option.active .option-label {
    color: var(--color-two);
    font-weight: 600;
}

.catalog .option-icon {
    width: 18px;
    height: 18px;
    color: rgba(15, 23, 42, 0.45);
    flex-shrink: 0;
}

.catalog .option-label {
    font-size: 14px;
}

@media (max-width: 768px) {
    .catalog .sort-wrapper {
        width: 100%;
        align-items: stretch;
    }

    .catalog .sort-trigger {
        width: 100%;
        justify-content: space-between;
    }

    .catalog .sort-dropdown {
        right: 0;
        left: 0;
        min-width: unset;
    }

    .catalog .sort-dropdown::before {
        right: 24px;
    }
}

.product-page .product-summary__header {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-page .product-summary__title h1 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    /*letter-spacing: 0.02em;*/
    color: #101828;
    line-height: 1.1;
}

.product-page .product-summary__price {
    font-size: 28px;
    font-weight: 600;
    /*letter-spacing: 0.08em;*/
    color: #111827;
}

.product-page .product-meta {
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #9aa0b1;
}

.product-page .product-meta .sku-value {
    color: #1d1f2f;
    font-weight: 600;
}

.product-page .product-options {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.product-page .product-option {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-page .product-option__label {
    font-size: 14px;
    /*letter-spacing: 0.28em;*/
    /*text-transform: uppercase;*/
    color: #9aa0b1;
}

.product-page .product-option__values {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.product-page .product-option__value {
    border-radius: 999px;
    padding: 12px 18px;
    border: 1px solid rgba(15, 23, 42, 0.16);
    background: #fff;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 13px;
    font-weight: 600;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    color: #1d1f2f;
    cursor: pointer;
}

.product-page .product-option__value.is-selected,
.product-page .product-option__value:focus-visible {
    /*background: #1d1f2f;*/
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: #fff;
    transform: translateY(-1px);
}

.product-page .product-option__value:hover {
    border-color: var(--color-secondary);
    /*color: var(--color-secondary);*/
}

.product-page .variant-selector {
    gap: 12px;
}

.product-page .variant-label {
    border-radius: 999px;
    padding: 12px 28px;
    border: 1px solid rgba(15, 23, 42, 0.16);
    background: #fff;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 13px;
    font-weight: 600;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    color: #1d1f2f;
}

.product-page .variant-selector input[type="radio"]:checked + .variant-label {
    background: #1d1f2f;
    color: #fff;
    border-color: #1d1f2f;
    transform: translateY(-1px);
}

.product-page .variant-label:hover {
    border-color: #1d1f2f;
}

.product-page .product-summary__actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.product-page .product-summary .cart_add_cart {
    /*background: #1d1f2f;*/
    background-color: var(--color-secondary);
    border-radius: 999px;
    padding: 0 26px;
    font-size: 17px;
    /*letter-spacing: 0.24em;*/
    /*text-transform: uppercase;*/
    color: #fff;
    cursor: pointer;
    transition: all 0.15s ease;
    height: 50px;
    line-height: 50px;
}

.cart_add_cart.is-disabled {
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed;
}

.cart_add_cart.cart_add_cart--soon, .cart_add_cart.cart_add_cart--soon:hover {
    cursor: default;
    pointer-events: none;
    background-color: #fff !important;
    color: #888 !important;
    border: 1px solid rgba(15, 23, 42, 0.16);
}

.cart_add_cart.cart_add_cart--soon:hover {
    /*background-color: var(--color-secondary);*/
}

.product-page .product-summary .cart_add_cart:hover {
    /*background: #000;*/
    background-color: var(--color-accent);
}

.product-page .product-summary .add_fav {
  /*background-color: var(--color-dark);*/
  background-color: transparent;
  border: 1px solid rgba(15, 23, 42, 0.16);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    background-position-x: center;
    background-position-y: 15px;
    background-repeat: no-repeat;
    /*background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='%23000' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 512.001 512' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M256 455.516c-7.29 0-14.316-2.641-19.793-7.438-20.684-18.086-40.625-35.082-58.219-50.074l-.09-.078c-51.582-43.957-96.125-81.918-127.117-119.313C16.137 236.81 0 197.172 0 153.871c0-42.07 14.426-80.883 40.617-109.293C67.121 15.832 103.488 0 143.031 0c29.555 0 56.621 9.344 80.446 27.77C235.5 37.07 246.398 48.453 256 61.73c9.605-13.277 20.5-24.66 32.527-33.96C312.352 9.344 339.418 0 368.973 0c39.539 0 75.91 15.832 102.414 44.578C497.578 72.988 512 111.801 512 153.871c0 43.3-16.133 82.938-50.777 124.738-30.993 37.399-75.532 75.356-127.106 119.309-17.625 15.016-37.597 32.039-58.328 50.168a30.046 30.046 0 0 1-19.789 7.43zM143.031 29.992c-31.066 0-59.605 12.399-80.367 34.914-21.07 22.856-32.676 54.45-32.676 88.965 0 36.418 13.535 68.988 43.883 105.606 29.332 35.394 72.961 72.574 123.477 115.625l.093.078c17.66 15.05 37.68 32.113 58.516 50.332 20.961-18.254 41.012-35.344 58.707-50.418 50.512-43.051 94.137-80.223 123.469-115.617 30.344-36.618 43.879-69.188 43.879-105.606 0-34.516-11.606-66.11-32.676-88.965-20.758-22.515-49.3-34.914-80.363-34.914-22.758 0-43.653 7.235-62.102 21.5-16.441 12.719-27.894 28.797-34.61 40.047-3.452 5.785-9.53 9.238-16.261 9.238s-12.809-3.453-16.262-9.238c-6.71-11.25-18.164-27.328-34.61-40.047-18.448-14.265-39.343-21.5-62.097-21.5zm0 0'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");*/
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='%23ED6363' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M471.383 44.578C444.879 15.832 408.512 0 368.973 0c-29.555 0-56.621 9.344-80.45 27.77C276.5 37.07 265.605 48.45 256 61.73c-9.602-13.277-20.5-24.66-32.527-33.96C199.648 9.344 172.582 0 143.027 0c-39.539 0-75.91 15.832-102.414 44.578C14.426 72.988 0 111.801 0 153.871c0 43.3 16.137 82.938 50.781 124.742 30.992 37.395 75.535 75.356 127.117 119.313 17.614 15.012 37.579 32.027 58.309 50.152A30.023 30.023 0 0 0 256 455.516c7.285 0 14.316-2.641 19.785-7.43 20.73-18.129 40.707-35.152 58.328-50.172 51.575-43.95 96.117-81.906 127.11-119.305C495.867 236.81 512 197.172 512 153.867c0-42.066-14.426-80.879-40.617-109.289zm0 0'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.product-page .product-summary .add_fav.active {
  border-color: transparent;
  background-color: var(--color-secondary);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='%23fff' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M471.383 44.578C444.879 15.832 408.512 0 368.973 0c-29.555 0-56.621 9.344-80.45 27.77C276.5 37.07 265.605 48.45 256 61.73c-9.602-13.277-20.5-24.66-32.527-33.96C199.648 9.344 172.582 0 143.027 0c-39.539 0-75.91 15.832-102.414 44.578C14.426 72.988 0 111.801 0 153.871c0 43.3 16.137 82.938 50.781 124.742 30.992 37.395 75.535 75.356 127.117 119.313 17.614 15.012 37.579 32.027 58.309 50.152A30.023 30.023 0 0 0 256 455.516c7.285 0 14.316-2.641 19.785-7.43 20.73-18.129 40.707-35.152 58.328-50.172 51.575-43.95 96.117-81.906 127.11-119.305C495.867 236.81 512 197.172 512 153.867c0-42.066-14.426-80.879-40.617-109.289zm0 0'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.product-page .product-accordion {
    border-top: 1px solid rgba(15, 23, 42, 0.1);
    /*padding-top: 12px;*/
}

.product-page .product-faq {
    display: flex;
    flex-direction: column;
}

.product-page .product-faq__item {
    padding: 22px 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.product-page .product-faq__item:last-child {
    border-bottom: none;
}

.product-page .product-faq__trigger {
    width: 100%;
    padding: 0;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #111827;
    cursor: pointer;
    text-align: left;
}

.product-page .product-faq__trigger:focus-visible {
    outline: 2px solid #111827;
    outline-offset: 4px;
}

.product-page .product-faq__title {
    flex: 1;
    padding-right: 36px;
}

.product-page .product-faq__icon {
    position: relative;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.product-page .product-faq__icon-line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #111827;
    border-radius: 1px;
    transform: translate(-50%, -50%);
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.product-page .product-faq__icon-line--vertical {
    transform: translate(-50%, -50%) rotate(90deg);
}

.product-page .product-faq__item.is-open .product-faq__icon-line--vertical {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg);
}

.product-page .product-faq__content {
    color: #4b5563;
    line-height: 1.7;
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 0.35s ease, opacity 0.35s ease;
}

.product-page .product-faq__item.is-open .product-faq__content {
    grid-template-rows: 1fr;
    opacity: 1;
}

.product-page .product-faq__content-inner {
    overflow: hidden;
    padding-top: 0;
    transition: padding-top 0.35s ease;
}

.product-page .product-faq__item.is-open .product-faq__content-inner {
    padding-top: 18px;
}

.product-page .product-faq__content-inner p {
    margin: 0 0 12px;
}

@media (prefers-reduced-motion: reduce) {
    .product-page .product-faq__content,
    .product-page .product-faq__content-inner,
    .product-page .product-faq__icon-line {
        transition: none !important;
    }
}

.product-page .specs-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-page .specs-item {
    border: none;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #1f2937;
}

.product-page .specs-item:not(:last-child) {
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    padding-bottom: 8px;
}

.product-page .product-nutrition {
    background: linear-gradient(135deg, #f3f6ff 0%, #f5faf6 100%);
    border-radius: 28px;
    padding: 28px 32px;
    display: grid;
    gap: 20px;
}

.product-page .product-nutrition .kbzhu-title {
    margin: 0;
    font-size: 12px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #667085;
}

.product-page .product-nutrition .kbzhu-table {
    gap: 20px;
}

.product-page .product-nutrition .kbzhu-table > div {
    gap: 6px;
    color: #1d1f2f;
    font-weight: 500;
}

.product-page .product-nutrition .kbzhu-num {
    font-size: 18px;
    font-weight: 600;
    color: #1d1f2f;
}

.product-page .product-suggestions {
    /*margin-top: 120px;*/
    flex-direction: column;
}

.product-page .product-suggestions__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.product-page .product-suggestions__header h2 {
    margin: 0;
    font-family: 'Asket';
    font-size: 32px;
    color: #101828;
}

.product-page .product-suggestions__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 24px;
}

.product-page .product-suggestions .product-card--page {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-relative {
  padding: 3em;
}

.product-card--listing .product-card__link,
.product-card--page .product-card__link {
  text-decoration: none;
  color: inherit;
}

.product-card--listing .product-card__link h3,
.product-card--page .product-card__link h3 {
  margin: 12px 0 4px;
  font-size: 16px;
  font-weight: 500;
  color: #101828;
}

.product-card--listing .product-card__link p,
.product-card--page .product-card__link p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
    color: #101828;
}

@media (max-width: 1280px) {
    .product-page {
        padding: 56px 0 100px;
    }

    .product-page .product-main {
        grid-template-columns: minmax(0, 1fr);
        /*gap: 56px;*/
    }

    .product-page .product-main > * {
        position: static;
    }

    .product-page .product-gallery {
        padding: 32px;
    }

    .product-page .product-summary {
        padding: 48px;
    }
}

@media (max-width: 992px) {
    .product-page .product-summary {
        padding: 40px;
    }

    .product-page .product-summary__title h1 {
        font-size: 34px;
    }

    .product-page .product-main-swiper {
        min-height: 480px;
    }
}

@media (max-width: 768px) {
    .product-page {
        padding: 80px 0 80px;
    }

    .product-page .product-gallery {
        padding: 24px;
        border-radius: 28px;
    }

    .product-page .product-slider-container {
        display: flex;
        flex-direction: column;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .product-page .product-main-swiper {
        order: 1;
    }

    .product-page .product-thumbs-swiper {
        order: 2;
        display: flex;
        justify-content: center;
        width: 100%;
        max-height: none;
    }

    .product-page .product-thumbs-swiper .swiper-wrapper {
        flex-direction: row;
        gap: 10px;
    }

    .product-page .product-thumbs-swiper .swiper-slide {
        width: 10px !important;
        height: 10px;
        flex: 0 0 10px;
        border-radius: 50%;
        background: rgba(16, 24, 40, 0.25);
        border: none;
        box-shadow: none;
        transform: none;
        margin: 0 !important;
    }

    .product-page .product-thumbs-swiper .swiper-slide-thumb-active {
        background: #101828;
    }

    .product-page .product-thumbs-swiper .swiper-slide img {
        display: none;
    }

    .product-page .product-main-swiper {
        min-height: 360px;
    }

    .product-page .product-main-swiper .swiper-wrapper {
        height: auto;
    }

    .product-page .product-main-swiper .swiper-slide {
        width: 100%;
    }
    .product-page .product-summary {
        padding: 32px 28px;
        border-radius: 28px;
    }

    .product-page .product-summary__actions {
        /*flex-direction: column;*/
        /*align-items: stretch;*/
    }

    .product-page .product-summary .add_fav {
        width: 50px;
        height: 50px;
    }

    .product-page .product-suggestions {
        margin-top: 80px;
    }

    .product-page .product-suggestions__list {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }

    .product-page .lightbox {
        padding: 24px 16px;
    }

    .product-page .lightbox-close {
        top: 16px;
        right: 16px;
    }
}

@media (max-width: 480px) {
    .product-page .product-summary {
        padding: 24px 20px;
    }

    .product-page .product-summary__title h1 {
        font-size: 28px;
    }

    .product-page .product-thumbs-swiper .swiper-slide {
        width: 8px !important;
        height: 8px;
        flex: 0 0 8px;
        margin: 0 !important;
    }

    .product-page .product-main-swiper {
        min-height: 300px;
    }

    .product-page .product-suggestions__list {
        /*grid-template-columns: 1fr;*/
    }
}

.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 998;
}

.cart-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.cart-panel {
  position: fixed;
  top: 0;
  /*right: -400px;*/
  right: -100%;
  width: 100%;
  max-width: 360px;
  height: 100vh;
  background: #fff;
  transition: right 0.35s ease;
  z-index: 999;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.cart-panel.active {
  right: 0;
  box-shadow: -12px 0 30px rgba(0, 0, 0, 0.12);
}

.cart-header {
  padding: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-header h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
}

.cart-header .items-count {
  font-size: 0.9rem;
  font-weight: 400;
  color: #888;
  margin-left: 6px;
}

.close-cart {
  background: none;
  border: none;
  font-size: 1.6rem;
  color: #666;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s ease;
}

.close-cart:hover {
  color: var(--color-primary);
}

.cart-body {
  flex: 1;
  overflow-y: auto;
  padding: 0 20px;
}

.empty-cart-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 16px;
  padding: 40px 0;
  color: #666;
}

.empty-cart-message p {
  margin: 0;
  font-size: 1rem;
}

.continue-shopping {
  background: #f1f1f1;
  border: none;
  color: #333;
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.continue-shopping:hover {
  background: #e5e5e5;
}

.cart-items {
  padding: 20px 0;
  display: none;
}

.cart-item {
  display: flex;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.cart-item:last-child {
  border-bottom: none;
}

.item-image {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f4f4f4;
}

.item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.item-details {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.item-details .item-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.item-details h4 {
  margin: 0 0 4px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #222;
}

.item-params {
  font-size: 0.8rem;
  color: #777;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.item-price {
  font-size: 0.85rem;
  color: #777;
}

.item-total {
  font-weight: 600;
  color: #222;
}

.item-controls {
  display: flex;
  align-items: center;
  gap: 6px;
}

.item-controls button {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.item-controls button:hover {
  background: #f5f5f5;
  border-color: #ccc;
}

.item-controls input {
  width: 48px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-align: center;
  font-size: 0.9rem;
}

.remove-item {
  color: #e74c3c;
  border: none;
  background: transparent;
  width: auto;
  font-size: 20px;
  line-height: 1;
}

.remove-item:hover {
  color: #c0392b;
  background: transparent;
}

.cart-footer {
  padding: 20px;
  border-top: 1px solid #eee;
  background: #fafafa;
  display: none;
}

.cart-summary {
  margin-bottom: 16px;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 1rem;
  color: #222;
}

.cart-total .total-price {
  font-size: 1.1rem;
}

.checkout-btn {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 8px;
  background: var(--color-primary);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.checkout-btn:hover {
  background: #14263a;
  transform: translateY(-1px);
}

.checkout-btn:active {
  transform: translateY(0);
}

.notifications-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 320px;
  max-width: calc(100% - 40px);
  pointer-events: none;
}

.notification {
  background: var(--color-primary);
  color: #fff;
  padding: 14px 18px;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0;
  transform: translateX(120%);
  transition: transform 0.3s ease, opacity 0.3s ease;
  pointer-events: auto;
  position: relative;
}

.notification.show {
  opacity: 1;
  transform: translateX(0);
}

.notification.success {
  background: #4caf50;
}

.notification.error {
  background: #e74c3c;
}

.notification.warning {
  background: #f39c12;
}

.notification.info {
  background: var(--color-secondary);
}

.notification-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notification-text {
  flex: 1;
  font-size: 0.9rem;
  line-height: 1.4;
}

.notification-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  opacity: 0.8;
}

.notification-close::before,
.notification-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.9);
  transform-origin: center;
}

.notification-close::before {
  transform: rotate(45deg);
}

.notification-close::after {
  transform: rotate(-45deg);
}

.notification-close:hover {
  opacity: 1;
}

/* Profile page */
.profile-page {
  width: 100%;
  padding: clamp(72px + 2em, 5vw, 64px) 0;
}

.profile-container2 .profile-inner {
  width: 100%;
}

.profile-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  align-items: flex-start;
}

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

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

.profile-summary-card {
  position: relative;
  background: #fff;
  border-radius: 24px;
  padding: clamp(24px, 4vw, 32px);
  border: 1px solid rgba(18, 26, 33, 0.08);
  /*box-shadow: 0 20px 40px rgba(24, 39, 75, 0.08);*/
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.profile-summary-card__name {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  color: #201b2d;
}

.profile-summary-card__avatar {
  position: relative;
}

.profile-summary-card .avatar_thumbnail {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #f1f3f6;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 1px rgba(144, 185, 50, 0.12);
}

.author_avatar .avatar_thumbnail {
  width: 45px;
  height: 45px;
  background-size: cover;
  border-radius: 50%;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

.avatar_edit {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-sizing: border-box;
  background-color: #dadada;
  background-image: url("data:image/svg+xml,%3Csvg fill='%2348D1CC' width='16' height='16' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.71 6.29 17.71 10.29 8 20H4V16L13.71 6.29ZM20.71 5.04 18.96 3.29A1 1 0 0 0 17.54 3.29L15.13 5.7 19.13 9.7 21.54 7.29A1 1 0 0 0 21.54 5.87L20.71 5.04Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
  border: none;
  padding: 0;
}

.avatar_edit:hover,
.avatar_edit:focus-visible {
  background-color: #48D1CC;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' width='16' height='16' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.71 6.29 17.71 10.29 8 20H4V16L13.71 6.29ZM20.71 5.04 18.96 3.29A1 1 0 0 0 17.54 3.29L15.13 5.7 19.13 9.7 21.54 7.29A1 1 0 0 0 21.54 5.87L20.71 5.04Z'/%3E%3C/svg%3E");
  outline: none;
  transform: translateY(-1px);
}

.avatar_edit:focus-visible {
  /*box-shadow: 0 0 0 3px rgba(144, 185, 50, 0.2);*/
}

.profile-summary-card__divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(144, 185, 50, 0), rgba(144, 185, 50, 0.35), rgba(144, 185, 50, 0));
}

.profile-summary-card__contacts {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.profile-contact {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  border-radius: 16px;
  background: #f5f5f5;
  border: 1px solid rgba(0,0,0, 0.05);
}

.profile-contact__icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4c7618;
  flex-shrink: 0;
  position: relative;
}

.profile-contact__icon::before {
  content: '';
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%23888' stroke-width='1.5' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M16.5 6a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 14c-5.523 0-9 2.477-9 6v1h18v-1c0-3.523-3.477-6-9-6Z'/%3E%3C/svg%3E");
}

.profile-contact--phone .profile-contact__icon::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='%23555' xmlns='http://www.w3.org/2000/svg' viewBox='0.9115921258926392 -0.0000152587890625 480.7774963378906 482.6000671386719'%3E%3Cg%3E%3Cpath d='M98.339 320.8c47.6 56.9 104.9 101.7 170.3 133.4 24.9 11.8 58.2 25.8 95.3 28.2 2.3.1 4.5.2 6.8.2 24.9 0 44.9-8.6 61.2-26.3.1-.1.3-.3.4-.5 5.8-7 12.4-13.3 19.3-20 4.7-4.5 9.5-9.2 14.1-14 21.3-22.2 21.3-50.4-.2-71.9l-60.1-60.1c-10.2-10.6-22.4-16.2-35.2-16.2-12.8 0-25.1 5.6-35.6 16.1l-35.8 35.8c-3.3-1.9-6.7-3.6-9.9-5.2-4-2-7.7-3.9-11-6-32.6-20.7-62.2-47.7-90.5-82.4-14.3-18.1-23.9-33.3-30.6-48.8 9.4-8.5 18.2-17.4 26.7-26.1 3-3.1 6.1-6.2 9.2-9.3 10.8-10.8 16.6-23.3 16.6-36s-5.7-25.2-16.6-36l-29.8-29.8c-3.5-3.5-6.8-6.9-10.2-10.4-6.6-6.8-13.5-13.8-20.3-20.1-10.3-10.1-22.4-15.4-35.2-15.4-12.7 0-24.9 5.3-35.6 15.5l-37.4 37.4c-13.6 13.6-21.3 30.1-22.9 49.2-1.9 23.9 2.5 49.3 13.9 80 17.5 47.5 43.9 91.6 83.1 138.7zm-72.6-216.6c1.2-13.3 6.3-24.4 15.9-34l37.2-37.2c5.8-5.6 12.2-8.5 18.4-8.5 6.1 0 12.3 2.9 18 8.7 6.7 6.2 13 12.7 19.8 19.6 3.4 3.5 6.9 7 10.4 10.6l29.8 29.8c6.2 6.2 9.4 12.5 9.4 18.7s-3.2 12.5-9.4 18.7c-3.1 3.1-6.2 6.3-9.3 9.4-9.3 9.4-18 18.3-27.6 26.8l-.5.5c-8.3 8.3-7 16.2-5 22.2.1.3.2.5.3.8 7.7 18.5 18.4 36.1 35.1 57.1 30 37 61.6 65.7 96.4 87.8 4.3 2.8 8.9 5 13.2 7.2 4 2 7.7 3.9 11 6 .4.2.7.4 1.1.6 3.3 1.7 6.5 2.5 9.7 2.5 8 0 13.2-5.1 14.9-6.8l37.4-37.4c5.8-5.8 12.1-8.9 18.3-8.9 7.6 0 13.8 4.7 17.7 8.9l60.3 60.2c12 12 11.9 25-.3 37.7-4.2 4.5-8.6 8.8-13.3 13.3-7 6.8-14.3 13.8-20.9 21.7-11.5 12.4-25.2 18.2-42.9 18.2-1.7 0-3.5-.1-5.2-.2-32.8-2.1-63.3-14.9-86.2-25.8-62.2-30.1-116.8-72.8-162.1-127-37.3-44.9-62.4-86.7-79-131.5-10.3-27.5-14.2-49.6-12.6-69.7z' %3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.profile-contact__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}

.profile-contact__label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(32, 27, 45, 0.5);
}

.profile-contact__value {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-secondary);
  text-decoration: none;
  transition: color 0.2s ease;
}

.profile-contact__value:hover,
.profile-contact__value:focus {
  color: var(--color-accent);
}

.profile-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.profile-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px 18px;
  border-radius: 14px;
  font-weight: 600;
  font-size: 15px;
  border: 1px solid transparent;
  background: #f7f9f2;
  color: var(--color-secondary);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.profile-action-btn:focus-visible {
  outline: none;
  /*box-shadow: 0 0 0 3px rgba(144, 185, 50, 0.25);*/
}

.profile-action-btn--primary {
  background: var(--color-secondary);
  color: #fff;
}

.profile-action-btn--primary:hover,
.profile-action-btn--primary:focus-visible {
  background: var(--color-accent);
}

.profile-action-btn--ghost {
  background: #f5f5f5;
  border-color: rgba(0,0,0, 0.14);
  text-decoration: none;
}

.profile-action-btn--ghost:hover,
.profile-action-btn--ghost:focus-visible {
  background: var(--color-accent);
  color: #fff;
  border-color: var(--color-accent);
}

.profile-info-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 24px;
  /*background: linear-gradient(135deg, rgba(144, 185, 50, 0.9), rgba(92, 143, 29, 0.9));*/
  background-color: var(--color-secondary);
  color: #fff;
  /*box-shadow: 0 18px 36px rgba(92, 143, 29, 0.2);*/
}

.profile-info-card__background {
  position: absolute;
  inset: -20% -10%;
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.35), transparent 55%),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.2), transparent 60%);
  pointer-events: none;
}

.profile-info-card__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.profile-info-card__title {
  font-size: 18px;
  font-weight: 700;
}

.profile-info-card__text {
  font-size: 15px;
  line-height: 1.5;
  opacity: 0.9;
  margin: 0;
}

.profile-content-card {
  background: #fff;
  border-radius: 28px;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(18, 26, 33, 0.08);
  /*box-shadow: 0 24px 48px rgba(24, 39, 75, 0.08);*/
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.profile-content-card__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.profile-content-card__title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  color: #201b2d;
}

.profile-content-card__subtitle {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(32, 27, 45, 0.72);
}

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

.profile-orders > .order-card {
  margin: 0;
}

.profile-orders .empty-orders {
  padding: 20px;
  border-radius: 16px;
  background: #f7f8fa;
  border: 1px solid rgba(18, 26, 33, 0.06);
  color: rgba(32, 27, 45, 0.72);
}

@media (max-width: 1024px) {
  .profile-page {
    /*padding: 40px 0 56px;*/
  }

  .profile-page__layout {
    grid-template-columns: 1fr;
    max-width: 720px;
  }

  .profile-content-card {
    padding: 28px;
  }
}

@media (max-width: 768px) {
  .profile-page__layout {
    gap: 24px;
  }

  .profile-summary-card {
    padding: 24px 20px;
  }

  .profile-summary-card .avatar_thumbnail {
    width: 100px;
    height: 100px;
  }

  .profile-content-card {
    padding: 24px;
  }
}

@media (max-width: 576px) {

  .profile-content-card {
    padding: 24px 18px;
  }

  .profile-contact {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .cart-panel {
    max-width: 100%;
  }

  .cart-body {
    padding: 0 16px;
  }

  .cart-footer {
    padding: 16px;
  }
}


@media (max-width: 1280px) {
  header {
    padding: 1.2rem 2.5rem;
  }

  .hero-content h1 {
    font-size: 46px;
  }
}

@media (max-width: 1100px) {
  .nav-right {
    gap: 1rem;
  }

  .hero-content {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  header {
    padding: 1.1rem 2rem;
  }

  .menu-toggle {
    display: flex;
  }

  .nav-left {
    gap: 1rem;
  }

  .nav-left a {
    display: none;
  }

  .nav-right a svg,
  .nav-right a {
    width: 22px;
    height: 22px;
  }

  .hero {
    min-height: 80vh;
  }

  .hero-content h1 {
    font-size: 40px;
  }
}

@media (max-width: 900px) {
  header {
    gap: 1rem;
  }

  .nav-left,
  .nav-right {
    flex: 1 1 auto;
  }

  .nav-right {
    justify-content: flex-end;
  }

  .hero-content {
    padding: 0 1.5rem;
  }

  .new-products-header,
  .reviews-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25em;
  }

  .new-products-nav,
  .reviews-nav {
    align-self: stretch;
    /*justify-content: flex-end;*/
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  body {
    padding-top: 72px;
  }

  header {
    /*flex-wrap: wrap;*/
    padding: 1rem 1.5rem;
    flex-direction: row;
  }

  .logo {
    position: static;
    transform: none;
    margin: 0 auto;
    order: -1;
  }

  .logo svg {
    max-width: 90px;
    max-height: 54px;
  }

  .nav-left,
  .nav-right {
    width: 100%;
    justify-content: space-between;
  }

  .nav-right {
    order: 2;
    padding-top: 0.25rem;
  }

  .hero {
    min-height: 70vh;
  }

  .hero-content h1 {
    font-size: 34px;
  }

  .hero-content {
    font-size: 18px;
  }

  .scroll-down {
    bottom: 20px;
  }

  .catalog {
    padding: calc(86px + 1em) 1.5em 3em;
    flex-direction: column;
    gap: 1.5em;
  }

  .catalog-item {
    aspect-ratio: auto;
    min-height: 240px;
    border-radius: 12px;
  }

  .brand {
    padding: 3em 1.5em;
    flex-direction: column;
    gap: 1em;
  }

  .brand-title,
  .brand-desc {
    width: 100%;
  }

  .brand h2 {
    font-size: 20px;
  }

  .new-products,
  .reviews,
  .product-relative {
    padding: 2.5em 1.5em;
  }

  .new-products-filters,
  .reviews-filters {
    flex-wrap: wrap;
  }

  .reviews-heading,
  .new-products-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
  }

  .wishlist-page {
    padding: calc(86px + 1em) 1.5em 3em;
  }

  .wishlist-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .go-catalog {
    margin: 0 1.5em 3em;
    padding: 6em 1.5em 4em;
  }

  .go-items {
    flex-direction: column;
    gap: 1.5em;
    margin-bottom: 1.5em;
  }

  .go-item {
    padding: 1.5em;
  }

  footer {
    padding: 2.5em 1.5em 2em;
  }

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

  .footer-links {
    flex-wrap: wrap;
  }

  .side-menu {
    width: 320px;
    max-width: 85%;
  }

  .product-card-item {
    flex-direction: column;
  }

  .product-card-item > * {
    width: 100%;
  }

  .product-card-item .product-info {
    padding: 2em 1.5em 0;
  }

  .catalog-top {
    /*flex-direction: column;*/
    /*gap: 1.5em;*/
    /*align-items: flex-start;*/
  }

  .catalog .items, .wishlist .items {
    column-gap: 1em;
  }
}

@media (max-width: 600px) {
  header {
    padding: 0.9rem 1.25rem;
  }

  .hero-content h1 {
    font-size: 30px;
  }

  .hero-content {
    font-size: 16px;
  }

  .catalog {
    padding: calc(86px + 1em) 1.25em 2.5em;
  }

  .catalog-top {
    flex-direction: column;
    gap: 1em;
  }

  .catalog .sort-wrapper {
    width: auto;
  }

  .brand {
    padding: 2.5em 1.25em;
  }

  .new-products,
  .reviews,
  .product-relative {
    padding: 2em 1.25em;
  }

  .go-catalog {
    margin: 0 1.25em 2.5em;
    padding: 1.25em 1.25em 3.5em;
  }

  .go-catalog-buttons {
    flex-direction: column;
    width: 100%;
  }

  .go-catalog-btn {
    width: 100%;
    text-align: center;
  }

  .footer-columns {
    grid-template-columns: 1fr;
  }

  .footer-column.app {
    /*text-align: center;*/
  }

  .app-links {
    /*justify-content: center;*/
  }

  .qr-svg, .app-desc span {
    display: none;
  }

  .footer-bottom {
    gap: 1.5em;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 14px;
  }

  .hero {
    min-height: 60vh;
  }

  .hero-content h1 {
    font-size: 26px;
  }

  .scroll-down svg {
    width: 24px;
    height: 24px;
  }

  .catalog-item {
    min-height: 400px;
    font-size: 26px;
    padding: 1.5em;
  }

  .new-products h2,
  .reviews h2,
  .product-page .product-suggestions__header h2 {
    font-size: 26px;
  }

  .go-item p {
    font-size: 18px;
  }

  .wishlist-header h1 {
    font-size: 26px;
  }

  .cart-panel {
    max-width: 100%;
  }
}
