.hero-seller {
  padding: 46px 0px 64px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.hero-seller-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-seller-left svg {
  margin-top: 228px;
}
/* hero-seller-center */
.center-image figure {
  width: 100%;
  aspect-ratio: 1/1;
  /* display: block; */
}
.slider-wrapper {
  display: none;
}
.center-image figure.normal-figure {
  display: block;
}
.center-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* display: block; */
}
.trusted-images {
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
}
.hero-seller-right {
  padding-left: 90px;
}
.hero-heading {
  display: flex;
  justify-content: space-between;
}
.hero-heading p {
  font-size: 24px;
  font-weight: 500;
}
.rating-of-product {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 23px;
}
.hero-seller-right h3 {
  padding-bottom: 32px;
}
.about-product p {
  padding-bottom: 24px;
}
.use-info {
  border-top: 1px solid #d9d9d9;
}
.use-info p {
  padding-top: 24px;
}
.size-selection {
  margin-top: 24px;
  border-top: 1px solid #d9d9d9;
}
.size-selection h4 {
  padding: 24px 0px 24px;
}

.box-options {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding-top: 36px;
  flex-wrap: wrap;
  cursor: pointer;
}

.boxes {
  border: 1px solid #ccc;
  padding: 16px 17px;
  position: relative;
  border-radius: 8px;
  background-color: white;
}

.boxes .label {
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f26178;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  text-transform: uppercase;
}

.quantity {
  font-size: 20px;
  padding-bottom: 8px;
}

.price {
  font-size: 14px;
  padding-bottom: 8px;
  color: #333;
}

.note {
  position: absolute;
  bottom: -22px;
  font-size: 12px;
  color: #555;
}

