.main {
  padding: 30px;
  margin: 0 auto;
}

.custom-loader {
  position: fixed;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 50px;
  background-color: #ffffffb5;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

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

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

.border-0 {
  border: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.align-items-center {
  align-items: center !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.row > [class*="col-"] {
  box-sizing: border-box;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }

  .d-md-none {
    display: none !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}

.small_dress_img {
  height: 80px;
  width: 56px;
  margin: 0.3rem 0;
  object-fit: cover;
}

.small_dress_div {
  display: flex;
  align-items: center;
}

.movefwd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-left: 10px;
  border-radius: 50%;
  font-size: 15px;
}

.movebackward {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 50%;
  font-size: 15px;
  right: 0;
}

.chevron-container {
  position: absolute;
  width: 100%;
  height: auto;
  text-align: center;
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  justify-content: space-between;
  z-index: 1;
}

.additional-images {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.carousel-wrapper {
  width: 100%;
}

.ae-productMobileGallery {
  position: relative;
}

.ae-productMobileGallery-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: auto;
  overscroll-behavior-x: auto;
}

.ae-productMobileGallery-track::-webkit-scrollbar {
  display: none;
}

.ae-productMobileGallery-slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
}

.ae-productMobileGallery-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.ae-productMobileGallery-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.ae-productMobileGallery-dot {
  width: 7px;
  height: 7px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.2);
  padding: 0;
}

.ae-productMobileGallery-dot.is-active {
  background: rgba(0, 0, 0, 0.75);
}

#carouselBariImg,
.dress_img {
  display: block;
  width: 100%;
  height: auto;
}

.adjustment {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}

.ae-pdpRail {
  position: sticky;
  top: 24px;
  padding-bottom: 64px;
}

.ae-pdpRail .brand-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-family: var(--ae-font-ui, "Inter", "Helvetica Neue", Arial, sans-serif);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
  color: #111;
}

.ae-pdpRail .brand-link {
  cursor: pointer;
  color: #111;
}

.ae-pdpRail .brand-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.ae-pdpRail-title {
  margin: 0 0 18px;
  font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
  font-size: clamp(24px, 2.5vw, 36px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-weight: 300;
}

.ae-pdpRail .price-line {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-variant-numeric: tabular-nums;
}

.ae-pdpRail .price {
  font-family: var(--ae-font-ui, "Inter", "Helvetica Neue", Arial, sans-serif);
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  color: #111;
}

.ae-pdpRail .price.sale {
  color: #111;
}

.ae-pdpRail .price-prev {
  font-family: var(--ae-font-ui, "Inter", "Helvetica Neue", Arial, sans-serif);
  font-size: 14px;
  color: rgba(17, 17, 17, 0.56);
  text-decoration: line-through;
}

.ae-pdpRail .availability {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-family: var(--ae-font-ui, "Inter", "Helvetica Neue", Arial, sans-serif);
  font-size: 12px;
  line-height: 1.5;
  color: rgba(17, 17, 17, 0.72);
}

.ae-pdpRail .availability .dot {
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #4a8a5f;
}

.ae-pdpRail .info-rule {
  height: 1px;
  margin: 0 0 28px;
  border: 0;
  background: #ebebeb;
}

.ae-pdpRail .size-head,
.ae-pdpRail .retailer-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.ae-pdpRail .size-head .label,
.ae-pdpRail .retailer-head .label,
.ae-pdpRail .retailer-head .count {
  font-family: var(--ae-font-ui, "Inter", "Helvetica Neue", Arial, sans-serif);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ae-pdpRail .retailer-head .count {
  color: rgba(17, 17, 17, 0.58);
}

.ae-pdpRail .sizes {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 28px;
}

.ae-pdpRail .size-pill {
  padding: 13px 8px;
  border: 1px solid rgba(17, 17, 17, 0.18);
  background: transparent;
  font-family: var(--ae-font-ui, "Inter", "Helvetica Neue", Arial, sans-serif);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  color: #111;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, opacity 160ms ease;
}

.ae-pdpRail .size-pill:hover:not(:disabled):not([aria-selected="true"]) {
  border-color: #111;
}

.ae-pdpRail .size-pill[aria-selected="true"] {
  border-color: #111;
  background: #111;
  color: #fff;
}

.ae-pdpRail .size-pill:disabled {
  opacity: 0.38;
  cursor: not-allowed;
}

.ae-pdpRail .retailer-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  border: 1px solid rgba(17, 17, 17, 0.12);
}

.ae-pdpRail .ret-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 16px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  transition: background 160ms ease, opacity 160ms ease;
  cursor: pointer;
}

