  /*===================================== Conatct Page =====================================  */
  .cp-trust-bar {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
      margin-top: 21px;
      margin-bottom: 50px;
      padding-top: 20px;
      background: transparent;
  }

  .cp-trust-item {
      position: relative;
      display: flex;
      align-items: center;
      gap: 15px;
      min-height: 105px;
      padding: 20px 18px;
      background: #ffffff;
      border: 1px solid #eeeeee;
      border-radius: 14px;
      /* overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
            transition:
                transform 0.35s ease,
                box-shadow 0.35s ease,
                border-color 0.35s ease; */
  }

  /* Pink top line */
  .cp-trust-item::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: 0;
      height: 3px;
      background: #ed174f;
      transform: translateX(-50%);
      transition: width 0.35s ease;
  }

  .cp-trust-item:hover {
      transform: translateY(-7px);
      border-color: rgba(237, 23, 79, 0.25);
      box-shadow: 0 16px 40px rgba(0, 0, 0, 0.11);
  }

  .cp-trust-item:hover::before {
      width: 100%;
  }

  .cp-trust-icon {
      width: 50px;
      height: 50px;
      min-width: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ed174f;
      font-size: 19px;
      background: rgba(237, 23, 79, 0.09);
      border: 1px solid rgba(237, 23, 79, 0.12);
      border-radius: 50%;
      /* transition:
                background 0.35s ease,
                color 0.35s ease,
                transform 0.35s ease; */
  }

  .cp-trust-item:hover .cp-trust-icon {
      color: #ffffff;
      background: #ed174f;
      transform: rotateY(360deg);
  }

  .cp-trust-text {
      display: flex;
      flex-direction: column;
      gap: 5px;
  }

  .cp-trust-text strong {
      color: #111111;
      font-size: 14px;
      font-weight: 700;
      line-height: 1.4;
  }

  .cp-trust-text span {
      color: #777777;
      font-size: 12px;
      line-height: 1.4;
  }

  /* Tablet */
  @media (max-width: 991px) {
      .cp-trust-bar {
          grid-template-columns: repeat(2, 1fr);
      }
  }

  /* Mobile */
  @media (max-width: 575px) {
      .cp-trust-bar {
          grid-template-columns: 1fr;
          gap: 12px;
          margin-top: 35px;
          margin-bottom: 40px;
      }

      .cp-trust-item {
          min-height: 90px;
          padding: 17px;
          border-radius: 12px;
      }

      .cp-trust-icon {
          width: 46px;
          height: 46px;
          min-width: 46px;
          font-size: 17px;
      }

      .cp-trust-text strong {
          font-size: 13px;
      }
  }

  .cp-card-body a {
      font-size: 15px;
      font-weight: 500;
      color: #444;
      transition: var(--transition);
      display: block;
      line-height: 1.65;
  }

  .cp-card-body {
      font-size: 15px;
      font-weight: 500;
      color: #444;
      line-height: 1.65;
      margin: 0;
  }



  .cp-social-link {
      width: 40px;
      height: 40px;
      border: 1.5px solid var(--border-color);
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #666;
      font-size: 20px;
      transition: var(--transition-smooth);
  }

  .breadcrumb-section-premium {
      position: relative;
      padding: 20px 0;
      background-color: var(--primary-color);
      overflow: hidden;
      border-bottom: 1px solid var(--border-color);
  }

  @media (max-width: 991px) {
      .bc-grid {
          grid-template-columns: 1fr;
          text-align: center;
          gap: 10px;
      }
  }

  .bc-item {

      font-size: 20px;
      font-weight: 500;

  }

  section {
      position: relative;
      width: 100%;
      padding: 60px 0;
      overflow: hidden;
  }

  /*===================================== Conatct Page =====================================  */

  /*===================================== Blog Details Page =====================================  */
  .bd-post-title {
      font-size: 29px;
      font-weight: 600;
      line-height: 1.0;
      letter-spacing: -0.5px;
      color: var(--secondary-color);
      margin: 14px 0 24px;
  }


  .blog-post-detail {
      background: var(--white-color);
      border-radius: 12px;
      border: 1px solid #f80140;
      padding: 60px 50px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
      transition: var(--transition-smooth);
  }

  .about-main-title {
      font-size: 37px;
      font-weight: 550;
      line-height: 1.1;
      letter-spacing: -2px;
      margin: 16px 0 17px;
      color: var(--secondary-color);
  }

  /*===================================== Blog Details Page =====================================  */



  /*===================================== LOgin Register Page =====================================  */

  .password-field {
      position: relative;
  }

  .password-field input {
      width: 100%;
      padding-right: 50px;
  }

  .password-toggle {
      position: absolute;
      top: 50%;
      right: 35px;
      transform: translateY(-50%);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 5px;
      border: 0;
      background: transparent;
      color: #777;
      font-size: 16px;
      cursor: pointer;
      z-index: 2;
  }

  .password-toggle:hover {
      color: #f20b50;
  }

  .registration-type-wrap {
      width: 100%;
  }

  .registration-type-label {
      margin: 0 0 10px;
      color: #222;
      font-size: 14px;
      font-weight: 700;
  }

  .registration-type-tabs {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 6px;
      width: 100%;
      padding: 6px;
      border: 1px solid #e7e7e7;
      border-radius: 8px;
      background: #f8f8f8;
  }

  .registration-type-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      width: 100%;
      min-width: 0;
      min-height: 50px;
      padding: 11px 12px;
      border: 1px solid transparent;
      border-radius: 6px;
      background: transparent;
      color: #666;
      font-size: 14px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.25s ease;
  }

  .registration-type-btn i {
      flex-shrink: 0;
      font-size: 16px;
  }

  .registration-type-btn span {
      white-space: nowrap;
  }

  .registration-type-btn:hover {
      color: #f20b50;
      background: #fff;
  }

  .registration-type-btn.active {
    border-color: #4cc0f0;
    background: #4cc0f0;
    color: #fff;
    box-shadow: 0 5px 14px rgb(167 213 223);
}

  /* Terms checkbox */
  .terms-wrap {
      width: 100%;
  }

  .terms-check {
      display: flex;
      align-items: flex-start;
      gap: 11px;
      width: 100%;
      margin: 0;
      cursor: pointer;
  }

  .terms-check input {
      position: absolute;
      opacity: 0;
      pointer-events: none;
  }

  .terms-checkbox {
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 19px;
      width: 19px;
      height: 19px;
      margin-top: 2px;
      border: 1px solid #ddd;
      border-radius: 3px;
      background: #f7f7f7;
      color: #fff;
      transition: 0.2s ease;
  }

  .terms-checkbox i {
      display: none;
      font-size: 10px;
  }

  .terms-check input:checked+.terms-checkbox {
      border-color: #f20b50;
      background: #f20b50;
  }

  .terms-check input:checked+.terms-checkbox i {
      display: block;
  }

  .terms-text {
      flex: 1;
      min-width: 0;
      color: #555;
      font-size: 14px;
      line-height: 1.6;
  }

  .terms-text a {
      color: #f20b50;
      font-weight: 700;
      text-decoration: none;
  }

  #registerButton {
      min-height: 50px;
  }

  /* Mobile view */
  @media (max-width: 575px) {
      .registration-type-wrap {
          margin-top: 20px !important;
          margin-bottom: 20px !important;
      }

      .registration-type-tabs {
          gap: 5px;
          padding: 5px;
      }

      .registration-type-btn {
          min-height: 48px;
          padding: 10px 6px;
          gap: 6px;
          font-size: 13px;
      }

      .registration-type-btn i {
          font-size: 14px;
      }

      .terms-check {
          gap: 9px;
      }

      .terms-text {
          font-size: 13px;
          line-height: 1.55;
      }

      #registerButton {
          min-height: 48px;
          font-size: 14px;
      }
  }

  @media (max-width: 360px) {
      .registration-type-btn {
          padding-inline: 4px;
          font-size: 12px;
      }
  }

  /*===================================== LOgin Register Page =====================================  */


  /*===================================== WishList Page  =====================================  */
  /* ================================
   Wishlist Mobile Responsive Fix
================================ */

  @media (max-width: 767.98px) {

      .wishlist-page-section {
          overflow-x: hidden;
          padding-left: 0;
          padding-right: 0;
      }

      .wishlist-page-section .container {
          width: 100%;
          max-width: 100%;
          padding-left: 15px;
          padding-right: 15px;
      }

      .wishlist-wrapper {
          width: 100%;
          max-width: 100%;
      }

      /*
     * Bootstrap table-responsive ka horizontal
     * overflow mobile par remove karna hai.
     */
      .wishlist-table-responsive {
          width: 100%;
          max-width: 100%;
          overflow: visible !important;
      }

      .wishlist-table {
          display: block;
          width: 100%;
          min-width: 0 !important;
          margin: 0;
      }

      .wishlist-table thead {
          display: none;
      }

      .wishlist-table tbody {
          display: grid;
          width: 100%;
          gap: 16px;
      }

      /*
     * Each wishlist row becomes a product card
     */
      .wishlist-table .wishlist-item {
          position: relative;
          display: grid;
          grid-template-columns: 82px minmax(0, 1fr);
          grid-template-areas:
              "image name"
              "image price"
              "actions actions";
          column-gap: 14px;
          row-gap: 9px;
          width: 100%;
          padding: 16px;
          border: 1px solid #ececec;
          border-radius: 10px;
          background: #fff;
          box-shadow: 0 5px 18px rgba(0, 0, 0, 0.04);
      }

      .wishlist-table .wishlist-item td {
          display: block !important;
          width: auto !important;
          min-width: 0 !important;
          max-width: 100% !important;
          height: auto !important;
          padding: 0 !important;
          border: 0 !important;
          text-align: left;
          vertical-align: middle;
      }

      /* Remove button */
      .wishlist-table .product-remove {
          position: absolute;
          top: 10px;
          right: 10px;
          z-index: 3;
      }

      .wishlist-table .btn-remove {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          width: 32px;
          height: 32px;
          padding: 0;
          border: 1px solid #e5e5e5;
          border-radius: 50%;
          background: #fff;
          color: #999;
          font-size: 13px;
      }

      .wishlist-table .btn-remove:hover {
          border-color: #f20b50;
          background: #f20b50;
          color: #fff;
      }

      /* Product image */
      .wishlist-table .product-thumbnail {
          grid-area: image;
      }

      .wishlist-table .product-thumbnail a {
          display: block;
          width: 82px;
      }

      .wishlist-table .product-thumbnail img {
          display: block;
          width: 82px !important;
          height: 108px !important;
          max-width: 100%;
          border-radius: 7px;
          object-fit: cover;
      }

      /* Product information */
      .wishlist-table .product-name {
          grid-area: name;
          align-self: end;
          padding-right: 35px !important;
          overflow: hidden;
      }

      .wishlist-table .product-name .p-cat {
          display: block;
          margin-bottom: 5px;
          color: #999;
          font-size: 10px;
          font-weight: 700;
          letter-spacing: 1.3px;
          line-height: 1.4;
          text-transform: uppercase;
      }

      .wishlist-table .product-name>a {
          display: -webkit-box;
          max-width: 100%;
          overflow: hidden;
          color: #171717;
          font-size: 15px;
          font-weight: 700;
          line-height: 1.4;
          text-decoration: none;
          overflow-wrap: anywhere;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
      }

      /* Price */
      .wishlist-table .product-price {
          grid-area: price;
          align-self: start;
      }

      .wishlist-table .product-price .current-price {
          display: inline-block;
          margin-right: 7px;
          color: #f20b50;
          font-size: 18px;
          font-weight: 800;
          line-height: 1.2;
      }

      .wishlist-table .product-price br {
          display: none;
      }

      .wishlist-table .product-price del {
          display: inline-block;
          color: #888;
          font-size: 13px;
      }

      /* Action buttons */
      .wishlist-table .product-add-to-cart {
          grid-area: actions;
          display: grid !important;
          grid-template-columns: repeat(2, minmax(0, 1fr));
          gap: 9px;
          width: 100% !important;
          padding-top: 7px !important;
      }

      .wishlist-table .product-add-to-cart .btn-primary {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100% !important;
          min-width: 0;
          min-height: 43px;
          margin: 0 !important;
          padding: 9px 10px !important;
          border-radius: 5px;
          font-size: 12px;
          font-weight: 700;
          line-height: 1.25;
          text-align: center;
          white-space: normal;
      }

      /* Empty wishlist row */
      .wishlist-table tbody tr:not(.wishlist-item) {
          display: block;
          width: 100%;
      }

      .wishlist-table tbody tr:not(.wishlist-item) td {
          display: block;
          width: 100%;
          padding: 35px 15px !important;
          border: 1px solid #eee;
          border-radius: 8px;
          text-align: center;
      }

      /* Bottom action */
      .wishlist-actions {
          margin-top: 25px !important;
          padding-top: 20px !important;
      }

      .wishlist-actions .d-flex {
          width: 100%;
      }

      .wishlist-actions .btn-link-premium {
          display: inline-flex;
          align-items: center;
          gap: 8px;
          font-size: 13px;
      }
  }

  @media (max-width: 380px) {

      .wishlist-page-section .container {
          padding-left: 12px;
          padding-right: 12px;
      }

      .wishlist-table .wishlist-item {
          grid-template-columns: 75px minmax(0, 1fr);
          column-gap: 11px;
          padding: 13px;
      }

      .wishlist-table .product-thumbnail a,
      .wishlist-table .product-thumbnail img {
          width: 75px !important;
      }

      .wishlist-table .product-thumbnail img {
          height: 100px !important;
      }

      .wishlist-table .product-name>a {
          font-size: 14px;
      }

      .wishlist-table .product-price .current-price {
          font-size: 17px;
      }


      .wishlist-table .product-add-to-cart {
          grid-template-columns: 1fr;
      }

      .wishlist-table .product-add-to-cart .btn-primary {
          min-height: 42px;
      }
  }

  @media (max-width: 767.98px) {
      .wishlist-table .product-add-to-cart {
          row-gap: 10px !important;
          gap: 10px !important;
      }


      .wishlist-table .product-add-to-cart .btn-primary {
          margin-top: 5px !important;
      }

  }

  /*===================================== WishList Page  =====================================  */

  /*===================================== Mobile Menu  =====================================  */

  .mobile-product-search {
      position: relative;
      width: 100%;
  }

  .mobile-product-search .search-box {
      position: relative;
      width: 100%;
  }

  .mobile-product-search .header-search-results {
      position: absolute;
      top: calc(100% + 8px);
      right: 0;
      left: 0;
      z-index: 99999;

      width: 100%;
      min-width: 0;
      max-height: 360px;

      overflow-x: hidden;
      overflow-y: auto;

      border: 1px solid #ececec;
      border-radius: 8px;
      background: #fff;

      box-shadow: 0 14px 35px rgba(0, 0, 0, 0.14);
  }

  .mobile-product-search .search-input {
      width: 100%;
      padding-right: 42px;
  }

  .mobile-product-search .header-search-clear {
      position: absolute;
      top: 50%;
      right: 13px;
      z-index: 3;

      align-items: center;
      justify-content: center;

      width: 28px;
      height: 28px;
      padding: 0;

      border: 0;
      background: transparent;
      color: #888;

      transform: translateY(-50%);
      cursor: pointer;
  }

  .mobile-product-search .header-search-clear:hover {
      color: #f20b50;
  }

  @media (max-width: 575px) {
      .mobile-product-search .header-search-results {
          position: absolute;
          top: calc(100% + 8px);
          right: 0;
          left: 0;
          width: 100%;
          max-height: 320px;
      }

      .mobile-product-search .header-search-item {
          grid-template-columns: 55px minmax(0, 1fr);
          gap: 10px;
          padding: 10px;
      }

      .mobile-product-search .header-search-item-image {
          width: 55px;
          height: 68px;
      }

      .mobile-product-search .header-search-name {
          font-size: 13px;
      }

      .mobile-product-search .header-search-sale-price {
          font-size: 14px;
      }
  }


  .mobile-only-cart {
      display: none;
  }

  /* Show only on Mobile */
  @media (max-width: 991.98px) {
      .mobile-only-cart {
          display: inline-flex;
          align-items: center;
      }
  }


  .header-product-search {
      position: relative;
  }

  .header-product-search .search-box {
      position: relative;
  }

  .header-product-search .header-search-results {
      position: absolute;
      top: calc(100% + 10px);
      left: 0;
      z-index: 9999;
      display: none;
      width: 100%;
      min-width: 360px;
      max-height: 440px;
      overflow-y: auto;
      border: 1px solid #ececec;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  }

  .header-product-search.search-open .header-search-results {
      display: block;
  }

  .header-search-item {
      display: grid;
      grid-template-columns: 65px minmax(0, 1fr);
      gap: 12px;
      align-items: center;
      padding: 12px;
      border-bottom: 1px solid #f0f0f0;
      color: inherit;
      text-decoration: none;
      transition: 0.2s ease;
  }

  .header-search-item:last-child {
      border-bottom: 0;
  }

  .header-search-item:hover {
      background: #fafafa;
  }

  .header-search-item-image {
      width: 65px;
      height: 78px;
      overflow: hidden;
      border-radius: 6px;
      background: #f5f5f5;
  }

  .header-search-item-image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
  }

  .header-search-item-content {
      min-width: 0;
  }

  .header-search-category {
      display: block;
      margin-bottom: 4px;
      color: #999;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.8px;
      text-transform: uppercase;
  }

  .header-search-name {
      display: -webkit-box;
      margin-bottom: 6px;
      overflow: hidden;
      color: #181818;
      font-size: 14px;
      font-weight: 700;
      line-height: 1.4;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
  }

  .header-search-price {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 7px;
  }

  .header-search-sale-price {
      color: #f20b50;
      font-size: 15px;
      font-weight: 800;
  }

  .header-search-mrp {
      color: #999;
      font-size: 12px;
      text-decoration: line-through;
  }

  .header-search-message {
      padding: 22px 15px;
      color: #777;
      font-size: 13px;
      text-align: center;
  }

  .header-search-message i {
      display: block;
      margin-bottom: 8px;
      color: #bbb;
      font-size: 22px;
  }

  .header-product-search .search-clear-btn {
      display: none;
  }

  .header-product-search.has-value .search-clear-btn {
      display: inline-flex;
  }

  @media (max-width: 575px) {
      .header-product-search .header-search-results {
          position: fixed;
          top: auto;
          right: 12px;
          left: 12px;
          width: auto;
          min-width: 0;
          max-height: 60vh;
      }

      .header-search-item {
          grid-template-columns: 56px minmax(0, 1fr);
          padding: 10px;
      }

      .header-search-item-image {
          width: 56px;
          height: 68px;
      }

      .header-search-name {
          font-size: 13px;
      }
  }

  /*===================================== Mobile Menu  =====================================  */

  /* ============================================== Product Details =========================================== */

  .product-gallery-wrapper {
      width: 100%;
  }

  .product-gallery-layout {
      display: grid;
      grid-template-columns: 92px minmax(0, 1fr);
      grid-template-areas: "thumbnails main";
      align-items: start;
      gap: 14px;
      width: 100%;
  }

  /* Main image */
  .main-image-box {
      position: relative;
      grid-area: main;
      width: 100%;
      aspect-ratio: 4 / 5;
      overflow: hidden;
      border: 1px solid #ededed;
      border-radius: 4px;
      background: #fff;
  }

  .main-image-box>a {
      display: block;
      width: 100%;
      height: 100%;
  }

  .main-image-box .main-display {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
      transition:
          transform 0.5s ease,
          opacity 0.25s ease;
  }

  .main-image-box:hover .main-display {
      transform: scale(1.025);
  }

  /* Sale badge */
  .gallery-sale-badge {
      position: absolute;
      top: 14px;
      left: 14px;
      z-index: 2;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 7px 10px;
      border-radius: 3px;
      background: #f20b50;
      color: #fff;
      font-size: 11px;
      line-height: 1;
      font-weight: 700;
      letter-spacing: 0.4px;
  }

  /* Desktop vertical thumbnail list */
  .product-thumbnail-list {
      grid-area: thumbnails;
      display: flex;
      flex-direction: column;
      gap: 10px;
      width: 92px;
      max-height: 720px;
      overflow-y: auto;
      overflow-x: hidden;
      scrollbar-width: thin;
  }

  .product-thumbnail-list::-webkit-scrollbar {
      width: 4px;
  }

  .product-thumbnail-list::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background: #ccc;
  }

  /* Thumbnail */
  .thumb-item {
      position: relative;
      flex: 0 0 auto;
      display: block;
      width: 92px;
      height: 116px;
      padding: 0;
      overflow: hidden;
      border: 1px solid #e1e1e1;
      border-radius: 3px;
      background: #fff;
      cursor: pointer;
      transition: all 0.25s ease;
  }

  .thumb-item img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
  }

  .thumb-item:hover {
      border-color: #999;
  }

  .thumb-item.active {
      border: 2px solid #f20b50;
  }

  .thumb-item.active::after {
      position: absolute;
      inset: 0;
      content: "";
      pointer-events: none;
      box-shadow: inset 0 0 0 1px #fff;
  }

  /* Tablet */
  @media (max-width: 1199.98px) {
      .product-gallery-layout {
          grid-template-columns: 78px minmax(0, 1fr);
          gap: 11px;
      }

      .product-thumbnail-list {
          width: 78px;
      }

      .thumb-item {
          width: 78px;
          height: 100px;
      }
  }

  /* Mobile: main image first, thumbnails below */
  @media (max-width: 767.98px) {
      .product-gallery-layout {
          display: grid;
          grid-template-columns: minmax(0, 1fr);
          grid-template-areas:
              "main"
              "thumbnails";
          gap: 12px;
      }

      .main-image-box {
          width: 100%;
          aspect-ratio: 4 / 5;
          border-radius: 5px;
      }

      .main-image-box .main-display {
          object-position: center top;
      }

      .product-thumbnail-list {
          display: flex;
          flex-direction: row;
          width: 100%;
          max-width: 100%;
          max-height: none;
          gap: 8px;
          padding-bottom: 4px;
          overflow-x: auto;
          overflow-y: hidden;
          scroll-snap-type: x proximity;
          scrollbar-width: none;
      }

      .product-thumbnail-list::-webkit-scrollbar {
          display: none;
      }

      .thumb-item {
          flex: 0 0 72px;
          width: 72px;
          height: 92px;
          scroll-snap-align: start;
      }

      .gallery-sale-badge {
          top: 10px;
          left: 10px;
          padding: 6px 8px;
          font-size: 10px;
      }
  }

  @media (max-width: 420px) {
      .main-image-box {
          aspect-ratio: 3 / 4;
      }

      .thumb-item {
          flex-basis: 66px;
          width: 66px;
          height: 86px;
      }
  }

  .product-gallery-wrapper {
      position: sticky;
      top: 20px;
  }

  .detail-title {
      /* font-size: 30px; */
      font-weight: 600;
      letter-spacing: -1px;
      margin: 5px 0 0;
      line-height: 1.15;
  }

  .detail-header {
      padding-bottom: 10px;
      border-bottom: 1px solid var(--border-color);
      margin-bottom: 15px;
  }

  .detail-actions {
      display: flex;
      align-items: center;
      gap: 14px;
      width: 100%;
  }

  .detail-action-buttons {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      flex: 1;
      gap: 10px;
  }

  .detail-action-buttons button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 52px;
      padding: 12px 18px;
      border-radius: 4px;
      font-size: 14px;
      font-weight: 700;
      white-space: nowrap;
  }

  .buy-now-btn {
      border: 1px solid #111;
      background: #111;
      color: #fff;
      cursor: pointer;
      transition: all 0.3s ease;
  }

  .buy-now-btn:hover {
      border-color: #f20b50;
      background: #f20b50;
      color: #fff;
  }

  @media (max-width: 575px) {
      .detail-actions {
          align-items: stretch;
          flex-direction: column;
      }

      .qty-stepper {
          width: 100%;
      }

      .qty-stepper input {
          flex: 1;
      }

      .detail-action-buttons {
          width: 100%;
      }

      .detail-action-buttons button {
          min-height: 48px;
          padding: 10px 8px;
          font-size: 13px;
      }
  }

  @media (max-width: 360px) {
      .detail-action-buttons {
          grid-template-columns: 1fr;
      }
  }

  .detail-actions {
      display: flex;
      align-items: center;
      gap: 14px;
      width: 100%;
  }

  .detail-action-buttons {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      flex: 1;
      gap: 10px;
  }

  .detail-action-buttons button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 52px;
      padding: 12px 18px;
      border-radius: 4px;
      font-size: 14px;
      font-weight: 700;
      white-space: nowrap;
  }

  .buy-now-btn {
      border: 1px solid #111;
      background: #111;
      color: #fff;
      cursor: pointer;
      transition: all 0.3s ease;
  }

  .buy-now-btn:hover {
      border-color: #f20b50;
      background: #f20b50;
      color: #fff;
  }

  @media (max-width: 575px) {
      .detail-actions {
          align-items: stretch;
          flex-direction: column;
      }

      .qty-stepper {
          width: 100%;
      }

      .qty-stepper input {
          flex: 1;
      }

      .detail-action-buttons {
          width: 100%;
      }

      .detail-action-buttons button {
          min-height: 48px;
          padding: 10px 8px;
          font-size: 13px;
      }
  }

  @media (max-width: 360px) {
      .detail-action-buttons {
          grid-template-columns: 1fr;
      }
  }

  .product-info-sticky {
      position: sticky;
      top: 4px;
      padding-left: 6px;
  }

  .review-pagination-wrap {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      width: 100%;
      margin: 30px 0 50px;
  }

  .review-page-numbers {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
  }

  .review-page-number,
  .review-page-control {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 42px;
      height: 42px;
      padding: 8px 13px;
      border: 1px solid #e2e2e2;
      border-radius: 6px;
      background: #fff;
      color: #555;
      font-size: 13px;
      font-weight: 700;
      cursor: pointer;
      transition: all 0.25s ease;
  }

  .review-page-control {
      gap: 8px;
      min-width: 105px;
  }

  .review-page-number:hover,
  .review-page-control:hover:not(:disabled) {
      border-color: #f20b50;
      color: #f20b50;
  }

  .review-page-number.active {
      border-color: #f20b50;
      background: #f20b50;
      color: #fff;
      box-shadow: 0 6px 16px rgba(242, 11, 80, 0.18);
  }

  .review-page-control:disabled {
      border-color: #eeeeee;
      background: #f7f7f7;
      color: #bbb;
      cursor: not-allowed;
  }

  .review-card.review-card-hidden {
      display: none;
  }

  .review-card.review-card-visible {
      animation: reviewCardFade 0.35s ease;
  }

  @keyframes reviewCardFade {
      from {
          opacity: 0;
          transform: translateY(8px);
      }

      to {
          opacity: 1;
          transform: translateY(0);
      }
  }

  @media (max-width: 575px) {
      .review-pagination-wrap {
          gap: 7px;
          margin: 24px 0 38px;
      }

      .review-page-numbers {
          gap: 5px;
      }

      .review-page-number,
      .review-page-control {
          min-width: 38px;
          height: 38px;
          padding: 7px 10px;
          font-size: 12px;
      }

      .review-page-control {
          min-width: 40px;
      }

      .review-page-control span {
          display: none;
      }
  }


  .product-content {
      color: #555;
      font-size: 16px;
      line-height: 1.9;
      font-weight: 400;
  }

  .product-content h1,
  .product-content h2,
  .product-content h3,
  .product-content h4,
  .product-content h5,
  .product-content h6 {
      color: #111;
      font-weight: 700;
      margin: 30px 0 15px;
      line-height: 1.3;
  }

  .product-content h1 {
      font-size: 34px;
  }

  .product-content h2 {
      font-size: 30px;
  }

  .product-content h3 {
      font-size: 26px;
  }

  .product-content h4 {
      font-size: 22px;
  }

  .product-content h5 {
      font-size: 19px;
  }

  .product-content h6 {
      font-size: 17px;
  }

  .product-content p {
      margin-bottom: 18px;
      color: #666;
  }

  .product-content strong,
  .product-content b {
      color: #111;
      font-weight: 600;
  }

  .product-content a {
      color: var(--theme-color, #d61b5b);
      text-decoration: none;
      transition: .3s;
  }

  .product-content a:hover {
      text-decoration: underline;
  }

  .product-content ul,
  .product-content ol {
      margin: 20px 0;
      padding-left: 25px;
  }

  .product-content ul li {
      list-style: disc;
      margin-bottom: 10px;
  }

  .product-content ol li {
      margin-bottom: 10px;
  }

  .product-content blockquote {
      background: #fafafa;
      border-left: 4px solid var(--theme-color, #d61b5b);
      padding: 18px 22px;
      margin: 25px 0;
      font-style: italic;
  }

  .product-content img {
      max-width: 100%;
      height: auto;
      border-radius: 12px;
      margin: 20px 0;
  }

  .product-content table {
      width: 100%;
      border-collapse: collapse;
      margin: 25px 0;
  }

  .product-content table th,
  .product-content table td {
      border: 1px solid #e5e5e5;
      padding: 12px;
  }

  .product-content table th {
      background: #f8f8f8;
      font-weight: 600;
  }

  .product-content hr {
      margin: 30px 0;
      border: none;
      border-top: 1px solid #e5e5e5;
  }

  .product-content iframe {
      width: 100%;
      min-height: 450px;
      border-radius: 10px;
  }


  .product-reviews-section {
      width: 100%;
      padding: 40px 0;
  }

  .reviews-top-grid {
      display: grid;
      grid-template-columns: 100% minmax(0, 1fr);
      gap: 23px;
      align-items: stretch;
      margin-top: 55px;
  }

  .bar-fill {
      height: 100%;
      border-radius: inherit;
      background: #f20b50;
  }

  .bar-pct {
      color: #888;
      font-size: 11px;
      text-align: right;
  }

  .review-form-card {
      padding: 30px;
      border: 1px solid #e5e5e5;
      border-radius: 12px;
      background: #fff;
  }

  .review-form-heading {
      display: flex;
      align-items: center;
      gap: 15px;
      margin-bottom: 25px;
  }

  .review-form-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 48px;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: rgba(242, 11, 80, 0.1);
      color: #f20b50;
      font-size: 18px;
  }

  .review-small-title {
      display: block;
      margin-bottom: 3px;
      color: #f20b50;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 1.2px;
      text-transform: uppercase;
  }

  .review-form-heading h3 {
      margin: 0 0 4px;
      color: #171717;
      font-size: 22px;
      font-weight: 700;
  }

  .review-form-heading p {
      margin: 0;
      color: #888;
      font-size: 13px;
  }

  .review-rating-field {
      margin-bottom: 18px;
  }

  .review-rating-field>label {
      display: block;
      margin-bottom: 8px;
      color: #333;
      font-size: 13px;
      font-weight: 600;
  }

  .review-rating-input {
      display: inline-flex;
      flex-direction: row-reverse;
      justify-content: flex-end;
      gap: 5px;
  }

  .review-rating-input input {
      position: absolute;
      opacity: 0;
      pointer-events: none;
  }

  .review-rating-input label {
      color: #dcdcdc;
      font-size: 25px;
      cursor: pointer;
      transition: 0.2s ease;
  }

  .review-rating-input label:hover,
  .review-rating-input label:hover~label,
  .review-rating-input input:checked~label {
      color: #ffb000;
  }

  .review-form-row {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 15px;
      margin-bottom: 15px;
  }

  .review-input-group,
  .review-textarea-group {
      position: relative;
  }

  .review-input-group>i,
  .review-textarea-group>i {
      position: absolute;
      top: 50%;
      left: 16px;
      color: #f20b50;
      font-size: 14px;
      transform: translateY(-50%);
  }

  .review-input-group input {
      width: 100%;
      height: 54px;
      padding: 12px 15px 12px 45px;
      border: 1px solid #e5e5e5;
      border-radius: 6px;
      background: #fafafa;
      color: #333;
      font-size: 14px;
      outline: none;
  }

  .review-textarea-group>i {
      top: 18px;
      transform: none;
  }

  .review-textarea-group textarea {
      width: 100%;
      min-height: 130px;
      padding: 15px 15px 15px 45px;
      border: 1px solid #e5e5e5;
      border-radius: 6px;
      background: #fafafa;
      color: #333;
      font-size: 14px;
      line-height: 1.6;
      resize: vertical;
      outline: none;
  }

  .review-input-group input:focus,
  .review-textarea-group textarea:focus {
      border-color: #f20b50;
      background: #fff;
      box-shadow: 0 0 0 3px rgba(242, 11, 80, 0.07);
  }

  .review-submit-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-width: 175px;
      min-height: 50px;
      margin-top: 17px;
  }

  /* Review list heading */
  .reviews-list-heading {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 15px;
      margin-bottom: 22px;
  }

  .reviews-list-heading>div:first-child>span {
      display: block;
      margin-bottom: 5px;
      color: #f20b50;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 1.3px;
      text-transform: uppercase;
  }

  .reviews-list-heading h3 {
      margin: 0;
      color: #171717;
      font-size: 25px;
      font-weight: 700;
  }

  .reviews-count {
      padding: 7px 12px;
      border-radius: 20px;
      background: rgba(242, 11, 80, 0.08);
      color: #f20b50;
      font-size: 12px;
      font-weight: 700;
  }

  /* Review cards */
  .review-cards {
      display: grid;
      gap: 18px;
  }

  .review-card {
      padding: 25px;
      border: 1px solid #e4e4e4;
      border-radius: 10px;
      background: #fff;
      transition: 0.25s ease;
  }

  .review-card:hover {
      border-color: rgba(242, 11, 80, 0.25);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
      transform: translateY(-2px);
  }

  .review-card-header {
      display: flex;
      align-items: center;
      gap: 13px;
      margin-bottom: 17px;
  }

  .reviewer-avatar {
      flex: 0 0 43px;
      width: 43px;
      height: 43px;
      overflow: hidden;
      border: 2px solid #eee;
      border-radius: 50%;
  }

  .reviewer-avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .review-avatar-letter {
      display: flex;
      align-items: center;
      justify-content: center;
      border-color: #f20b50;
      background: #f20b50;
      color: #fff;
      font-size: 17px;
      font-weight: 700;
  }

  .reviewer-meta {
      min-width: 0;
  }

  .reviewer-name {
      margin: 0 0 3px;
      color: #171717;
      font-size: 14px;
      font-weight: 700;
  }

  .review-date {
      color: #999;
      font-size: 11px;
  }

  .review-stars {
      display: flex;
      gap: 3px;
      margin-left: auto;
      color: #ffb000;
      font-size: 13px;
  }

  .review-text {
      margin: 0;
      color: #666;
      font-size: 14px;
      font-style: italic;
      line-height: 1.8;
  }

  /* Tablet */
  @media (max-width: 991.98px) {
      .reviews-top-grid {
          grid-template-columns: 1fr;
      }

      .reviews-summary-card {
          display: grid;
          grid-template-columns: 200px minmax(0, 1fr);
          align-items: center;
          gap: 25px;
      }

      .rating-divider {
          display: none;
      }
  }

  /* Mobile */
  @media (max-width: 575px) {
      .product-reviews-section {
          padding: 25px 0;
      }

      .reviews-top-grid {
          gap: 20px;
          margin-bottom: 38px;
      }

      .reviews-summary-card {
          display: block;
          padding: 22px 17px;
      }

      .rating-divider {
          display: block;
          margin: 20px 0;
      }

      .score-big {
          font-size: 48px;
      }

      .review-form-card {
          padding: 22px 16px;
      }

      .review-form-heading {
          align-items: flex-start;
      }

      .review-form-heading h3 {
          font-size: 19px;
      }

      .review-form-row {
          grid-template-columns: 1fr;
      }

      .review-submit-btn {
          width: 100%;
      }

      .reviews-list-heading {
          align-items: flex-start;
          flex-direction: column;
      }

      .reviews-list-heading h3 {
          font-size: 21px;
      }

      .review-card {
          padding: 20px 16px;
      }

      .review-card-header {
          align-items: flex-start;
          flex-wrap: wrap;
      }

      .review-stars {
          width: 100%;
          margin-top: 5px;
          margin-left: 56px;
      }

      .review-text {
          font-size: 13px;
      }
  }


  .main-image-box {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: clamp(480px, 48vw, 620px);
      padding: 20px;
      overflow: hidden;
      border: 1px solid var(--border-color);
      border-radius: 10px;
      background: var(--light-gray);
  }

  .main-image-box>a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
  }

  .main-image-box .main-display {
      display: block;
      width: 100%;
      height: 100%;
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
      object-position: center;
      transition: transform 0.5s ease;
  }

  .thumb-item {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 95px;
      padding: 5px;
      overflow: hidden;
      border: 1px solid var(--border-color);
      border-radius: 6px;
      background: var(--light-gray);
      cursor: pointer;
  }

  .thumb-item img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
  }


  /* ============================================== Product Details =========================================== */