.tokio31-seo-intro {
  max-width: 980px;
  margin: 0 auto 28px;
  padding: 20px 24px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  color: #555;
  font-size: 16px;
  line-height: 1.65;
  text-align: left;
}

/* Keep product descriptions and the purchase row aligned in every desktop card. */
@media (min-width: 769px) {
    body #page-wrap .page-content .boxed-wrapper .main-container #smc-product-list-wrapper .smc-category-block .smc-product-grid > .smc-product-card {
        margin-bottom: 0 !important;
    }

    body #page-wrap .page-content .boxed-wrapper .main-container #smc-product-list-wrapper .smc-product-card .smc-product-content {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        grid-template-rows: 52px 63px 42px !important;
        column-gap: 12px !important;
        row-gap: 7px !important;
        align-content: end !important;
        align-items: center !important;
        min-height: 198px !important;
        margin-top: 32px !important;
        top: 0 !important;
        bottom: auto !important;
        transform: none !important;
        transition: none !important;
        animation: none !important;
    }

    body #page-wrap .page-content .boxed-wrapper .main-container #smc-product-list-wrapper .smc-product-card .smc-product-title {
        grid-column: 1 / -1 !important;
        grid-row: 1 !important;
        align-self: start !important;
        height: 52px !important;
        margin: 0 !important;
    }

    body #page-wrap .page-content .boxed-wrapper .main-container #smc-product-list-wrapper .smc-product-card .smc-product-description {
        display: -webkit-box !important;
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
        align-self: start !important;
        width: 100% !important;
        height: 63px !important;
        margin: 0 !important;
        overflow: hidden !important;
        position: static !important;
        top: auto !important;
        transform: none !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 3 !important;
    }

    body #page-wrap .page-content .boxed-wrapper .main-container #smc-product-list-wrapper .smc-product-card:hover .smc-product-description {
        overflow: hidden !important;
        -webkit-line-clamp: 3 !important;
    }

    body #page-wrap .page-content .boxed-wrapper .main-container #smc-product-list-wrapper .smc-category-block .smc-product-grid .smc-product-card .smc-product-content > span.smc-product-price {
        display: block !important;
        grid-column: 1 !important;
        grid-row: 3 !important;
        align-self: center !important;
        width: auto !important;
        margin: 0 !important;
        position: static !important;
        inset: auto !important;
        transform: none !important;
    }

    body #page-wrap .page-content .boxed-wrapper .main-container #smc-product-list-wrapper .smc-product-card .smc-mobile-buy-row {
        display: contents !important;
    }

    body #page-wrap .page-content .boxed-wrapper .main-container #smc-product-list-wrapper .smc-product-card .smc-mobile-buy-row .smc-mobile-product-price {
        display: none !important;
    }

    html body.home #page-wrap .page-content .boxed-wrapper .main-container #smc-product-list-wrapper .smc-category-block .smc-product-grid .smc-product-card .smc-product-content .smc-mobile-buy-row > button.smc-add-to-cart-btn[data-product-id] {
        display: inline-flex !important;
        grid-column: 2 !important;
        grid-row: 3 !important;
        align-self: center !important;
        align-items: center !important;
        justify-content: center !important;
        width: auto !important;
        min-width: 112px !important;
        height: 42px !important;
        margin: 0 !important;
        padding: 0 15px !important;
        line-height: 1.2 !important;
        white-space: nowrap !important;
        position: static !important;
        inset: auto !important;
        transform: none !important;
    }

    html body.home #page-wrap .page-content .boxed-wrapper .main-container #smc-product-list-wrapper .smc-category-block .smc-product-grid .smc-product-card .smc-product-content .smc-mobile-buy-row > button.smc-add-to-cart-btn[data-product-id]:hover {
        transform: scale(1.04) !important;
    }
}

