:root {
  --primary-blue: #009cd0;
  --dark-heading: #212529;
  --light-bg: #f8f9fa;
  --text-color: #666666;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.description-section .video-container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.service-hero-section {
  position: relative;
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}

.service-hero-section img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  object-fit: cover;
}

.service-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.service-hero-section h1 {
  font-size: 48px;
  margin: 0 0 15px;
}

.service-hero-section p {
  font-size: 18px;
  margin: 0 0 40px;
  padding: 0 190px;
}

.breadcrumb-section {
  background-color: #f8f9fa;
  padding: 20px 0;
}

#shopPageBreadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0;
  flex-wrap: wrap;
}

.breadcrumb-link {
  color: #6c757d;
  text-decoration: none;
  transition: color 0.2s;
  white-space: nowrap;
}

.breadcrumb-link:hover {
  color: var(--primary-blue);
}

.breadcrumb-separator {
  color: #6c757d;
  font-size: 14px;
  font-weight: 300;
  margin-left: 5px;
  margin-right: 5px;
}

.current-page {
  color: #333;
  font-weight: 500;
  white-space: nowrap;
}

.product-detail-section {
  padding: 30px 0;
}

.product-header-info {
  margin-bottom: 10px;
}

.product-title {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}

.product-meta-bar {
  display: none;
  align-items: center;
  gap: 15px;
}

.meta-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.in-stock-badge {
  background-color: var(--primary-blue);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 4px;
  line-height: 1;
  white-space: nowrap;
}

.star-rating i {
  color: #ffc107;
  font-size: 14px;
}

.meta-icons i {
  font-size: 14px;
  color: #6c757d;
}

.product-main-content {
  display: flex;
  gap: 30px;
}

.product-image-column {
  position: relative;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}

.product-image-column .main-product-img {
  height: 495px;
}

.product-image-column .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.product-image-column .owl-nav button {
  background: #ffffff !important;
  border: 1px solid #cccccc !important;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  z-index: 10;
  transition: background-color 0.2s;
}

.product-image-column .owl-nav button:hover {
  background-color: #f0f0f0;
}

.product-image-column .owl-nav button.owl-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #333;
  font-size: 16px;
}

.product-image-column .owl-nav button.owl-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #333;
  font-size: 16px;
}

.product-info-column {
  width: 100%;
}

.product-price-block {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.product-price-block .price-label {
  font-weight: 700;
  color: #333;
  font-size: 18px;
}

.product-price-block i {
  color: #007bff;
}

.product-price-block .price-match {
  color: #6c757d;
  font-size: 14px;
  margin: 0;
}

.product-description-full {
  margin-bottom: 25px;
  color: #555;
  line-height: 1.6;
  background: #eff3f7;
  padding: 10px;
  border-radius: 8px;
  min-height: 122px;
  max-height: 122px;
  overflow-y: auto;
}

.ask-specialist-block {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
}

.specialist-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.specialist-details .question-text {
  color: #898888;
  margin-bottom: 5px;
  font-size: 14px;
}

.specialist-details .phone-number {
  font-size: 16px;
  font-weight: 600;
  color: black;
  margin: 0;
}

.specialist-details .live-chat-link {
  font-weight: 500;
  color: var(--primary-blue);
  margin-left: 10px;
  cursor: pointer;
}

#productCarousel.owl-theme .owl-nav .owl-prev {
  left: 0;
}

#productCarousel.owl-theme .owl-nav .owl-next {
  right: 0;
}

