/* Sharper Barbershop - Single Product Styles */

/* Main product container */
.single-product div.product {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-top: 40px !important;
  max-width: 100% !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
}

/* Force the layout to be side by side */
.single-product .woocommerce-product-gallery {
  float: left !important;
  clear: none !important;
  width: 50% !important;
  box-sizing: border-box !important;
}

.single-product .summary.entry-summary {
  float: right !important;
  clear: none !important;
  width: 50% !important;
  box-sizing: border-box !important;
}

/* Hide default WooCommerce gallery */
.single-product .woocommerce-product-gallery {
  display: none !important;
}

/* Custom Swiper Gallery */
.sharper-product-gallery {
  width: 50% !important;
  margin-bottom: 40px !important;
  padding: 20px !important;
  box-sizing: border-box !important;
}

.sharper-gallery-main {
  width: 100% !important;
  margin-bottom: 15px !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  height: auto !important;
}

.sharper-gallery-main .swiper-slide {
  height: auto !important;
}

.sharper-gallery-main .swiper-slide img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
}

.sharper-gallery-thumbs {
  width: 100% !important;
  height: 100px !important;
  margin-top: 15px !important;
  display: flex !important;
  justify-content: center !important;
  padding: 10px 15px !important;
  box-sizing: border-box !important;
}

.sharper-gallery-thumbs .swiper-wrapper {
  justify-content: center !important;
  align-items: center !important;
  padding: 5px !important;
  box-sizing: border-box !important;
}

.sharper-gallery-thumbs .swiper-slide {
  width: 80px !important;
  height: 80px !important;
  opacity: 0.6 !important;
  cursor: pointer !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  border: 2px solid #f0f0f0 !important;
  transition: all 0.3s ease !important;
  flex-shrink: 0 !important;
  margin: 0 5px !important;
}

.sharper-gallery-thumbs .swiper-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.sharper-gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1 !important;
  border: 2px solid #000 !important;
}

.sharper-gallery-thumbs .swiper-slide:hover {
  opacity: 1 !important;
  border: 2px solid #000 !important;
}

/* Swiper navigation */
.sharper-gallery-main .swiper-button-next,
.sharper-gallery-main .swiper-button-prev {
  color: #000 !important;
  background: transparent !important;
  width: 40px !important;
  height: 40px !important;
  margin-top: -20px !important;
}

.sharper-gallery-main .swiper-button-next:after,
.sharper-gallery-main .swiper-button-prev:after {
  font-size: 20px !important;
  font-weight: bold !important;
}

.sharper-gallery-main .swiper-button-next:hover,
.sharper-gallery-main .swiper-button-prev:hover {
  color: #333 !important;
}

/* Product summary */
.single-product .summary.entry-summary {
  width: 50% !important;
  padding: 20px !important;
  box-sizing: border-box !important;
}

.single-product .product_title.entry-title {
  font-size: 4rem !important;
  font-weight: 700 !important;
  margin-bottom: 0px !important;
  text-transform: uppercase !important;
  color: #000 !important;
  letter-spacing: 0.5px !important;
}

.single-product .woocommerce-product-rating {
  margin-bottom: 15px !important;
}

.single-product .woocommerce-review-link {
  color: #666 !important;
  text-decoration: none !important;
}
.woocommerce div.product form.cart .button {
  letter-spacing: 0px !important;
}
.single-product .price {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  color: #000 !important;
  margin-top: 0px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  .woocommerce-breadcrumb {
  background-color: var(--accentColor);
  padding: 10px 20px;
  color: #fff;
}
.woocommerce-breadcrumb a {
  color: #fff !important;
}
.single-product .woocommerce-product-details__short-description {
  margin-bottom: 0px !important;
  color: #333 !important;
  line-height: 1.4 !important;
  font-size: 14px !important;
  position: relative !important;
  transition: max-height 0.3s ease !important;
}

/* Read more functionality */
.single-product .woocommerce-product-details__short-description.collapsed {
  max-height: 112px !important; /* Approximately 5-6 lines (14px * 1.4 * 5.7) */
  overflow: hidden !important;
}

.single-product
  .woocommerce-product-details__short-description.collapsed::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 20px !important;
  background: linear-gradient(transparent, #fff) !important;
  pointer-events: none !important;
}

.sharper-read-more-btn {
  background: none !important;
  border: none !important;
  color: #000 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  padding: 8px 0 !important;
  margin-top: 8px !important;
  margin-bottom: 20px !important;
  text-decoration: underline !important;
  display: inline-block !important;
}

.sharper-read-more-btn:hover {
  color: #333 !important;
}

/* Reduce paragraph spacing */
.single-product .woocommerce-product-details__short-description p {
  margin-bottom: 8px !important;
}

.single-product .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0 !important;
}

/* Add to cart section */
.single-product .cart {
  margin-bottom: 15px !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
}

.single-product .quantity {
  margin-right: 5px !important;
  margin-bottom: 0 !important;
  display: flex !important;
  align-items: center !important;
  border: 1px solid #ddd !important;
  height: 40px !important;
}