/* Prevent the two-column phone layout from squeezing the price into the button. */
@media (min-width: 361px) and (max-width: 420px) {
    html body.home #page-wrap .page-content .boxed-wrapper .main-container #smc-product-list-wrapper .smc-category-block .smc-product-grid .smc-product-card .smc-product-content .smc-mobile-buy-row {
        grid-template-columns: minmax(0, 1fr) 76px !important;
        gap: 4px !important;
    }

    html body.home #page-wrap .page-content .boxed-wrapper .main-container #smc-product-list-wrapper .smc-category-block .smc-product-grid .smc-product-card .smc-product-content .smc-mobile-buy-row .smc-mobile-product-price {
        justify-self: start !important;
        width: auto !important;
        max-width: 100% !important;
        margin: 0 !important;
        font-size: 18px !important;
    }

    html body.home #page-wrap .page-content .boxed-wrapper .main-container #smc-product-list-wrapper .smc-category-block .smc-product-grid .smc-product-card .smc-product-content .smc-mobile-buy-row > button.smc-add-to-cart-btn[data-product-id] {
        justify-self: end !important;
        width: 76px !important;
        min-width: 76px !important;
        max-width: 76px !important;
        margin: 0 !important;
        padding: 7px 6px !important;
        font-size: 13px !important;
    }
}

/* Huawei Mate X3 cover display: compact category tiles, full-width dish cards. */
@media (min-width: 351px) and (max-width: 360px) {
    html body.home .page-content > #featured-links .featured-link,
    html body.home .page-content > #featured-links .featured-link:last-child,
    html body.home .page-content > #featured-links .featured-link:nth-last-child(2) {
        flex: 0 0 calc(50% - 5px) !important;
        flex-basis: calc(50% - 5px) !important;
        width: calc(50% - 5px) !important;
        max-width: calc(50% - 5px) !important;
        aspect-ratio: 3 / 2 !important;
    }

}

/* Mate X3 with enlarged EMUI display scaling can report only 300-350 CSS px. */
@media (min-width: 300px) and (max-width: 350.98px) {
    html body.home .page-content > #featured-links .featured-link,
    html body.home .page-content > #featured-links .featured-link:last-child,
    html body.home .page-content > #featured-links .featured-link:nth-last-child(2) {
        flex: 0 0 calc(50% - 5px) !important;
        flex-basis: calc(50% - 5px) !important;
        width: calc(50% - 5px) !important;
        max-width: calc(50% - 5px) !important;
        aspect-ratio: 3 / 2 !important;
    }

}

/* A consistent, compact vertical rhythm for the mobile home page. */
@media (max-width: 768px) {
    html body.home #page-wrap .page-content > br:first-child {
        display: none !important;
    }

    html body.home #page-wrap .page-content > #featured-links {
        margin-top: 12px !important;
    }

    html body.home #page-wrap .page-content > .tokio31-quick-sections {
        margin: 8px 0 0 !important;
        padding: 16px 14px !important;
    }
}

@media (max-width: 360px) {
    html body.home #page-wrap .page-content .boxed-wrapper .main-container #smc-product-list-wrapper .smc-category-block .smc-product-grid .smc-product-card .smc-product-image-wrapper {
        aspect-ratio: 3 / 2 !important;
    }

    html body.home #page-wrap .page-content .boxed-wrapper .main-container #smc-product-list-wrapper .smc-category-block .smc-product-grid .smc-product-card .smc-product-content {
        min-height: 152px !important;
    }

    html body.home #smc-product-list-wrapper .smc-product-grid .smc-product-description {
        min-height: 34px !important;
    }
}

.tokio31-seo-intro p {
  margin: 0 0 12px;
}

.tokio31-seo-intro p:last-child {
  margin-bottom: 0;
}

.tokio31-seo-intro a {
  color: #e9292d;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tokio31-seo-page {
  max-width: 1040px;
  margin: 0 auto 32px;
  padding: 24px 26px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 1.65;
}