.product-feature-list {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.product-feature-list li {
  display: flex;
  align-items: center;
  padding: 10px;
  border: none;
  border-radius: 0;
  flex-direction: row;
}

.product-feature-list .feature-icon-wrapper {
  min-width: 45px;
  height: 45px;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 0;
}

.product-feature-list i {
  color: #333;
  font-size: 18px;
  margin-right: 0;
}

.product-feature-list .feature-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.product-feature-list .feature-title {
  font-weight: 600;
  color: #333;
  font-size: 15px;
  line-height: 1.2;
}

.product-feature-list .feature-desc {
  color: #6c757d;
  font-size: 13px;
  line-height: 1.2;
}

.action-buttons {
  display: flex;
  gap: 15px;
  margin-top: 34px;
}

.action-buttons .btn {
  padding: 12px 25px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 6px;
  text-align: center;
  flex-grow: 1;
  text-decoration: none;
  transition:
    background-color 0.2s,
    opacity 0.2s;
  border: none;
}

.action-buttons .btn i {
  margin-right: 10px;
  font-size: 22px;
}

.action-buttons .btn-call {
  background-color: var(--primary-blue);
  color: #fff;
}

.action-buttons .btn-call:hover {
  background-color: #0089a8;
  color: #fff;
}

.action-buttons .btn-catalogue {
  background-color: var(--primary-blue);
  color: #fff;
}

.action-buttons .btn-catalogue:hover {
  background-color: #0089a8;
  color: #fff;
}

.product-detail-nav-tabs {
  border-bottom: 2px solid #ddd;
  display: flex !important;
  flex-wrap: nowrap !important;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.product-detail-nav-tabs .nav-link-detail {
  color: #a39e9e;
  font-weight: 500;
  font-size: 16px;
  border: none;
  padding: 10px 10px;
  margin-right: 5px;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}

.product-detail-nav-tabs .nav-link-detail.active {
  color: black;
  background-color: transparent;
  border: 1px solid #dee2e6;
}

.product-detail-nav-tabs .nav-link-detail:hover {
  text-decoration: none;
}

.description-block {
  padding: 15px;
}

.description-heading-blue {
  background-color: #01668f;
  color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  border-radius: 4px;
}

.specification-heading-blue-light {
  background-color: #01668f;
  color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  border-radius: 4px;
}

.property-list {
  padding-left: 20px;
  list-style: decimal;
}

.property-list li {
  margin-bottom: 10px;
  line-height: 1.5;
}

.spec-table-container {
  display: flex;
  gap: 30px;
}

.spec-table {
  flex: 1;
  width: 100%;
  margin-bottom: 0;
  border: none;
}

.spec-table tr:nth-child(even) {
  background-color: #f8f9fa;
}

.spec-table td {
  padding: 10px 15px;
  border: none;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}

.spec-table .spec-key {
  font-weight: 500;
  width: 40%;
  color: black;
  background-color: #d7e9f0;
  vertical-align: middle;
}

.spec-table .spec-value {
  width: 60%;
  font-weight: 400;
  color: #333;
}

.product-tabs-section-detail {
  padding: 30px 0;
}

/* Sewing Machine */
.header-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-title-group {
  flex-shrink: 0;
}

.header-action-group {
  flex-grow: 1;
  text-align: end;
}

.title-and-subtitle-wrapper {
  display: flex;
  align-items: baseline;
  padding: 0;
}

.title-and-subtitle-wrapper h2 {
  margin-bottom: 0;
  margin-right: 15px;
}

.title-and-subtitle-wrapper .description {
  margin-bottom: 0;
  margin-left: 0;
}

.product-carousel.owl-theme {
  position: relative;
  padding: 0;
}

.product-carousel.owl-theme .owl-nav button:hover {
  color: black;
  border: 1px solid #7c7c7c !important;
}

.product-carousel.owl-theme .owl-nav button {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 25%;
  background: #fff !important;
  border: 1px solid #ccc !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  opacity: 1;
  z-index: 10;
  cursor: pointer;
  transition: all 0.2s;
}

.product-carousel.owl-theme .owl-nav .owl-prev {
  left: -50px;
}

.product-carousel.owl-theme .owl-nav .owl-next {
  right: -50px;
}

.category-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.card-image img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}

.card-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 3px;
}

.product-category-section .category-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.product-category-section .category-grid > div {
  margin-bottom: 0 !important;
  padding: 0;
  flex-basis: calc((100% - 50px) / 6);
  flex-grow: 1;
  flex-shrink: 0;
}

.product-carousel-section {
  padding: 20px 0;
}

.header-title-wrapper h2 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
}

.header-title-wrapper .description {
  font-size: 16px;
  color: #666;
  margin-bottom: 0;
}

.header-divider {
  border: 0;
  border-top: 1px solid #ddd;
  margin-top: 5px !important;
  margin-bottom: 25px !important;
}

.view-all-link {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-blue);
  text-decoration: none;
}

.product-card {
  background: #fff;
  border-radius: 5px;
  position: relative;
  height: 100%;
  overflow: hidden;
  transition: box-shadow 0.3s;
}

