@charset "UTF-8";
.section-main-width {
  width: 100%;
  padding: 0 30px; }

.reinvent-shopping {
  width: 100%;
  border-top: 1px solid #000000;
  background: rgba(208, 198, 188, 0.2); }
  .reinvent-shopping .section-main-width {
    max-width: 1370px;
    margin: 0 auto; }
  .reinvent-shopping .reinvent-title {
    font-family: "Josefin Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 149.3%; }
    @media (max-width: 1024px) {
      .reinvent-shopping .reinvent-title {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .reinvent-shopping .reinvent-title {
        font-size: 20px;
        line-height: 149.3%; } }
  @media (max-width: 767px) {
    .reinvent-shopping .model-list-warpper {
      display: block !important; } }
  .reinvent-shopping .model-list-warpper .model-list {
    max-width: 50%; }
    @media (max-width: 767px) {
      .reinvent-shopping .model-list-warpper .model-list {
        max-width: 100%; }
        .reinvent-shopping .model-list-warpper .model-list:not(:last-child) {
          margin-bottom: 50px; } }
    .reinvent-shopping .model-list-warpper .model-list .reinvent-icon img {
      max-width: 69px;
      max-height: 69px;
      object-fit: contain; }
      @media (max-width: 767px) {
        .reinvent-shopping .model-list-warpper .model-list .reinvent-icon img {
          max-width: 45px;
          max-height: 45px; } }
    .reinvent-shopping .model-list-warpper .model-list .reinvent-subtitle {
      font-style: normal;
      font-weight: bold;
      font-size: 14px;
      line-height: 139.3%;
      text-transform: uppercase; }
    .reinvent-shopping .model-list-warpper .model-list .reinvent-content {
      width: 100%; }
      .reinvent-shopping .model-list-warpper .model-list .reinvent-content p {
        margin-bottom: 0;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 139.3%; }
        .reinvent-shopping .model-list-warpper .model-list .reinvent-content p::before {
          content: "✓";
          margin-right: 3px; }
      .reinvent-shopping .model-list-warpper .model-list .reinvent-content.traditional-part p::before {
        content: "✗"; }

.shop-on-demand {
  width: 100%;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000; }
  .shop-on-demand .demand-title {
    font-family: "Josefin Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 149.3%;
    margin: 0 auto 94px auto; }
    @media (max-width: 1024px) {
      .shop-on-demand .demand-title {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .shop-on-demand .demand-title {
        font-size: 20px;
        line-height: 149.3%; } }
  @media (max-width: 767px) {
    .shop-on-demand .demand-list {
      display: block !important; } }
  .shop-on-demand .demand-list .demand-items {
    list-style: none;
    width: 100%;
    max-width: 25%;
    counter-increment: demand-counter; }
    @media (max-width: 767px) {
      .shop-on-demand .demand-list .demand-items {
        max-width: 100%;
        margin: 0;
        display: flex;
        position: relative;
        padding-left: 30%;
        padding-top: 30px;
        padding-bottom: 30px; }
        .shop-on-demand .demand-list .demand-items::after {
          content: "";
          position: absolute;
          width: 1px;
          height: 100%;
          background: #000;
          top: 0; } }
    .shop-on-demand .demand-list .demand-items .demand-counter {
      width: 100%;
      position: relative;
      display: inline-block;
      margin-bottom: 41px;
      padding-bottom: 30px;
      border-bottom: 1px solid #000000; }
      @media (max-width: 1024px) {
        .shop-on-demand .demand-list .demand-items .demand-counter {
          margin-bottom: 34px;
          padding-bottom: 29px; } }
      @media (max-width: 767px) {
        .shop-on-demand .demand-list .demand-items .demand-counter {
          margin-bottom: 0;
          padding-bottom: 0;
          position: absolute;
          left: 0;
          top: 50%;
          border: none;
          width: 30%;
          transform: translate(0, -50%);
          text-align: left; } }
      .shop-on-demand .demand-list .demand-items .demand-counter:after {
        content: "";
        position: absolute;
        width: 14px;
        height: 14px;
        background: #000000;
        border-radius: 50%;
        transform: translate(-50%, 50%);
        left: 50%;
        bottom: 0; }
        @media (max-width: 767px) {
          .shop-on-demand .demand-list .demand-items .demand-counter:after {
            width: 10px;
            height: 10px;
            transform: translate(-50%, -50%);
            left: 100%;
            bottom: inherit;
            top: 50%; } }
      .shop-on-demand .demand-list .demand-items .demand-counter:before {
        content: counter(demand-counter,decimal-leading-zero);
        font-family: "Josefin Sans", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 50px;
        line-height: 139.3%;
        text-align: center;
        color: #000000; }
    .shop-on-demand .demand-list .demand-items .demand-content p {
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 139.3%;
      color: #000000; }
    @media (max-width: 767px) {
      .shop-on-demand .demand-list .demand-items .demand-content {
        text-align: left;
        padding-left: 32px; } }
  .shop-on-demand .home-to-office {
    display: flex;
    justify-content: space-between;
    max-width: calc(1058px + 2.5rem);
    width: 100%; }
    @media (max-width: 767px) {
      .shop-on-demand .home-to-office {
        display: none; } }
    .shop-on-demand .home-to-office .office-item {
      width: 100%;
      max-width: calc(203px + 2.5rem); }
      .shop-on-demand .home-to-office .office-item:not(:last-child) .home-or-office-img:before {
        content: "";
        position: absolute;
        background: url(arrow-right.png) no-repeat center right;
        height: 10px;
        width: calc((((1058px + 1.25rem) / 2) - 237px) - 50% -  1.25rem);
        left: calc(100% + 1.25rem);
        top: 50%;
        margin-top: -5px; }
        @media (max-width: 1150px) {
          .shop-on-demand .home-to-office .office-item:not(:last-child) .home-or-office-img:before {
            width: calc((((100vw - 2rem) / 2) - 237px) - 50% - 2.5rem); } }
      .shop-on-demand .home-to-office .office-item .home-or-office-img {
        width: 100%;
        max-width: 203px;
        margin: 0 auto;
        position: relative; }
        .shop-on-demand .home-to-office .office-item .home-or-office-img span {
          padding-bottom: 106%;
          position: relative;
          display: inline-block;
          width: 100%; }
          .shop-on-demand .home-to-office .office-item .home-or-office-img span img {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            object-fit: cover; }
      .shop-on-demand .home-to-office .office-item .office-item-title {
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 139.3%;
        text-align: center;
        color: #000000;
        margin: 21px 0 12px 0;
        text-transform: uppercase; }
      .shop-on-demand .home-to-office .office-item .map-icon {
        width: 12px;
        display: inline-block; }
        .shop-on-demand .home-to-office .office-item .map-icon img {
          width: 100%; }
      .shop-on-demand .home-to-office .office-item .home-or-office-address {
        font-style: normal;
        font-size: 14px;
        line-height: 139.3%;
        text-align: center;
        color: #000000;
        margin-top: 15px; }
        .shop-on-demand .home-to-office .office-item .home-or-office-address p {
          font-size: 17px;
          line-height: 139.3%;
          text-align: center;
          color: #000000;
          margin-top: 15px; }

.product__wrapper .product-description > p {
  font-size: 1rem; }