.ae-pdpRail .ret-row:last-child {
  border-bottom: 0;
}

.ae-pdpRail .ret-row:hover {
  background: rgba(248, 246, 240, 0.65);
}

.ae-pdpRail .ret-row.is-unavailable {
  opacity: 0.5;
}

.ae-pdpRail .ret-row.is-empty {
  cursor: default;
}

.ae-pdpRail .ret-row.is-empty:hover {
  background: transparent;
}

.ae-pdpRail .ret-row .left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.ae-pdpRail .ret-row .radio {
  position: relative;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(17, 17, 17, 0.42);
  border-radius: 999px;
}

.ae-pdpRail .ret-row[aria-selected="true"] .radio {
  border-color: #111;
}

.ae-pdpRail .ret-row[aria-selected="true"] .radio::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #111;
}

.ae-pdpRail .ret-row .name-block {
  min-width: 0;
}

.ae-pdpRail .ret-row .name {
  font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
  font-size: 17px;
  line-height: 1.15;
  font-weight: 400;
  color: #111;
}

.ae-pdpRail .ret-row .meta {
  margin-top: 2px;
  font-family: var(--ae-font-ui, "Inter", "Helvetica Neue", Arial, sans-serif);
  font-size: 11px;
  line-height: 1.45;
  color: rgba(17, 17, 17, 0.58);
}

.ae-pdpRail .ret-row .price-block {
  min-width: 0;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.ae-pdpRail .ret-row .price-block .p {
  font-family: var(--ae-font-ui, "Inter", "Helvetica Neue", Arial, sans-serif);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  color: #111;
}

.ae-pdpRail .ret-row .price-block .badge {
  margin-top: 2px;
  font-family: var(--ae-font-ui, "Inter", "Helvetica Neue", Arial, sans-serif);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.58);
}

.ae-pdpRail .cta-stack {
  display: grid;
  gap: 10px;
  margin-bottom: 36px;
}

.ae-pdpRail .cta-stack .btn {
  justify-content: center;
  min-height: 54px;
  padding: 16px 20px;
  border-radius: 0;
  font-family: var(--ae-font-ui, "Inter", "Helvetica Neue", Arial, sans-serif);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ae-pdpRail .cta-stack .btn--primary {
  background: #111;
  border: 1px solid #111;
  color: #fff;
}

.ae-pdpRail .cta-stack .btn--primary:hover {
  color: #fff;
}

.ae-pdpRail .cta-stack .btn--primary.is-disabled {
  opacity: 0.52;
  pointer-events: none;
}

.ae-pdpRail .cta-stack .btn--primary .arr {
  margin-left: 8px;
  font-size: 15px;
}

.ae-pdpRail .cta-stack .star_div {
  margin: 0;
}

.ae-pdpRail .aeProductActions {
  margin-top: 0;
}

.ae-pdpRail .ae-pdpAccordion,
.ae-pdpAccordion {
  border-top: 1px solid #ebebeb;
}

.ae-pdpAccordion .accordion-item {
  border-bottom: 1px solid #ebebeb;
}

.ae-pdpAccordion .accordion-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 0;
  border: 0;
  background: transparent;
  color: #111;
  font-family: var(--ae-font-ui, "Inter", "Helvetica Neue", Arial, sans-serif);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-align: left;
  text-transform: uppercase;
}

.ae-pdpAccordion .accordion-head .plus {
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  color: rgba(17, 17, 17, 0.54);
  transition: transform 220ms ease;
}

.ae-pdpAccordion .accordion-head[aria-expanded="true"] .plus {
  transform: rotate(45deg);
}

