#mobileProduct {
  background-color: oklch(98.5% 0.002 247.839);
  padding-bottom: 16px;
}

#mobileProduct .section {
  padding: 16px;
}

#mobileProduct .product-breadcrumb {
  color: oklch(55.1% 0.027 264.364);
  font-size: 12px;
  line-height: 16px;
  padding-inline: 16px;
  padding-block: 8px;
  background-color: #fff;
}

#mobileProduct .product-breadcrumb .product-breadcrumb__inner {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

#mobileProduct .product-breadcrumb .product-breadcrumb__link {
  color: oklch(55.1% 0.027 264.364);
}

#mobileProduct .product-breadcrumb .product-breadcrumb__icon {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
}

#mobileProduct .product-breadcrumb .product-breadcrumb__active {
  color: oklch(37.3% 0.034 259.733);
  font-weight: 500;
}

#mobileProduct .main-gallery-container {
  background-color: #fff;
}

#mobileProduct .main-gallery-container .swiper-pagination-bullet-active {
  --swiper-pagination-bullet-width: 24px;
  --swiper-pagination-bullet-border-radius: 3.40282e38px;
  --swiper-pagination-color: oklch(70.5% 0.213 47.604);
}

#mobileProduct .main-gallery-container .zoom-btn {
  display: inline-flex;
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: #fff;
  border-radius: 3.40282e38px;
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;
  border: none;
  padding: 8px;
}

#mobileProduct .main-gallery-container .zoom-btn > svg {
  width: 20px;
  height: 20px;
}

#mobileProduct .thumbs-gallery-container {
  padding: 12px;
}

#mobileProduct .thumbs-gallery-container .swiper-slide {
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
}

#mobileProduct .thumbs-gallery-container .swiper-slide-thumb-active {
  border-color: oklch(70.5% 0.213 47.604);
}

#mobileProduct .image-viewer {
  position: fixed;
  inset: 0;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

#mobileProduct .image-viewer button {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 8px;
  color: #fff;
  background-color: unset;
  z-index: 10;
  border: none;
}

#mobileProduct .image-viewer img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

#mobileProduct .info-section {
  background-color: #fff;
}

#mobileProduct .info-section h1 {
  font-size: 18px;
  line-height: 24.75px;
  color: oklch(21% 0.034 264.665);
  font-weight: 700;
  margin-bottom: 0;
}

#mobileProduct .collapse-section {
  margin-top: 8px;
  background-color: #fff;
}

#mobileProduct .collapse-section > button {
  width: 100%;
  padding: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  background-color: transparent;
}

#mobileProduct .collapse-section > button > h2 {
  font-size: 16px;
  color: oklch(27.8% 0.033 256.848);
  font-weight: 700;
  margin-bottom: 0;
}

#mobileProduct .collapse-section > button > svg {
  width: 20px;
  height: 20px;
  color: oklch(55.1% 0.027 264.364);
}

#mobileProduct .collapse-section > button[aria-expanded="false"] > svg {
  rotate: 180deg;
}

#mobileProduct .collapse-section > div {
  padding-inline: 16px;
  padding-bottom: 16px;
}

#mobileProduct #specificationCollapse .specification-item {
  display: flex;
  gap: 12px;
}

#mobileProduct #specificationCollapse .specification-item__key {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: oklch(55.1% 0.027 264.364);
  flex-shrink: 0;
  width: 80px;
}

#mobileProduct #specificationCollapse .specification-item__value {
  font-size: 14px;
  line-height: 20px;
  color: oklch(37.3% 0.034 259.733);
}

#mobileProduct .tag-section .tag-wrapper {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

#mobileProduct .tag-section .tag-link {
  flex-shrink: 0;
  color: oklch(44.6% 0.03 256.802);
  font-size: 14px;
  line-height: 20px;
  background-color: oklch(96.7% 0.003 264.542);
  padding-inline: 12px;
  padding-block: 6px;
  border-radius: 3.40282e38px;
}

#mobileProduct #fabricCollapse > p {
  font-size: 14px;
  line-height: 20px;
  color: oklch(55.1% 0.027 264.364);
  margin-bottom: 16px;
}