.tokio31-seo-page--compact {
  margin-bottom: 22px;
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
}

.tokio31-seo-page h1,
.tokio31-seo-page-title {
  margin: 0 0 16px;
  color: #333;
  font-family: inherit;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}

.tokio31-seo-page h2 {
  margin: 28px 0 10px;
  color: #333;
  font-family: inherit;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.35;
}

.tokio31-seo-page p,
.tokio31-seo-page ol,
.tokio31-seo-page ul {
  margin-top: 0;
  margin-bottom: 14px;
}

.tokio31-seo-page a {
  color: #e9292d;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tokio31-seo-lead {
  text-align: center;
}

.tokio31-seo-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 22px 0;
}

.tokio31-seo-links a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1px solid #e9292d;
  border-radius: 5px;
  background: #fff;
  color: #d92025;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.tokio31-seo-links a:hover,
.tokio31-seo-links a:focus-visible {
  background: #e9292d;
  color: #fff;
  transform: translateY(-1px);
}

.tokio31-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 22px 0;
}

.tokio31-contact-grid article {
  display: flex;
  min-height: 98px;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background: #fff;
  color: #444;
  text-align: center;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.tokio31-contact-grid h2 {
  display: none;
}

.tokio31-contact-grid address {
  width: 100%;
  margin: 0;
  font-style: normal;
  line-height: 1.5;
}

.tokio31-contact-grid article:hover,
.tokio31-contact-grid article:focus-within {
  border-color: #e62f35;
  background: #fff;
  color: #444;
  box-shadow: 0 0 0 1px rgba(230, 47, 53, .08);
  transform: none;
}

footer .featured-link > .tokio31-footer-home-link {
  position: relative !important;
  inset: auto !important;
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  line-height: 0;
  pointer-events: auto !important;
  z-index: 2;
}

.tokio31-contact-columns {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  gap: 24px;
}

.tokio31-contact-map {
  min-height: 420px;
  overflow: hidden;
  border-radius: 5px;
}

.tokio31-location-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0;
}

.tokio31-location-summary p {
  margin: 0;
  padding: 16px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}

.tokio31-map-link {
  margin-top: 24px !important;
  text-align: center;
}

.tokio31-map-link a {
  font-weight: 500;
}

.tokio31-quick-sections {
  max-width: 1120px;
  margin: 28px auto 24px;
  padding: 22px 24px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}

.tokio31-quick-sections h2 {
  margin: 0 0 16px;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.tokio31-quick-sections__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
}

.tokio31-quick-sections__links a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  color: #333;
  font-size: 15px;
  line-height: 1.35;
  text-decoration: none;
  transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

