@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif !important;
}

.head {
  text-align: center;
}

.head h4 {
  font-weight: 600;
  font-size: 26px;
}

.email-input,
.password-input {
  background-color: #1414140f;
  width: 100%;
  border: none;
  padding: 10px;
  border-radius: 4px;
}

.checkbox-wrapper {
  align-self: center;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #333;
}

.checkbox-wrapper input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 2px solid #888;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.signin-btn {
  width: 100%;
  background-color: #141414;
  border: none;
  padding: 10px 0px;
  margin-top: 25px;
  border-radius: 5px;
  color: #ffffff;
}

.or-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 45px 0;
}

.or-divider::before,
.or-divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ccc;
  margin: 0 10px;
}

.or-divider span {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.social-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 20px 0;
}

.social-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 30px;
  border: 1px solid #ccc;
  background-color: white;
  border-radius: 4px;
  cursor: pointer;
  transition: box-shadow 0.2s;
  font-size: 16px;
}

.social-btn img {
  width: 20px;
  height: 20px;
}

.account-text {
  font-size: 16px;
  color: #777;
  text-align: center;
}

.create-link {
  color: #000;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px solid #777;
  margin-left: 5px;
  transition: color 0.3s, border-color 0.3s;
}

.create-link:hover {
  color: #007bff;
  border-color: #007bff;
}

.signin-img img {
  background-size: cover;
  width: 100%;
  height: 100%;
}

/* .custom-modal-width {
  width: 98vw;
  max-width: 98vw;
} */