.active-color {
  background-color: #f1e4b2;
  border-color: #f26178;
}
.other-options {
  border-top: 1px solid #d9d9d9;
  margin-top: 32px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.personalized {
  margin-top: 24px;
  display: flex;
  padding: 24px 16px;
  gap: 214px;
  border: 1px solid #ccc;
}

.personalized p {
  /* padding-right: 9px; */
  padding-bottom: 16px;
}
.personalized select {
  font-size: 16px;
  padding: 4px 8px;
  height: 32px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.special-occasion,
.personalized-greeting {
  display: flex;
  flex-direction: column;
}
.personalized input[type="checkbox"] {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 8px;
  accent-color: #a0e2ba;
}
.hero-seller-right button {
  cursor: pointer;
  width: 530px;
  margin-top: 32px;
  font-size: 14px;
  font-weight: 600;
  padding: 24px 0px;
  background-color: #f26178;
  color: white;
  border: none;
  text-transform: uppercase;
}
.about-claims {
  background-color: #f5f5f5;
  padding: 56px 0px 37px;
}
.heading {
  display: flex;
  gap: 40px;
  padding-bottom: 32px;
  width: 100%;
}

.heading ~ p {
  padding-bottom: 22px;
}
/* review */
.user-reviews {
  border-top: 1px solid #d9d9d9;
}
.user-reviews h2 {
  padding: 64px 0px 32px;
}
.review-info {
  padding-bottom: 32px;
}
.review-figures {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}
.review-rating {
  display: flex;
  gap: 8px;
}
.review-rating p {
  padding-left: 8px;
}
.review-btn {
  max-width: 234px;
  width: 100%;
  background-color: #f26178;
  border: none;
  padding: 24px 32px;
  color: white;
  font-weight: 600;
}
.ratings {
  border-top: 1px solid #d9d9d9;
  flex-wrap: wrap;
  gap: 62px;
  padding: 40px 0px;
}
.rating-stars {
  display: flex;
  gap: 9px;
}
.mobile-date {
  display: none;
}
.mobile-names {
  display: none;
}
.rating-info {
  padding-top: 48px;
  width: 100%;
}
.rating-info p:first-child {
  font-weight: 500;
  padding-bottom: 16px;
}
.rating-date {
  font-weight: 500;
}
.about-rating p {
  padding-top: 31px;
}
.about-rating {
  max-width: 750px;
}

.rating-date {
  margin-left: auto;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0px 62px;
  border-top: 1px solid #d9d9d9;
}

.page-numbers button,
.prev,
.next {
  padding: 6px 12px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.page-numbers button.active {
  background-color: transparent;
  color: black;
  text-decoration: underline;
}
.hidePagination {
  display: none;
}
/* Model PopUp */
.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.hidden-greeting-info {
  display: none;
}

.greeting-card-content {
  background: #fff;
  border-radius: 8px;
  padding: 40px 110px 39px;
  /* width: 80%;
  max-width: 1000px; */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  position: relative;
}

.greeting-card-content h2 {
  text-align: center;
  font-size: 34px;
  /* margin-bottom: 32px; */
  font-weight: 600;
  padding: 0px 0px 64px;
}

.modal-popup {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.greeting-card {
  flex: 1;
}

.personalized-greeting-card {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ccc;
  padding: 24px;
  margin-bottom: 32px;
}

.personalized-greeting {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.personalized-greeting-card p {
  margin: 0;
  font-size: 14px;
}

.personalized-greeting-card select {
  font-size: 14px;
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 180px;
}

.greedting-card-names {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}

.greedting-card-names input {
  flex: 1;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}

.greeting-card-info textarea {
  width: 100%;
  height: 150px;
  padding: 12px;
  border: 1px solid #ccc;
  resize: none;
  font-size: 14px;
  border-radius: 4px;
}

.greeting-card-images {
  width: 260px;
  border: 1px solid #eee;
  padding: 16px;
  background: #f9f9f9;
}

.greeting-card-images img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 6px;
}

.add-more.build-btn {
  display: block;
  margin: 40px auto 0;
  padding: 14px 36px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #f05475;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 24px;
  font-size: 1.8rem;
  background: none;
  border: none;
  cursor: pointer;
}
/* cart */
.cart {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 35%;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  transition: transform 0.3s ease;
}

.hidden {
  display: none;
}

.cart-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}

/* Header */
.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  /* margin-bottom: 16px; */
}
.cart-header h2 {
  padding: 12px 0px 30px;
}
.cart-close {
  cursor: pointer;
}

/* Progress Bar */
.progress-bar {
  padding-top: 24px;
  margin-bottom: 16px;
}

.progress-bar-container {
  width: 100%;
  height: 6px;
  background-color: #eee;
  border-radius: 3px;
  overflow: hidden;
}

.progress-bar-fill {
  height: 100%;
  width: 40%;
  background-color: #1ecad3;
  border-radius: 3px;
}

.progress-text {
  text-align: center;
  font-size: 14px;
  margin-top: 8px;
}

/* Cart Items */
.cart-body {
  flex: 1;
  overflow-y: auto;
}

.cart-items {
  display: flex;
  gap: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 16px 0;
  flex-wrap: wrap;
}

.cart-item-image img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.cart-item-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
}

.item-btn {
  display: flex;
  /* gap: 10px; */
  align-items: center;
}
.item-quantity{
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  width: 24px;
  height: 24px;
  text-align: center;

}
.item-btn button {
  width: 24px;
  height: 24px;
  border: 1px solid black;
  background-color: transparent;
  cursor: pointer;
  font-weight: bold;
}

.item-handle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

/* Recommendation */
.recommendation-card {
  margin-top: 24px;
  padding: 16px;
  border: 1px solid #eee;
  border-radius: 8px;
}

.recommendation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.recommendation-arrows button {
  background: none;
  border: none;
  cursor: pointer;
}

.recommendation-info {
  display: flex;
  /* gap: 16px; */
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 10px;
  align-items: flex-end;
}

.recommendation-btn {
  /* width: 100%; */
  padding: 16px 24px;
  background-color: #f26178;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;
}

/* Cart End */
.cart-end {
  padding-top: 16px;
  border-top: 1px solid #ddd;
}

.sub-total {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 16px;
}

.cart-note {
  font-size: 12px;
  margin: 10px 0;
  color: #555;
}

.checkout {
  width: 100%;
  padding: 12px;
  background-color: #f26178;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 8px;
}

.cart-end p:last-child {
  text-align: center;
  font-size: 14px;
  color: black;
  cursor: pointer;
}
.recommendation-info p{
  font-size: 12px;
  padding-bottom: 8px;
}
.recommendation-card-options select{
  width: 100%;
  outline: none;
  border-color: #D9D9D9;
  padding: 10px 8px 10px 16px;
}
.recommendation-card-btn{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
}
/* media Query */
@media (max-width: 600px) {
  .hero-seller {
    padding: 0;
    display: block;
  }
  .hero-seller-left {
    display: none;
  }
  .trusted-images {
    display: none;
  }
  .slider-wrapper {
    display: block;
  }

  .center-image figure.normal-figure {
    display: none;
  }
  .swiper-pagination {
    display: block !important;
    text-align: center;
    position: absolute;
  }

  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
  }

  .swiper-pagination-bullet-active {
    background-color: black;
  }
  .hero-seller-right {
    padding: 23px 0px 0px;
  }
  .rating-of-product {
    padding-bottom: 15px;
  }
  .hero-heading h3,
  .hero-heading p {
    font-size: 20px;
    padding-bottom: 24px;
  }
  .about-product p,
  .use-info p,
  .size-selection h4 {
    font-size: 12px;
  }
  .size-selection h4 {
    padding: 24px 0px 16px;
  }
  .box-options {
    align-items: center;
    justify-content: center;
    gap: 18px 20px;
  }
  .personalized {
    max-width: 343px;
    padding: 16px;
    gap: 56px;
  }
  .personalized p {
    font-size: 13px;
  }
  .hero-seller-right button {
    width: 100%;
    padding: 16px 20.5px;
    margin-bottom: 16px;
  }
  .about-claims {
    padding: 12px 0px 0px;
  }
  .heading {
    font-size: 14px;
    overflow-x: scroll;
    white-space: nowrap;
    gap: 24px;
    padding-bottom: 24px;
    width: 100%;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
  }
  .heading::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }
  .heading ~ p {
    font-size: 12px;
    flex: 0 0 auto;
    padding-bottom: 20px;
  }
  .user-reviews h2 {
    font-size: 24px;
    padding: 48px 0px 24px;
    margin-bottom: 0;
  }
  .review-btn {
    font-size: 12px;
    background-color: transparent;
    color: black;
    padding: 0;
    text-decoration: underline;
    text-align: end;
  }
  .review-figures {
    align-items: center;
  }
  .review-rating p {
    padding-left: 0;
  }
  .review-info {
    padding-bottom: 24px;
  }
  .rating-date {
    display: none;
  }
  .rating-info {
    display: none;
  }
  .mobile-names {
    display: flex;
    justify-content: space-between;
  }
  .mobile-names p:first-child {
    font-weight: 600;
  }
  .mobile-names p {
    padding-top: 23px;
  }
  .mobile-date {
    display: block;
  }
  .ratings {
    gap: 0;
  }
  .mobile-date {
    font-size: 12px;
    margin-left: 120px;
  }
  .about-rating h3 {
    font-size: 20px;
    padding-top: 32px;
  }
  .about-rating p {
    font-size: 12px;
    padding-top: 16px;
  }

  /* model popup */
  .modal-popup {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .greeting-card {
    width: 100%;
  }
  .greeting-card-content {
    padding: 16px;
    min-width: 343px;
    height: 825px;
  }
  .greeting-card-content h2 {
    font-size: 24px;
    padding: 32px 0px 40px;
  }
  .personalized-greeting-card {
    gap: 16px;
    width: 100%;
    padding: 16px;
    margin-bottom: 10px;
  }

  .personalized-greeting {
    width: 100%;
  }
  .greedting-card-names {
    flex-direction: column;
    gap: 16px;
  }

  .greedting-card-names input {
    width: 100%;
  }

  .greeting-card-info textarea {
    width: 100%;
    height: 120px;
  }

  .greeting-card-images {
    width: 100%;
    padding: 0;
    border: none;
    background: none;
  }

  .greeting-card-images img {
    width: 100%;
    border-radius: 8px;
  }

  .add-more.build-btn {
    width: 100%;
    padding: 14px;
  }

  .modal-close {
    top: 12px;
    right: 12px;
  }
  .cart {
    width: 100%;
  }
  .recommendation p {
    font-size: 12px;
    padding-right: 175px;
    /* width: 89px; */
  }
  .recommendation-info p {
    font-size: 12px;
  }
  .recommendation-btn {
    font-size: 10px;
  }
}
@media (min-width: 765px) and (max-width: 900px) {
  .hero-seller {
    padding: 0;
    display: block;
  }
  .hero-seller-left {
    display: none;
  }
  .trusted-images {
    display: none;
  }
  .hero-seller-right {
    padding: 40px 0px;
  }
  .box-options {
    justify-content: center;
  }
  .personalized {
    width: 622px;
  }
  .other-options {
    justify-content: center;
  }
  .hero-seller-right button {
    width: 100%;
  }
}
@media (min-width: 901px) and (max-width: 1024px) {
  .hero-seller {
    padding: 0;
    display: block;
  }
  .hero-seller-left {
    display: none;
  }
  .trusted-images {
    display: none;
  }
  .hero-seller-right {
    padding: 50px 0px;
  }
  .box-options {
    justify-content: center;
  }
  .personalized {
    width: 622px;
  }
  .other-options {
    justify-content: center;
  }
  .hero-seller-right button {
    width: 100%;
  }
}