.tokio31-quick-sections__links a:hover,
.tokio31-quick-sections__links a:focus-visible {
  border-color: #e62f35;
  color: #e62f35;
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .tokio31-quick-sections {
    margin: 18px 0 14px;
    padding: 18px 14px;
  }

  .tokio31-quick-sections h2 {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .tokio31-quick-sections__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .tokio31-quick-sections__links a {
    min-height: 42px;
    padding: 8px 10px;
    font-size: 14px;
  }

  .tokio31-seo-intro {
    margin-bottom: 20px;
    padding: 16px 14px;
    font-size: 15px;
    line-height: 1.55;
  }

  .tokio31-seo-page {
    margin-bottom: 20px;
    padding: 18px 14px;
    font-size: 15px;
    line-height: 1.55;
  }

  .tokio31-seo-page--compact {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .tokio31-seo-page h1,
  .tokio31-seo-page-title {
    margin-bottom: 12px;
    font-size: 24px;
  }

  .tokio31-seo-page h2 {
    margin-top: 22px;
    font-size: 19px;
  }

  .tokio31-seo-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tokio31-seo-links a {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    text-align: center;
  }

  .tokio31-contact-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tokio31-contact-grid article {
    padding: 14px;
  }

  .tokio31-contact-map {
    min-height: 340px;
  }

  .tokio31-location-summary {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .tokio31-location-summary p {
    padding: 12px;
  }
}

.tokio31-hide-visual-title .post-header {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.tokio31-hide-visual-title .post-header + .post-content {
  padding-top: 10px;
}

body.tokio31-seo-landing:not(.tokio31-hide-visual-title) article.hentry > .post-content {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
}

.tokio31-seo-landing .post-header .page-title {
  position: static !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
}

body.page-id-4368 .post-header {
  position: static !important;
  width: auto !important;
  height: auto !important;
  max-width: 980px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
  text-align: center !important;
}

body.page-id-4368 article.hentry {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
}

body.page-id-4368 .post-header .page-title {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #222 !important;
}

body.page-id-4368 .post-header + .post-content {
  margin-top: 14px !important;
  padding-top: 0 !important;
}

.tokio31-seo-landing .post-content > p:empty:first-child,
.tokio31-seo-landing .post-content > .tokio31-seo-intro + hr,
.tokio31-seo-landing .post-content > .tokio31-seo-intro + hr + hr {
  display: none !important;
  margin: 0 !important;
}

.tokio31-seo-landing .post-content > h4 {
  position: static !important;
  top: auto !important;
  bottom: auto !important;
}

.tokio31-hide-visual-title .post-header + .post-content {
  margin-top: 14px;
}

.tokio31-hide-first-section-heading .post-content > .tokio31-seo-intro + h2 {
  display: none !important;
}

@media (max-width: 768px) {
  .tokio31-hide-visual-title .post-header + .post-content {
    padding-top: 6px;
  }

  .tokio31-hide-visual-title .post-header + .post-content {
    margin-top: 10px;
  }
}

@media (max-width: 420px) {
  .tokio31-seo-links {
    grid-template-columns: 1fr;
  }
}

.tablepress .tokio31-menu-table-link {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.18s ease;
}

.tablepress .tokio31-menu-table-link:hover,
.tablepress .tokio31-menu-table-link:focus-visible {
  color: #e62f35;
  text-decoration: none;
}

.tokio31-seo-landing .post-header {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.tokio31-seo-landing .post-header .page-title {
  margin: 0;
  color: #222;
  font-size: clamp(26px, 2.5vw, 34px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: .01em;
}

.tokio31-seo-landing .post-header + .post-content {
  margin-top: 14px;
}

.tokio31-seo-landing .tokio31-seo-intro {
  max-width: 980px;
  margin: 0 auto 22px;
  padding: 20px 24px;
  border: 1px solid #e5e5e5;
  border-left: 4px solid #e62f35;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .035);
  color: #4f4f4f;
}

.tokio31-seo-landing .tokio31-seo-intro a {
  display: inline-block;
  padding: 1px 5px;
  border-radius: 4px;
  background: rgba(230, 47, 53, .07);
  color: #d9272d;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease;
}

.tokio31-seo-landing .tokio31-seo-intro a:hover,
.tokio31-seo-landing .tokio31-seo-intro a:focus-visible {
  background: #e62f35;
  color: #fff;
  text-decoration: none;
}

.tokio31-seo-landing .post-content > .tokio31-seo-intro + br,
.tokio31-seo-landing .post-content > .tokio31-seo-intro + br + br {
  display: none;
}

.tokio31-seo-landing .tablepress thead th {
  border-bottom: 2px solid #e62f35;
  background: #f2f3f4;
  color: #222;
  font-weight: 600;
}

.tokio31-seo-landing .tablepress tbody tr:nth-child(even) {
  background: #fafafa;
}

.tokio31-seo-landing .post-content > h4 {
  margin: 22px 0 10px;
  padding: 0 0 8px;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .03em;
}

@media (max-width: 768px) {
  .tokio31-seo-landing .post-header {
    padding: 0 14px;
  }

  .tokio31-seo-landing .post-header .page-title {
    font-size: 24px;
  }

  .tokio31-seo-landing .post-header + .post-content {
    margin-top: 10px;
  }

  .tokio31-seo-landing .tokio31-seo-intro {
    margin: 0 10px 16px;
    padding: 16px 15px;
    border-left-width: 3px;
    border-radius: 7px;
    font-size: 15px;
    line-height: 1.55;
  }

  .tokio31-seo-landing .post-content > h4 {
    margin-top: 18px;
    font-size: 16px;
  }
}
.tokio31-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.tablepress .tokio31-live-price {
    white-space: nowrap;
    font-weight: 600;
}

.tablepress .tokio31-order-column {
    width: 62px;
    padding-left: 8px !important;
    padding-right: 8px !important;
    text-align: center;
    vertical-align: middle;
}

.tablepress .tokio31-table-product-proxy.smc-product-card {
    display: inline-flex !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    transform: none !important;
}

.tablepress .tokio31-table-cart-button.smc-add-to-cart-btn {
    display: inline-flex !important;
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #e62f35 !important;
    border-radius: 7px !important;
    background: #fff !important;
    color: #e62f35 !important;
    line-height: 1 !important;
    box-shadow: none !important;
    transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease !important;
}

.tablepress .tokio31-table-cart-button svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tablepress .tokio31-table-cart-button:hover,
.tablepress .tokio31-table-cart-button:focus-visible {
    border-color: #e62f35 !important;
    background: #e62f35 !important;
    color: #fff !important;
    transform: scale(1.05) !important;
    outline: none;
}

.tablepress .tokio31-table-cart-button.smc-added {
    border-color: #22b954 !important;
    background: #22b954 !important;
    color: #fff !important;
}

@media (max-width: 768px) {
    .tablepress {
        width: 100% !important;
        max-width: 100% !important;
        table-layout: fixed !important;
    }

    .tablepress .column-4 {
        display: none !important;
    }

    .tablepress th,
    .tablepress td {
        padding: 7px 4px !important;
        font-size: 12px !important;
        line-height: 1.25 !important;
        vertical-align: middle !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;
    }

    .tablepress .column-1 {
        width: 27% !important;
    }

    .tablepress .column-2 {
        width: 43% !important;
    }

    .tablepress .column-3 {
        width: 16% !important;
        white-space: nowrap !important;
    }

    .tablepress .tokio31-order-column {
        width: 14% !important;
        padding-left: 2px !important;
        padding-right: 2px !important;
        text-align: center !important;
    }

    .tablepress th.tokio31-order-column {
        font-size: 0 !important;
        white-space: nowrap !important;
    }

    .tablepress th.tokio31-order-column::after {
        content: "Купить";
        font-size: 10px;
        line-height: 1.1;
    }

    .tablepress .tokio31-table-cart-button.smc-add-to-cart-btn {
        width: 32px !important;
        min-width: 32px !important;
        height: 32px !important;
        min-height: 32px !important;
    }

    .tablepress .tokio31-table-cart-button svg {
        width: 18px;
        height: 18px;
    }

    html body #page-wrap .tablepress th,
    html body #page-wrap .tablepress td {
        min-width: 0 !important;
        max-width: none !important;
    }

    html body #page-wrap .tablepress .column-1 {
        width: 27% !important;
    }

    html body #page-wrap .tablepress .column-2 {
        width: 43% !important;
    }

    html body #page-wrap .tablepress .column-3 {
        width: 16% !important;
    }

    html body #page-wrap .tablepress .tokio31-order-column {
        width: 14% !important;
        min-width: 0 !important;
        padding-left: 2px !important;
        padding-right: 2px !important;
    }

    html body #page-wrap .tablepress .tokio31-table-cart-button.smc-add-to-cart-btn {
        width: 32px !important;
        min-width: 32px !important;
        height: 32px !important;
        min-height: 32px !important;
    }
}
.wds_slider_cont {
    position: relative !important;
}