.product-image-container {
  border: 1px solid #918b8b;
  border-radius: 8px;
  position: relative;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.badge-stock {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #007bff;
  color: #fff;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 600;
  border-radius: 3px;
  z-index: 10;
  display: none !important;
}

.top-right-icons {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.product-setting-icon {
  font-size: 14px;
  color: #6c757d;
}

.product-info {
  padding: 15px 0;
}

.rating-bar {
  margin-bottom: 8px !important;
  display: none !important;
}

.product-rating i {
  color: #ffc107;
  font-size: 12px;
}

.product-small-icons .icon-diamond,
.product-small-icons .icon-globe {
  font-size: 12px;
  color: #6c757d;
}

.card-title3 {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-description {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  line-height: 1.5;
  height: calc(1.4em * 2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.btn-more-full {
  background: linear-gradient(
    to left,
    var(--primary-blue) 0%,
    var(--primary-blue) 50%,
    black 50%,
    black 100%
  );
  background-size: 250% 100%;
  background-position: right bottom;
  color: #ffffff !important;
  border: none;
  padding: 10px 18px !important;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: background-position 0.4s ease-in-out;
  justify-content: center;
}

.btn-more-full:hover {
  background-position: left bottom;
  color: #ffffff;
  text-decoration: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 4px;
  background: #add8e6 !important;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary-blue) !important;
  transform: scale(1.1);
}

.product-carousel.owl-theme .owl-dots {
  text-align: center;
  margin-top: 15px;
}

.category-card {
  background-color: #eff3f7;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: box-shadow 0.3s;
}

.category-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.card-image2 {
  padding: 15px 10px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-info {
  padding-top: 5px;
}

.card-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 3px;
}

/* order-section */
.order-section {
  padding: 30px 0;
  text-align: center;
  background-image: url("../img/work2_overlay.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.card-title2 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  margin-top: 0;
  margin-bottom: 30px !important;
  position: relative;
}

.card-title2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #0582ca 20%, #d3d3d3 20%);
}

.order-section .owl-carousel .owl-stage-outer {
  width: 101% !important;
}

.order-section .container {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 17px;
  color: #666;
  margin-bottom: 50px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-subtitle::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 3px;
  background-color: #d8d8d8;
  margin-top: 15px;
}

.section-subtitle::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 15%;
  height: 3px;
  background-color: var(--primary-blue);
  margin-top: 15px;
}

#order-owl-carousel .owl-stage {
  height: 585px !important;
  padding-top: 10px !important;
}

.order-section .owl-carousel.order-slider .owl-dots {
  display: block !important;
  text-align: center;
  padding-top: 15px;
}

.order-section .owl-carousel.order-slider .owl-dot {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.order-section .owl-carousel.order-slider .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 0;
  background: #555;
  display: block;
}

.order-section .owl-carousel.order-slider .owl-dot.active {
  opacity: 1;
}

.order-section .owl-carousel.order-slider .owl-dot.active span {
  background: var(--primary-blue);
}

.order-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  text-align: left;
  height: 100%;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.order-card::after {
  content: "";
  display: block;
  width: 10px;
  background-color: #dedede;
  position: absolute;
  top: 15px;
  bottom: -9px;
  right: -10px;
  -webkit-clip-path: polygon(0 0, 100% 6px, 100% 100%, 0 100%);
  -khtml-clip-path: polygon(0 0, 100% 6px, 100% 100%, 0 100%);
  -moz-clip-path: polygon(0 0, 100% 6px, 100% 100%, 0 100%);
  -ms-clip-path: polygon(0 0, 100% 6px, 100% 100%, 0 100%);
  -o-clip-path: polygon(0 0, 100% 6px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 6px, 100% 100%, 0 100%);
  transition: all 350ms ease-in-out 0ms;
}

.order-card::before {
  content: "";
  display: block;
  height: 10px;
  background-color: #dedede;
  position: absolute;
  bottom: -9px;
  left: 10px;
  right: -1px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 6px 100%);
  -khtml-clip-path: polygon(0 0, 100% 0, 100% 100%, 6px 100%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 6px 100%);
  -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 6px 100%);
  -o-clip-path: polygon(0 0, 100% 0, 100% 100%, 6px 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 6px 100%);
  transition: all 350ms ease-in-out 0ms;
}

.order-card:hover::after,
.order-card:hover::before {
  background-color: var(--primary-blue);
}

.card-image-container {
  position: relative;
  overflow: hidden;
}

.card-icon-overlay {
  display: inline-block;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 0.5s ease-in-out;
  transform: rotateY(0deg);
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: var(--primary-blue);
  color: white;
  padding: 8px 12px;
  font-size: 1.5rem;
}

.order-card:hover .card-icon-overlay {
  transform: rotateY(-720deg);
}

.card-body {
  padding: 30px 25px;
}

.order-card .card-body {
  height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.read-more-link {
  background: linear-gradient(
    to left,
    var(--primary-blue) 0%,
    var(--primary-blue) 50%,
    black 50%,
    black 100%
  );
  background-size: 250% 100%;
  background-position: right bottom;
  color: #ffffff !important;
  border: none;
  padding: 10px 24px !important;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: background-position 0.4s ease-in-out;
  width: fit-content;
}

.read-more-link:hover {
  background-position: left bottom;
  color: #ffffff;
  text-decoration: none;
}

.read-more-link .icon-arrow {
  opacity: 0;
  transition: all 0.3s ease;
  line-height: normal;
  margin-left: -20px;
}

.read-more-link .icon-plus {
  opacity: 1;
  transition: all 0.3s ease;
  line-height: normal;
  color: var(--primary-blue);
}

.order-card:hover .read-more-link {
  color: var(--primary-blue);
  text-decoration: none;
}

.order-card:hover .read-more-link .icon-plus {
  opacity: 0;
  color: var(--primary-blue);
}

.order-card:hover .read-more-link .icon-arrow {
  opacity: 1;
  color: var(--primary-blue);
}

.order-product-btn {
  background: linear-gradient(
    to left,
    var(--primary-blue) 0%,
    var(--primary-blue) 50%,
    black 50%,
    black 100%
  );
  background-size: 250% 124%;
  background-position: right bottom;
  color: #ffffff;
  border: none;
  padding: 10px 24px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: background-position 0.4s ease-in-out;
  width: fit-content;
}

.order-product-btn:hover {
  background-position: left bottom;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}

.card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.read-more-link2 {
  color: black;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s;
  position: relative;
  gap: 10px;
}

.read-more-link2 .icon-arrow {
  opacity: 0;
  transition: all 0.3s ease;
  line-height: normal;
  margin-left: -20px;
}

.read-more-link2 .icon-plus {
  opacity: 1;
  transition: all 0.3s ease;
  line-height: normal;
  color: var(--primary-blue);
}

.order-card:hover .read-more-link2 {
  color: var(--primary-blue);
  text-decoration: none;
}

.order-card:hover .read-more-link2 .icon-plus {
  opacity: 0;
  color: var(--primary-blue);
}

.order-card:hover .read-more-link2 .icon-arrow {
  opacity: 1;
  color: var(--primary-blue);
}

.description-segment {
  margin-bottom: 5px;
}

.scroll-to-top-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--primary-blue);
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  font-size: 20px;
}

