.p-preview-wrap {
  transition: 350ms ease-in-out;
  display: flex;
  align-self: start;
  background-color: #F6F6F6;
  overflow: hidden;
}
@media (min-width: 992px) {
  .p-preview-wrap {
    position: sticky;
    top: 0;
  }
}
.p-preview-wrap .p-preview {
  text-align: center;
  order: 1;
}
.p-preview-wrap .p-preview img {
  object-fit: contain;
  width: 100%;
  height: clamp(22.25rem, 50vw, 36.75rem);
  cursor: zoom-in;
  background-color: rgba(205, 165, 41, 0.05);
}
.p-preview-wrap .p-preview-thumb {
  height: 280px;
  padding: 0.9375em;
}
.p-preview-wrap .p-preview-thumb .productZoomSlider {
  height: 100%;
  --swiper-navigation-sides-offset: 50%;
}
.p-preview-wrap .p-preview-thumb .productZoomSlider .swiper-button-next {
  top: auto;
  bottom: 0;
  margin: 0;
  transform: translateX(50%) rotate(90deg);
}
.p-preview-wrap .p-preview-thumb .productZoomSlider .swiper-button-prev {
  top: 0;
  margin: 0;
  transform: translateX(50%) rotate(90deg);
  left: auto;
  right: 50%;
}
.p-preview-wrap .p-preview-thumb .productZoomSlider .swiper-button-next,
.p-preview-wrap .p-preview-thumb .productZoomSlider .swiper-button-prev {
  width: 32px;
  height: 32px;
  border: 1px solid var(--bs-black);
  border-radius: 100%;
}
.p-preview-wrap .p-preview-thumb .productZoomSlider .swiper-button-next::after,
.p-preview-wrap .p-preview-thumb .productZoomSlider .swiper-button-prev::after {
  content: "";
  background: url("../images/icons/arrowright-b-i.svg") no-repeat center;
  background-size: contain;
  width: 18px;
  height: 18px;
}
.p-preview-wrap .p-preview-thumb .productZoomSlider .swiper-button-prev::after {
  transform: rotate(180deg);
}
.p-preview-wrap .p-preview-thumb .productZoomSlider .image-active {
  border-radius: 0.75em;
  overflow: hidden;
  display: inline-flex;
  border: 1px solid #cbd5da;
  transition: 350ms ease-in-out;
  padding: 0.3125em;
}
.p-preview-wrap .p-preview-thumb .productZoomSlider .image-active.xactive {
  border-color: #3C4242;
}
.p-preview-wrap .p-preview-thumb .productZoomSlider .image-active .xzoom-gallery {
  display: block;
  object-fit: cover;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 0.75em;
}

.xzoom-source,
.xzoom-preview {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}