@media (min-width: 991px) {
  .custom-modal-width {
    width: 90vw;
    max-width: 850px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .custom-modal-width {
    width: 90vw;
    max-width: 700px !important;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .custom-modal-width {
    width: 90vw;
    max-width: 480px !important;
  }
}

@media (max-width: 768px) {
  .signin-img {
    display: none;
  }
}

@media (max-width: 375px) {
  .social-btn {
    padding: 10px 15px;
  }
  .checkbox-wrapper {
    font-size: 13px;
  }
  .forgot-password {
    font-size: 13px;
  }
}

/* news letter model */
.signup-popup {
  background: white;
  border-radius: 10px;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 26px;
  background: none;
  border: none;
  cursor: pointer;
}

.signup-popup h1 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.signup-popup p {
  font-size: 15px;
  color: #14141499;
  text-align: center;
  margin-bottom: 25px;
}

.signup-popup label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
}

.email-input-wrapper {
  display: flex;
  align-items: center;
  background: #f2f2f2;
  border-radius: 6px;
  overflow: hidden;
}

.email-input-wrapper input {
  flex: 1;
  border: none;
  padding: 12px 14px;
  background: transparent;
  outline: none;
  font-size: 14px;
}

.submit-btn {
  background: #000;
  border-radius: 4px;
  margin: 5px;
  color: #fff;
  border: none;
  padding: 9px 12px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s ease;
}

/* forgot password */
.space input[type="email"] {
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 1rem;
  border: none;
  border-radius: 6px;
  background-color: #eee;
  font-size: 1rem;
}

.space button[type="submit"] {
  width: 100%;
  padding: 0.75rem;
  background-color: #111;
  color: #fff;
  font-size: 1rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.space {
  padding: 40px;
}

@media (max-width: 576px) {
  .space {
    padding: 30px;
  }
}

/* verify otp */
.modal-box p {
  margin-bottom: 1rem;
  color: #555;
  font-size: 0.95rem;
}

.modal-box a {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}

.otp-inputs {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-bottom: 40px;
}

.otp-inputs input {
  width: 45px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #f1f1f1;
  outline: none;
}

.otp-inputs input:focus {
  border-color: #333;
  background-color: #fff;
}

.verify-btn {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  width: 100%;
  margin-bottom: 30px;
}

.verify-btn:hover {
  background-color: #333;
}

.resend-text {
  font-size: 0.9rem;
  color: #555;
  text-align: center;
}

.resend-text a {
  font-weight: 500;
  color: #141414;
  text-decoration: underline;
}

.verify-otp {
  padding: 40px;
}

@media (max-width: 375px) {
  .otp-inputs input {
    width: 35px;
    height: 40px;
  }
}

@media (max-width: 576px) {
  .verify-otp {
    padding: 30px;
  }
}

/* reset password */
.subtext {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 2rem;
}

.reset-form {
  text-align: left;
}

.reset-form label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.9rem;
  font-weight: 500;
}

.input-wrapper {
  position: relative;
  margin-bottom: 1.2rem;
}

.input-wrapper input {
  width: 100%;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  border: none;
  border-radius: 4px;
  background-color: #f0f0f0;
  font-size: 14px;
}

.reset-btn {
  width: 100%;
  padding: 0.8rem;
  margin-top: 20px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.input-wrapper img {
  position: absolute;
  top: 37%;
  right: 1rem;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

.input-wrapper img:hover {
  opacity: 1;
}

/* create account  */
.create-acc input[type="text"],
.create-acc input[type="tel"] {
  width: 100%;
  padding: 12px;
  font-size: 14px;
  background-color: #f2f2f2;
  border: none;
  border-radius: 4px;
  outline: none;
}

.phone-input {
  display: flex;
  background-color: #f2f2f2;
  border-radius: 4px;
  overflow: hidden;
}

.country-code {
  padding: 0 10px;
  border: none;
  background-color: #f2f2f2;
  font-size: 14px;
  outline: none;
  appearance: none;
}

.mobile-number {
  flex: 1;
  padding: 12px;
  border: none;
  background-color: transparent;
  font-size: 14px;
  outline: none;
}

/* oversize css */
.toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
}

.filter-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 45px;
  background-color: transparent;
  border: 1px solid #14141433;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.filter-btn img {
  width: 16px;
  height: 16px;
}

.results-text {
  font-size: 16px;
  color: #141414;
  flex: 1;
  text-align: center;
}

.sort-select {
  width: 100%;
  padding: 10px 100px 10px 15px;
  border: 1px solid #14141433;
  border-radius: 4px;
  font-size: 16px;
}

.sort-select:focus-visible {
  outline: none;
}
.sort-select {
  appearance: none;
  background-image: url(../image/OversizeProduct/arrow.png);
  background-repeat: no-repeat;
  background-position: right 1rem top 50%;
  background-size: 0.8rem auto;
}

@media (max-width: 600px) {
  .toolbar {
    align-items: stretch;
    text-align: center;
  }

  .results-text {
    text-align: center;
  }
}

.product-card {
  /* width: 100%;
  max-width: 315px; */
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  text-align: center;
}

.product-image {
  width: 100%;
  display: block;
  height: 400px;
  object-fit: cover;
}

.rating {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 5px 10px;
  background: #ffffff;
  border-radius: 2px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.rating img {
  width: 18px;
}

.product-details {
  padding: 15px;
}

.product-details h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #141414;
}

.price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

.new-price {
  color: #141414;
  font-weight: 600;
}

.old-price {
  color: #14141499;
  font-weight: 600;
  text-decoration: line-through;
}

.discount {
  color: #0c6c44;
  font-weight: 600;
}

/* filter offcanvas css */
.gender-filter {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
}

.custom-checkbox input {
  display: none;
}

.checkmark {
  height: 18px;
  width: 18px;
  border: 2px solid #888;
  border-radius: 2px;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  box-sizing: border-box;
}

.custom-checkbox input:checked + .checkmark {
  background-color: #111;
  border-color: #111;
}

.custom-checkbox input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@media (max-width: 600px) {
  .custom-checkbox {
    font-size: 14px;
  }
}

.custom-set .accordion-button:not(.collapsed) {
  background: transparent;
  color: #141414;
}

.custom-set .accordion-button:focus {
  box-shadow: none;
}

.button-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 20px;
}

.cancel-btn {
  background-color: white;
  width: 100%;
  padding: 10px 30px;
  color: black;
  border: none;
  border-radius: 4px;
  border: 1px solid #1414144D;
}

.apply-btn {
  background-color: #121212;
  width: 100%;
  padding: 10px 30px;
  color: white;
  border: none;
  border-radius: 4px;
}

.slider-container {
  position: relative;
}

.values {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 500;
}

.slider {
  position: relative;
  height: 5px;
  background: #bbb;
  border-radius: 5px;
}

.slider-track {
  position: absolute;
  height: 100%;
  background: #111;
  border-radius: 5px;
}

input[type=range] {
  position: absolute;
  width: 100%;
  top: -7px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
}

input[type=range]::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #111;
  cursor: pointer;
  pointer-events: auto;
  -webkit-appearance: none;
}

input[type=range]::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #111;
  cursor: pointer;
  pointer-events: auto;
}

