#od-div-banner {
      position: relative;
      width: 100%;
      height: 350px;
      background-image: url('/images/2ee864ca5bc7cca6102abddeaad8690d.jpg');
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .dv-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.2);
      z-index: 1;
    }

    .dv-content {
      position: relative;
      z-index: 2;
      color: #fff;
    }

    .dv-gap {
      display: flex;
      flex-direction: column;
      gap: 25px;
      align-items: center;
    }

    .dv-text-main {
      font-size: 56px;
      font-weight: 800;
      letter-spacing: -0.03em;
      line-height: 1.1;
    }

    .dv-text-sub {
      font-size: 18px;
      font-weight: 500;
      line-height: 1.6;
      opacity: 0.9;
    }

    .dv-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 20px 60px;
      border: 1px solid #fff;
      color: #fff;
      font-size: 14px;
      font-weight: 800;
      text-transform: uppercase;
      transition: 0.3s;
      margin-top: 15px;
    }

    .dv-btn:hover {
      background: #fff;
      color: #000;
    }

#od-product-review {
      padding: 100px 0;
      background: #f5f5f5;
      overflow: hidden;
    }

    .pr-title-area {
      margin-bottom: 50px;
      text-align: center;
    }

    .pr-title-area h2 {
      font-size: 32px;
      font-weight: 900;
      letter-spacing: -0.02em;
    }

    .pr-viewport-container {
      position: relative;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .pr-swiper {
      padding-bottom: 50px;
    }

    .pr-swiper .swiper-slide {
      width: calc(25% - 15px);
    }

    .pr-item {
      display: flex;
      flex-direction: column;
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      height: 100%;
      transition: transform 0.3s;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    }

    .pr-item:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    }

    .pr-img-wrap {
      position: relative;
      width: 100%;
      aspect-ratio: 1/1.2;
      background-size: cover;
      background-position: center;
      overflow: hidden;
    }

    .pr-img-wrap::before {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.02);
      transition: 0.3s;
    }

    .pr-item:hover .pr-img-wrap::before {
      background: rgba(0, 0, 0, 0);
    }

    .pr-prd-thumb {
      position: absolute;
      bottom: 15px;
      right: 15px;
      width: 64px;
      height: 64px;
      background: #fff;
      border-radius: 8px;
      padding: 4px;
      border: 1px solid var(--ml-border);
      z-index: 2;
      overflow: hidden;
    }

    .pr-prd-thumb img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .pr-info {
      padding: 25px 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
    }

    .pr-title {
      font-size: 16px;
      font-weight: 800;
      color: #111;
      margin-bottom: 10px;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .pr-content {
      font-size: 14px;
      color: #555;
      line-height: 1.5;
      margin-bottom: 20px;
      height: 42px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      flex-grow: 1;
    }

    .pr-meta {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 13px;
      border-top: 1px solid var(--ml-border);
      padding-top: 15px;
    }

    .pr-author {
      font-weight: 600;
      color: #333;
    }

    .pr-grade {
      color: var(--ml-accent);
      font-weight: 800;
      font-size: 14px;
      letter-spacing: 2px;
    }

    .pr-btn-wrap {
      text-align: center;
      margin-top: 20px;
    }

    .pr-btn-more {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 44px;
      padding: 0 30px;
      border: 1px solid var(--ml-border);
      background: #fff;
      border-radius: 22px;
      font-size: 14px;
      font-weight: 700;
      color: #111;
      transition: 0.3s;
    }

    .pr-btn-more:hover {
      background: #111;
      color: #fff;
      border-color: #111;
    }

    .pr-scrollbar {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 200px;
      height: 4px;
      background: #e0e0e0;
      border-radius: 2px;
      z-index: 10;
    }

    .pr-swiper .swiper-scrollbar-drag {
      background: #111;
      border-radius: 2px;
    }

    .pr-arrow-wrapper {
      position: absolute;
      top: 50%;
      left: 20px;
      right: 20px;
      transform: translateY(-50%);
      display: flex;
      justify-content: space-between;
      pointer-events: none;
      z-index: 10;
    }

    .pr-arrow {
      width: 50px;
      height: 50px;
      background: #fff;
      border: 1px solid var(--ml-border);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      pointer-events: auto;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
      transition: 0.3s;
      opacity: 0;
    }

    #od-product-review:hover .pr-arrow {
      opacity: 1;
    }

    .pr-arrow:hover {
      background: #111;
      color: #fff;
      border-color: #111;
    }

    @media (max-width: 1024px) {
      .pr-swiper .swiper-slide {
        width: calc(50% - 10px);
      }

      .pr-arrow-wrapper {
        display: flex;
      }
    }

    @media (max-width: 768px) {
      .pr-swiper .swiper-slide {
        width: calc(100% - 20px);
      }
    }