.single-product .quantity .minus,
.single-product .quantity .plus {
  width: 40px !important;
  height: 40px !important;
  background: none !important;
  font-size: 18px !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.single-product .quantity .qty {
  height: 40px !important;
  width: 40px !important;
  text-align: center !important;
  border: none !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  appearance: textfield !important;
  -moz-appearance: textfield !important;
}

.single-product .quantity .qty::-webkit-outer-spin-button,
.single-product .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.single-product .single_add_to_cart_button {
  background-color: #000 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  padding: 12px 25px !important;
  border: none !important;
  cursor: pointer !important;
  font-weight: 600 !important;
  transition: background-color 0.3s !important;
  flex-grow: 1 !important;
  text-align: center !important;
  letter-spacing: 1px !important;
  position: relative !important;
}

.single-product .single_add_to_cart_button:after {
  content: "+" !important;
  margin-left: 8px !important;
  font-size: 18px !important;
}

.single-product .single_add_to_cart_button:hover {
  background-color: #333 !important;
}

/* Product features */
.single-product .product-features {
  margin-top: 20px !important;
  display: flex !important;
  flex-wrap: wrap !important;
}

.single-product .product-feature {
  display: flex !important;
  align-items: center !important;
  margin-right: 20px !important;
  margin-bottom: 10px !important;
  font-size: 14px !important;
  color: #333 !important;
}

/* Product meta */
.single-product .product_meta {
  margin-top: 20px !important;
  font-size: 14px !important;
  color: #666 !important;
}

.single-product .product_meta > span {
  display: block !important;
  margin-bottom: 5px !important;
}

/* Product tabs */
.single-product .woocommerce-tabs {
  margin-top: 30px !important;
  width: 100% !important;
}

.single-product .wc-tabs-wrapper {
  width: 100% !important;
}

/* Custom accordion tabs */
.sharper-accordion-tabs {
  margin-top: 20px !important;
  margin-bottom: 30px !important;
  border-top: 1px solid #ddd !important;
  width: 100% !important;
}

.accordion-tab {
  border-bottom: 1px solid #ddd !important;
  margin-bottom: 0 !important;
}

.accordion-tab-title {
  padding: 15px 0 !important;
  cursor: pointer !important;
  position: relative !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  font-size: 14px !important;
}

.accordion-tab-title:after {
  content: "+" !important;
  font-size: 20px !important;
  transition: all 0.3s !important;
  font-weight: bold !important;
}

.accordion-tab.active .accordion-tab-title:after {
  content: "−" !important;
}

/* Sharper Product USPs */
.sharper-product-usps {
  display: flex !important;
  flex-wrap: wrap !important;
  margin: 10px 0 20px 0 !important;
  padding: 0 !important;
  list-style: none !important;
  justify-content: center !important;
}

.sharper-product-usp-item {
  flex: 1 1 33.333% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 10px !important;
  font-size: 14px !important;
  color: #000 !important;
  font-weight: 500 !important;
  text-align: center !important;
}

.sharper-product-usp-item:before {
  content: "✓" !important;
  margin-right: 8px !important;
  font-weight: bold !important;
}

/* Stock status */
.sharper-stock-status {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 15px !important;
  font-weight: 500 !important;
  color: #000 !important;
  margin-top: 0px;
}

.sharper-stock-status.in-stock:before {
  content: "●" !important;
  margin-right: 8px !important;
  color: #2ecc71 !important;
}

.accordion-tab-content {
  padding: 0 0 20px 0 !important;
  display: none !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: #333 !important;
}

.accordion-tab.active .accordion-tab-content {
  display: block !important;
}

.accordion-tab-content p {
  margin-bottom: 15px !important;
}

.accordion-tab-content p:last-child {
  margin-bottom: 0 !important;
}

/* Hide original WooCommerce tabs */
.woocommerce-tabs.wc-tabs-wrapper {
  display: none !important;
}

/* Custom content sections */
.sharper-product-custom-sections {
  width: 100% !important;
  margin-top: 60px !important;
  margin-bottom: 60px !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
}

.sharper-product-section {
  display: flex !important;
  margin-bottom: 0 !important;
  min-height: 700px !important; /* Ökad höjd till 700px */
  position: relative !important;
}

.sharper-product-section.reverse-layout {
  flex-direction: row-reverse !important;
}

.sharper-product-section-image {
  width: 50% !important;
  height: 700px !important; /* Ökad höjd till 700px */
  overflow: hidden !important;
  flex: 0 0 50% !important; /* Säkerställer att bilden alltid tar exakt 50% */
}

.sharper-product-section-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.sharper-product-section-content {
  width: 50% !important;
  padding: 20px !important; /* Behåller din padding på 20px */
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important; /* Ändrat från center till space-between */
  flex: 0 0 50% !important; /* Säkerställer att innehållet alltid tar exakt 50% */
  box-sizing: border-box !important; /* Säkerställer att padding inkluderas i bredden */
  min-height: 700px !important; /* Ökad höjd till 700px */
}

.sharper-product-section-title {
  font-size: 48px !important; /* Ökad fontstorlek */
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  text-transform: uppercase !important;
  line-height: 1.1 !important; /* Justerad line-height för bättre läsbarhet */
}

.sharper-product-section-text {
  margin-bottom: 25px !important;
}

.sharper-product-section-link {
  display: inline-block !important;
  text-decoration: none !important;
  color: #000 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  position: relative !important;
  margin-top: auto !important; /* Säkerställer att länken hamnar längst ner */
}

.sharper-product-section-link:after {
  content: "→" !important;
  margin-left: 5px !important;
  transition: margin-left 0.3s !important;
}

.sharper-product-section-link:hover:after {
  margin-left: 10px !important;
}

/* Bottom content wrapper */
.sharper-product-section-bottom-content {
  display: flex !important;
  flex-direction: column !important;
  margin-top: auto !important; /* Placerar wrappern längst ner i content-containern */
}

/* Reviews section */
.sharper-product-reviews {
  width: 100% !important;
  margin-bottom: 60px !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  border-top: 1px solid #ddd !important;
  padding-top: 40px !important;
}

.sharper-reviews-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 30px !important;
  padding: 0 20px !important;
}