/* product details */
.gallery img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 2px;
  transition: transform 0.3s ease;
}

.gallery .col-6 {
  padding: 8px;
}

.pro-head {
  color: #141414;
  font-weight: 600;
  font-size: 22px;
}

.text {
  font-weight: 400;
  color: #141414;
}

.pro-price {
  font-weight: 600;
  font-size: 20px;
}

.pro-dt {
  font-weight: 400;
  color: #14141499;
}

.product-rating {
  font-weight: 500;
}

.product-review {
  margin-left: 10px;
  color: #14141499;
}

.addtobag {
  background-color: #141414;
  color: #ffffff;
  padding: 10px 0px;
  border: none;
  border-radius: 4px;
}

.notify {
  background-color: #141414;
  color: #ffffff;
  padding: 10px 0px;
  border: none;
  border-radius: 4px;

}
.minus {
  padding: 0px 10px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 20px;
  color: #14141433;
  background: transparent;
  border: 1px solid #1414144D;
}

.plus {
  padding: 0px 10px;
  border-radius: 4px;
  font-weight: 600;
  margin-right: 10px;
  font-weight: 600;
  font-size: 20px;
  color: #14141433;
  border: 1px solid #1414144D;
  background-color: transparent;
}

.stock {
  color: #0c6c44;
  background-color: #ecf3e5;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 14px;
}

.outofstock {
  color: #FF0000;
  background-color: #F3E5E5;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 14px;
}

.original-price {
  text-decoration: line-through;
  color: #14141499;
  margin-left: 5px;
  font-weight: 500;
}

.product-discount {
  color: #0c6c44;
  margin-left: 10px;
  font-weight: 500;
}

.color-box {
  width: 24px;
  height: 24px;
  border-radius: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(0, 0, 0, 0.2);
  color: #141414;
  overflow: hidden;
  /* border: 2px solid #141414; */
}

.color-box:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.color-box.selected {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #141414;
  /* border: 2px solid #141414; */
}

.color-box.disabled{
  position: relative;
}

.color_line {
  position: absolute;
  top: 50%;
  left: -26%;
  transform: translateY(-50%) rotate(136deg);
  height: 1px;
  width: 150%;
  background-color: #000;
}

.size-btn {
  border: 1px solid #aaa;
  padding: 4px 20px;
  margin: 5px;
  border-radius: 2px;
  background-color: white;
  width: 70px;
  overflow: hidden;
}

.size-btn.active {
  border: 1px solid #141414;
}

.size-btn.disabled {
  color: #aaa;
  pointer-events: none;
  position: relative;
}

.size_line {
  position: absolute;
  top: 50%;
  left: -10%;
  transform: translateY(-50%) rotate(155deg);
  height: 1px;
  width: 120%;
  background-color: #000;
}

.offers-box {
  padding: 15px;
  border-radius: 8px;
  box-shadow: -4px 4px 14px 0px #0000000F;
  padding: 20px;
}

.offers-box li {
  padding-bottom: 10px;
}

.pincode-input {
  width: 100%;
  padding: 10px 20px;
  background-color: #1414140f;
  border-radius: 4px;
  border: none;
}

.pincode {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #141414;
  font-weight: 500;
}
.pincode:hover {
  color: #141414;
}

.pincode-input:focus-visible {
  outline: none;
}

.delivery,
.return,
.worldwide {
  background-color: #1414141a;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 22px;
  color: #141414;
  font-weight: 500;
}

.product-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.product-img {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  object-fit: cover;
}

.product-title {
  font-size: 20px;
}

.share-url {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  background: #f1f1f1;
}

.share-url input {
  flex: 1;
  padding: 10px;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  background-color: unset;
}

.share-url input:focus-visible {
  outline: none;
}

.social-icons {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 10px;
}

.social-icons img {
  width: 30px;
  margin-bottom: 10px;
}

.social-icons div {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  color: #333;
}

@media (max-width: 480px) {
  .product-info {
    flex-direction: column;
    text-align: center;
  }

  .product-img {
    width: 100px;
    height: 100px;
  }

  .product-title {
    font-size: 18px;
  }

  .share-url input {
    font-size: 12px;
  }

  .social-icons {
    gap: 15px;
  }
}

.minus.active,
.plus.active {
  /* background-color: #141414; */
  color: #141414;
  border-color: #141414;
}
.accordion-button:not(.collapsed)::after{
  background-image: var(--bs-accordion-btn-icon);
}