.ae-pdpAccordion .accordion-body {
  padding: 0 0 20px;
  font-family: var(--ae-font-ui, "Inter", "Helvetica Neue", Arial, sans-serif);
  font-size: 14px;
  line-height: 1.65;
  color: rgba(17, 17, 17, 0.74);
  text-transform: none;
}

.ae-pdpAccordion .accordion-body p {
  margin: 0 0 12px;
}

.ae-pdpAccordion .accordion-collapse {
  display: none;
}

.ae-pdpAccordion .accordion-collapse.show {
  display: block;
}

.ae-pdpAccordion .accordion-body dl {
  display: grid;
  grid-template-columns: 120px 1fr;
  row-gap: 8px;
  margin: 0;
}

.ae-pdpAccordion .accordion-body dt {
  margin: 0;
  font-weight: 600;
  color: #111;
  text-transform: none;
}

.ae-pdpAccordion .accordion-body dd {
  margin: 0;
  text-transform: none;
}

.ae-pdpAccordion .view_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  font-size: 13px;
}

.ae-pdpAccordion .view_list a {
  padding-right: 0;
}

.galvan_head {
  font-size: 32px;
  font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.galvan_para {
  font-size: 1rem;
  font-weight: 400;
  font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
}

.galvan_price {
  font-weight: 700;
  margin-bottom: 20px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-100 {
  margin-top: 100px;
}

.galvan_color {
  color: #656565;
  margin-bottom: 8px;
  font-weight: 400;
  font-family: var(--ae-font-ui, "Inter", "Helvetica Neue", Arial, sans-serif);
}

.galvan_size {
  color: #656565;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 12px;
  font-weight: 400;
  font-family: var(--ae-font-ui, "Inter", "Helvetica Neue", Arial, sans-serif);
}

.size_guide {
  border-bottom: 1px solid #656565;
}

.btns {
  border: 1px solid #e5e5e5;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin-bottom: 10px;
  background-color: white;
  font-family: var(--ae-font-ui, "Inter", "Helvetica Neue", Arial, sans-serif);
}

.btn_padding {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.addtobag {
  background-color: #414141;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  padding: 10px;
  margin-top: 10px;
}

#comparsion_container .border-top {
  border-color: #414141 !important;
}

.ae-comparisonOffer-price,
.ae-comparisonOffer-sizes {
  font-family: var(--ae-font-ui, "Inter", "Helvetica Neue", Arial, sans-serif);
}

.ae-comparisonOffer-price {
  font-size: 1.1rem;
  font-weight: 600;
}

.ae-comparisonOffer-sizes {
  color: #656565;
}

.star_div {
  border: 1px solid black;
  margin: 15px 0px;
  color: black;
  padding: 10px;
  display: flex;
  align-items: center;
  border-radius: 2px;
  font-family: var(--ae-font-ui, "Inter", "Helvetica Neue", Arial, sans-serif);
}

.addToWish {
  flex-grow: 1;
  text-align: center;
  font-family: var(--ae-font-ui, "Inter", "Helvetica Neue", Arial, sans-serif);
}

.code_div {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  font-family: var(--ae-font-ui, "Inter", "Helvetica Neue", Arial, sans-serif);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.12px;
  font-weight: 400;
}

.product_code {
  padding-right: 5px;
}

.view_more {
  display: flex;
  flex-direction: column;
  margin: 32px auto 40px;
}

.view_div {
  display: block;
  margin-bottom: 15px;
  padding: 15px 0;
  border: 1px solid #ebebeb;
  border-right: 0;
  border-left: 0;
  font-family: var(--ae-font-ui, "Inter", "Helvetica Neue", Arial, sans-serif);
  letter-spacing: 0.12px;
  font-weight: 700;
}

.adjustment h3 {
  display: block;
  padding: 15px 0;
  border: 1px solid #ebebeb;
  border-right: 0;
  border-left: 0;
  font-family: var(--ae-font-ui, "Inter", "Helvetica Neue", Arial, sans-serif);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12px;
  text-transform: uppercase;
}

.view_list {
  display: flex;
  flex-direction: row;
  font-family: var(--ae-font-ui, "Inter", "Helvetica Neue", Arial, sans-serif);
  letter-spacing: .14px;
  font-weight: 400;
  font-size: 14px;
}

.list_padding {
  padding-right: 20px;
}

.how_to_wear {
  display: block;
  width: 100%;
  padding: 15px 0;
  border: 1px solid #ebebeb;
  border-right: 0;
  border-left: 0;
  font-family: var(--ae-font-ui, "Inter", "Helvetica Neue", Arial, sans-serif);
  font-size: 16px;
  letter-spacing: 2.1px;
  font-weight: 700;
  text-transform: uppercase;
}

.accessories_images {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
}

.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.row {
  display: flex;
}

.row .col {
  flex: 1;
}

.row .col:last-child {
  margin-left: 1em;
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;

}

.tab-label {
  display: flex;
  padding: 15px 0;
  background: transparent !important;
  border: 1px solid #ebebeb;
  border-left: 0;
  border-right: 0;
  color: black;
  font-family: var(--ae-font-ui, "Inter", "Helvetica Neue", Arial, sans-serif);
  letter-spacing: .28px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: default;
}

.tab-label:hover {
  background: transparent !important;
  color: black;
}

.tab-label::before {
  content: none;
}

.tab-content {
  max-height: 0;
  color: #2c3e50;
  background: white;
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
  transition: all 0.35s;
  font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
  font-weight: 500;
  word-wrap: break-word;
  letter-spacing: .4px;
}

.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}

.tab-close:hover {
  background: #fbfbfb;
  color: black;
}

.tab input:checked+.tab-label {
  background: transparent !important;
  color: black;
  align-items: center;
}

.tab input:checked+.tab-label::before {
  transform: rotate(90deg);
}

.tab input:checked~.tab-content {
  max-height: 100vh;
}

.additional-images > img.small_dress_img,
.addtobag,
#related_products .item,
.galvan_head {
  cursor: pointer;
}

.galvan_head:hover {
  text-decoration: underline;
}

a.addtobag:hover,
.view_list a.list_padding:hover {
  color: inherit;
  text-decoration: none;
}

.slider-dot {
  display: flex;
  justify-content: center;
}

.slider-dot > li > div {
  display: block;
  width: 18px;
  height: 18px;
  padding: 6px;
  overflow: hidden;
  outline: none;
  border: none;
  background: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.slider-dot > li > div:before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
  background-color: #cbcbcb;
}

.slider-dot > li.active > div:before {
  background-color: #111;
}

.item-wrap,
.grid-product {
  position: relative;
}

.wishlist-icon,
.whistlist-icon {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  cursor: pointer;
}

.wishlist-icon i,
.whistlist-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  font-size: 26px;
}