.sharper-product-reviews-title {
  font-size: 32px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  text-transform: uppercase !important;
  color: #000 !important;
}

.sharper-overall-rating {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.overall-rating-number {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #000 !important;
}

.overall-rating-stars {
  display: flex !important;
  gap: 2px !important;
}

.overall-rating-stars .star {
  font-size: 20px !important;
  color: #000 !important;
}

.overall-rating-stars .star.filled {
  color: #000 !important;
}

.rating-text {
  font-size: 14px !important;
  color: #666 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.sharper-reviews-carousel {
  position: relative !important;
  overflow: hidden !important;
  padding: 0 20px !important;
  min-height: 200px !important;
}

.sharper-reviews-prev,
.sharper-reviews-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 10 !important;
  background-color: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
}

.sharper-reviews-prev {
  left: 10px !important;
}

.sharper-reviews-next {
  right: 10px !important;
}

.sharper-reviews-track {
  display: flex !important;
  transition: transform 0.5s ease !important;
  gap: 20px !important;
}

.sharper-review-item {
  flex: 0 0 calc(25% - 15px) !important; /* 4 reviews in desktop */
  min-width: 250px !important;
  box-sizing: border-box !important;
}

.sharper-review-content {
  background-color: #f9f9f9 !important;
  padding: 25px !important;
  border-radius: 8px !important;
  min-height: 100px !important;
  height: 100% !important;
  border: 1px solid #eee !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

.sharper-review-rating-display {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-bottom: 15px !important;
}

.review-rating-number {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #000 !important;
}

.review-rating-stars {
  display: flex !important;
  gap: 1px !important;
}

.review-rating-stars .star {
  font-size: 16px !important;
  color: #000 !important;
}

.review-rating-stars .star.filled {
  color: #000 !important;
}

.sharper-review-text {
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #333 !important;
  margin-top: auto !important;
}

/* Related products section */
.related.products,
.sharper-related-products {
  width: 100% !important;
  margin-top: 60px !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative !important;
  padding: 30px 20px !important;
  background-color: #f0f0f0;
}

.related.products > h2,
.sharper-related-products > h2 {
  font-size: 3.5rem !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
  text-transform: uppercase !important;
  color: #000 !important;
  padding: 10px 0px !important;
  border-bottom: 1px solid #a4a4a4;
  margin-top: 0px;
}

/* Style related products like the product slider */
.related.products .products {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  scroll-snap-type: x mandatory !important;
  gap: 10px !important;
  padding-bottom: 15px !important;
  scrollbar-width: none !important; /* Firefox */
  -ms-overflow-style: none !important; /* IE and Edge */
  flex-direction: row !important; /* Säkerställ att produkterna visas i en rad */
  width: 100% !important;
}

.related.products .products::-webkit-scrollbar {
  display: none !important; /* Chrome, Safari and Opera */
}

.related.products .product {
  flex: 0 0 calc(25% - 7.5px) !important; /* 4 produkter i desktop med 10px gap */
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  scroll-snap-align: start !important;
  min-width: 250px !important; /* Sätt en minsta bredd för att undvika för smala produkter */
  margin: 0 0 10px 0 !important; /* Lägg till lite margin-bottom */
  width: auto !important;
  max-width: calc(25% - 7.5px) !important; /* Säkerställ maxbredd */
}

.related.products .product img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  aspect-ratio: 1/1 !important;
  margin-bottom: 10px !important;
  display: block !important;
}

/* Fixa så att produktbilderna visas korrekt */
.related.products .woocommerce-loop-product__link {
  display: block !important;
  width: 100% !important;
}

.related.products .product h2 {
  font-size: 14px !important;
  font-weight: 600 !important;
  margin: 0 0 5px 0 !important;
  text-transform: uppercase !important;
  color: #000 !important;
  padding: 0 !important;
}

.related.products .product .price {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #000 !important;
  margin-bottom: 10px !important;
}