@media (max-width: 450px) {
  .product-image-container {
    height: 200px;
  }

  .product-description-full {
    min-height: min-content;
    max-height: max-content;
  }

  .product-detail-section {
    padding: 10px 0;
  }

  .breadcrumb-section {
    padding: 10px 0;
  }

  .section-title {
    font-size: 30px;
  }

  .pc {
    display: none !important;
  }

  .service-hero-section {
    position: relative;
    padding: 80px 15px;
    text-align: center;
    overflow: hidden;
    min-height: 200px;
    margin-top: 70px;
  }

  .service-hero-section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }

  .service-hero-section .container {
    position: relative;
    z-index: 2;
  }

  .service-hero-section .row {
    width: 100%;
    margin: 0;
    display: block;
  }

  .service-hero-section h1 {
    color: white;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .service-hero-section p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-bottom: 15px;
    padding: 0 10px;
  }

  .service-hero-section .breadcrumb {
    color: white;
    font-size: 13px;
    padding: 10px 20px !important;
    justify-content: center;
  }

  .service-hero-section .breadcrumb a {
    color: white;
    text-decoration: none;
  }

  .service-hero-section .breadcrumb i {
    font-size: 10px;
    vertical-align: middle;
    margin: 0 5px;
  }

  #shopPageBreadcrumb {
    flex-wrap: wrap;
    overflow-x: visible;
    font-size: 13px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .breadcrumb-link,
  .breadcrumb-separator,
  .current-page {
    white-space: normal;
    margin-left: 2px;
    margin-right: 2px;
    display: inline;
  }

  .current-page {
    word-break: break-word;
    font-weight: 500;
    color: #333;
  }

  .product-main-content {
    flex-direction: column;
    gap: 20px;
  }

  .product-image-column {
    padding: 0;
    border: none;
    border-radius: 0;
    width: 100%;
  }

  .product-image-column .main-product-img {
    height: auto;
    max-height: 400px;
    width: 100%;
  }

  .product-image-column .owl-nav {
  }

  .product-info-column {
    width: 100%;
  }

  .ask-specialist-block {
    gap: 10px;
    padding: 10px 0;
  }

  .specialist-details .question-text,
  .specialist-details .phone-number {
    text-align: left;
  }

  .specialist-details .live-chat-link {
    margin-left: 0;
  }

  .product-feature-list {
    /* grid-template-columns: repeat(1, 1fr); */
    gap: 2px;
  }

  .product-feature-list li {
    align-items: center;
    padding: 5px 0;
  }

  .product-feature-list .feature-text {
    gap: 0px;
  }

  .product-feature-list .feature-icon-wrapper {
    margin-right: 10px;
  }

  .product-feature-list .feature-title {
    font-size: 12px;
  }

  .product-feature-list .feature-desc {
    font-size: 11px;
  }

  .specialist-details .phone-number {
    font-size: 15px;
  }

  .action-buttons {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }

  .action-buttons .btn {
    padding: 12px 20px;
    width: 100%;
  }

  .spec-table-container {
    flex-direction: column;
  }

  .description-block {
    padding: 10px 5px;
  }

  .spec-table {
    width: 100%;
    font-size: 14px;
  }

  .spec-table .spec-key {
    width: 45%;
    font-size: 14px;
  }

  .spec-table .spec-value {
    width: 55%;
    word-break: break-word;
  }

  .description-heading-blue,
  .specification-heading-blue-light {
    font-size: 16px;
    padding: 8px 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .property-list {
    padding-left: 20px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .title-and-subtitle-wrapper {
    flex-direction: column;
  }

  .product-carousel.owl-theme .owl-nav .owl-prev,
  .product-carousel.owl-theme .owl-nav .owl-next {
    display: none;
  }

  .product-category-section .category-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .product-category-section .category-grid {
    gap: 0px;
  }

  .product-category-section .category-grid::-webkit-scrollbar {
    display: none;
  }

  .product-category-section .category-grid > div {
    flex-basis: 30%;
    min-width: 120px;
    flex-shrink: 0;
    margin-right: 10px;
    margin-bottom: 0 !important;
    padding: 0;
  }

  .product-category-section .category-grid > div:last-child {
    margin-right: 10px;
  }

  .order-section .owl-carousel .owl-stage-outer {
    width: 103% !important;
  }
}

@media (min-width: 992px) and (max-width: 1299px) {
  .service-hero-section {
    height: 40vh;
  }

  .service-hero-section h1 {
    font-size: 48px;
  }

  .service-hero-section p {
    font-size: 18px;
    padding: 0 100px;
  }

  .order-section .owl-carousel .owl-stage-outer {
    height: 550px;
  }

  .order-card .card-body {
    padding: 20px;
    height: 280px;
  }

  .card-icon-overlay {
    top: 20px;
    left: 20px;
    padding: 6px 10px;
    font-size: 1.2rem;
  }

  .order-product-btn {
    padding: 8px 20px;
    font-size: 14px;
  }
}

@media (min-width: 1300px) and (max-width: 1700px) {
  .service-hero-section {
    height: 40vh;
  }

  .service-hero-section h1 {
    font-size: 48px;
  }

  .service-hero-section p {
    font-size: 18px;
    padding: 0 220px;
  }

  .order-section {
    padding: 30px 0;
  }

  #order-owl-carousel .owl-stage {
    height: 670px !important;
    padding-top: 15px !important;
  }

  .order-card .card-body {
    padding: 40px 30px;
    height: 350px;
  }

  .order-product-btn {
    padding: 12px 28px;
    font-size: 16px;
  }
}