.ae-searchPanel[data-style=side] input[type=search] {
  position: initial;
  z-index: initial;
  opacity: 1;
}

#ae-suggestions {
  padding: 7px 0 0 11px;
}

#ae-suggestions > li {
  padding: 3px 0;
}

#mobile-product-details-accordion > .accordion-item {
  margin-top: 0;
}

#mobile-product-details-accordion > .accordion-item .addtobag {
  margin-top: 0;
  background-color: #000;
}

#mobile-product-details-accordion > .accordion-item:first-child {
  margin-bottom: 20px;
  border: none;
}

#mobile-product-details-accordion > .accordion-item:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, .125);
}

#mobile-product-details-accordion > .accordion-item > .accordion-header > button.accordion-button {
  font-family: var(--ae-font-ui, "Inter", "Helvetica Neue", Arial, sans-serif);
  font-size: 1rem;
  font-weight: normal;
}

#mobile-product-details-accordion > .accordion-item:first-child .addtobag button.accordion-button {
  display: block;
  padding: 0;
  color: #fff;
  text-align: center;
  background-color: transparent;
  font-family: var(--ae-font-ui, "Inter", "Helvetica Neue", Arial, sans-serif);
  font-size: 1rem;
  font-weight: normal;
}

#mobile-product-details-accordion > .accordion-item:first-child .addtobag button.accordion-button:hover {
  color: #979797;
}

