.productDetail_style__03 .productDetail--main {
  margin-top: 30px;
  padding: 32px;
  border-radius: 24px;
  background-color: #f4f5f7; }
  @media (max-width: 767px) {
    .productDetail_style__03 .productDetail--main {
      padding: 10px; } }
  .productDetail_style__03 .productDetail--main .productDetail--content .product-meta {
    display: flex;
    align-items: center;
    gap: 24px; }
    .productDetail_style__03 .productDetail--main .productDetail--content .product-meta .sales-info {
      display: flex;
      align-items: center;
      gap: 4px; }
      .productDetail_style__03 .productDetail--main .productDetail--content .product-meta .sales-info .sales-count {
        color: #173963;
        font-size: 18px;
        text-decoration: underline; }
      .productDetail_style__03 .productDetail--main .productDetail--content .product-meta .sales-info .sales-text {
        color: #a2c6d2;
        font-size: 16px; }
    .productDetail_style__03 .productDetail--main .productDetail--content .product-meta .meta-divider {
      width: 1px;
      height: 20px;
      background-color: #a2c6d2; }
    .productDetail_style__03 .productDetail--main .productDetail--content .product-meta .share-button {
      display: flex;
      align-items: center;
      gap: 4px;
      cursor: pointer;
      background: none;
      border: none;
      color: #a2c6d2;
      font-size: 16px;
      padding: 0;
      outline: none; }
  .productDetail_style__03 .productDetail--main .productDetail--content .price-section {
    display: flex;
    flex-direction: column;
    gap: 4px; }
    .productDetail_style__03 .productDetail--main .productDetail--content .price-section .price-container {
      display: flex;
      align-items: center;
      gap: 8px; }
      .productDetail_style__03 .productDetail--main .productDetail--content .price-section .price-container .current-price {
        color: #173963;
        font-size: 32px;
        font-weight: 700; }
      .productDetail_style__03 .productDetail--main .productDetail--content .price-section .price-container .original-price {
        color: #a3a8ad;
        font-size: 16px;
        text-decoration: line-through; }
      .productDetail_style__03 .productDetail--main .productDetail--content .price-section .price-container .discount-badge {
        padding: 4px 8px;
        color: #fff;
        border-radius: 4px;
        font-size: 14px;
        background-color: #ef6177; }
    .productDetail_style__03 .productDetail--main .productDetail--content .price-section .savings-text {
      color: #ef6177;
      font-size: 16px;
      margin: 0; }
  .productDetail_style__03 .productDetail--main .productDetail--content .quantity-section {
    display: flex;
    align-items: center;
    gap: 0; }
    .productDetail_style__03 .productDetail--main .productDetail--content .quantity-section .quantity-label {
      min-width: 120px;
      color: #173963;
      font-size: 14px;
      FONT-WEIGHT: 600; }
    .productDetail_style__03 .productDetail--main .productDetail--content .quantity-section .quantity-control {
      display: flex;
      align-items: center;
      border: 1px solid rgba(143, 143, 143, 0.3);
      border-radius: 8px;
      padding: 8px; }
      .productDetail_style__03 .productDetail--main .productDetail--content .quantity-section .quantity-control .quantity-button {
        background: none;
        border: none;
        color: #8f8f8f;
        cursor: pointer;
        padding: 0 12px;
        outline: none; }
      .productDetail_style__03 .productDetail--main .productDetail--content .quantity-section .quantity-control .quantity-input {
        width: 40px;
        text-align: center;
        border: none;
        color: #173963;
        font-size: 16px;
        background: transparent; }
  .productDetail_style__03 .productDetail--main .productDetail--content .action-buttons {
    display: flex;
    gap: 8px; }
    .productDetail_style__03 .productDetail--main .productDetail--content .action-buttons .buy-now-button {
      color: #fff;
      padding: 8px 12px;
      border-radius: 6px;
      border: none;
      cursor: pointer;
      font-size: 16px;
      width: 168px;
      background-color: #173963; }
    .productDetail_style__03 .productDetail--main .productDetail--content .action-buttons .add-to-cart-button {
      border: 1px solid #173963;
      color: #173963;
      padding: 8px 12px;
      border-radius: 6px;
      background: none;
      cursor: pointer;
      font-size: 16px; }
  .productDetail_style__03 .productDetail--main .productDetail--content .product-specs {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 20px 0 0 0; }
    .productDetail_style__03 .productDetail--main .productDetail--content .product-specs .spec-item {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 16px; }
      .productDetail_style__03 .productDetail--main .productDetail--content .product-specs .spec-item .spec-label {
        color: #173963;
        font-weight: 600; }
      .productDetail_style__03 .productDetail--main .productDetail--content .product-specs .spec-item .spec-value {
        color: #8f8f8f;
        margin: 0;
        font-weight: 400; }

@media (max-width: 640px) {
  .productDetail_style__03 .productDetail--content .product-meta {
    flex-wrap: wrap;
    gap: 16px; }
  .productDetail_style__03 .productDetail--content .price-container {
    flex-wrap: wrap; }
  .productDetail_style__03 .productDetail--content .quantity-section {
    width: 100%; }
  .productDetail_style__03 .productDetail--content .action-buttons {
    flex-direction: column; }
    .productDetail_style__03 .productDetail--content .action-buttons .buy-now-button,
    .productDetail_style__03 .productDetail--content .action-buttons .add-to-cart-button {
      width: 100%; } }

.layout-pageProduct .accordion {
  width: 100%;
  padding: 50px 0px;
  font-size: 16px; }
  .layout-pageProduct .accordion .accordion-section {
    width: 100%;
    margin-bottom: 24px;
    overflow: hidden; }
    .layout-pageProduct .accordion .accordion-section:last-child {
      margin-bottom: 0; }
    .layout-pageProduct .accordion .accordion-section .accordion-header {
      display: flex;
      align-items: center;
      width: 100%;
      padding: 16px 0;
      gap: 24px;
      color: #173963;
      font-weight: 700;
      justify-content: space-between;
      cursor: pointer;
      background-color: #fff; }
      .layout-pageProduct .accordion .accordion-section .accordion-header .accordion-title {
        margin: 0;
        font-size: 23px;
        font-weight: 700; }
      .layout-pageProduct .accordion .accordion-section .accordion-header .accordion-toggle {
        width: 24px;
        height: 24px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center; }
        .layout-pageProduct .accordion .accordion-section .accordion-header .accordion-toggle .accordion-icon {
          width: 100%;
          height: 100%;
          position: absolute;
          transition: opacity 0.3s ease; }
          .layout-pageProduct .accordion .accordion-section .accordion-header .accordion-toggle .accordion-icon.plus {
            opacity: 0; }
          .layout-pageProduct .accordion .accordion-section .accordion-header .accordion-toggle .accordion-icon.minus {
            opacity: 1; }
    .layout-pageProduct .accordion .accordion-section .accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease, padding 0.3s ease;
      background-color: #fff; }
      .layout-pageProduct .accordion .accordion-section .accordion-content .accordion-text {
        font-weight: 400;
        line-height: 24px;
        margin: 0;
        padding: 0; }
        .layout-pageProduct .accordion .accordion-section .accordion-content .accordion-text ul {
          list-style: initial;
          padding-left: 20px;
          margin-bottom: 1rem; }
          .layout-pageProduct .accordion .accordion-section .accordion-content .accordion-text ul ul {
            list-style-type: circle; }
            .layout-pageProduct .accordion .accordion-section .accordion-content .accordion-text ul ul ul {
              list-style-type: square; }
        .layout-pageProduct .accordion .accordion-section .accordion-content .accordion-text ol {
          list-style-type: decimal;
          padding-left: 20px;
          margin-bottom: 1rem; }
    .layout-pageProduct .accordion .accordion-section.active .accordion-header .accordion-toggle .accordion-icon.plus {
      opacity: 1; }
    .layout-pageProduct .accordion .accordion-section.active .accordion-header .accordion-toggle .accordion-icon.minus {
      opacity: 0; }
    .layout-pageProduct .accordion .accordion-section.active .accordion-content {
      max-height: 100%;
      padding: 16px 0; }

/****/
.related-products {
  background-color: rgba(162, 198, 210, 0.3);
  width: 100%;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: stretch; }
  .related-products .related-products__title {
    margin-bottom: 50px; }
    .related-products .related-products__title h2 {
      color: #173963;
      text-align: center;
      font-size: 40px;
      font-weight: 700;
      line-height: 1.2;
      margin: 0; }
      @media (max-width: 767px) {
        .related-products .related-products__title h2 {
          font-size: 32px; } }
  .related-products .products-container {
    position: relative; }
    .related-products .products-container .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      height: 40px;
      background-color: rgba(0, 0, 0, 0.3) !important;
      border-radius: 6px !important;
      display: flex !important;
      align-items: center;
      justify-content: center;
      color: #fff !important;
      z-index: 2;
      font-size: 18px !important;
      outline: none; }
      .related-products .products-container .owl-nav button:hover {
        background: #173963 !important; }
      .related-products .products-container .owl-nav button i {
        color: #fff;
        font-size: 18px; }
    .related-products .products-container .owl-nav .owl-prev {
      left: -20px; }
    .related-products .products-container .owl-nav .owl-next {
      right: -20px; }
    .related-products .products-container .owl-dots {
      margin-top: 24px;
      text-align: center; }
      .related-products .products-container .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 0 4px;
        background: #D9D9D9;
        border-radius: 50%;
        transition: all 0.3s ease; }
      .related-products .products-container .owl-dots .owl-dot:hover span {
        background: #173963;
        transform: scale(1.5); }
      .related-products .products-container .owl-dots .owl-dot.active span {
        background: #173963;
        transform: scale(1.5); }
    @media (max-width: 991px) {
      .related-products .products-container .owl-nav button {
        width: 32px;
        height: 32px; }
        .related-products .products-container .owl-nav button i {
          font-size: 16px; } }
    @media (max-width: 767px) {
      .related-products .products-container .owl-nav button {
        width: 28px;
        height: 28px; }
        .related-products .products-container .owl-nav button i {
          font-size: 14px; }
      .related-products .products-container .owl-nav .owl-prev {
        left: 0px; }
      .related-products .products-container .owl-nav .owl-next {
        right: 0px; } }
  @media (max-width: 767px) {
    .related-products .products-container .owl-prev {
      left: -10px; }
    .related-products .products-container .owl-next {
      right: -10px; } }
  @media (max-width: 991px) {
    .related-products {
      padding: 30px 0px; } }

.productDetail-recently-viewed .products-container {
  position: relative; }
  .productDetail-recently-viewed .products-container .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.3) !important;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    z-index: 2;
    font-size: 18px !important;
    outline: none; }
    .productDetail-recently-viewed .products-container .owl-nav button:hover {
      background: #173963 !important; }
    .productDetail-recently-viewed .products-container .owl-nav button i {
      color: #fff;
      font-size: 18px; }
  .productDetail-recently-viewed .products-container .owl-nav .owl-prev {
    left: -20px; }
  .productDetail-recently-viewed .products-container .owl-nav .owl-next {
    right: -20px; }
  .productDetail-recently-viewed .products-container .owl-dots {
    margin-top: 24px;
    text-align: center; }
    .productDetail-recently-viewed .products-container .owl-dots .owl-dot span {
      width: 8px;
      height: 8px;
      margin: 0 4px;
      background: #D9D9D9;
      border-radius: 50%;
      transition: all 0.3s ease; }
    .productDetail-recently-viewed .products-container .owl-dots .owl-dot:hover span {
      background: #173963;
      transform: scale(1.5); }
    .productDetail-recently-viewed .products-container .owl-dots .owl-dot.active span {
      background: #173963;
      transform: scale(1.5); }
  @media (max-width: 991px) {
    .productDetail-recently-viewed .products-container .owl-nav button {
      width: 32px;
      height: 32px; }
      .productDetail-recently-viewed .products-container .owl-nav button i {
        font-size: 16px; } }
  @media (max-width: 767px) {
    .productDetail-recently-viewed .products-container .owl-nav button {
      width: 28px;
      height: 28px; }
      .productDetail-recently-viewed .products-container .owl-nav button i {
        font-size: 14px; }
    .productDetail-recently-viewed .products-container .owl-nav .owl-prev {
      left: 0px; }
    .productDetail-recently-viewed .products-container .owl-nav .owl-next {
      right: 0px; } }

@media (max-width: 767px) {
  .productDetail-recently-viewed .products-container .owl-prev {
    left: -10px; }
  .productDetail-recently-viewed .products-container .owl-next {
    right: -10px; } }

@media (max-width: 991px) {
  .productDetail-recently-viewed {
    padding: 30px 0px; } }

.product-showcase {
  width: 100%;
  padding: 80px 0px;
  background-color: #fff; }
  .product-showcase .product-title {
    color: #173963;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .product-showcase .product-title {
        font-size: 32px; } }
  .product-showcase .image-grid {
    margin-top: 40px;
    width: 100%; }
    @media (max-width: 991px) {
      .product-showcase .image-grid {
        max-width: 100%; } }
  .product-showcase .image-row {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 8px; }
    @media (max-width: 991px) {
      .product-showcase .image-row {
        gap: 15px; } }
    .product-showcase .image-row:last-child {
      margin-bottom: 0; }
    @media (max-width: 991px) {
      .product-showcase .image-row {
        max-width: 100%; } }
  .product-showcase .image-container {
    align-self: stretch;
    min-width: 240px;
    margin: 0;
    flex-grow: 1;
    flex-shrink: 1;
    width: 248px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    transition: transform 0.3s ease; }
  .product-showcase .product-image {
    aspect-ratio: 1.35;
    object-fit: contain;
    object-position: center;
    width: 100%;
    border-radius: 16px;
    transition: transform 0.3s ease; }
    .product-showcase .product-image:hover {
      transform: scale(1.05); }
  @media (max-width: 991px) {
    .product-showcase {
      max-width: 100%;
      padding: 50px 0; } }

.accordion-content img {
  height: auto !important; }

.pdp-breadcrumb {
  background: #f4f5f7;
  padding: 12px 0; }
  .pdp-breadcrumb__nav {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px; }
  .pdp-breadcrumb__link {
    color: #717680;
    text-decoration: none;
    transition: color 0.2s; }
    .pdp-breadcrumb__link:hover {
      color: #173963; }
  .pdp-breadcrumb__separator {
    color: #717680; }
  .pdp-breadcrumb__current {
    color: #173963;
    font-weight: 600; }

.pdp-container {
  padding: 48px 0;
  background: #ffffff; }

.pdp-main {
  display: grid;
  grid-template-columns: minmax(0, 646px) minmax(0, 618px);
  gap: 48px;
  align-items: start;
  justify-content: center; }
  @media (max-width: 1199px) {
    .pdp-main {
      grid-template-columns: 1fr 1fr;
      gap: 32px; } }
  @media (max-width: 991px) {
    .pdp-main {
      grid-template-columns: 1fr;
      gap: 32px; } }

.pdp-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-width: 0;
  overflow: hidden;
  grid-row: 1;
  grid-column: 1; }

.pdp-app .onireviewapp-container {
  padding: 0; }

.pdp-tabs {
  grid-column: 1;
  grid-row: 2;
  min-width: 0;
  overflow: hidden; }
  .pdp-tabs .pdp-info__divider {
    margin-bottom: 24px; }

@media (max-width: 991px) {
  .pdp-main {
    display: flex;
    flex-direction: column;
    gap: 32px; }
  .pdp-left {
    order: 1; }
  .pdp-info {
    order: 2; }
  .pdp-tabs {
    order: 3; } }

.pdp-gallery {
  display: flex;
  flex-direction: column;
  gap: 12px; }
  .pdp-gallery__main {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #ededed;
    position: relative; }
  .pdp-gallery__swiper {
    width: 100%; }
  .pdp-gallery__main-image {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden; }
    .pdp-gallery__main-image img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .pdp-gallery__nav {
    position: absolute;
    top: 50%;
    left: 16px;
    right: 16px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 10;
    pointer-events: none; }
  .pdp-gallery__nav-btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(73, 73, 72, 0.2);
    backdrop-filter: blur(2px);
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    pointer-events: auto;
    transition: all 0.2s;
    padding: 0; }
    .pdp-gallery__nav-btn:hover {
      background: rgba(73, 73, 72, 0.4); }
    .pdp-gallery__nav-btn.swiper-button-disabled {
      opacity: 0.3;
      cursor: default; }
    .pdp-gallery__nav-btn i {
      font-size: 14px; }
  .pdp-gallery__thumbs-swiper {
    width: 100%; }
    .pdp-gallery__thumbs-swiper .swiper-wrapper {
      display: flex; }
    .pdp-gallery__thumbs-swiper .swiper-slide {
      width: 88px;
      flex-shrink: 0; }
  .pdp-gallery__thumb {
    width: 88px;
    height: 88px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border-color 0.2s; }
    .pdp-gallery__thumb:hover, .pdp-gallery__thumb.swiper-slide-thumb-active {
      border-color: #173963; }
    .pdp-gallery__thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.pdp-tabs__nav {
  display: flex;
  gap: 12px;
  margin-bottom: 16px; }

.pdp-tabs__btn {
  background: #deeaef;
  border: 1px solid #173963;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  color: #173963;
  cursor: pointer;
  transition: all 0.2s; }
  .pdp-tabs__btn--active {
    background: #a2c6d2;
    border-color: #a2c6d2; }
  .pdp-tabs__btn:hover {
    background: rgba(162, 198, 210, 0.7); }

.pdp-tabs__panel {
  display: none; }
  .pdp-tabs__panel--active {
    display: block; }

.pdp-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 156px;
  height: fit-content;
  padding-bottom: 48px;
  min-width: 0;
  grid-column: 2;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent; }
  .pdp-info::-webkit-scrollbar {
    width: 4px; }
  .pdp-info::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 2px; }
  .pdp-info:hover {
    scrollbar-color: rgba(163, 163, 164, 0.5) transparent; }
    .pdp-info:hover::-webkit-scrollbar-thumb {
      background: rgba(163, 163, 164, 0.5); }
  .pdp-info__title {
    font-size: 24px;
    font-weight: 600;
    color: #173963;
    line-height: 1.33;
    letter-spacing: -0.3px;
    margin: 0; }
  .pdp-info__meta {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap; }
  .pdp-info__meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
    padding-right: 16px;
    border-right: 1px solid #ededed; }
    .pdp-info__meta-item:last-child {
      border-right: none; }
    .pdp-info__meta-item--share {
      border-right: none;
      padding-right: 0; }
  .pdp-info__meta-label {
    font-size: 16px;
    color: #8f8f8f; }
  .pdp-info__meta-value {
    font-size: 16px;
    color: #173963;
    font-weight: 500; }
  .pdp-info__share-icon {
    color: #173963;
    font-size: 18px; }
  .pdp-info__divider {
    height: 1px;
    background: #ededed;
    margin: 0; }
  .pdp-info__price-block {
    display: flex;
    align-items: center;
    gap: 6px; }
  .pdp-info__price-current {
    font-size: 28px;
    font-weight: 700;
    color: #173963; }
  .pdp-info__price-original {
    font-size: 18px;
    color: #8f8f8f;
    text-decoration: line-through; }
  .pdp-info__price-discount {
    background: #f97066;
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 16px;
    font-weight: 400; }
  .pdp-info__price-savings {
    font-size: 16px;
    color: #f97066;
    margin-top: 0; }
  .pdp-info__coupon-section {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap; }
  .pdp-info__coupon-label {
    font-size: 16px;
    color: #494948; }
  .pdp-info__coupon-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px; }
  .pdp-info__coupon {
    display: flex;
    align-items: center;
    background: #d7f0fc;
    border-radius: 9999px;
    overflow: hidden;
    padding-left: 12px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    gap: 4px; }
  .pdp-info__coupon-code {
    font-size: 14px;
    font-weight: 500;
    color: #173963; }
  .pdp-info__coupon-btn {
    background: #173963;
    color: #ffffff;
    border: none;
    padding: 4px 16px;
    font-size: 16px;
    cursor: pointer;
    transition: opacity 0.2s;
    border-radius: 9999px;
    font-weight: 400; }
    .pdp-info__coupon-btn:hover {
      opacity: 0.9; }
  .pdp-info__option {
    display: flex;
    align-items: center;
    gap: 8px; }
  .pdp-info__option-label {
    font-size: 16px;
    color: #494948; }
  .pdp-info__option-values {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
  .pdp-info__capacity-btn {
    background: #deeaef;
    border: 1px solid #173963;
    border-radius: 8px;
    padding: 8px 12px;
    min-width: 80px;
    font-size: 14px;
    font-weight: 600;
    color: #173963;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center; }
    .pdp-info__capacity-btn:hover {
      background: rgba(162, 198, 210, 0.5); }
    .pdp-info__capacity-btn--active {
      background: #deeaef;
      border-width: 2px; }
    .pdp-info__capacity-btn[disabled] {
      opacity: 0.35;
      cursor: not-allowed; }
  .pdp-info__color-btn {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 2px solid transparent;
    padding: 0;
    cursor: pointer;
    position: relative;
    transition: border-color 0.2s;
    background: none; }
    .pdp-info__color-btn:hover, .pdp-info__color-btn--active {
      border-color: #173963; }
    .pdp-info__color-btn--disabled {
      opacity: 0.5;
      cursor: not-allowed; }
      .pdp-info__color-btn--disabled .pdp-info__color-disabled {
        display: flex; }
  .pdp-info__color-swatch {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px; }
  .pdp-info__color-disabled {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #717680;
    font-size: 14px; }
  .pdp-info__quantity {
    display: flex;
    align-items: center;
    border: 1px solid #ededed;
    border-radius: 8px;
    overflow: hidden;
    width: fit-content; }
  .pdp-info__qty-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s; }
    .pdp-info__qty-btn:hover {
      background: #f4f5f7; }
    .pdp-info__qty-btn i {
      font-size: 12px;
      color: #494948; }
    .pdp-info__qty-btn--minus {
      border-radius: 8px 0 0 8px; }
    .pdp-info__qty-btn--plus {
      border-radius: 0 8px 8px 0; }
  .pdp-info__qty-input {
    width: 64px;
    height: 40px;
    border: none;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    text-align: center;
    font-size: 16px;
    color: #173963;
    font-weight: 500; }
    .pdp-info__qty-input:focus {
      outline: none; }
  .pdp-info__actions {
    display: flex;
    gap: 20px; }
  .pdp-info__btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 16px 32px;
    border: none;
    border-radius: 9999px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.2s; }
    .pdp-info__btn--add-cart {
      background: #a2c6d2;
      color: #173963; }
      .pdp-info__btn--add-cart:hover {
        background: #173963;
        color: #ffffff; }
    .pdp-info__btn--buy-now {
      background: #173963;
      color: #ffffff; }
      .pdp-info__btn--buy-now:hover {
        opacity: 0.9; }
    .pdp-info__btn.disabled, .pdp-info__btn[disabled] {
      background: #ededed;
      color: #717680;
      opacity: 1;
      cursor: not-allowed; }
      .pdp-info__btn.disabled:hover, .pdp-info__btn[disabled]:hover {
        background: #ededed;
        color: #717680; }
  .pdp-info__promo {
    border: 1px dashed #f97066;
    border-radius: 12px;
    padding: 16px; }
  .pdp-info__promo-header {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f97066;
    padding: 4px 8px;
    border-radius: 4px;
    width: fit-content;
    margin-bottom: 8px; }
    .pdp-info__promo-header i, .pdp-info__promo-header svg {
      color: #ffffff;
      font-size: 16px; }
    .pdp-info__promo-header span {
      color: #ffffff;
      font-size: 16px;
      font-weight: 600; }
  .pdp-info__promo-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2px; }
    .pdp-info__promo-list li {
      font-size: 14px;
      color: #494948;
      padding-left: 16px;
      position: relative;
      line-height: 20px; }
      .pdp-info__promo-list li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 7px;
        width: 6px;
        height: 6px;
        background: #494948;
        border-radius: 50%; }
      .pdp-info__promo-list li strong {
        font-weight: 600; }

.pdp-description__content {
  font-size: 16px;
  color: #494948;
  line-height: 1.5;
  overflow: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word; }
  .pdp-description__content ul {
    list-style: initial;
    padding-left: 20px; }
  .pdp-description__content ol {
    list-style-type: decimal;
    padding-left: 20px; }
  .pdp-description__content ul ul {
    list-style-type: circle; }
  .pdp-description__content ul ul ul {
    list-style-type: square; }
  .pdp-description__content ul li, .pdp-description__content ol li {
    margin: 5px 0; }
  .pdp-description__content img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    margin: 8px 0; }
  .pdp-description__content h2, .pdp-description__content h3, .pdp-description__content h4, .pdp-description__content strong {
    color: #173963; }
  .pdp-description__content h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px 0; }
  .pdp-description__content p {
    margin: 0 0 8px 0; }
  .pdp-description__content iframe {
    max-width: 100%;
    border-radius: 8px; }
  .pdp-description__content table {
    width: 100%;
    border-collapse: collapse;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .pdp-description__content table tr:nth-child(odd) td {
      background: #f4f5f7; }
    .pdp-description__content table tr:nth-child(even) td {
      background: #ffffff; }
    .pdp-description__content table td {
      padding: 8px 16px;
      border: 1px solid #ededed;
      font-size: 16px;
      color: #494948; }
      .pdp-description__content table td:first-child {
        width: 45%;
        font-weight: 400; }

.pdp-related,
.pdp-viewed {
  background: rgba(162, 198, 210, 0.3);
  padding: 32px 0; }
  .pdp-related__title,
  .pdp-viewed__title {
    font-size: 28px;
    font-weight: 700;
    color: #173963;
    margin: 0 0 24px 0; }

.pdp-product-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s; }
  .pdp-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1); }
  .pdp-product-card__image {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden; }
    .pdp-product-card__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .pdp-product-card__tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #e2c59a;
    color: #173963;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500; }
  .pdp-product-card__content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .pdp-product-card__title {
    font-size: 16px;
    font-weight: 600;
    color: #173963;
    margin: 0;
    line-height: 1.5; }
  .pdp-product-card__price {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap; }
  .pdp-product-card__price-current {
    font-size: 18px;
    font-weight: 700;
    color: #173963; }
  .pdp-product-card__price-original {
    font-size: 14px;
    color: #8f8f8f;
    text-decoration: line-through; }
  .pdp-product-card__price-discount {
    background: #f97066;
    color: #ffffff;
    padding: 2px 4px;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 500; }
  .pdp-product-card__btn {
    width: 100%;
    background: #173963;
    color: #ffffff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px; }
    .pdp-product-card__btn:hover {
      opacity: 0.9; }

.productRelated-content,
.productViewed-content {
  position: relative; }

.pdp-slider-nav {
  position: absolute;
  top: 50%;
  left: -60px;
  right: -60px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 10;
  pointer-events: none; }
  @media (max-width: 767px) {
    .pdp-slider-nav {
      left: 0px;
      right: 0px; } }
  .pdp-slider-nav__prev, .pdp-slider-nav__next {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(73, 73, 72, 0.2);
    backdrop-filter: blur(2px);
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    pointer-events: auto;
    transition: all 0.2s;
    padding: 0; }
    .pdp-slider-nav__prev:hover, .pdp-slider-nav__next:hover {
      background: rgba(73, 73, 72, 0.4); }
    .pdp-slider-nav__prev.swiper-button-disabled, .pdp-slider-nav__next.swiper-button-disabled {
      opacity: 0.35;
      cursor: default; }
    .pdp-slider-nav__prev i, .pdp-slider-nav__next i {
      font-size: 12px; }

.pdp-notification {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: #173963;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s; }
  .pdp-notification--show {
    transform: translateX(-50%) translateY(0);
    opacity: 1; }

@media (max-width: 991px) {
  .pdp-redesign-wrapper {
    overflow-x: hidden; } }

.pdp-redesign-wrapper .pdp-variants .select {
  display: none; }

.pdp-redesign-wrapper .pdp-variants select {
  display: none; }

.pdp-redesign-wrapper .pdp-variants .selector-wrapper {
  display: none; }

.pdp-redesign-wrapper .pdp-variants .select-swatch {
  display: flex;
  flex-wrap: wrap; }
  .pdp-redesign-wrapper .pdp-variants .select-swatch #variant-swatch-0 {
    margin-bottom: 12px; }

.pdp-redesign-wrapper .pdp-variants .swatch {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0px;
  margin-top: 0px;
  width: 100%; }
  .pdp-redesign-wrapper .pdp-variants .swatch .title-swap {
    font-size: 16px;
    color: #494948;
    min-width: 65px;
    font-weight: 400; }
  .pdp-redesign-wrapper .pdp-variants .swatch .select-swap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
  .pdp-redesign-wrapper .pdp-variants .swatch .swatch-element {
    position: relative; }
    .pdp-redesign-wrapper .pdp-variants .swatch .swatch-element input {
      display: none; }
    .pdp-redesign-wrapper .pdp-variants .swatch .swatch-element .fa-check,
    .pdp-redesign-wrapper .pdp-variants .swatch .swatch-element .icon-check,
    .pdp-redesign-wrapper .pdp-variants .swatch .swatch-element [class*="check"] {
      display: none !important; }
  .pdp-redesign-wrapper .pdp-variants .swatch:not(.is-color) .swatch-element label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    padding: 8px 12px;
    background: #deeaef;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #173963;
    cursor: pointer;
    transition: all 0.2s; }
    .pdp-redesign-wrapper .pdp-variants .swatch:not(.is-color) .swatch-element label::before, .pdp-redesign-wrapper .pdp-variants .swatch:not(.is-color) .swatch-element label::after {
      display: none !important; }
    .pdp-redesign-wrapper .pdp-variants .swatch:not(.is-color) .swatch-element label:hover {
      background: rgba(162, 198, 210, 0.5); }
    .pdp-redesign-wrapper .pdp-variants .swatch:not(.is-color) .swatch-element label.sd {
      background: #deeaef;
      border-color: #173963; }
  .pdp-redesign-wrapper .pdp-variants .swatch:not(.is-color) .swatch-element.soldout label {
    opacity: 0.35;
    cursor: not-allowed; }
  .pdp-redesign-wrapper .pdp-variants .swatch.is-color .swatch-element label {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border-color 0.2s;
    overflow: hidden;
    padding: 0;
    position: relative; }
    .pdp-redesign-wrapper .pdp-variants .swatch.is-color .swatch-element label:hover {
      border-color: #173963; }
    .pdp-redesign-wrapper .pdp-variants .swatch.is-color .swatch-element label.sd {
      border-color: #173963; }
    .pdp-redesign-wrapper .pdp-variants .swatch.is-color .swatch-element label::before, .pdp-redesign-wrapper .pdp-variants .swatch.is-color .swatch-element label::after {
      display: none !important; }
    .pdp-redesign-wrapper .pdp-variants .swatch.is-color .swatch-element label span {
      display: block;
      width: 100%;
      height: 100%; }
    .pdp-redesign-wrapper .pdp-variants .swatch.is-color .swatch-element label img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 2px;
      display: block; }
  .pdp-redesign-wrapper .pdp-variants .swatch.is-color .swatch-element.soldout label {
    opacity: 0.5;
    cursor: not-allowed; }

.pdp-redesign-wrapper .product-specs {
  font-size: 14px;
  color: #494948;
  line-height: 1.5;
  padding: 0;
  margin: 0; }

.pdp-recommend {
  background: rgba(162, 198, 210, 0.3);
  padding: 64px 0 0 0; }
  .pdp-recommend__title {
    font-size: 28px;
    font-weight: 700;
    color: #173963;
    margin: 0 0 20px 0;
    letter-spacing: -0.3px; }
  .pdp-recommend__slider {
    position: relative; }
  @media (max-width: 767px) {
    .pdp-recommend {
      padding: 40px 0 0 0; }
      .pdp-recommend__title {
        font-size: 22px; } }
  @media (max-width: 480px) {
    .pdp-recommend {
      padding: 32px 0 0 0; } }

.pdp-redesign-wrapper .swiper-slide .product-loop,
.pdp-redesign-wrapper .swiper-slide .product-loop-slide {
  height: 100%; }

.pdp-redesign-wrapper .swiper-slide .product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff; }

.pdp-redesign-wrapper .swiper-slide .product-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  flex-shrink: 0; }
  .pdp-redesign-wrapper .swiper-slide .product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.pdp-redesign-wrapper .swiper-slide .product-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 12px;
  gap: 12px;
  justify-content: space-between; }

.pdp-redesign-wrapper .swiper-slide .product-card__info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1; }

.pdp-redesign-wrapper .related-products {
  background: rgba(162, 198, 210, 0.3);
  padding: 64px 0; }
  .pdp-redesign-wrapper .related-products .related-products__title {
    margin-bottom: 0; }
  .pdp-redesign-wrapper .related-products .related-products__title h2 {
    font-size: 28px;
    font-weight: 700;
    color: #173963;
    margin: 0 0 20px 0;
    text-align: left; }

.pdp-redesign-wrapper .productDetail-recently-viewed {
  background: rgba(162, 198, 210, 0.3);
  padding: 0 0 64px 0; }
  .pdp-redesign-wrapper .productDetail-recently-viewed .productViewed-title {
    margin-bottom: 0; }
  .pdp-redesign-wrapper .productDetail-recently-viewed .productViewed-title h2 {
    font-size: 28px;
    font-weight: 700;
    color: #173963;
    margin: 0 0 20px 0;
    text-align: left; }

@media (max-width: 991px) {
  .pdp-info {
    position: static;
    max-height: none;
    overflow-y: visible; }
  .pdp-info__actions {
    flex-direction: column; }
  .pdp-info__btn {
    width: 100%; }
  .pdp-left {
    gap: 32px; }
  .pdp-container {
    padding: 32px 0; }
  .pdp-redesign-wrapper .related-products {
    padding: 40px 0; }
  .pdp-redesign-wrapper .productDetail-recently-viewed {
    padding: 0 0 40px 0; } }

@media (max-width: 767px) {
  .pdp-breadcrumb__nav {
    font-size: 12px; }
  .pdp-info__title {
    font-size: 20px; }
  .pdp-info__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px; }
  .pdp-info__meta-item {
    border-right: none;
    padding-right: 0; }
  .pdp-info__price-current {
    font-size: 24px; }
  .pdp-info__capacity-btn {
    min-width: 60px;
    padding: 4px 8px;
    font-size: 13px; }
  .pdp-redesign-wrapper .related-products .related-products__title h2,
  .pdp-redesign-wrapper .productDetail-recently-viewed .productViewed-title h2 {
    font-size: 22px; }
  .pdp-redesign-wrapper .pdp-variants .swatch {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 0; }
    .pdp-redesign-wrapper .pdp-variants .swatch .title-swap {
      padding-top: 0; }
  .pdp-info__coupon-section {
    flex-direction: column;
    align-items: flex-start; }
  .pdp-info__coupon-list {
    flex-wrap: wrap; }
  .pdp-info__promo {
    padding: 12px; }
  .pdp-tabs__nav {
    flex-wrap: wrap; }
  .pdp-tabs__btn {
    font-size: 14px;
    padding: 6px 12px; }
  .pdp-gallery__thumb {
    width: 64px;
    height: 64px; }
  .pdp-gallery__thumbs-swiper .swiper-slide {
    width: 64px; } }

@media (max-width: 480px) {
  .pdp-container {
    padding: 20px 0; }
  .pdp-left {
    gap: 24px;
    width: 100%; }
  .pdp-info {
    gap: 16px;
    padding-bottom: 0; }
  .pdp-info__btn {
    padding: 12px 16px;
    font-size: 14px; }
  .pdp-redesign-wrapper .related-products {
    padding: 32px 0; }
  .pdp-redesign-wrapper .productDetail-recently-viewed {
    padding: 0 0 32px 0; }
  .pdp-slider-nav__prev,
  .pdp-slider-nav__next {
    width: 28px;
    height: 28px; } }