.related.products .product .button {
  display: inline-block !important;
  padding: 8px 15px !important;
  background-color: #000 !important;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
  transition: all 0.3s ease !important;
  border: none !important;
  border-radius: 0 !important;
  margin-top: 10px !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.related.products .product:hover .button {
  opacity: 1 !important;
  visibility: visible !important;
}

.related.products .product .button:hover {
  background-color: #333 !important;
}

/* Navigation and progress bar for related products */
.related.products .sharper-product-nav,
.sharper-related-products .sharper-product-nav {
  position: relative !important;
  display: flex !important;
  gap: 10px !important;
  z-index: 20 !important;
  justify-content: flex-end !important;
  margin-bottom: 15px !important;
  padding: 0 20px !important;
}

.related.products .sharper-product-nav-prev,
.related.products .sharper-product-nav-next,
.sharper-related-products .sharper-product-nav-prev,
.sharper-related-products .sharper-product-nav-next {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  background-color: #fff !important;
  border: 1px solid #ddd !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.related.products .sharper-product-nav-prev:hover,
.related.products .sharper-product-nav-next:hover,
.sharper-related-products .sharper-product-nav-prev:hover,
.sharper-related-products .sharper-product-nav-next:hover {
  background-color: #f5f5f5 !important;
}

.related.products .sharper-product-slider-container,
.sharper-related-products .sharper-product-slider-container {
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
  padding: 0 20px 15px 20px !important;
}

.related.products .sharper-product-progress-container,
.sharper-related-products .sharper-product-progress-container {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 2px !important;
  background-color: #f0f0f0 !important;
}

.related.products .sharper-product-progress-bar,
.sharper-related-products .sharper-product-progress-bar {
  height: 100% !important;
  background-color: #000 !important;
  width: 15% !important;
  transition: width 0.3s ease !important;
}

/* Custom product slider styles */
.sharper-product-slider {
  position: relative !important;
  width: 100% !important;
}

.sharper-product-slider-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  scroll-snap-type: x mandatory !important;
  gap: 10px !important;
  padding-bottom: 15px !important;
  scrollbar-width: none !important; /* Firefox */
  -ms-overflow-style: none !important; /* IE and Edge */
}

.sharper-product-slider-track::-webkit-scrollbar {
  display: none !important; /* Chrome, Safari and Opera */
}

.sharper-product-item {
  flex: 0 0 calc(25% - 7.5px) !important; /* 4 produkter i desktop med 10px gap */
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  scroll-snap-align: start !important;
  min-width: 250px !important;
  margin: 0 0 10px 0 !important;
}

.sharper-product-image-container {
  position: relative !important;
  width: 100% !important;
  padding-bottom: 100% !important; /* 1:1 aspect ratio */
  overflow: hidden !important;
  margin-bottom: 10px !important;
}

.sharper-product-image {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.sharper-product-info {
  padding: 10px 0 !important;
}

.sharper-product-name {
  font-size: 14px !important;
  font-weight: 600 !important;
  margin: 0 0 5px 0 !important;
  text-transform: uppercase !important;
  color: #000 !important;
}

.sharper-product-price-stock {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.sharper-product-price {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #000 !important;
}

.sharper-product-stock {
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
}

.sharper-product-stock.in-stock {
  color: #28a745 !important;
}

.sharper-product-stock.out-of-stock {
  color: #dc3545 !important;
}

.sharper-product-button-container {
  margin-top: 10px !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.3s ease, visibility 0.3s ease !important;
}

.sharper-product-item:hover .sharper-product-button-container {
  opacity: 1 !important;
  visibility: visible !important;
}

.sharper-product-button {
  display: inline-block !important;
  padding: 8px 15px !important;
  background-color: #000 !important;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
  transition: all 0.3s ease !important;
  border: none !important;
}

/* Responsive styles */
@media (max-width: 768px) {
  .single-product div.product {
    flex-direction: column !important;
  }

  .woocommerce-product-gallery.sharper-product-gallery,
  .single-product .summary.entry-summary {
    width: 100% !important;
    padding-left: 0 !important;
  }

  .sharper-product-gallery .woocommerce-product-gallery__wrapper {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .sharper-product-gallery .flex-control-nav,
  .sharper-product-gallery .flex-control-thumbs {
    width: 100% !important;
    flex-direction: row !important;
    padding-right: 0 !important;
    margin-top: 10px !important;
  }

  .sharper-product-gallery .flex-control-thumbs li {
    width: 25% !important;
    padding: 0 5px !important;
  }

  .sharper-product-section,
  .sharper-product-section.reverse-layout {
    flex-direction: column !important;
    min-height: auto !important;
  }

  .sharper-product-section-image,
  .sharper-product-section-content {
    width: 100% !important;
    flex: 0 0 100% !important;
  }

  .sharper-product-section-content {
    min-height: 450px !important; /* Ökad höjd för mobil */
    padding: 40px 30px !important; /* Mindre padding på mobil */
  }

  .sharper-product-section-title {
    font-size: 36px !important; /* Mindre fontstorlek på mobil */
  }

  .sharper-review-item {
    flex: 0 0 100% !important;
  }

  .sharper-product-section-image {
    height: 400px !important; /* Ökad höjd för mobil */
  }

  /* Responsive styles for related products */
  .related.products .product {
    flex: 0 0 calc(50% - 5px) !important; /* 2 produkter i mobil med 10px gap */
    min-width: 150px !important;
    max-width: calc(50% - 5px) !important;
  }

  .related.products .sharper-product-slider-container,
  .sharper-related-products .sharper-product-slider-container {
    padding: 0 10px 15px 10px !important;
  }

  .related.products > h2,
  .related.products .sharper-product-nav,
  .sharper-related-products > h2,
  .sharper-related-products .sharper-product-nav {
    padding: 0 10px !important;
  }

  /* Custom product slider responsive styles */
  .sharper-product-item {
    flex: 0 0 calc(50% - 5px) !important; /* 2 produkter i mobil med 10px gap */
    min-width: 150px !important;
  }

  .sharper-product-slider-track {
    gap: 10px !important;
  }
}

/* Mobile responsive for product gallery */
@media (max-width: 768px) {
  /* Prevent horizontal scroll on mobile */
  body.single-product {
    overflow-x: hidden !important;
  }

  .single-product div.product {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }
  .sharper-product-gallery {
    width: 100% !important;
    padding: 15px !important;
    margin-bottom: 20px !important;
  }

  .single-product .summary.entry-summary {
    width: 100% !important;
    padding: 15px !important;
  }

  /* Product title and text sizing for mobile */
  .single-product .product_title.entry-title {
    font-size: 24px !important;
    margin-bottom: 8px !important;
  }

  .single-product .price {
    font-size: 20px !important;
    margin-bottom: 15px !important;
  }

  .single-product .woocommerce-product-details__short-description {
    font-size: 13px !important;
    margin-bottom: 0px !important;
    line-height: 1.4 !important;
  }

  .single-product .woocommerce-product-details__short-description.collapsed {
    max-height: 100px !important; /* Approximately 5-6 lines on mobile (13px * 1.4 * 5.5) */
  }

  .sharper-read-more-btn {
    font-size: 13px !important;
    margin-top: 6px !important;
    margin-bottom: 15px !important;
  }

  .sharper-gallery-main {
    height: auto !important;
  }

  .sharper-gallery-main .swiper-slide {
    height: auto !important;
  }

  .sharper-gallery-thumbs {
    height: 80px !important;
    padding: 5px 10px !important;
  }

  .sharper-gallery-thumbs .swiper-slide {
    width: 60px !important;
    height: 60px !important;
    margin: 0 3px !important;
  }

  /* Product sections responsive */
  .sharper-product-section {
    flex-direction: column !important;
    min-height: auto !important;
  }

  .sharper-product-section.reverse-layout {
    flex-direction: column !important;
  }

  .sharper-product-section-image {
    width: 100% !important;
    height: 250px !important;
    flex: none !important;
  }

  .sharper-product-section-content {
    width: 100% !important;
    min-height: auto !important;
    flex: none !important;
    padding: 20px 15px !important;
  }

  .sharper-product-section-title {
    font-size: 28px !important;
  }

  /* Accordion and other elements mobile styling */
  .accordion-tab-title {
    font-size: 14px !important;
    padding: 12px 0 !important;
  }

  .accordion-tab-content {
    font-size: 13px !important;
    padding: 0 0 15px 0 !important;
  }

  /* Stock status mobile */
  .sharper-stock-status {
    font-size: 13px !important;
    margin-bottom: 12px !important;
  }

  /* Add to cart button mobile */
  .single-product .single_add_to_cart_button {
    font-size: 14px !important;
    padding: 10px 20px !important;
  }

  /* Quantity controls mobile */
  .single-product .quantity {
    height: 36px !important;
  }

  .single-product .quantity .minus,
  .single-product .quantity .plus {
    width: 36px !important;
    height: 36px !important;
    font-size: 16px !important;
  }

  .single-product .quantity .qty {
    height: 36px !important;
    width: 36px !important;
    font-size: 14px !important;
  }

  /* USPs responsive */
  .sharper-product-usp-item {
    flex: 1 1 33.333% !important;
    margin-bottom: 8px !important;
    font-size: 11px !important;
    padding: 0 2px !important;
  }

  /* Reviews responsive */
  .sharper-reviews-header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 15px !important;
    padding: 0 15px !important;
  }

  .sharper-product-reviews-title {
    font-size: 24px !important;
  }

  .sharper-overall-rating {
    align-self: flex-end !important;
  }

  .overall-rating-number {
    font-size: 24px !important;
  }

  .overall-rating-stars .star {
    font-size: 16px !important;
  }

  .rating-text {
    font-size: 14px !important;
  }

  .sharper-review-item {
    flex: 0 0 calc(50% - 10px) !important; /* 2 reviews in mobile */
    min-width: 200px !important;
  }

  .sharper-review-content {
    padding: 20px !important;
  }

  .review-rating-number {
    font-size: 16px !important;
  }

  .review-rating-stars .star {
    font-size: 14px !important;
  }

  .sharper-review-text {
    font-size: 13px !important;
  }

  /* Related products mobile styling */
  .related.products > h2,
  .sharper-related-products > h2 {
    font-size: 24px !important;
    margin-bottom: 15px !important;
    padding: 10px 15px !important;
  }

  /* Fix horizontal scroll issues */
  .related.products,
  .sharper-related-products {
    padding: 20px 0 !important;
    overflow-x: hidden !important;
  }

  .related.products .sharper-product-nav,
  .sharper-related-products .sharper-product-nav {
    padding: 0 15px !important;
    margin-bottom: 10px !important;
  }

  .related.products .sharper-product-slider-container,
  .sharper-related-products .sharper-product-slider-container {
    padding: 0 15px 15px 15px !important;
  }

  .related.products .products {
    margin: 0 !important;
    padding-bottom: 10px !important;
  }

  /* Ensure no elements cause horizontal scroll */
  .sharper-product-reviews {
    overflow-x: hidden !important;
  }

  .sharper-reviews-carousel {
    padding: 0 15px !important;
  }

  .sharper-product-custom-sections {
    overflow-x: hidden !important;
  }

  /* Subscription product mobile styles */
  .product_cat-abonnemang .summary::before {
    top: -15px !important;
    left: 15px !important;
    font-size: 14px !important;
    padding: 4px 12px !important;
  }

  /* Subscription variation buttons mobile */
  .product_cat-abonnemang .subscription-variation-button {
    flex: 1 !important;
    min-width: 0 !important;
    font-size: 14px !important;
    padding: 8px 10px !important;
  }

  /* Variation label mobile */
  .product_cat-abonnemang .variations .label {
    font-size: 14px !important;
  }
}

/* Subscription product specific styles */
.product_cat-abonnemang .summary {
  position: relative;
}

.product_cat-abonnemang .summary::before {
  content: "ABONNEMANG";
  position: absolute;
  top: -15px;
  left: 20px;
  background: #000;
  color: white;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 0px;
  z-index: 10;
}

/* Subscription product margin */
.product_cat-abonnemang.single-product div.product {
  margin-top: 70px !important;
}

/* Subscription USPs - vertical layout and left aligned */
.product_cat-abonnemang .sharper-product-usps {
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
}

.product_cat-abonnemang .sharper-product-usp-item {
  width: 100% !important;
  margin-bottom: 10px !important;
  flex: none !important;
  text-align: left !important;
  justify-content: flex-start !important;
}

/* Subscription add to cart button - full width */
.product_cat-abonnemang .single_variation_wrap {
  width: 100% !important;
}

.product_cat-abonnemang .single_add_to_cart_button {
  width: 100% !important;
}

/* Education product specific styles */
.product_cat-utbildningar .summary {
  position: relative;
}

.product_cat-utbildningar .summary::before {
  content: "UTBILDNING";
  position: absolute;
  top: -15px;
  left: 20px;
  background: #000;
  color: white;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 0px;
  z-index: 10;
}

/* Education product margin */
.product_cat-utbildningar.single-product div.product {
  margin-top: 70px !important;
}

/* Hide cart form for education products */
.product_cat-utbildningar .cart {
  display: none !important;
}

/* Hide USPs for education products */
.product_cat-utbildningar .sharper-product-usps {
  display: none !important;
}

/* Hide stock status for education products */
.product_cat-utbildningar .sharper-stock-status {
  display: none !important;
}

/* Course date buttons */
.course-dates-section {
  margin: 20px 0;
}

.course-dates-section h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
}

.course-dates-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.course-date-button {
  background: #fff;
  border: 2px solid #000;
  color: #000;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0;
}

.course-date-button:hover,
.course-date-button.selected {
  background: #000;
  color: #fff;
}

/* Education register button */
.education-register-button {
  background: #000 !important;
  color: #fff !important;
  border: none !important;
  padding: 15px 30px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  width: 100% !important;
  transition: all 0.3s ease !important;
  border-radius: 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

.education-register-button:hover {
  background: #333 !important;
  transform: translateY(-2px) !important;
}

/* Education details sections */
.sharper-education-details {
  max-width: 100vw;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 60px 20px;
  background: #f8f8f8;
}

.sharper-education-details .education-info-container {
  max-width: 1200px;
  margin: 0 auto;
  background: transparent;
  border: 2px solid #000;
  border-radius: 0;
}

/* Prevent body scroll when modal is open */
body.modal-open {
  overflow: hidden;
}

/* Mobile responsive styles for education products */
@media (max-width: 768px) {
  .product_cat-utbildningar .summary::before {
    left: 10px;
    font-size: 14px;
    padding: 4px 12px;
  }

  .product_cat-utbildningar.single-product div.product {
    margin-top: 60px !important;
  }

  .course-dates-buttons {
    flex-direction: column;
  }

  .course-date-button {
    width: 100%;
    text-align: center;
  }

  .education-register-button {
    padding: 12px 20px !important;
    font-size: 14px !important;
  }

  .sharper-education-details {
    padding: 40px 15px;
  }

  /* Modal responsive */
  .education-modal-content {
    width: 95%;
    max-height: 95vh;
  }

  .education-modal-header {
    padding: 15px 20px;
  }

  .education-modal-header h2 {
    font-size: 20px;
  }

  .education-modal-body {
    padding: 20px;
  }

  .form-group input,
  .form-group textarea {
    font-size: 16px; /* Prevent zoom on iOS */
  }
}

.product_cat-abonnemang button.single_add_to_cart_button.button.alt {
  margin-top: 15px !important;
}

/* Subscription product variation buttons */
.product_cat-abonnemang .variations select {
  display: none !important;
}

.product_cat-abonnemang .variations .value {
  position: relative;
}

.product_cat-abonnemang .variations .value::after {
  content: "";
  display: block;
  margin-top: 10px;
}

/* Create button-style variation selector for subscriptions */
.product_cat-abonnemang .variations_form .variations .value {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.product_cat-abonnemang .variations_form .variations select option {
  display: none;
}

/* Style variation buttons */
.subscription-variation-buttons {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 10px !important;
}

@media (max-width: 960px) {
  .subscription-variation-buttons {
    display: block !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-bottom: 10px !important;
  }
}

.subscription-variation-button {
  background: #fff !important;
  border: 2px solid #ddd !important;
  padding: 10px 20px !important;
  border-radius: 5px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-bottom: 5px !important;
}

.subscription-variation-button:hover {
  border-color: #000 !important;
}

.subscription-variation-button.selected {
  background: #000 !important;
  color: white !important;
  border-color: #000 !important;
}

/* ACF section text styling - only for subscription products */
.product_cat-abonnemang .sharper-product-section-text,
.product_cat-abonnemang .sharper-product-section-text p,
.product_cat-abonnemang .sharper-product-section-text ul,
.product_cat-abonnemang .sharper-product-section-text ol,
.product_cat-abonnemang .sharper-product-section-text li {
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.product_cat-abonnemang .sharper-product-section-text ul,
.product_cat-abonnemang .sharper-product-section-text ol {
  margin: 10px 0 !important;
  padding-left: 20px !important;
}

.product_cat-abonnemang .sharper-product-section-text li {
  margin-bottom: 5px !important;
}

/* Education product styling */
.product_cat-utbildningar .education-registration-section {
  margin: 30px 0;
  padding: 0;
}

.product_cat-utbildningar .course-dates-section h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
}

.product_cat-utbildningar .course-dates-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.product_cat-utbildningar .course-date-button {
  padding: 12px 20px;
  border: 2px solid #000;
  background: #fff;
  color: #000;
  border-radius: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.product_cat-utbildningar .course-date-button:hover,
.product_cat-utbildningar .course-date-button.selected {
  background: #000;
  color: #fff;
}

.product_cat-utbildningar .education-buttons-section {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.product_cat-utbildningar .education-register-button,
.product_cat-utbildningar .education-info-button {
  background: #000;
  color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  flex: 1;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product_cat-utbildningar .education-info-button {
  background: #fff;
  color: #000;
  font-weight: 800;
  font-family: "Arial";
}

.product_cat-utbildningar .education-register-button:hover {
  background: #fff;
  color: #000;
}

.product_cat-utbildningar .education-info-button:hover {
  background: #000;
  color: #fff;
}

.product_cat-utbildningar .education-note {
  margin-top: 15px;
}

.product_cat-utbildningar .education-note p {
  color: #666;
  font-size: 13px;
  margin: 0;
}

/* Education info section */
.product_cat-utbildningar .education-info-section {
  margin: 50px 0;
  padding: 0;
}

.product_cat-utbildningar .education-info-container {
  background: transparent;
  border: 2px solid #000;
  border-radius: 0;
}

/* Education tabs */
.product_cat-utbildningar .education-tabs {
  display: flex;
  border-bottom: 2px solid #000;
}

.product_cat-utbildningar .education-tab-button {
  background: #fff;
  color: #000;
  border: none;
  border-right: 2px solid #000;
  border-radius: 0;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 1;
  text-align: center;
}

.product_cat-utbildningar .education-tab-button:last-child {
  border-right: none;
}

.product_cat-utbildningar .education-tab-button:hover,
.product_cat-utbildningar .education-tab-button.active {
  background: #000;
  color: #fff;
}

/* Tab content */
.product_cat-utbildningar .education-tab-content {
  position: relative;
}

.product_cat-utbildningar .education-tab-panel {
  display: none;
  padding: 30px;
}

.product_cat-utbildningar .education-tab-panel.active {
  display: block;
}

/* Education content styling */
.product_cat-utbildningar .education-description,
.product_cat-utbildningar .education-expectations {
  color: #000;
  line-height: 1.6;
}

.product_cat-utbildningar .education-description p,
.product_cat-utbildningar .education-expectations p {
  color: #000;
  margin-bottom: 15px;
}

.product_cat-utbildningar .education-description h1,
.product_cat-utbildningar .education-description h2,
.product_cat-utbildningar .education-description h3,
.product_cat-utbildningar .education-description h4,
.product_cat-utbildningar .education-description h5,
.product_cat-utbildningar .education-description h6,
.product_cat-utbildningar .education-expectations h1,
.product_cat-utbildningar .education-expectations h2,
.product_cat-utbildningar .education-expectations h3,
.product_cat-utbildningar .education-expectations h4,
.product_cat-utbildningar .education-expectations h5,
.product_cat-utbildningar .education-expectations h6 {
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 20px;
}

.product_cat-utbildningar .education-description strong,
.product_cat-utbildningar .education-expectations strong {
  color: #000;
  font-weight: 600;
}

.product_cat-utbildningar .education-description ul,
.product_cat-utbildningar .education-description ol,
.product_cat-utbildningar .education-expectations ul,
.product_cat-utbildningar .education-expectations ol {
  color: #000;
  margin: 15px 0;
  padding-left: 25px;
}

.product_cat-utbildningar .education-description li,
.product_cat-utbildningar .education-expectations li {
  color: #000;
  margin-bottom: 8px;
}

/* Education details */
.product_cat-utbildningar .education-details {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.product_cat-utbildningar .education-detail-item {
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
}

.product_cat-utbildningar .education-detail-item strong {
  color: #000;
  font-weight: 600;
}

/* Education modal styling */
.education-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.education-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.education-modal-content {
  background: #fff;
  padding: 0;
  border-radius: 0;
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}

.education-modal-header {
  padding: 30px 30px 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.education-modal-header h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

.education-modal-close {
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: #666;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.education-modal-close:hover {
  color: #000;
}

.education-modal-body {
  padding: 30px;
}

.education-registration-form .form-group {
  margin-bottom: 20px;
}

.education-registration-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #000;
}

.education-registration-form input,
.education-registration-form textarea {
  width: 100%;
  padding: 12px;
  border: 2px solid #ddd;
  border-radius: 0;
  font-size: 14px;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}

.education-registration-form input:focus,
.education-registration-form textarea:focus {
  outline: none;
  border-color: #000;
}

.education-registration-form input[readonly] {
  background: #f5f5f5;
  color: #666;
}

.education-submit-button {
  background: #000;
  color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.education-submit-button:hover:not(:disabled) {
  background: #fff;
  color: #000;
}

.education-submit-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.education-success-message {
  text-align: center;
  padding: 40px 20px;
}

.education-success-message h3 {
  color: #000;
  margin-bottom: 15px;
}

.education-success-message p {
  color: #666;
  margin-bottom: 25px;
}

.education-modal-close-success {
  background: #000;
  color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.education-modal-close-success:hover {
  background: #fff;
  color: #000;
}

/* Hide default add to cart for education products */
.product_cat-utbildningar .cart,
.product_cat-utbildningar .single-product-usps {
  display: none;
}

/* Education product badges */
.product_cat-utbildningar .product-badges .badge {
  background: #000;
  color: #fff;
  border-radius: 0;
}

@media (max-width: 768px) {
  .product_cat-utbildningar .course-dates-buttons {
    flex-direction: column;
  }

  .product_cat-utbildningar .course-date-button {
    width: 100%;
    text-align: center;
  }

  .product_cat-utbildningar .education-buttons-section {
    flex-direction: column;
    gap: 10px;
  }

  .product_cat-utbildningar .education-register-button,
  .product_cat-utbildningar .education-info-button {
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
  }

  .product_cat-utbildningar .education-tabs {
    flex-direction: column;
  }

  .product_cat-utbildningar .education-tab-button {
    border-right: none;
    border-bottom: 2px solid #000;
    padding: 12px 20px;
    font-size: 13px;
  }

  .product_cat-utbildningar .education-tab-button:last-child {
    border-bottom: none;
  }

  .product_cat-utbildningar .education-tab-panel {
    padding: 20px;
  }

  .education-modal-content {
    width: 95%;
    margin: 20px;
  }

  .education-modal-header,
  .education-modal-body {
    padding: 20px;
  }
}

/* Variations */

.woocommerce div.product form.cart .variations {
}

.variation-button {
  width: 100px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
.variation-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 80%;
}
.variation-button {
  width: 100px;
  text-align: center;
  border: 1px solid #191919;
  text-transform: uppercase;
  border-radius: 0px;
}
.variation-button.selected {
  background-color: var(--accentColor3);
  color: #fff;
  border: 0px;
}
.woocommerce div.product form.cart .variations {
  margin-top: 30px;
}
.woocommerce div.product form.cart .button {
  letter-spacing: 0px !important;
  width: 100%;
  margin-top: 0px;
}
.single_variation_wrap {
  width: 100%;
}
.wc_gc_giftcard_product form.cart {
  margin-bottom: 2em;
  display: flex !important;
  flex-direction: column;
}
.product-type-variable-subscription form.variations_form.cart {
  flex-direction: column;
}

/* iOS Safari button styling fixes - prevents blue color on buttons */
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.button,
.btn {
  -webkit-appearance: none !important;
  appearance: none !important;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

/* Specific fixes for add to cart and other buttons */
.single_add_to_cart_button,
.sharper-read-more-btn,
.course-date-button,
.education-register-button,
.education-info-button,
.subscription-variation-button,
.variation-button,
.accordion-tab-title,
.sharper-gallery-thumbs .swiper-slide,
.quantity .minus,
.quantity .plus {
  -webkit-appearance: none !important;
  appearance: none !important;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
