.details {
  color: white;
  margin-bottom: 64px;
  margin-top: 84px;
}
@media (max-width: 768px) {
  .details {
    padding: 16px 16px 32px 16px;
  }
}
@media (max-width: 767px) {
  .details {
    margin-top: 0px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.details .slider {
  flex: 1;
  position: relative;
  font-size: 10px;
  line-height: 14px;
}
.details .range-flex {
  display: flex;
  gap: 16px;
  align-items: center;
}
.details .ui-slider-horizontal {
  height: 0px;
  Background-color: rgb(173, 181, 189);
}
.details #slider {
  margin-top: 24px;
  margin-left: 12px;
  margin-right: 30px;
}
.details .end {
  position: absolute;
  right: 0px;
  top: 18px;
  color: rgb(173, 181, 189);
}
.details .start {
  position: absolute;
  left: -8px;
  top: 18px;
  color: rgb(173, 181, 189);
}
.details .ui-slider-horizontal .ui-slider-handle {
  top: -6px;
}
.details .ui-corner-all {
  border-radius: 24px;
  Background-color: rgb(173, 181, 189);
}
.details .tick-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.details .ticks {
  justify-content: space-between;
  display: flex;
  margin-top: -6px;
  margin-left: 20px;
  margin-right: 80px;
}
.details .ticks .tick {
  width: 2px;
  height: 10px;
  background: rgb(173, 181, 189);
  display: inline-block;
}
.details .labels {
  font-size: 10px;
  line-height: 14px;
  padding-top: 6px;
  color: rgb(173, 181, 189);
}
.details .flex {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .details .flex {
    flex-direction: column;
  }
}
.details h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  border-bottom: 1px solid rgb(73, 80, 87);
  padding-bottom: 16px;
  font-family: manrope;
}
.details h1 span {
  color: rgb(173, 181, 189);
  text-decoration: line-through;
  padding-left: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .details h1 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
  }
}
.details .main-heading {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  padding-top: 16px;
  padding-bottom: 16px;
}
.details .main-heading span {
  font-weight: 400;
  color: rgb(228, 233, 239);
  padding-left: 8px;
  font-size: 12px;
}
.details .variants {
  display: flex;
  flex-wrap: wrap;
}
.details .variant {
  position: relative;
  margin-right: 50px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.details .variant input {
  opacity: 0;
  height: 0;
  width: 0;
  cursor: pointer;
}
.details .variant .color-checkmark {
  height: 36px;
  width: 36px;
  border: 1px solid rgb(73, 80, 87);
  border-radius: 50%;
  position: absolute;
  transition: all 0.4s ease-in-out;
}
.details .variant .color-checkmark:hover {
  border: 1px solid white;
}
.details .variant .color-checkmark:after {
  content: " ";
  display: none;
  position: absolute;
}
.details .variant input:checked ~ .color-checkmark {
  border-color: white;
}
.details .variant input:checked ~ .color-checkmark:after {
  display: block;
}
.details .variant .color-checkmark:after {
  left: 11px;
  top: 5px;
  width: 9px;
  height: 19px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.details .sizes {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .details .sizes {
    gap: 8px;
    flex-wrap: wrap;
  }
}
.details .sizes .size {
  border: 1px solid rgb(73, 80, 87);
  background-color: var(--grey-black);
  border-radius: 50px;
  min-width: 42px;
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.details .sizes .size:hover {
  border: 1px solid white;
}
.details .ruler {
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-top: 18px;
  margin-bottom: 18px;
  color: rgb(251, 253, 255);
}
.details .ruler:hover {
  text-decoration: underline;
}
.details .quantity-header {
  display: flex;
  gap: 4px;
  align-items: center;
}
.details .quantity {
  border: 1px solid rgb(73, 80, 87);
  border-radius: 24px;
  background-color: var(--grey-black);
  padding: 8px 12px;
  max-width: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: all 0.4s ease-in-out;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .details .quantity {
    margin-bottom: 16px;
  }
}
.details .quantity:hover {
  border: 1px solid white;
}
.details .feild-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
}
@media (max-width: 767px) {
  .details .feild-title {
    display: none;
  }
}
.details .feild-title label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.details .feild-title label span {
  color: rgb(228, 233, 239);
  font-weight: 400;
}
.details .feild-title input {
  padding: 14px 50px 14px 12px;
  border: 1px solid rgb(73, 80, 87);
  border-radius: 24px;
  background-color: var(--grey-black);
  font-size: 14px;
  line-height: 20px;
  color: rgb(173, 181, 189);
  max-width: 341px;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.details .feild-title input:hover {
  border: 1px solid white;
}
.details .char-count {
  font-size: 14px;
  line-height: 20px;
  color: rgb(173, 181, 189);
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.details .add-price {
  font-size: 12px;
  line-height: 16px;
  display: flex;
  justify-content: end;
}
@media (max-width: 767px) {
  .details .add-price {
    display: none;
  }
}
.details .add-price span {
  font-weight: 600;
}
@media (max-width: 767px) {
  .details .hide {
    display: none;
  }
}
.details .divider {
  border: 1px solid rgb(73, 80, 87);
  margin-bottom: 16px;
  margin-top: 16px;
}
.details .shipping {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  margin-top: 16px;
  color: rgb(228, 233, 239);
}
@media (max-width: 767px) {
  .details .shipping {
    flex-direction: column;
    align-items: flex-start;
  }
}
.details .shipping span {
  font-weight: 600;
}
.details .ship-adjust {
  display: flex;
  gap: 4px;
  align-items: center;
}
.details .border {
  border-bottom: 1px solid transparent;
}
.details .border:hover {
  border-color: white;
}
.details .description {
  font-size: 14px;
  line-height: 20px;
  color: rgb(228, 233, 239);
}
.details .description h2 {
  font-size: 14px;
  line-height: 20px;
  color: rgb(228, 233, 239);
}
.details .description ul {
  margin-left: 40px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.details .tab {
  display: flex;
  margin-top: 16px;
}
.details .tab li {
  list-style-type: none;
}
.details .tab li a {
  color: rgb(173, 181, 189);
  font-size: 14px;
  line-height: 20px;
  padding: 6px 18px;
}
@media (max-width: 767px) {
  .details .tab li a {
    font-size: 12px;
  }
}
.details .tab li a:hover {
  border-bottom: 2px solid rgb(173, 181, 189);
}
.details .tab li a:active {
  color: rgb(251, 253, 255);
  border-bottom: 3px solid rgb(251, 253, 255);
  font-weight: 600;
}
.details .tab-heading {
  border-bottom: 1px solid rgb(173, 181, 189);
  padding-bottom: 3px;
  margin-bottom: 24px;
}
.details .scroll {
  overflow-y: auto;
  max-height: 150px;
  margin-right: 16px;
}
.details .scroll::-webkit-scrollbar {
  width: 8px;
}
.details .scroll::-webkit-scrollbar-thumb {
  background-color: rgb(173, 181, 189);
  border-radius: 4px;
}
.details .scroll::-webkit-scrollbar-track {
  background-color: rgb(73, 80, 87);
  border-radius: 8px;
  margin-left: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.details .img-container {
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  padding: 24px;
  position: relative;
}
.details .img-container img {
  aspect-ratio: 1;
  object-fit: contain;
  max-width: 100%;
}
.details .small-img {
  padding: 8px;
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .details .small-img {
    width: 56px;
  }
}
.details .small-img img {
  aspect-ratio: 1;
  object-fit: contain;
}
@media (max-width: 767px) {
  .details .small-img img {
    max-width: 100%;
  }
}
.details .shirt-flex {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .details .shirt-flex {
    flex-direction: column-reverse;
  }
}
.details .flex-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767px) {
  .details .flex-column {
    flex-direction: row;
    justify-content: center;
    gap: 15px;
  }
}
.details .tag {
  font-size: 14px;
  line-height: 20px;
  border-radius: 2px;
  padding: 2px 4px;
  position: absolute;
  top: 16px;
  right: 16px;
}
.details .save-tag {
  background-color: var(--light-blue);
  color: white;
  border: 1px solid white;
}
.details .related-products {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 34px;
  margin-bottom: 34px;
}
.details .related-products h2 {
  font-size: 20px;
  line-height: 28px;
}
.details .breadcrumbs .home {
  display: flex;
  align-items: center;
}
.details .breadcrumbs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.details .breadcrumbs li {
  list-style-type: none;
}
.details .breadcrumbs li a {
  font-size: 14px;
  line-height: 20px;
  color: white;
  padding: 16px 0px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .details .breadcrumbs li a {
    padding: 0px;
  }
}
.details .breadcrumbs li a:hover {
  text-decoration: underline;
}
.details .breadcrumbs .breadcrumbs-item {
  color: rgb(105, 171, 228);
  font-weight: 600;
}
.details .breadcrumbs .breadcrumbs-item:hover {
  text-decoration: none;
}

.content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 1024px) {
  .content {
    gap: 22px;
  }
}
@media (max-width: 768px) {
  .content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .content {
    grid-template-columns: repeat(2, 1fr);
  }
}

.arrow {
  display: flex;
  align-items: center;
  gap: 8px;
}

.circle {
  border: 1px solid transparent;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.circle:hover {
  border: 1px solid white;
}

.size-chart {
  background-color: var(--grey-black);
  border-radius: 16px;
  border: 1px solid rgb(73, 80, 87);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  max-width: 900px;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: none;
}
.size-chart .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid rgb(73, 80, 87);
}
.size-chart .size-container {
  text-align: center;
  padding: 24px 0px;
}
@media (max-width: 768px) {
  .size-chart .size-container {
    overflow-x: auto;
  }
}
@media (max-width: 767px) {
  .size-chart .size-container {
    overflow-x: auto;
  }
}
.size-chart .size-container img {
  border-radius: 16px;
}

.design-options {
  border: 1px solid rgb(73, 80, 87);
  border-radius: 16px;
  background-color: var(--grey-black);
  max-width: 696px;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: none;
}
@media (max-width: 767px) {
  .design-options {
    max-width: 328px;
  }
}
.design-options .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid rgb(73, 80, 87);
}
.design-options .design-content {
  padding: 24px;
}
.design-options .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .design-options .grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}
.design-options .grid .grid-item {
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  padding: 12px;
  border: 1px solid rgb(73, 80, 87);
}
@media (max-width: 767px) {
  .design-options .grid .grid-item {
    width: 84px;
  }
}
.design-options .grid .grid-item:hover {
  border: 1px solid white;
}
.design-options .grid .grid-item img {
  border-radius: 4px;
  aspect-ratio: 1;
  object-fit: contain;
  background-color: rgb(228, 233, 239);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .design-options .grid .grid-item img {
    max-width: 100%;
  }
}
.design-options p {
  font-size: 14px;
  line-height: 20px;
  color: rgb(228, 233, 239);
  padding-bottom: 24px;
}
.design-options .scroll {
  max-height: 312px;
  margin-right: 0px;
}
.design-options .flex {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  padding-top: 32px;
}
.design-options .btn-flex {
  display: flex;
  gap: 16px;
  align-items: center;
}
.design-options .cancel-btn {
  border: 1px solid rgb(251, 253, 255);
  border-radius: 24px;
  color: white;
  padding: 10px 16px;
  text-align: center;
  background: transparent;
  width: 100%;
  font-weight: 600;
}
.design-options .cancel-btn:hover {
  background-color: rgba(228, 233, 239, 0.4);
}
.design-options .share-btn {
  width: 100%;
  padding: 10px 16px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  border-radius: 24px;
  color: #FFFFFF;
  background-color: var(--light-blue);
  border: 1px solid var(--light-blue);
  cursor: pointer;
}
.design-options .share-btn:hover {
  background-color: rgb(75, 152, 234);
}

.size-breakdown {
  border: 1px solid rgb(73, 80, 87);
  border-radius: 16px;
  background-color: var(--grey-black);
  max-width: 806px;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: none;
}
.size-breakdown .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid rgb(73, 80, 87);
}
.size-breakdown .size {
  border: 1px solid rgb(73, 80, 87);
  background-color: var(--grey-black);
  border-radius: 50px;
  min-width: 42px;
  font-size: 14px;
  line-height: 20px;
  color: rgb(228, 233, 239);
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.size-breakdown .size:hover {
  border: 1px solid white;
}
.size-breakdown h4 {
  font-weight: 600;
}
.size-breakdown p {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 32px;
}
.size-breakdown .align {
  position: relative;
}
.size-breakdown .items {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
  position: absolute;
  right: 32px;
  top: 10px;
}
.size-breakdown .main-content {
  padding: 24px 32px;
}
.size-breakdown .breakdown-grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 24px;
  align-items: flex-start;
  justify-items: center;
  font-size: 14px;
  line-height: 20px;
  margin-right: 20px;
}
.size-breakdown .extra-price {
  font-size: 10px;
  line-height: 14px;
  padding-top: 9px;
  text-align: center;
}
.size-breakdown .color {
  width: 24px;
  height: 24px;
  border-radius: 32px;
  border: 1px solid rgb(73, 80, 87);
}
.size-breakdown .color-flex {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 12px;
}
.size-breakdown .scroll {
  max-height: 232px;
}
.size-breakdown .size-flex {
  display: flex;
  gap: 8px;
  font-size: 14px;
}
.size-breakdown .size-flex:hover {
  text-decoration: underline;
}
.size-breakdown .btn-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}
.size-breakdown .btn-flex .btn-dark {
  padding: 10px 70px;
  font-size: 16px;
}
.size-breakdown .btn-flex .btn-light {
  font-size: 16px;
  padding: 10px 44px;
}
.size-breakdown .warning {
  font-size: 14px;
  line-height: 20px;
  color: rgb(255, 73, 73);
  display: flex;
  align-items: center;
  gap: 4px;
  padding-top: 32px;
}

/*# sourceMappingURL=details.css.map */