#mobile-product-details-accordion > .accordion-item:first-child .addtobag button.accordion-button:after {
  position: absolute;
  right: 0;
}

#mobile-product-details-accordion > .accordion-item > .accordion-header > button.accordion-button:after {
  font-weight: bold;
}

#mobile-product-details-accordion > .accordion-item .tab-content {
  max-height: inherit;
  padding: 0;
  background-color: transparent;
}

@media (max-width: 991.98px) {
  .ae-pdpRail {
    position: static;
    padding-bottom: 40px;
  }

  .ae-pdpRail-title {
    font-size: clamp(26px, 7vw, 36px);
  }

  .ae-pdpRail .price {
    font-size: 20px;
  }

  .ae-pdpRail .sizes {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ae-pdpRail .ret-row {
    padding: 14px;
  }
}

@media (max-width: 767.98px) {
  .ae-pdpRail {
    padding-top: 12px;
  }

  .ae-pdpRail .brand-row {
    margin-bottom: 14px;
  }

  .ae-pdpRail .sizes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ae-pdpRail .ret-row {
    align-items: flex-start;
  }

  .ae-pdpRail .ret-row .price-block {
    min-width: 72px;
  }

  .ae-pdpRail .cta-stack .btn {
    width: 100%;
  }

  .ae-pdpAccordion .accordion-body dl {
    grid-template-columns: 1fr;
    row-gap: 4px;
  }

  .ae-pdpAccordion .accordion-body dd {
    margin-bottom: 8px;
  }
}

.stock_details {
  padding: 0.5rem 1.5rem;
}

.product_head {
  font-family: var(--ae-font-ui, "Inter", "Helvetica Neue", Arial, sans-serif);
  letter-spacing: .28px;
  font-weight: 700;
  text-transform: uppercase;
}

.items_detail {
  line-height: 16px !important;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: block;
  height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
  font-weight: 400;
  color: #656565;
}

.price {
  letter-spacing: .28px;
  font-weight: 600;
  font-family: var(--ae-font-ui, "Inter", "Helvetica Neue", Arial, sans-serif);
}

.lowStockText {
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #656565;
  letter-spacing: .15em;
  font-size: 12px;
}

.productprice {
  margin-top: 20%;
}

.card {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.card .img-top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.card:hover .img-top {
  display: inline;
}

.may_like_items {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  flex-direction: column;
}

/* Related Products — aligned to the catalogue card/grid visual system. */
#related_products {
  --ae-related-paper: #faf8f5;
  --ae-related-ink: #1a1a1a;
  --ae-related-muted: #6f6f6f;
  --ae-related-line: #ececec;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 18px;
  margin: 0;
  padding: 24px 0 80px;
}

@media (min-width: 768px) {
  #related_products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  #related_products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

#related_products > [class*="col-"] {
  width: auto;
  max-width: none;
  flex: none;
  padding: 0;
}

#related_products .item-wrap {
  position: relative;
  min-width: 0;
}

#related_products .item {
  margin: 0 !important;
}

#related_products .item .card {
  position: relative;
  aspect-ratio: 3 / 4;
  margin: 0 0 12px;
  overflow: hidden;
  background: var(--ae-related-paper);
  border: 0 !important;
  border-radius: 0;
}

#related_products .item .card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  background: var(--ae-related-paper);
}

#related_products .item .card .img-top {
  display: block;
  opacity: 0;
  transition: opacity 180ms cubic-bezier(0.32, 0.72, 0.24, 1);
}

@media (hover: hover) and (pointer: fine) {
  #related_products .item .card:hover .img-top {
    opacity: 1;
  }
}

#related_products .wishlist-icon,
#related_products .whistlist-icon {
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

#related_products .wishlist-icon:hover,
#related_products .whistlist-icon:hover {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(0, 0, 0, 0.12);
}

#related_products .wishlist-icon i,
#related_products .whistlist-icon i {
  width: auto;
  height: auto;
  font-size: 17px;
  line-height: 1;
}

#related_products .may_like_items {
  align-items: flex-start;
  margin-top: 0;
  text-align: left !important;
}