#mobileProduct #fabricCollapse .fabric-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

#mobileProduct #fabricCollapse .fabric-item img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 8px;
  object-fit: cover;
  aspect-ratio: 1;
}

#mobileProduct #fabricCollapse .fabric-item h3 {
  color: oklch(27.8% 0.033 256.848);
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
}

#mobileProduct #fabricCollapse .fabric-item p {
  font-size: 12px;
  line-height: 16px;
  color: oklch(55.1% 0.027 264.364);
  margin-top: 2px;
  margin-bottom: 0;
}

#mobileProduct #relatedProductCollapse .related-product-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

#mobileProduct #relatedProductCollapse .related-product-item {
  display: block;
  background-color: oklch(98.5% 0.002 247.839);
  border-radius: 14px;
  overflow: hidden;
}

#mobileProduct #relatedProductCollapse .related-product-item img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}

#mobileProduct #relatedProductCollapse .related-product-item .product-name {
  padding: 8px;
}

#mobileProduct .feature-section .feature-wrapper > :not(:first-child) {
  margin-top: 16px;
}

#mobileProduct .feature-section .feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

#mobileProduct .feature-section .feature-item .feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 3.40282e38px;
  flex-shrink: 0;
  background-color: oklch(95.4% 0.038 75.164);
}

#mobileProduct .feature-section .feature-item .feature-icon > svg {
  color: oklch(70.5% 0.213 47.604);
  width: 20px;
  height: 20px;
}

#mobileProduct .feature-section .feature-item h3 {
  font-size: 16px;
  color: oklch(27.8% 0.033 256.848);
  font-weight: 500;
  margin-bottom: 0;
}

#mobileProduct .feature-section .feature-item p {
  font-size: 14px;
  line-height: 20px;
  color: oklch(55.1% 0.027 264.364);
}

#mobileProduct .contact-section .contact-wrapper > :not(:first-child) {
  margin-top: 8px;
}

#mobileProduct .contact-section .contact-wrapper .contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

#mobileProduct .contact-section .contact-wrapper .contact-item__address {
  color: oklch(55.1% 0.027 264.364);
  font-size: 14px;
  line-height: 20px;
  width: 64px;
}

#mobileProduct .contact-section .contact-wrapper a {
  color: oklch(70.5% 0.213 47.604);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

#mobileProduct .contact-section .contact-wrapper .contact-item__line {
  color: oklch(87.2% 0.01 258.338);
}

#mobileProduct .bottom-bar {
  position: fixed;
  inset: auto 0 0;
  background-color: #fff;
  padding-inline: 16px;
  padding-block: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 40;
  border-top: 1px solid oklch(92.8% 0.006 264.531);
}

#mobileProduct .bottom-bar > * {
  border-radius: 14px;
}

#mobileProduct .bottom-bar button {
  border: none;
}

#mobileProduct .bottom-bar svg {
  width: 24px;
  height: 24px;
}

#mobileProduct .bottom-bar .bottom-bar__btn--collect {
  padding: 12px;
  border: 1px solid oklch(92.8% 0.006 264.531);
  background-color: oklch(98.5% 0.002 247.839);
  color: oklch(55.1% 0.027 264.364);
}

#mobileProduct .bottom-bar .bottom-bar__btn--collect.collected {
  background-color: oklch(97.1% 0.013 17.38);
  border-color: oklch(88.5% 0.062 18.334);
}

#mobileProduct .bottom-bar .bottom-bar__btn--collect.collected > svg {
  color: oklch(63.7% 0.237 25.331);
  fill: oklch(63.7% 0.237 25.331);
}

#mobileProduct .bottom-bar .bottom-bar__btn--whatsapp {
  padding: 12px;
  background-color: oklch(72.3% 0.219 149.579);
  color: #fff;
}

#mobileProduct .bottom-bar .bottom-bar__btn--quotation {
  padding-block: 14px;
  background-color: oklch(70.5% 0.213 47.604);
  font-weight: 700;
  color: #fff;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