.wds_slider_cont > .wds_loading {
    position: absolute !important;
    inset: 0 !important;
    width: 40px !important;
    height: 40px !important;
    margin: auto !important;
    transform: none !important;
    z-index: 20;
}

.wds_slider_cont > .wds_loading .wds_loading_img {
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    background-position: center !important;
}

body.home .wds_slider_cont {
    cursor: pointer;
}

body.home .wds_slider_cont:focus-visible {
    outline: 2px solid #e62f35;
    outline-offset: -3px;
}
.tokio31-menu-page article.hentry {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
}

.tokio31-menu-page .post-header {
    position: static !important;
    width: auto !important;
    height: auto !important;
    max-width: 1040px !important;
    margin: 0 auto !important;
    padding: 28px 24px 18px !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
    border-bottom: 1px solid #e5e5e5;
    text-align: center !important;
}

.tokio31-menu-page .post-header .page-title {
    position: static !important;
    display: block !important;
    margin: 0 !important;
    color: #222 !important;
    font-family: inherit !important;
    font-size: clamp(28px, 3.2vw, 40px) !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    letter-spacing: .01em !important;
    transform: none !important;
}

.tokio31-menu-page .post-header + .post-content {
    margin-top: 0 !important;
    padding-top: 22px !important;
}

.tokio31-menu-page .post-content > .tokio31-seo-page--compact {
    max-width: 980px !important;
    margin: 0 auto 20px !important;
    padding: 18px 22px !important;
    border: 1px solid #e5e5e5 !important;
    border-left: 4px solid #e62f35 !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .035) !important;
    text-align: center !important;
}

