
  /* alignment */
  .product-content{
    display: flex;
    flex-direction: column;
    gap: 0px;
  
  }

  .product-content .customize-Name{
    display: flex;
    flex-direction: column;
  }
  .hidden{
  display:none;
  }
  .read-more{
  cursor:pointer;
  }

  .purchase-info form,.purchase-info{
    display: flex;
    width: 100%;
    justify-content: center;
    max-width: 400px;
  }
  .purchase-info .btn{
    width: 100%;
  }
  .product-price:first-of-type{
    text-align: start;
  }
  .product-price:first-of-type .price_color {
    
      margin-top: 0;
  }
  .price_color {
    /*font-family: var(--title-font);*/
    font-size: var(--title-m);
    font-weight: var(--title-w-m);
    line-height: var(--title-l-m);
    color:#1A1A2E;;
  }
  .Price-stock {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 30px;
    margin-block-start: 15px;
    margin-block-end: 15px;
    width: fit-content;
    align-items: center;
    padding-left: 20px;
  }

  /* Main selling price */
  .Price-stock .price_color {
      margin: 0;
      grid-row-start: 1;
      grid-row-end: 3;
      transform: scale(1.5);
  }
  .price_color::first-letter {
    font-size: 0.9em;
    vertical-align: center;
    padding-top: 5px;
  }

  .Price-stock .price_color.off-price {
      color: green;
  }

  /* MRP (striked price) */
  .Price-stock .mrp {
      font-size: var(--Normal-m);
      color: var(--text-color);
  }

  .Price-stock .mrp del {
      text-decoration: line-through;
      text-decoration-thickness: 1px;
  }

  /* Save text */
  .Price-stock strong {
      font-size: var(--cap-t);
      font-weight: 600;
      color: var(--second-color); /* orange save color */
  }

  /* Mobile tweak */
  @media (max-width: 480px) {
      .Price-stock .price_color {
          font-size: 1.5rem;
      }

      .Price-stock .mrp,
      .Price-stock strong {
          font-size: .8rem;
      }
  }
  .Price-stock .price_color::first-letter {
      margin-right: 2px;
  }
  .instock.availability i{
    color: yellowgreen;
  }
  .instock.availability{
    letter-spacing: 1px;
    font-family: var(--body-font);
    font-size: var(--cap-d);
    font-weight: var(--cap-w-d);
    line-height: var(--cap-l-d);
    
  }
  /* .custmize-Name #add_to_basket_form{
      display: none;
    } */
  .product-content p #write_review{
    background: none;
    font-family: var(--body-font);
    font-size: var(--cap-d);
    font-weight: var(--cap-w-d);
    line-height: var(--cap-l-d);
    text-transform: lowercase;
  }
  .product-imgs{
    padding: 0px 10px;
    margin: 0px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
  }
  #full-product-description ol{
    margin-left: 15px;
  }
  #half-product-description blockquote,#full-product-description blockquote{
    margin: 10px 0px;
  }
  #write_review.btn-cart{
    background: none;
  }
  .product-price:first-of-type .price_color{
    margin:0%
  }
  .instock.availability{
    margin: 0;
  }
  .customize-Name > p{
    margin: 0;
  }
  .customize-Name  p.attr-name{
    margin: 8px 0px;
  }
  .customize-Name small{
    padding-bottom: 8px;
  }
  .customize-Name .del-date{
    display: inherit;
    gap: 3px;
    padding: 8px 0px;
  }
  .customize-Name .del-date .attr-val{
    font-weight: bold;
    color: var(--title-color);
  }

  #write_review{
    padding: 0;
    display: inline;
  }
  .half-description::after{
    opacity: 1;
    content: "";
    background-image: linear-gradient(#0000, var(--body-color));
    position: absolute;
    transition: opacity .2sease -in;
    top: 25%;
    bottom: 15px;
    left: 0;
    right: 0;
  }
  .btn-cart, .btn-buy{
    width: 49%;
  }
  .detail_pdp a{
    display: inline-block;
  }
  .detail_pdp a button{
    width: 100%;
  background: none;
  border: none;
  font-family: inherit;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  transition: all 0.6sease-in-out;
  text-align: center;
  font-size: 0.9rem;
  
  }
  .req_option .form-group{
    margin-top: 20px;
  }
  /* Mobile view */
  @media (max-width: 420px){
    
    .varient-container .varient-title{
    display: flex;
    flex-wrap: wrap;
  }
  .varient-container .varient-title .instock{
    width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .varient-container .varient-title .btn-cart{
    padding: 0.5rem 0.3rem;
  }
  }



  .varient-container {
    width: 100%;
    height: 110px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: transparent;
    padding-right: 10px;
    box-shadow: 2px 2px 10px 5px #b8b8b8;
    border-radius: 10px;
    gap: 5px;
    position: relative;
    
  }
  .varient-container > a:first-child{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
  }
  .varient-container .varient-title{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;

  }
  .varient-container .varient-title .btn-cart{
    transform: none;
  }
  .varient-container .varient-title .instock {
    font-size: var(--cap-m);
    
  }
  
  .varient-container .varient-title .btn-cart span.nav__name{
    display: block;
    font-size: var(--cap-m);
    
  }
  .varient-container .varient-title .varient-sub-title {
    display: flex;
    flex-direction: column;
  }


  .varient-img {
    display: flex;
    height: 100%;
    width: 100px;
    object-fit:cover;
    margin-right: 10px;

  }
  .varient-img img{
    border-radius: 6px 0px 0 6px;
  }
  
  .varient-title .product-price {  
    padding: 0;
    margin: 0;
    font-size: 0.8rem;
    gap: 5px;
    display: inline-flex;
    

  }
  .varient-title .product-price .fas.fa-ban  {
    display: none;
  }
  .varient-title .product-price:has(.fa-ban) + a.btn-cart{
    display: none;
  }

  .varient-title .product-price .available.availability{
    margin: 0;
    white-space: nowrap;
  }
  .btn-cart .nav__name{
    font-size: 0.9rem !important;

  }

  /* Add these new styles before the existing styles */
  .product-gallery {
    position: relative;
  }

  .share-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  }

  .share-icon i {
    font-size: 20px;
    color: #333;
  }

  .social-share-menu {
    position: absolute;
    top: 60px;
    right: 10px;
    background: white;
    border-radius: 8px;
    padding: 10px 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    display: none;
    z-index: 20;
  }

  .social-share-menu.active {
    display: block;
  }

  .social-share-menu a {
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;
    transition: background 0.3s;
    border-radius: 4px;
  }

  .social-share-menu a:hover {
    background: #f5f5f5;
  }

  .social-share-menu i {
    margin-right: 10px;
    font-size: 18px;
  }

  .social-share-menu .whatsapp i {
    color: #25D366;
  }

  .social-share-menu .twitter i {
    color: #1DA1F2;
  }

  .social-share-menu .facebook i {
    color: #4267B2;
  }

  .social-share-menu .copy-link i {
    color: #666;
  }

  .copy-success {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    display: none;
    z-index: 1000;
  }

  .copy-success.show {
    display: block;
  }

  .recommended-products .card-container{
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      gap: 20px;
      margin-top: 20px;
      padding-bottom: 10px;
      scrollbar-width: thin;
      scrollbar-color: #ccc #f5f5f5;
  }
  .recommended-products .card-container::-webkit-scrollbar {
      height: 8px;
  }
  .recommended-products .card-container::-webkit-scrollbar-thumb {
      background: #ccc;
      border-radius: 4px;
  }
  .recommended-products .card-container::-webkit-scrollbar-track {
      background: #f5f5f5;
  }
  .recommended-products .card {
      min-width: 325px;
      max-width: 325px;
      flex: 0 0 325px;
      border-radius: 8px;
      overflow: hidden;
  }
  .recommended-products ul {
      padding: 0;
      margin: 0;
      list-style: none;
  }
  .recommended-products .img-container{
      width: 100%;
      height: 250px;
  }
  .recommended-products .card img{
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .recommended-products .card-content{
      padding: 16px; 
      color: black;
  }
  .recommended-products .card-content h4.truncate {
      font-weight: bold;
      font-size: 1.1rem;
      margin: 0;
      color: #222;
      flex: 1;
      text-align: left;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  
  .recommended-products .card-content{
      background: #fff;
      padding: 16px 16px 8px 16px;
      display: flex;
      flex-direction: column;
      flex: 1;
      justify-content: flex-end;
  }
  .recommended-products .card-content-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
  }
  .recommended-products .product-prices{
      font-size: 20px;
      font-weight: var(--Normal-w-d);
      line-height: var(--Normal-l-d);
      color: blue;
      margin: 0;
      text-align: end;
      white-space: nowrap;
      display: flex;
      justify-content: right;
  }

  .recommended-products{
    margin-left: 10%;
    margin-right: 10%; 
  }

  .sharemenu-title{
    font-weight: 700;
  }



  /* pdp page design by sanjay */

  /* product titile */
  .product-title {
    font-size: 1.1rem;              /* strong but not oversized */
    font-weight: 500;                /* authoritative */
    line-height: 1;
    margin: 0 0 8px 0;
    color: black;
    letter-spacing: -0.3px;          /* modern, tighter feel */
  }

  .premium-badge {
    margin-left: 6px;
    font-size: 1.1rem;
    vertical-align: middle;
    color: #f5b301;                  /* premium gold */
    cursor: help;
  }
  /* sold by */
    .seller-box {
    margin-top: 12px;
  }

  .seller-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--text-color);
  }

  .seller-label {
    font-size: 14px;
    color: #777;
  }

  .seller-name {
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
  }

  .seller-link:hover .seller-name {
    color: var(--primary-color);
  }

  .elite-badge {
    width: 28px;
    height: 28px;
  }

  .attr-line {
    margin-bottom: 6px;
    font-size: 15px;
  }

  .attr-name {
    color: #555;
  }

  .attr-val {
    font-weight: 600;
    margin-left: 4px;
  }

  .policy-section {
    margin-top: 14px;
  }

  .policy-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color:black;
  } 

  /* sold by */
  .seller-box {
    margin-top: 12px;
  }

  .seller-heading {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
  }

  .seller-link {
    font-weight: 600;
    text-decoration: underline;
    color: var(--text-color);
  }

  .seller-link:hover {
    color: var(--primary-color);
  }

  .elite-badge {
    width: 26px;
    height: 26px;
  } 
  /* did you know */
  .promise_text {
    margin-top: 16px;
    padding: 12px 14px;
    background: #efba323d;
    border-left: 4px solid var(--primary-color);
  }

  .promise-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
  }

  .promise-content {
    margin: 0;
    font-size: 0.9rem;
    color: #444;
    line-height: 1.4;
  }

  .promise-content i {
    margin-right: 4px;
  }
  /* Highlights */
  .product-highlights {
    margin-top: 18px;
  }

  .highlights-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: black;
  }

  .half-description,
  .full-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #444;
  }

  .show-hide-btn {
    display: inline-block;
    margin-top: 6px;
    font-size: 0.9rem;
    text-decoration: underline;
    cursor: pointer;
  }

  /* creation_type */
  .attr-name {
    color: black;
  }




  /* promise-title */
  .promise-title {
    color: black;
  }

  /* seller-card sold by */
  .partner-pdp {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;

    background: #fafafa;                /* soft neutral bg */
    border: 1px solid #eee;              /* clean separation */
    border-radius: 12px;

    box-shadow: 0 2px 6px rgba(0,0,0,0.04); /* subtle depth */
    width: fit-content;
  }

  /* Avatar */
  .partner-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
  }

  /* Text container */
  .partner-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  /* "Sold by" */
  .partner-label {
    font-size: 0.75rem;
    color: #777;
    letter-spacing: 0.2px;
  }

  /* Name + badge row */
  .partner-name-row {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  /* Seller name */
  .partner-name {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-color);
    text-decoration: underline;
    transition: color 0.15s ease;
  }

  .partner-name:hover {
    color: var(--primary-color);
  }

  /* Elite badge */
  .elite-badge {
    width: 16px;
    height: 16px;
  }

  /* Subtle hover lift (desktop only) */
  @media (hover: hover) {
    .partner-pdp:hover {
      box-shadow: 0 4px 10px rgba(0,0,0,0.06);
      transform: translateY(-1px);
    }
  }
  /* sold by mobile view */
  @media (max-width: 480px) {
    .partner-pdp {
      padding: 8px 10px;
      gap: 8px;
    }

    .partner-avatar {
      width: 36px;
      height: 36px;
    }

    .partner-name {
      font-size: 0.9rem;
    }

    .elite-badge {
      width: 14px;
      height: 14px;
    }
  }

  /* write a review link */
  .review-header {
    display: flex;
    align-items: center;
    gap: 10px;                 /* keeps title + write-review close */
  }

  /* Title */
  .review-header h2 {
    margin: 0;
  }

  /* Actions next to title */
  .review-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  /* Write review */
  .write-review-link {
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: underline;
    color: var(--primary-color);
    white-space: nowrap;
  }

  /* See all reviews pushed slightly right */
  .see-all-reviews {
    font-size: 0.85rem;
    text-decoration: underline;
    white-space: nowrap;
    margin-left: 6px;
  }
  @media (max-width: 480px) {
    .review-header {
      flex-wrap: wrap;
      row-gap: 6px;
    }

    .review-header-actions {
      gap: 8px;
    }

    .write-review-link,
    .see-all-reviews {
      font-size: 1rem;
    }
  }

  /* date highlights */
  .attr-val{
    font-weight: bold;
    color: var(--title-color);
  }


  /* breadcrumbs */

  .breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;

    margin: 0 0 18px 0;
    padding: 0;                 /*  no container padding */
    background: none;           /*  no background */
    box-shadow: none;           /*  no shadow */
    border-radius: 0;           /*  no pill */

    font-size: 0.75rem;
    color: #666;
    gap: 6px;

    list-style: none;
    scrollbar-width: none;
  }
  
  .breadcrumb-item:last-child {
    display: none;
  }
  .breadcrumb::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar (Chrome/Safari) */
  .breadcrumb::-webkit-scrollbar {
    display: none;
  }
  .breadcrumb {
    list-style: none;
  }

  .breadcrumb-item {
    flex-shrink: 0; /* prevents squeezing */
  }
  .breadcrumb::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
    pointer-events: none;
  }
  @media (max-width: 480px) {
    .breadcrumb {
      flex-wrap: wrap;
      white-space: normal;
      overflow-x: visible;
      font-size: 0.7rem;
      gap: 4px;
    }

    /* hide last breadcrumb item (product name) */
    .breadcrumb-item:last-child {
      display: none;
    }
  }

  .breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: #999;
    padding: 0 4px;
  }

  .breadcrumb a {
    color: #333;
    font-weight: 500;
    text-decoration: none;
  }

  .breadcrumb a:hover {
    text-decoration: underline;
  }

  .breadcrumb-item.active {
    color: #777;
    font-weight: 600;
  }
  @media (max-width: 480px) {
    .breadcrumb {
      font-size: 0.7rem;
      padding: 3px 8px;
    }
  }
