@import url('./product-responsive.css');

.container .product-container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.container .product-container .section-title {
  color: #353535;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

/* Breadcrumb */
.container .product-container .product-breadcrumb-section .product-breadcrumb {
  color: #353535;
  font-size: 12px;
  font-weight: 400;
}

/* Product Details */
.container .product-container .product-card-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.container .product-container .product-card-container .product-title {
  color: #353535;
}
.container .product-container .product-card-container .tabs {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.container .product-container .product-card-container .tabs .tab {
  color: #353535;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  padding: 10px 16px;
}
.container .product-container .product-card-container .product-card {
  display: flex;
  gap: 24px;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-gallery {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 20px;
}

/* Swiper */
.container
  .product-container
  .product-card-container
  .product-card
  .product-gallery
  .swiper {
  width: 100%;
  height: 100%;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-gallery
  .swiper
  .swiper-wrapper {
  align-items: center;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-gallery
  .swiper
  .swiper-wrapper
  .swiper-slide {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  width: auto;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-gallery
  .swiper
  .swiper-wrapper
  .swiper-slide
  img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-gallery
  .mySwiper2 {
  height: 80%;
  width: 100%;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-gallery
  .mySwiper {
  height: 88px;
  width: 100%;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-gallery
  .mySwiper
  .swiper-slide {
  opacity: 0.6;
  cursor: pointer;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-gallery
  .mySwiper
  .swiper-slide-thumb-active {
  opacity: 1;
  cursor: auto;
}

.container
  .product-container
  .product-card-container
  .product-card
  .product-gallery
  .download-button {
  align-self: center;
  border: 1px solid #353535;
  border-radius: 12px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-gallery
  .download-button:hover {
  background: #cce4fe;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-gallery
  .download-button
  img {
  width: 24px;
  height: 24px;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-gallery
  .download-button
  .download-button-title {
  color: #353535;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.container
  .product-container
  .product-card-container
  .product-card
  .product-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 20px;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-info
  .product-info-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-info
  .product-info-header
  .product-info-item-no {
  color: #353535;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-info
  .product-info-header
  .product-info-item-share {
  color: #353535;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-info
  .product-info-title {
  display: flex;
  gap: 24px;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-info
  .product-info-title
  .product-info-name {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-info
  .product-info-title
  .product-info-name
  .product-info-title {
  color: #353535;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-info
  .product-info-title
  .product-info-name
  .product-info-model {
  color: #353535;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-info
  .product-info-title
  .product-info-name
  .product-info-brand {
  color: #353535;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-info
  .product-info-title
  .product-info-inquiry {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-info
  .product-info-title
  .product-info-inquiry
  .inquiry-button {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 12px 20px;
  gap: 8px;
  cursor: pointer;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-info
  .product-info-body {
  display: flex;
  padding: 16px 24px;
  background-color: #f2f2f8;
  border-radius: 32px;
  gap: 8px;
  flex-wrap: wrap;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-info
  .product-info-body
  .product-info-item
  .product-info-title {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-info
  .product-info-body
  .product-info-item
  .product-info-value {
  color: #353535;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-info
  .product-info-engine {
  display: flex;
  padding: 16px 24px;
  background-color: #f2f2f8;
  border-radius: 32px;
  gap: 8px;
  flex-wrap: wrap;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-info
  .product-info-engine
  .product-info-item
  .product-info-title {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-info
  .product-info-engine
  .product-info-item
  .product-info-value {
  color: #353535;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-info
  .product-info-usage {
  display: flex;
  padding: 0 24px;
  gap: 8px;
  flex-wrap: wrap;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-info
  .product-info-usage
  .product-info-item
  .product-info-title {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-info
  .product-info-usage
  .product-info-item
  .product-info-value {
  color: #353535;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-info
  .product-info-status {
  display: flex;
  padding: 0 24px;
  border-radius: 32px;
  gap: 8px;
  flex-wrap: wrap;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-info
  .product-info-status
  .product-info-item
  .product-info-title {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-info
  .product-info-status
  .product-info-item
  .product-info-value {
  color: #353535;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-info
  .product-info-remarks {
  display: flex;
  padding: 16px 24px;
  background-color: #f2f2f8;
  border-radius: 32px;
  gap: 8px;
  flex-wrap: wrap;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-info
  .product-info-remarks
  .product-info-item
  .product-info-value {
  color: #353535;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-info
  .product-info-spec {
  display: flex;
  padding: 16px 24px;
  background-color: #f2f2f8;
  border-radius: 32px;
  gap: 8px;
  flex-wrap: wrap;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-info
  .product-info-spec
  .product-info-title {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.container
  .product-container
  .product-card-container
  .product-card
  .product-info
  .product-info-spec
  .product-info-value {
  color: #353535;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.container .product-container .product-details {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.container .product-container .product-details .details-list {
  display: flex;
  padding: 16px 24px;
  background-color: #f2f2f8;
  border-radius: 32px;
  gap: 8px;
  flex-wrap: wrap;
}
.container
  .product-container
  .product-details
  .details-list
  .detail-item
  .detail-title {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.container
  .product-container
  .product-details
  .details-list
  .detail-item
  .detail-value {
  color: #353535;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.container .product-container .product-options {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.container .product-container .product-options .options-container {
  display: flex;
  gap: 24px;
}
.container
  .product-container
  .product-options
  .options-container
  .options-list {
  display: flex;
  padding: 16px 24px;
  background-color: #f2f2f8;
  border-radius: 32px;
  gap: 8px;
  flex-grow: 1;
}
.container
  .product-container
  .product-options
  .options-container
  .options-list
  .option-group {
  flex-grow: 1;
  gap: 8px;
}
.container
  .product-container
  .product-options
  .options-container
  .options-list
  .option-group
  .option-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #8a8a8a;
  gap: 8px;
}
.container
  .product-container
  .product-options
  .options-container
  .options-list
  .option-group
  .option-item.active {
  color: #353535;
}
.container
  .product-container
  .product-options
  .options-container
  .options-list
  .option-group
  .option-item
  .option-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.container
  .product-container
  .product-options
  .options-container
  .options-list
  .option-group
  .option-item
  .option-value {
  font-weight: 400;
  font-size: 36px;
  line-height: 24px;
}
.container
  .product-container
  .product-options
  .options-container
  .options-list
  .option-group
  .option-item
  .option-value.active {
  font-size: 14px;
}
.container .product-container .cno {
  color: #b7b4bc;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

/* Similar Offers */
.container .product-container .similar-offers {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.container .product-container .similar-offers .swiper {
  width: 100%;
  height: 100%;
}
.container .product-container .similar-offers .swiper .swiper-wrapper {
  align-items: center;
}
.container
  .product-container
  .similar-offers
  .swiper
  .swiper-wrapper
  .swiper-slide {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  width: auto !important;
}
.container
  .product-container
  .similar-offers
  .swiper
  .swiper-wrapper
  .product-card {
  display: flex;
  border: 1px solid #8a8a8a;
  border-radius: 24px;
  overflow: hidden;
  flex-grow: 1;
  gap: 12px;
  cursor: pointer;
}
.container
  .product-container
  .similar-offers
  .swiper
  .swiper-wrapper
  .product-card-container
  .product-card
  .card-img {
  object-fit: cover;
  object-position: center;
}
.container
  .product-container
  .similar-offers
  .swiper
  .swiper-wrapper
  .product-card
  .card-img {
  object-fit: cover;
  object-position: center;
}
.container
  .product-container
  .similar-offers
  .swiper
  .swiper-wrapper
  .product-card
  .card-header {
  display: flex;
  flex-direction: column;
  padding: 0 12px;
}
.container
  .product-container
  .similar-offers
  .swiper
  .swiper-wrapper
  .product-card
  .card-header
  .product-brand {
  color: #353535;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.container
  .product-container
  .similar-offers
  .swiper
  .swiper-wrapper
  .product-card
  .card-header
  .product-name {
  color: #353535;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}
.container
  .product-container
  .similar-offers
  .swiper
  .swiper-wrapper
  .product-card
  .card-header
  .product-model {
  color: #353535;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container
  .product-container
  .similar-offers
  .swiper
  .swiper-wrapper
  .product-card
  .card-detail {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  gap: 12px;
  padding: 0 12px;
}
.container
  .product-container
  .similar-offers
  .swiper
  .swiper-wrapper
  .product-card
  .card-detail
  .detail-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-grow: 1;
}
.container
  .product-container
  .similar-offers
  .swiper
  .swiper-wrapper
  .product-card
  .card-detail
  .detail-item
  .detail-title {
  color: #353535;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.container
  .product-container
  .similar-offers
  .swiper
  .swiper-wrapper
  .product-card
  .card-detail
  .detail-item
  .detail-value {
  color: #353535;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.container
  .product-container
  .similar-offers
  .swiper
  .swiper-wrapper
  .product-card
  .card-detail
  .detail-hr {
  background-color: #353535;
  height: 100%;
  width: 1px;
}
.container
  .product-container
  .similar-offers
  .swiper
  .swiper-wrapper
  .product-card
  .card-price {
  background: #e8e7e7;
  display: flex;
  justify-content: center;
  color: #e6232a;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  padding: 8px 12px;
  width: 100%;
}

.container
  .product-container
  .product-card-container
  .product-card
  .product-info
  .product-info-usage {
  display: flex;
  padding: 16px 24px;
  background-color: #f2f2f8;
  border-radius: 32px;
  gap: 8px;
  flex-wrap: wrap;

}