#related_products .may_like_itemname {
  color: var(--ae-related-ink);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-transform: none !important;
}

#related_products .may_like_item_desc {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--ae-related-muted);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4 !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#related_products .may_like_item_price {
  margin: 4px 0 0;
  color: var(--ae-related-ink);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 12px;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: none !important;
}

#related_products .may_like_item_price del {
  margin-right: 4px;
  color: var(--ae-related-muted);
  text-decoration-color: var(--ae-related-muted);
}

#related_products .may_like_item_price .text-danger,
#related_products .may_like_item_price del.text-danger {
  color: var(--ae-related-muted) !important;
}

#related_products a,
#related_products a:hover,
#related_products a:focus,
#related_products a:active {
  text-decoration: none !important;
  color: inherit;
}

#related_products .may_like_itemname,
#related_products .may_like_item_desc,
#related_products .may_like_item_price {
  text-decoration: none !important;
}

* {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .hp-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .galvan_head {
    font-size: 26px;
  }

  .promo-accordion .accordion-collapse .accordion-body {
    background-color: #fff;
  }
}

.item {
  margin: 0 10px;
}

.item img {
  width: 100%;
}

.item h4 {
  margin-top: 10px;
  color: #333;
  padding: 10px;
  font-family: var(--ae-font-ui, "Inter", "Helvetica Neue", Arial, sans-serif);
}

.item p {
  color: #333;
  padding: 0 10px 30px;
  font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
}

.ae-promo-offers {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.ae-promo-offers::-webkit-scrollbar {
  display: none;
}

.ae-promo-offer {
  min-width: 100%;
  margin: 0;
  scroll-snap-align: start;
}

.hoverfx {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}

.hoverfx img {
  position: absolute;
  left: 0;
  width: 100%;
}

.hoverfx:before {
  display: inline-block;
  padding-top: 60%;
  content: '';
  vertical-align: middle;
}

.hoverfx .figure {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 10px 15px;
  max-width: 60%;
  border: 3px solid #e9e9e9;
  color: #ecf0f1;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 1.2rem;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition-property: all .3s ease;
}

.hoverfx .figure:hover {
  background: #e9e9e9;
  color: #333;
}

.hoverfx .overlay {
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 50%;
  background: rgba(0, 0, 0, .7);
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition-property: all .3s ease;
}

.item:hover .figure,
.item:hover .overlay {
  opacity: 1;
}
.carasol_btn{
  display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 20px;
    align-items: center;
}
.swiper-slide {
  min-height: 30vh;
  width: 300px;
  max-width: 70vw;
  background-color: #e6e6e6;
}
.swiper-slide:nth-child(odd) {
  background-color: #e6c8e6;
}
.container {
  margin-top: 20vh;
}
.swiper-wrapper {
  transition-timing-function: linear;
}

/* =================================================================
   PDP rail — minimal cleanup for single-retailer products
   - availability line hidden (redundant with retailer row)
   - retailer head/list collapsed when only one retailer
   - inline "at {retailer}" note next to the price
   ================================================================= */
.ae-pdpRail .availability[hidden] {
    display: none !important;
}

.ae-pdpRail .price-line {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.ae-pdpRail .price-line__retailer {
    font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
    font-style: italic;
    font-weight: 400;
    font-size: 0.8125rem;
    color: rgba(24, 21, 18, 0.6);
    letter-spacing: 0;
}

/* Single-retailer rail — hide the verbose retailer head + list.
   The price line carries the retailer inline; the Buy button says "Buy from <retailer>". */
.ae-pdpRail--single .retailer-head,
.ae-pdpRail--single .retailer-list {
    display: none !important;
}

/* Even if the retailer list re-renders via JS, keep "Best price" off when only 1 retailer */
.ae-pdpRail--single .retailer-list .badge {
    display: none !important;
}

/* When retailer list is hidden, the info-rule below sizes butts up against
   the buy button — tighten it so the rail doesn't look disconnected. */
.ae-pdpRail--single .ae-pdpRail-sizesSection {
    margin-bottom: 0.75rem;
}