.p-detail {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}
@media (min-width: 992px) {
  .p-detail {
    padding: 2.625em 3.25em;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .p-detail {
    padding: 2.625em 0;
    padding-top: 1.25em;
  }
}
.p-detail .p-name {
  font-size: 1.75em;
  font-weight: 500;
  margin-bottom: 0;
}
.p-detail .product-info {
  display: flex;
  flex-direction: column;
  gap: 0.3125em;
}
.p-detail .product-brand {
  font-size: 0.875em;
  font-weight: 500;
}
.p-detail .product-brand a {
  font-size: 1em;
}
.p-detail .product-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
  line-height: 1;
}
.p-detail .product-price .mrp {
  font-size: 1.625em;
  font-weight: 400;
  opacity: 0.5;
}
.p-detail .product-price .sale {
  font-size: 2.375em;
  font-weight: 500;
  color: var(--bs-primary);
}
.p-detail .product-price .discount {
  background-color: #14CA74;
  color: var(--bs-white);
  border-radius: 20px;
  text-transform: uppercase;
  padding: 5px 8px;
  font-size: 0.8125em;
  line-height: 1;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-detail .f-group-list .p-heading {
  margin-bottom: 0;
  font-weight: 500;
  color: #3F4646;
  font-size: 0.875em;
}
.p-detail .f-group-list .p-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.p-detail .f-group-list .p-options [data-toggle*=f-caption-] {
  display: none;
}
.p-detail .f-group-list .p-options [data-toggle*=f-caption-] ~ .f-check-label {
  border: 2px solid rgba(0, 0, 0, 0.05);
  padding: 0.75em;
  min-width: 3.25em;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 1em;
  font-weight: 500;
  transition: all 0.15s ease-in-out;
  color: rgba(0, 0, 0, 0.7);
  border-radius: 0.75em;
  height: 100%;
}
.p-detail .f-group-list .p-options [data-toggle*=f-caption-][disabled] ~ .f-check-label {
  border: 2px solid rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  position: relative;
}
.p-detail .f-group-list .p-options [data-toggle*=f-caption-][disabled] ~ .f-check-label::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.05);
  height: 100%;
  width: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(45deg);
}
.p-detail .f-group-list .p-options [data-toggle*=f-caption-size]:checked[type=radio] ~ .f-check-label {
  border-color: black;
  background-color: black;
  color: var(--bs-white);
}
.p-detail .f-group-list .p-options [data-toggle*=f-caption-color] ~ .f-check-label {
  min-width: 3.25em;
  min-height: 3.25em;
  border-radius: 100%;
  padding: 0.5em;
  border: 0;
}
.p-detail .f-group-list .p-options [data-toggle*=f-caption-color] ~ .f-check-label span {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 100%;
}
.p-detail .f-group-list .p-options [data-toggle*=f-caption-color]:checked[type=radio] ~ .f-check-label {
  border: 2px solid;
}
.p-detail .f-group-list .p-options [data-toggle*=f-caption-color][disabled] ~ .f-check-label {
  color: rgba(0, 0, 0, 0.01);
  pointer-events: none;
  position: relative;
}
.p-detail .f-group-list .p-options [data-toggle*=f-caption-color][disabled] ~ .f-check-label span {
  display: block;
  position: relative;
  background-color: rgba(0, 0, 0, 0.05) !important;
}
.p-detail .product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9375em;
  margin-top: 1.875em;
}
@media (max-width: 575.98px) {
  .p-detail .product-actions {
    gap: 1.875em;
  }
}
.p-detail .product-actions .product-buy {
  display: flex;
  gap: 0.9375em;
  flex: 1;
}
.p-detail .product-actions .btn-share {
  width: 52px;
  height: 52px;
}
.p-detail .product-actions .btn-enq {
  min-height: 52px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  .p-detail .product-actions .btn-enq {
    flex: 1;
  }
}
.p-detail .item-qty {
  display: flex;
  min-height: 3.25em;
  background-color: var(--bs-white);
  border: 1px solid #cda529;
  border-radius: 0.5em;
}
.p-detail .item-qty button {
  width: 52px;
  border-radius: 1.25em;
  background-color: var(--bs-white);
  padding: 0;
  border: 0;
  font-weight: 500;
  transition: 200ms ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.375em;
}
.p-detail .item-qty input {
  width: 48px;
  border: 0;
  outline: 0;
  background-color: transparent;
  text-align: center;
  font-weight: 600;
  font-size: 1.375em;
}
.p-detail .item-qty input:active, .p-detail .item-qty input:focus {
  outline: 0;
}
.p-detail .product-hope {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875em;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1.875em 0;
  margin-top: 1.875em;
}
.p-detail .product-hope .hope-list {
  display: flex;
  gap: 0.9375em;
}
.p-detail .product-hope .hope-list .icon {
  flex: 0 0 52px;
}
.p-detail .product-hope .hope-list h4 {
  font-size: 1.375em;
  margin-bottom: 0.5em;
  font-weight: 600;
}
.p-detail .product-hope .hope-list p {
  margin-bottom: 0;
  font-size: 0.9375em;
}
.p-detail .about-products {
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding-top: 1.875em;
}
.p-detail .about-products .title {
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}
.p-detail .about-products .sub-title {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0.9375em;
}
.p-detail .about-products p {
  font-size: 0.9375em;
  margin-bottom: 0.9375em;
  line-height: 2;
}
.p-detail .about-products ul {
  padding: 0;
  padding-left: 1.5625em;
  margin: 0 0 0.9375em;
  font-size: 0.9375em;
}
.p-detail .about-products ul li::marker {
  color: var(--bs-primary);
}
.p-detail .p-specifications {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  background-color: #FFF9E7;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1.25em;
  padding: 1.25em;
  margin-top: 1.875em;
}
.p-detail .p-specifications .specInfo lable {
  font-size: 0.875em;
}
.p-detail .p-specifications .specInfo p {
  font-size: 1em;
  font-weight: 500;
}

.similarproducts-section {
  background-color: #FAF4E3;
}

.offcanvas-enq {
  background: linear-gradient(180deg, #FFFCF2 0%, #FFFCF2 100%);
}
.offcanvas-enq .btn-close {
  background-color: #fff;
  border-radius: 100%;
}
.offcanvas-enq .form-control,
.offcanvas-enq .form-select {
  border-color: rgba(0, 0, 0, 0.05);
}
.offcanvas-enq .cartimg img {
  object-fit: cover;
}

/*# sourceMappingURL=productdetail.min.css.map */
