/* Ordermade Page KV - Same style as Deepcut Page */

@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');

/* Hide table of contents */
body#ordermade #toc_container {
  display: none !important;
}

/* PC styles */
@media only screen and (min-width: 769px) {
  body#ordermade .p-kv {
    background: #fff;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    min-height: 700px !important;
  }

  body#ordermade .p-kv::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 800px;
    background: url(/images/kv/kv_bg_pc.png) no-repeat center top / 100% auto;
    z-index: -1;
  }

  body#ordermade .p-kv__inner {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0 0 80px 100px !important;
    position: relative;
    min-height: 500px;
  }

  body#ordermade .p-kv__content {
    position: relative;
    z-index: 3;
    max-width: 600px;
    padding: 80px 0 0 0 !important;
    margin: 0 !important;
  }

  body#ordermade .p-kv__title {
    margin-bottom: 40px;
  }

  body#ordermade .p-kv__title p {
    font-size: 15rem !important;
    font-weight: 300 !important;
    font-style: italic !important;
    color: #8b6f47 !important;
    margin-bottom: 10px !important;
    letter-spacing: 0.05em !important;
    font-family: 'Pinyon Script', serif !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  body#ordermade .p-kv__title h1 {
    font-size: 3.6rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 0;
    letter-spacing: 0.1em;
  }

  body#ordermade .p-kv__text {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  body#ordermade .p-kv__text h2 {
    font-size: 2rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.6;
  }

  body#ordermade .p-kv__text p {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #333;
    letter-spacing: 0.05em;
  }

  body#ordermade .p-kv__image {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 75% !important;
    height: 700px !important;
    max-width: none !important;
    z-index: 2 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body#ordermade .p-kv__image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 800px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    pointer-events: none;
  }

  body#ordermade .p-kv__image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    position: relative !important;
    z-index: 0 !important;
  }

  body#ordermade .p-kv__desc {
    display: none;
  }
}

/* KV Section for Ordermade Page - Mobile */
@media screen and (max-width: 768px) {
  body#ordermade .breadcrumbs,
  body#ordermade .c-breadcrumbs {
    margin-bottom: 0 !important;
  }

  body#ordermade main {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  body#ordermade .p-kv {
    overflow: visible !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  body#ordermade .p-kv::after {
    display: none !important;
  }

  body#ordermade .p-kv__inner {
    padding: 0 20px 5px 0 !important;
    min-height: auto;
    position: relative;
    overflow: visible !important;
    margin-top: 0 !important;
  }

  body#ordermade .p-kv__image {
    position: absolute !important;
    top: 0;
    right: 0;
    width: 55%;
    height: 210px;
    z-index: 1 !important;
    display: block !important;
    margin: 0 -5vw 0 0 !important;
  }

  body#ordermade .p-kv__image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    pointer-events: none;
    border-radius: 4px 0 0 4px;
  }

  body#ordermade .p-kv__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body#ordermade .p-kv__content {
    position: relative;
    max-width: 100%;
    padding: 20px 0 0 0 !important;
    z-index: 5;
    box-shadow: none !important;
    background: none !important;
  }

  body#ordermade .p-kv__title {
    margin-bottom: 10px;
    position: relative;
    padding-top: 0 !important;
    width: 45%;
  }

  body#ordermade .p-kv__title p {
    font-size: 5rem !important;
    margin-bottom: 5px !important;
    font-family: 'Pinyon Script', serif !important;
    white-space: nowrap !important;
  }

  body#ordermade .p-kv__title h1 {
    font-size: 1.4rem;
    font-weight: 400;
    white-space: nowrap;
    color: #000 !important;
  }

  body#ordermade .p-kv__text {
    margin-top: 0;
    margin-bottom: 0;
    width: 60%;
    padding: 0;
  }

  body#ordermade .p-kv__text h2 {
    font-size: 1.4rem !important;
    font-weight: 500 !important;
    color: #333 !important;
    margin-bottom: 5px !important;
    line-height: 1.4 !important;
  }

  body#ordermade .p-kv__text p {
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #333 !important;
  }

  body#ordermade .p-kv__desc {
    display: none;
  }
}
