  .stock-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 6px 0 12px;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .02em;
    white-space: nowrap;
  }
  .stock-badge i {
    font-size: 16px;
  }
  .stock-badge--in {
    color: #0b7a3b;
    background: #e7f8ee;
    border: 1px solid #9adbb4;
  }
  .stock-badge--out {
    color: #b42318;
    background: #fdecec;
    border: 1px solid #f2b8b5;
  }
  .stock-badge__qty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    height: 22px;
    padding: 0 7px;
    border-radius: 4px;
    background: #0b7a3b;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
  }
  .stock-badge--lg {
    font-size: 15px;
    padding: 10px 14px;
    margin: 10px 0 0;
  }
  .stock-badge--lg i {
    font-size: 18px;
  }
  .stock-badge--lg .stock-badge__qty {
    min-width: 30px;
    height: 26px;
    font-size: 15px;
  }
  .product-stock .stock-badge {
    display: flex;
    width: fit-content;
  }
  .pack-meta {
    margin: 2px 0 8px;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    color: #888;
  }
  .pack-spec {
    margin: 0 0 4px;
  }
  .pack-qty-block {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .buy-panel {
    width: 100%;
  }
  .buy-panel .cart-option,
  .buy-panel .product-quantity,
  .buy-panel .cart-plus-minus,
  .buy-panel .quantity-control,
  .buy-panel form {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .buy-panel .cart-plus-minus input,
  .buy-panel .product_quantity {
    width: 100%;
    box-sizing: border-box;
  }
  .buy-panel .pack-total,
  .buy-panel .stock-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0 0;
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
  }
  .buy-panel .pack-total {
    color: #1e4e7a;
    background: #eef4fb;
    border: 1px solid #b7cde4;
  }
  .buy-panel .stock-badge i {
    font-size: 15px;
  }
  .buy-panel .stock-badge__qty {
    min-width: 0;
    height: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font-size: inherit;
    font-weight: 700;
  }
  .buy-panel .cart-btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    padding: 11px 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .03em;
  }
  .latest-products {
    background: #f4f6f8;
  }
  .latest-products__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
  }
  .latest-product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid #e2e6ea;
    border-radius: 8px;
    overflow: hidden;
  }
  .latest-product-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    padding: 16px;
    background: #fff;
    border-bottom: 1px solid #eef1f4;
  }
  .latest-product-card__media img {
    max-width: 100%;
    max-height: 148px;
    width: auto;
    height: auto;
    object-fit: contain;
  }
  .latest-product-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 16px 16px 18px;
  }
  .latest-product-card__brand {
    display: block;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #6b7380;
  }
  .latest-product-card__name {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
  }
  .latest-product-card__name a {
    color: #1f2933;
  }
  .latest-product-card .stock-badge {
    margin: 0 0 12px;
    padding: 6px 10px;
    font-size: 12px;
  }
  .latest-product-card__price {
    margin: auto 0 12px;
    font-size: 18px;
    font-weight: 700;
    color: #1f2933;
  }
  .latest-product-card__btn {
    width: 100%;
    margin-top: 0;
  }
  .latest-product-card form {
    margin-top: auto;
  }
  @media (max-width: 1199px) {
    .latest-products__grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (max-width: 767px) {
    .latest-products__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }
    .latest-product-card__media {
      height: 140px;
    }
  }
  ::selection {
    background: #f5d76e;
    color: #1f2024;
  }
  ::-moz-selection {
    background: #f5d76e;
    color: #1f2024;
  }
  .site-footer .cta-item {
    margin-right: 0;
  }
  .site-footer .cta-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .site-footer .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .site-footer .social-icon .instagram {
    background-color: #ea4c89;
  }
  .site-footer .cta-item p,
  .site-footer .footer__link ul li a,
  .site-footer .copy-right-area p,
  .site-footer .footer__links p a,
  .site-footer .footer-follow-label,
  .site-footer .footer-newsletter-consent {
    color: #c5c7cc;
    font-size: 14px;
  }
  .site-footer .footer__widget {
    margin-bottom: 24px;
  }
  .site-footer .footer__widget-title h3 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px;
  }
  .site-footer .footer__link ul li {
    margin-bottom: 6px;
  }
  .site-footer .footer__link ul li a:hover,
  .site-footer .footer__link ul li a:focus-visible,
  .site-footer .footer__links p a:hover,
  .site-footer .footer__links p a:focus-visible,
  .site-footer .footer__hotline a:hover,
  .site-footer .footer__hotline a:focus-visible {
    color: #fcbe00;
    padding-left: 0;
  }
  .site-footer a:focus-visible,
  .site-footer button:focus-visible,
  .site-footer input:focus-visible {
    outline: 2px solid #fcbe00;
    outline-offset: 2px;
  }
  .site-footer .footer-link-pending {
    color: #8b8e96;
    cursor: default;
  }
  .site-footer .footer-newsletter-form {
    max-width: 460px;
  }
  .site-footer .footer-newsletter-consent {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.4;
  }
  .site-footer .footer-follow-label {
    margin: 16px 0 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: 12px;
  }
  .site-footer .footer-social {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
  }
  .site-footer .footer-social li {
    list-style: none;
  }
  .site-footer .footer-social a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 36px;
    width: auto;
    line-height: 1;
    padding: 0 12px;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
  }
  .site-footer .footer-social a:hover,
  .site-footer .footer-social a:focus-visible {
    color: #fff;
  }
  .site-footer .footer-sourcing-kicker {
    color: #fcbe00;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 6px;
  }
  .site-footer .footer-sourcing-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  .site-footer .footer-sourcing-cta .footer__hotline .text h3 {
    font-size: 12px;
    color: #999;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-weight: 500;
  }
  .site-footer .footer-sourcing-cta .footer__hotline .text span,
  .site-footer .footer-sourcing-cta .footer__hotline .text a {
    font-size: 16px;
    font-weight: 500;
    color: #fcbe00;
  }
  .site-footer .footer__hotline .icon i {
    font-size: 28px;
  }
  .site-footer .copy-right-area p {
    margin-bottom: 0;
  }
  .service-page .about-content h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -.6px;
    margin-bottom: 18px;
    color: #1f2024;
  }
  .service-page .about-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #454545;
    max-width: none;
  }
  .service-page .about-content h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
    color: #1f2024;
    margin: 0 0 12px;
    scroll-margin-top: 96px;
  }
  .service-page .service-block {
    max-width: none;
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid #ececec;
  }
  .legal-page .service-block h2 {
    margin-top: 0;
  }
  .service-page .service-block .service-page__cta {
    margin-top: 16px;
  }
  .service-page .support-contact {
    max-width: none;
    margin: 8px 0 22px;
    padding: 20px 22px;
    background: #f4f6f8;
    border-radius: 6px;
  }
  .service-page .support-contact p:last-child {
    margin-bottom: 0;
  }
  .legal-page .about-content {
    max-width: none;
  }
  .legal-page .about-content p,
  .legal-page .about-content li {
    max-width: none;
  }
  .legal-page .legal-updated {
    margin: 0 0 28px;
    font-size: 14px;
    color: #6b6e76;
  }
  .legal-page .about-content h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
    color: #1f2024;
    margin: 32px 0 12px;
  }
  .legal-page .about-content h3 {
    font-size: 16px;
    font-weight: 600;
    color: #1f2024;
    margin: 20px 0 8px;
  }
  .legal-page .about-content ul,
  .legal-page .about-content ol {
    margin: 0 0 16px;
    padding-left: 20px;
  }
  .legal-page .about-content li {
    font-size: 16px;
    line-height: 1.7;
    color: #454545;
    margin-bottom: 6px;
  }
  .legal-page .about-content a {
    color: #1f2024;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .legal-page .about-content a:hover,
  .legal-page .about-content a:focus-visible {
    color: #c99700;
  }
  .legal-page .legal-related {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 36px;
    padding-top: 20px;
    border-top: 1px solid #ececec;
  }
  .legal-page .legal-related a {
    text-decoration: none;
    font-weight: 500;
  }
  .legal-page .service-page__cta .cart-btn {
    text-decoration: none;
  }
  .service-page__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .service-page__cta .cart-btn {
    padding: 10px 22px;
  }
  .service-qa__question {
    font-size: 20px;
    font-weight: 500;
    color: #1f2024;
    margin-bottom: 12px;
  }
  .service-qa__answer {
    font-size: 16px;
    line-height: 1.7;
    color: #454545;
    margin-bottom: 0;
    max-width: none;
  }
  .service-aside {
    margin-top: 8px;
  }
  .service-aside__card {
    padding: 28px 24px;
    background: #f4f6f8;
    border-radius: 6px;
  }
  .service-aside__kicker {
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #c99700;
  }
  .service-aside h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    color: #1f2024;
    margin: 0 0 12px;
  }
  .service-aside p {
    font-size: 15px;
    line-height: 1.6;
    color: #454545;
  }
  .service-aside__contact {
    margin: 18px 0 20px;
    padding-top: 16px;
    border-top: 1px solid #e2e5ea;
  }
  .service-aside__contact p {
    margin: 0 0 12px;
  }
  .service-aside__contact p:last-child {
    margin-bottom: 0;
  }
  .service-aside__contact span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #6b6e76;
    margin-bottom: 2px;
  }
  .service-aside__contact a {
    color: #1f2024;
    font-weight: 600;
    text-decoration: none;
  }
  .service-aside__contact a:hover,
  .service-aside__contact a:focus-visible {
    color: #c99700;
  }
  .service-aside .service-page__cta {
    flex-direction: column;
  }
  .service-aside .service-page__cta .cart-btn {
    width: 100%;
    text-align: center;
  }
  @media (min-width: 992px) {
    .service-aside {
      position: sticky;
      top: 110px;
    }
  }
  .service-page .checkbox-form h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .service-page .checkout-form-list input,
  .service-page .checkout-form-list textarea,
  .service-page .country-select select {
    width: 100%;
    height: 45px;
    border: 1px solid #e4e4e4;
    padding: 0 10px;
    color: #222;
    background: #fff;
  }
  .service-page .checkout-form-list textarea {
    height: 90px;
    padding: 12px 10px;
  }
  .service-page .checkout-form-list input[type="file"] {
    height: auto;
    padding: 10px;
  }
  .service-page .checkout-form-list input:focus,
  .service-page .checkout-form-list textarea:focus,
  .service-page .country-select select:focus {
    border-color: #fcbe00;
    outline: 0;
  }
  @media (max-width: 767px) {
    .service-page .about-content h1 {
      font-size: 26px;
    }
    .service-page__cta .cart-btn {
      width: 100%;
      text-align: center;
    }
  }