.tokio31-menu-page .tokio31-seo-page--compact > h2 {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.tokio31-menu-page .tokio31-seo-page--compact .tokio31-seo-lead {
    max-width: 900px;
    margin: 0 auto !important;
    color: #4f4f4f !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
}

.tokio31-menu-page .tokio31-seo-page--compact a {
    display: inline-block !important;
    margin: 1px !important;
    padding: 1px 5px !important;
    border-radius: 4px !important;
    background: rgba(230, 47, 53, .07) !important;
    color: #d9272d !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: background-color .18s ease, color .18s ease !important;
}

.tokio31-menu-page .tokio31-seo-page--compact a:hover,
.tokio31-menu-page .tokio31-seo-page--compact a:focus-visible {
    background: #e62f35 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.tokio31-menu-page .post-content > .tokio31-seo-page--compact + hr {
    max-width: 1040px !important;
    margin: 0 auto 24px !important;
    border: 0 !important;
    border-top: 1px solid #e5e5e5 !important;
}

.tokio31-menu-page .post-content > h4 {
    position: static !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    color: #222 !important;
    font-family: inherit !important;
    font-size: 25px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    letter-spacing: .02em !important;
    transform: none !important;
}

@media (max-width: 768px) {
    .tokio31-menu-page .post-header {
        padding: 20px 14px 14px !important;
    }

    .tokio31-menu-page .post-header .page-title {
        font-size: 27px !important;
        line-height: 1.22 !important;
    }

    .tokio31-menu-page .post-header + .post-content {
        padding-top: 16px !important;
    }

    .tokio31-menu-page .post-content > .tokio31-seo-page--compact {
        margin: 0 10px 16px !important;
        padding: 15px 14px !important;
        border-left-width: 3px !important;
        border-radius: 7px !important;
    }

    .tokio31-menu-page .tokio31-seo-page--compact .tokio31-seo-lead {
        font-size: 15px !important;
        line-height: 1.55 !important;
    }

    .tokio31-menu-page .post-content > .tokio31-seo-page--compact + hr {
        margin-bottom: 18px !important;
    }

    .tokio31-menu-page .post-content > h4 {
        margin-bottom: 11px !important;
        font-size: 21px !important;
    }
}
