* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.back-title{
      width: 100%;
    max-width: 1270px;

}

p {
  font-family: "__Montserrat_b3c89e", "__Montserr.at_Fallback_b3c89e", sans-serif;
}
.product-detail-body{
  background-color: var(--background-color-body);
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width:1280px) {
  .product-detail-body{
  padding: 40px 20px;
}
}
.calender-heading{
font-family: var(--e-global-typography-97a2447-font-family), Sans-serif;
	font-size:18px;
}
.booking-text{
font-family: var(--e-global-typography-97a2447-font-family), Sans-serif;
	font-size:16px;
}
.text-strike-price{
  text-decoration: line-through;
}
.product-detail-container {
  color: rgb(2, 8, 23);
  background-size: cover;
  background-position: 50%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}
.popular-offerings-price{
	color:var(--primary-color) !important;
}
.card-outer {
  display: flex;
  flex-direction: row;
  width: 24%;
  gap: 10px;
  border: 2px solid rgb(226, 232, 240);
  border-radius: 6px;
  padding: 6px;
}

.card-outer.active,
.card-outer:hover {
  background-color: var(--primary-color-2) !important;
  border: 1px solid var(--primary-color-2) !important;
  color: var(--primary-white) !important;
  transition: ease-in 0.1s;
}
.rating-svg{
  width: 35px;
  height: 35px;
}

.card-outer.active h5 {
  color: var(--primary-white) !important;
}

.card-outer img {
  width: 36px;
  height: 36px;
  border-radius: 5px;
}

.card-outer h5 {
  font-size: 16px;
  display: flex;
  align-items: center;
  font-family:  var(--e-global-typography-aea7d47-font-family), Sans-serif;;
  color: var(--primary-black);
  font-weight: 500;
}
.rating-inner{
  align-items: center;
  display: flex; gap:5px; 
  padding-bottom:30px;
}
h5.line-clamp-1 {
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; /* Optional: Adds '...' at the end if the text overflows */
    min-width: 0;
    align-content: center;
    cursor: pointer;
}


.cards-wrap {
  gap: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
font-family: var(--e-global-typography-97a2447-font-family), Sans-serif;

}

.product-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  width: 100%;
  color: rgb(255, 255, 255);
}

.product-main {
  padding: 60px 20px 60px 20px;
  /* top = 10px, right = 20px, bottom = 30px, left = 40px */
  gap: 5px;
  display: flex;
  flex-direction: column;

  max-width: 100% !important;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .product-main {
    width: 100% !important;
    max-width: 1024px !important;
  }

  /* .ast-container {
    width: 100% !important;
    max-width: 1024px !important;
  } */

  .card-outer {
    width: 48% !important;
  }
}

@media screen and (min-width: 426px) and (max-width: 768px) {
  .product-main {
    width: 100% !important;
    max-width: 768px !important;
    margin: 0;
    padding: 40px 20px 40px 20px;
	
  }
	.product-info-booking{
display:flex !important;
		flex-direction:column !important;
	}
.rating-svg {
    width: 25px;
    height: 35px;
}
.rating-inner{
  align-items: center;
  display: flex; gap:5px; 
  padding-bottom:10px;
}
  .quantity-wrapper {
    /* display: flex;
    justify-content: center; */
  }

  .quantity-button-left {
    /* left: 435px !important; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .quantity-button-right {
    position: absolute;
    /* left: 247px !important; */
    top: 50%;
    transform: translateY(-50%);
  }

  .cards-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }



  /* .ast-container {
    width: 100% !important;
    max-width: 768px !important;
  } */

  .card-outer {
    width: 48%;
  }
}

@media screen and  (max-width: 425px) {
  .product-main {
    width: 100% !important;
    max-width: 425px !important;
    margin: 0;
    padding: 30px 20px 30px 20px;
  }
.product-price{
  font-size: 22px !important;
}
  .cards-wrap {
    display: flex;
    flex-direction: column;
    align-content: center;
  }

  .quantity-button-left {
    left: 15px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .rating-svg {
    width: 25px;
    height: 35px;
}
.rating-inner{
  align-items: center;
  display: flex; gap:5px; 
  padding-bottom:10px;
}

  .card-outer {
    width: 100%;
  }

  .product-details {
    width: 100% !important;
  }

  .product-info {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    padding-top: 20px  !important;
  }

  .quantity-button-right {
    position: absolute;
    right: 28px !important;
    top: 50%;
    transform: translateY(-50%);
  }

  .quantity-wrapper {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 375px) {
  .product-main {
    width: 100% !important;
    max-width: 365px !important;
    margin: 0;
    padding: 30px 20px 30px 20px;
  }

  /* .ast-container {
    width: 100% !important;
    max-width: 365px !important;
  } */

  .cards-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .quantity-wrapper {
    display: flex;
    justify-content: center;
  }

  .quantity-button-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .quantity-button-left {
    left: 15px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 320px) {
  .product-main {
    width: 100% !important;
    max-width: 320px !important;
    margin: 0;
    padding: 30px 20px 30px 20px;
  }

  /* .ast-container {
    width: 100% !important;
    max-width: 320px !important;
  } */

  .quantity-wrapper {
    display: flex;
    justify-content: center;
  }

  .quantity-button-right {
    position: absolute;
    left: 210px !important;
    top: 50%;
    transform: translateY(-50%);
  }

  .quantity-button-left {
    left: 28px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* .ast-container {
  width: 1270px !important;
  max-width: 1270px !important;
} */

.e-con-inner {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.back-button {
  display: inline-flex;
  align-items: center;
  padding: 0px !important;
  cursor: pointer;
  font-size: 14px !important;
  font-weight: 500;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 1rem;
  background: none;
  border: none;
  align-self: flex-start;
  background-color: var(--background-color-body);
  box-shadow: none !important;
  border: none !important;
  width: 80px;
  font-family:  var(--e-global-typography-aea7d47-font-family), Sans-serif;;
  color: var(--primary-font-color);
}
.back-svg{
  fill: rgba(3, 77, 116, 1);
  width: 16px;
    height: 16px;
}

.product-detail-body .back-button:hover {
  background-color: var(--background-color-body);
  transition: 0.5s;
  color: var(--primary-color);
  border-color: var(--primary-color) !important;
  border: 1px solid;
}

.product-title-1 {
  color: #9D9FA1 !important;
  font-weight: 600;
  font-size: 12px !important;
  padding-bottom: 10px;
    font-family: var(--e-global-typography-74edb9a-font-family), Sans-serif;
  align-self: flex-start;
}

.back-svg {
  color: var(--primary-font-color);
}

.back-svg:hover {
  color: var(--primary-color) !important;

}

/* Glide.js Slider Styles */
.product-gallery {
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
  padding: 20px 20px 20px 20px;
  background-color: var(--primary-white);
  border-radius: 18px;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  display: flex;
  align-items: center;
}

.glide__slide {
  flex: 0 0 100%;
  padding: 0.5rem;
  cursor: pointer;
  position: relative;
}

.glide__slide img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.glide__slide img:hover {
  transform: scale(1.05);
}

/* Glide.js Navigation */
.glide__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  pointer-events: none;
}

.glide__arrow {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.glide__arrow:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.glide__arrow--left {
  left: 1rem;
}

.glide__arrow--right {
  right: 1rem;
}

/* Glide.js Bullets */
.glide__bullets {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.glide__bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgb(209, 213, 219);
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.glide__bullet--active {
  background-color: rgb(254, 199, 111);
  border-color: rgb(254, 199, 111);
}

/* Product info */
.product-info {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-top: 40px;
  width: 100%;
}

.product-details {
  /* flex: 1 1 100%; */
  font-weight: 500;
  width: 49%;
}

.product-title {
  font-size: 20px;
  line-height: 1.3;
  margin: 0px !important;
    font-family: var(--e-global-typography-74edb9a-font-family), Sans-serif;
  align-self: flex-start;
}
.p-title-variations{
  padding-top: 30px !important;
  gap: 15px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.product-rating {
  display: flex;
  align-items: center;
  color: rgb(107, 114, 128);
  font-size: 14px;
  margin: 0px !important;
}

.product-price {
  font-size: 32px ;
  font-family: "GothamMedium", Sans-serif;
  font-weight: 600;
  color: var(--primary-color) !important;
  margin: 0px !important;
}

/* Purchase options */
.purchase-options {
  border-radius: 8px;
  padding: 20px;
}

.quantity-selector {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}


.quantity-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: none;
  border: none;
  padding: 0;
}

.quantity-decrease {
  left: 0.75rem;
}

.quantity-increase {
  right: 0.75rem;
}

.action-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 1rem;
}

.add-to-cart,
.buy-now {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 12px 16px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  height: 2.5rem;
  border-radius: 4px;
}

.add-to-cart {
  color: var(--primary-black) !important;
  border: 2px solid var(--primary-color) !important;
  background: var(--primary-white) !important;
}

.add-to-cart:hover {}

.buy-now {
  color: rgb(248, 250, 252) !important;
  background-color: rgb(254, 199, 111) !important;
  border: none !important;
}

.product-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-weight: 500;
  flex-wrap: wrap;
}

.action-link {
  display: flex;
  align-items: center;
  border-radius: 6px;
  padding: 8px;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
}

/* Related products */
.related-products {
  padding: 0 16px;
  margin-top: 4rem;
}

.related-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 1rem;
}

.related-items {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0 8px;
}

.related-item {
  flex: 1 1 calc(50% - 1rem);
  cursor: pointer;
  position: relative;
  border: 2px solid rgb(136, 136, 136);
  border-radius: 8px;
  overflow: hidden;
}

.related-image {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}

.related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-info {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.related-item-title {
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.related-item-rating {
  color: rgb(107, 114, 128);
  font-size: 14px;
}

.related-item-price {
  color: #DAA520;
  font-size: 18px;
}

/* Responsive adjustments */
@media (min-width: 640px) {
  .product-detail-container {}


  .product-breadcrumb {
    display: block;
    font-size: 14px;
    color: rgb(100, 116, 139);
    font-weight: 500;
    margin-bottom: 1rem;
  }

  .purchase-options {
    padding: 0;
    width: 50%;
  }

  .product-tabs {
    display: block;
    width: 100%;
  }

  .product-title {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .glide__slide {
    flex: 0 0 50%;
  }


  .product-info {
    display: flex;
    flex-direction: row;

  }

  .product-actions {
    justify-content: flex-start;
    gap: 32px;
  }

  .related-products {
    margin-top: 2rem;
  }

  .related-item {
    flex: 1 1 calc(25% - 1rem);
  }

  .toast-container {
    max-width: 420px;
  }

  .action-link {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .glide__slide {
    flex: 0 0 33.333%;
  }

  .glide__slide img {
    aspect-ratio: 1;
  }
}

/* @media (min-width: 1920px) {
  .product-detail-container {
    max-width: 100%;
  }


  .product-detail-container-inner {
    max-width: 100%;
  }
} */

/* Additional styles to ensure full width on all screen sizes */
/* @media (min-width: 1440px) {
  .product-detail-container {}


  .product-detail-container-inner {
    max-width: 100%;
  }
} */

/* Sold Count Styles */
.product-sold-count {
  display: flex !important;
  font-family:  var(--e-global-typography-aea7d47-font-family), Sans-serif !important;
  align-items: center;
  gap: 4px;
  color: #222222 !important;
  font-size: 16px;
  font-weight: 400;
  visibility: visible !important;
  opacity: 1 !important;
}

.product-sold-count svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.popular-offerings-sold {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #222222;
  font-size: 12px;
  font-weight: 400;
  position:relative !important;
}
.rating-sold{
    display: flex;
    justify-content: space-between;
    padding-top:20px;

}
.popular-offerings-sold svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .product-detail-container {}

  .product-detail-container-inner {
    border-radius: 16px;
  }
  .product-detail-body{
  padding: 60px 10px;
}

  .back-button {
    font-size: 16px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
.back-button:focus{
 background-color: #00FFFFFF !important;
}
  .product-title {
    font-size: 20px;
    line-height: 1.4;
    ;
  }

  .product-rating {
    font-size: 14px;
  }


  .product-sold-count {
    font-size: 16px;
    margin-bottom: 0px !important;
    display: flex !important;
    color: #222222 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .product-sold-count svg {
    width: 14px;
    height: 14px;
  }

  .popular-offerings-sold {
    font-size: 11px;
  }

  .popular-offerings-sold svg {
    width: 10px;
    height: 10px;
  }

  .product-gallery {
    margin-bottom: 24px;
  }

  .slider-slide img {
    height: 250px;
  }

  /* Mobile 2-column grid layout for slider */
  .slider-track {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 0 8px;
  }

  .slider-slide {
    aspect-ratio: 1;
    width: 100%;
  }

  .slider-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }

  /* Hide slider navigation on mobile since we're using grid layout */
  .slider-nav,
  .slider-bullets {
    display: none;
  }

  .slider-arrow {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  .slider-arrow svg {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }

  .product-info {
    gap: 10px;
  }

  /* .product-details {
      flex: 1 1 100%;
    } */

  .purchase-options {
    padding: 0;
    width: 100% !important;
  }

  .cart-container {
    padding: 16px;
    gap: 20px;
  }


  .quantity-button {
    width: 16px;
    height: 16px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  .action-buttons-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .add-to-cart-btn,
  .buy-now-btn {
    height: 48px;
    min-height: 48px;
    font-size: 16px;
    font-weight: 600;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }

  .product-actions-new {
    gap: 12px;
    justify-content: center;
  }

  .action-link-new,
  .share-link {
    font-size: 14px;
    padding: 10px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  .product-tabs-container {
    margin-top: 32px;
  }

  .product-tabs-nav {
    padding: 8px;
    font-size: 16px;
  }

  .product-tab-button {
    padding: 8px 16px;
    height: 44px;
    min-height: 44px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  .popular-offerings-container {
    padding: 0 8px;
    margin-top: 32px;
  }

  .popular-offerings-title {
    font-size: 20px;
    margin-bottom: 16px;
    text-align: center !important;
    font-family: var(--e-global-typography-97a2447-font-family), Sans-serif !important;
    
  }

  .popular-offerings-item {
    flex: 1 1 calc(50% - 8px);
  }

  .popular-offerings-content {
    padding: 12px;
    gap: 6px;
  }

  .popular-offerings-item-title {
    font-size: 13px;
  }

  .popular-offerings-price {
    font-size: 16px;
  }

  .toast-container {
    max-width: 100%;
  }
}

/* .ast-container {
  padding: 0px !important;
  width: 1270px !important;
  max-width: 1270px !important;
} */

@media (max-width: 480px) {
  .product-detail-container {}

  .product-detail-container-inner {
    padding: 8px;
    border-radius: 12px;
  }

  .back-button {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .product-title {
    font-size: 16px !important;
    line-height: 1.3;
  }




  .product-sold-count {
    font-size: 12px;
  }

  .product-sold-count svg {
    width: 12px;
    height: 12px;
  }

  .popular-offerings-sold {
    font-size: 10px;
  }

  .popular-offerings-sold svg {
    width: 9px;
    height: 9px;
  }

  .product-gallery {
    margin-bottom: 20px;
  }

  .slider-slide img {
    height: 200px;
  }

  /* Maintain 2-column grid layout for smaller screens */
  .slider-track {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    padding: 0 6px;
  }

  .slider-slide {
    aspect-ratio: 1;
    width: 100%;
  }

  .slider-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
  }

  /* Hide slider navigation on mobile since we're using grid layout */
  .slider-nav,
  .slider-bullets {
    display: none;
  }

  .slider-arrow {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }

  .slider-arrow svg {
    width: 1.25rem !important;
    height: 1.25rem !important;
  }

  .product-info {
    gap: 20px;
  }

  .cart-container {
    padding: 12px;
    gap: 20px;
  }

  .quantity-button {
    width: 14px;
    height: 14px;
  }

  .add-to-cart-btn,
  .buy-now-btn {
    height: 44px;
    min-height: 44px;
    font-size: 15px;
  }

  .product-actions-new {
    gap: 8px;
  }

  .action-link-new,
  .share-link {
    font-size: 13px;
    padding: 8px;
  }

  .product-tabs-nav {
    font-size: 14px;
  }

  .product-tab-button {
    padding: 6px 12px;
    height: 40px;
    min-height: 40px;
  }



  .popular-offerings-title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .popular-offerings-item {
    flex: 1 1 100%;
  }

  .popular-offerings-content {
    padding: 10px;
  }

  .popular-offerings-item-title {
    font-size: 12px;
  }

  .popular-offerings-price {
    font-size: 15px;
  }
}

@media (max-width: 360px) {
  .product-detail-container {}

  .product-detail-container-inner {

    border-radius: 8px;
  }

  .back-button {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .product-title {
    font-size: 16px;
  }


  .product-sold-count {
    font-size: 11px;
  }

  .product-sold-count svg {
    width: 10px;
    height: 10px;
  }

  .popular-offerings-sold {
    font-size: 9px;
  }

  .popular-offerings-sold svg {
    width: 8px;
    height: 8px;
  }

  .slider-slide img {
    height: 180px;
  }

  /* Maintain 2-column grid layout for smallest screens */
  .slider-track {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    padding: 0 4px;
  }

  .slider-slide {
    aspect-ratio: 1;
    width: 100%;
  }

  .slider-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
  }

  /* Hide slider navigation on mobile since we're using grid layout */
  .slider-nav,
  .slider-bullets {
    display: none;
  }

  .slider-arrow {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
  }

  .slider-arrow svg {
    width: 1rem !important;
    height: 1rem !important;
  }

  .cart-container {
    padding: 8px;
    gap: 8px;
  }

  .add-to-cart-btn,
  .buy-now-btn {
    height: 40px;
    min-height: 40px;
    font-size: 14px;
  }

  .product-tabs-nav {
    font-size: 13px;
  }

  .product-tab-button {
    padding: 4px 8px;
    height: 36px;
    min-height: 36px;
  }
}

/* Landscape Mobile Optimization */
@media (max-width: 768px) and (orientation: landscape) {
  .product-detail-container {}

  .product-detail-container-inner {}

  .product-info {
    flex-direction: row;
    gap: 16px;
  }


  .slider-slide img {
    height: 200px;
  }

  .action-buttons-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* High DPI Mobile Devices */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

  .back-button,
  .add-to-cart-btn,
  .buy-now-btn,
  .action-link-new,
  .share-link,
  .product-tab-button {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

/* Accessibility Improvements for Mobile */
@media (max-width: 768px) {


  .back-button:active,
  .add-to-cart-btn:active,
  .buy-now-btn:active,
  .action-link-new:active,
  .share-link:active,
  .product-tab-button:active {
    transform: scale(0.95);
  }
}

.product-detail-container-inner {
  max-width: 100%;
  margin: 0 auto;
  background-color: white;
  border-radius: 24px;
  margin-top: 0;
  margin-bottom: 0;
}

/* New cart UI styles */
.cart-container {
  color: rgb(2, 8, 23);
  flex-direction: column;
  text-emphasis-position: auto;
  display: flex;
  border-radius: 8px;
  gap: 20px;
  padding: 0px;
}

.quantity-wrapper {
  position: relative;
  width: 100%;
  /* display: flex;
    justify-content: center; */
}

.quantity-button-left {
  left: 0.75rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.quantity-button-right {
  position: absolute;
  right: 31px;
  top: 50%;
  transform: translateY(-50%);
}

.quantity-button {
  cursor: pointer;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: none !important;
  border: none !important;
  padding: 0;
  transition: opacity 0.2s ease;
  color: inherit !important;
  outline: none !important;
}

.quantity-button:hover {
  opacity: 0.7;
  background: none !important;
  border: none !important;
  color: inherit !important;
}

.quantity-button:active {
  background: none !important;
  border: none !important;
  color: inherit !important;
  outline: none !important;
}

.quantity-button:focus {
  background: none !important;
  border: none !important;
  color: inherit !important;
  outline: none !important;
}

.quantity-input {
  background-color: #F2F4F7 !important;
  cursor: default;
  font-style: italic !important;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 16px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 16px;
  text-align: center;
  display: flex;
  width: 100% !important;
  height: 100%;
  border: none !important;
  min-height: 2.5rem;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* Remove browser default spinner arrows */
.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-input[type=number] {
  -moz-appearance: textfield;
}

.action-buttons-grid {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 50px;
  display: grid;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
}

.add-to-cart-btn {
  color: var(--primary-white) !important;
  font-family: var(--e-global-typography-aea7d47-font-family), Sans-serif;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  padding-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 24px;
  text-align: center;
  display: flex;
  width: 100%;
  height: 2.5rem;
  border-style: solid;
  background-color: var(--primary-color-2) !important;
  border-radius: 7px;
  font-size: 16px;
  box-shadow: none !important;
}

.add-to-cart-btn:hover {
  color: var(--primary-white) !important;
  background-color: var(--primary-color) !important;
  transition: all 0.3s ease;
  font-family:  var(--e-global-typography-aea7d47-font-family), Sans-serif;;

}

.add-to-cart:hover {
  color: #020817;
}

.buy-now-btn {
  color: rgb(248, 250, 252) !important;
  background-color: var(--primary-color) !important;
  align-items: center;
  font-family: var(--e-global-typography-aea7d47-font-family), Sans-serif;
  cursor: pointer;
  justify-content: center;
  padding-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 24px;
  text-align: center;
  display: inline-flex;
  width: 100%;
  height: 2.5rem;
  border: 1px !important;
  border-color: var(--primary-color);
  border-radius: 7px;
  font-size: 16px;
}

.buy-now-btn:hover {
  color: var(--primary-color) !important;
  font-family:  var(--e-global-typography-aea7d47-font-family), Sans-serif;;
  background-color: var(--primary-white) !important;
  border: 1px solid var(--primary-color) !important;
  transition: all 0.3s ease;
}


.product-actions-new {
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 16px;
  font-weight: 500;
  flex-wrap: wrap;
}

.action-link-new {
  align-items: center;
  display: flex;
  border-radius: 6px;
  gap: 8px;
  padding: 8px;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
}

.action-link-new:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.share-link {
  align-items: center;
  cursor: pointer;
  display: flex;
  border-radius: 6px;
  padding: 8px;
  font-size: 14px;
}

.share-link:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
  .product-detail-container-inner {}

  .product-actions-new {
    justify-content: flex-start !important;
    gap: 32px;
  }

  .action-link-new,
  .share-link {
    font-size: 16px;
  }
}

.custom-slider {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.slider-track {
  display: flex;
  transition: transform 0.3s ease;
}

.slider-slide {
  flex: 0 0 100%;
  padding: 0.5rem;
  cursor: pointer;
}

.slider-slide img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.slider-slide img:hover {
  transform: scale(1.05);
}

.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  pointer-events: none;
}

.slider-arrow {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  z-index: 10;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  opacity: 1 !important;
  visibility: visible !important;
}

.slider-arrow img {
  width: 24px !important;
  height: 24px !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Fallback text styling */
.slider-arrow {
  color: #020817 !important;
  font-size: 24px !important;
  font-weight: bold !important;
  text-align: center !important;
}

.slider-arrow:hover {
  background-color: rgba(255, 255, 255, 1);
  transform: scale(1.05);
  opacity: 1 !important;
  visibility: visible !important;
}

.slider-arrow:active {
  background-color: rgba(255, 255, 255, 1);
  transform: scale(0.95);
}

/* Responsive arrow sizes */
@media (max-width: 768px) {
  .slider-arrow {
    width: 45px;
    height: 45px;
  }

  .slider-arrow img {
    width: 20px !important;
    height: 20px !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

@media (min-width: 1024px) {
  .slider-arrow {
    width: 60px;
    height: 60px;
  }

  .slider-arrow img {
    width: 32px !important;
    height: 32px !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

.slider-arrow--left {
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.slider-arrow--right {
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.slider-bullets {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}

.slider-bullet {
  width: 6px !important;
  height: 6px !important;
  border-radius: 50%;
  border: 1px solid rgb(209, 213, 219);
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  flex-shrink: 0;
  box-sizing: border-box;
  display: block;
  min-width: 6px !important;
  min-height: 6px !important;
}

/* Force smaller bullets with higher specificity */
#slider-bullets .slider-bullet,
.slider-bullets .slider-bullet,
div.slider-bullets .slider-bullet {
  width: 6px !important;
  height: 6px !important;
  min-width: 6px !important;
  min-height: 6px !important;
  max-width: 6px !important;
  max-height: 6px !important;
}

.slider-bullet--active {
  background-color: rgb(254, 199, 111) !important;
  border-color: rgb(254, 199, 111) !important;
  transform: scale(1.2);
}

@media (min-width: 768px) {
  .slider-slide {
    flex: 0 0 50%;
  }
}

@media (min-width: 1024px) {
  .slider-slide {
    flex: 0 0 33.333%;
  }

  .slider-slide img {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .action-buttons-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 640px) {
  #div-1 {
    display: block !important;
  }
}

/* Ensure tabs are always visible on all screen sizes */
#div-1 {
  display: block !important;
}

.product-tabs-container {
  color: rgb(2, 8, 23);
  text-emphasis-position: auto;
  display: block;
  width: 100%;
}

.product-tabs-nav {
  color: rgb(100, 116, 139);
  gap: 15px;
  align-items: center;
  border-bottom-width: 2px;
  justify-content: flex-start;
  display: flex;
  height: 2.5rem;
  padding: 4px;
  font-size: 20px;
  font-weight: 500;
}

.product-tab-button {
  align-items: center;
  cursor: pointer;
  justify-content: center;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  text-align: center;
  display: inline-flex;
  height: 41px;
  background-color: var(--primary-white);
  border-radius: 12px !important;
  box-shadow: none !important;
  font-family:  var(--e-global-typography-aea7d47-font-family), Sans-serif;;
}

.product-tab-button.active {
  color: var(--primary-black);
  background-color: var(--primary-white);
  width: 141.65px;
  box-shadow: none !important;
  text-decoration: underline !important;
  box-shadow: none !important;
  text-underline-offset: 6px;
  font-family:  var(--e-global-typography-aea7d47-font-family), Sans-serif;;
}

.product-tab-button:hover {
  background-color: var(--primary-white) !important;
}

.product-tab-button.inactive {
  color: var(--primary-black);
  box-shadow: none !important;
  font-family:  var(--e-global-typography-aea7d47-font-family), Sans-serif;;
}

.product-tabs-content {
  width: 100%;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* Description text styles */
.description-text {
  transition: max-height 0.3s ease;
  overflow: hidden;
}

.description-text.collapsed {
  max-height: 200px;
  position: relative;
}

.description-text.collapsed::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(transparent, white);
  pointer-events: none;
}

.description-text.expanded {
  max-height: none;
}

.description-text.expanded::after {
  display: none;
}

.description-toggle {
  text-align: center;
  margin-top: 10px;
}

.see-more-btn {
  background-color: var(--primary-black);
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-family: var(--e-global-typography-97a2447-font-family), Sans-serif !important;
}

.see-more-btn:hover {
  background-color: rgb(10, 88, 202);
}

.see-more-btn.less {
  background-color: var(--primary-black);
  font-family: var(--e-global-typography-97a2447-font-family), Sans-serif !important;
}

.see-more-btn.less:hover {
  background-color: rgb(90, 98, 104);
}

.product-tabs-iframe {
  width: 1108px;
  height: 300px;
}

.product-tabs-see-more {
  color: rgb(255, 255, 255);
  background-color: rgb(13, 110, 253);
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 4px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 4px;
  text-align: center;
  width: 88.6px;
  height: 26px;
  border-radius: 50px;
  border: none;
}

@media (min-width: 768px) {
  #div-1 {
    margin-top: 2rem !important;
  }

  #popular-offerings-grid {
    margin-top: 2rem !important;
  }
}

.popular-offerings-container {
  color: rgb(2, 8, 23);
  text-emphasis-position: auto;
}

.popular-offerings-title {
  font-size: 24px;
  font-weight: 500;
      text-align: center;
      padding-top:40px;
}
.product-element .product-element-price .product-price-sale-genrl-1{
    display: flex;
    justify-content: space-between;

}
.popular-offerings-grid {
  position: relative;
  width: 100%;
}

.popular-offerings-track {
  overflow: visible;
}

.popular-offerings-row {
  padding-bottom: 2px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}

.popular-offerings-item {
  flex: 0 0 100%;
  margin-bottom: 16px;
  min-width: 0;
  display: block;
}

@media (min-width: 768px) {
  .popular-offerings-item {
    flex: 0 0 calc(50% - 8px);
  }
}

@media (min-width: 1024px) {
  .popular-offerings-item {
    flex: 0 0 calc(25% - 12px);
  }
}

.popular-offerings-card {
  cursor: pointer;
  flex-direction: column;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-color: rgba(210, 210, 210, 1);
  border-style: solid;
  border-radius: 8px;
  overflow: hidden;
}

.popular-offerings-image-container {
  aspect-ratio: 1 / 1;
  position: relative;
}

.popular-offerings-image {
  bottom: 0px;
  left: 0px;
  object-fit: cover;
  position: absolute;
  top: 0px;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.popular-offerings-content {
  flex-direction: column;
  flex-grow: 1;
  display: flex;
  gap: 8px;
  padding: 16px;
  font-weight: 500;
  position: relative;
  min-height: 180px;
}

.popular-offerings-item-title {
  font-size: 14px;
  overflow: hidden;
  font-family: var(--e-global-typography-74edb9a-font-family), Sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}
.sale-sold{
    display: flex !important;
    align-items: center;
    justify-content:space-between !important;
    gap:160px
    }
.popular-offerings-rating {
  color: rgb(107, 114, 128);
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  justify-content: space-between;
  display: flex;
}

.popular-offerings-star {
  color: rgb(253, 126, 20);
  align-items: center;
  display: flex;
  bottom: 45px;
  left: 16px;
}

.popular-offerings-price {
  color: #DAA520;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 30px;
  justify-content:space-between;
}
.genrl-price-strike {
    text-decoration: line-through;
    color: #5F6980 !important;
    font-family: var(--primary-font) !important;
}
.discount{
font-size:12px !important;
font-family: var(--primary-font) !important;
}
.inner-2{
display:flex !important;
flex-direction:column !important;
align-items: center;

}
.sale-price{
font-size:14px !important;
}
/* Booking System Styles */
.booking-container {
  color: rgb(2, 8, 23);
  border:none !important;
  flex-direction: column;
  text-emphasis-position: auto;
  display: flex;
  border-radius: 8px;
  gap: 12px;
  font-family:  var(--e-global-typography-aea7d47-font-family), Sans-serif;
}

.calendar-wrapper {
  width: 100%;
}

.calendar-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  position: relative;
  margin-bottom: 16px;
}

.calendar-title {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}

.calendar-nav {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  justify-content: space-between;
}

.calendar-nav-btn {
  align-items: center;
  cursor: pointer;
  justify-content: center;
  display: inline-flex;
  width: 1.75rem;
  height: 1.75rem;
  border-width: 2px;
  border-color: rgb(136, 136, 136);
  border-style: solid;
  border-radius: 6px;
  background: none;
  transition: opacity 0.2s ease;
  color: rgb(136, 136, 136);
}

.calendar-nav-btn i {
  font-size: 14px;
  color: currentColor;
}

.calendar-nav-btn:not(:disabled) {
  color: rgb(75, 85, 99);
}

.calendar-nav-btn:not(:disabled):hover {
  color: var(--primary-white);
	background-color:var(--primary-color);
  border-color: var(--primary-color);
}
.calendar-nav-btn:not(:disabled):focus{
	  color: var(--primary-white);
	background-color:var(--primary-color);
  border-color: var(--primary-color);
}

.calendar-nav-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.calendar-nav-btn:not(:disabled):hover {
  opacity: 0.8;
}

.calendar-table {
  border-collapse: collapse;
  display: table;
  width: 100%;
  height: 100%;
  font-size: 14px;
}

.calendar-table thead {
  display: table-header-group;
  color: rgb(100, 116, 139);
}

.calendar-table th {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  width: 2.25rem;
  padding: 4px;
}

.calendar-table tbody {
  display: table-row-group;
}

.calendar-table tr {
  display: table-row;
}

.calendar-table td {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.calendar-day-btn {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
}

.calendar-day-btn.disabled {
  opacity: 0.5;
  color: rgb(100, 116, 139);
  cursor: not-allowed;
}
.calendar-day-btn.disabled:focus{
  color: var(--primary-white) !important;
  background-color: var(--primary-color) !important;
}
.calendar-day-btn.available {
  color: rgb(100, 116, 139);
}

.calendar-day-btn.available:hover {
  background-color: var(--primary-color) !important;
  color: var(--primary-white);
}

.calendar-day-btn.selected {
  background-color: var(--primary-color) !important;
  color: rgb(248, 250, 252) !important;
}

.calendar-day-btn.booked {
  color: var(--primary-color) !important;
  border: 2px solid var(--primary-color)!important;
}
.calendar-day-btn.disabled:hover{
	background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
  color: var(--primary-white);
}
.calendar-day-btn .disabled:focus{
  background-color: var(--primary-color) !important;
}
.time-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
}

.time-slot-btn {
  align-items: center;
  cursor: pointer;
  justify-content: center;
  padding: 8px 16px;
  text-align: center;
  display: inline-flex;
  height: 2.5rem;
  border-width: 2px;
  border-color: rgb(136, 136, 136);
  border-style: solid;
  border-radius: 6px;
  background: none;
  transition: all 0.2s ease;
  font-size: 14px;
  color: #374151 !important;
}

.time-slot-btn:hover {
  border-color: rgb(254, 199, 111) !important;
  background-color: rgba(254, 199, 111, 0.1) !important;
}

.time-slot-btn.selected {
  background-color: var(--primary-color) !important;
  color: rgb(248, 250, 252) !important;
  border-color: var(--primary-color) !important;
}

.time-slot-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  color: #6b7280 !important;
  border:1px solid var(--primary-color) !important;
}
.time-slot-btn.active{
	border:1px solid var(--primary-color) !important;
}
.time-slot-btn{
	border:1px solid var(--primary-color) !important;
}

/* Ensure time slot buttons are always visible */
.time-slot-btn {
  color: #000!important;
  background-color: #ffffff !important;
	border:1px solid var(--primary-color) !important;
}

.time-slot-btn:hover {
  color: #fff !important;
  border:1px solid var(--primary-color) !important;
	background-color:var(--primary-color) !important;
}

.booking-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  font-size: 18px;
  font-weight: 500;
}

.booking-add-cart-btn,
.booking-book-now-btn {
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  text-align: center;
  display: flex;
  width: 100%;
  height: 2.5rem;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  transition: opacity 0.2s ease;
}

.booking-add-cart-btn {
  color: var(--primary-text-color) !important;
  border-width: 2px;
  border-color: var(--primary-color-2) !important;
  border-style: solid;
  background: var(--primary-color-2) !important;
}

.booking-book-now-btn {
  color: rgb(255, 255, 255) !important;
  background-color: var(--primary-color)!important;
  border: none !important;
}
.booking-book-now-btn:hover{
	background-color:var(--primary-white) !important;
	border:1px solid var(--primary-color) !important;
	color:var(--primary-color) !important;
	transition: all 0.3s ease-in;

}

.booking-add-cart-btn:disabled,
.booking-book-now-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.booking-add-cart-btn:not(:disabled):hover,
.booking-book-now-btn:not(:disabled):hover {
  opacity: 0.8;
}

/* Mobile Responsive Styles for Booking System */
@media (max-width: 768px) {
  .booking-container {
    gap: 16px;
  }

  .calendar-wrapper {
    margin-bottom: 20px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    padding-top: 7px !important;
  }

  .calendar-table {
    min-width: 360px;
  }

  .time-slot-btn {
    color: #374151 !important;
    background-color: #ffffff !important;
    font-size: 13px;
    padding: 6px 12px;
  }

  .calendar-header {
    margin-bottom: 20px;
    padding: 0;
  }

  .calendar-title {
    font-size: 16px;
    font-weight: 600;
  }

  .calendar-nav-btn {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }

  .calendar-nav-btn i {
    font-size: 16px;
  }

  .calendar-table {
    font-size: 16px;
    width: 100%;
    max-width: 100%;
  }

  .calendar-table th {
    width: auto;
    padding: 8px 4px;
    font-size: 14px;
    font-weight: 600;
  }

  .calendar-table td {
    width: auto;
    height: auto;
    padding: 4px;
  }

  .calendar-day-btn {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    font-size: 16px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }

  .time-slots {
    gap: 12px;
    margin-top: 16px;
  }

  .time-slot-btn {
    padding: 12px 20px;
    height: 48px;
    min-height: 48px;
    font-size: 16px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    flex: 1 1 calc(50% - 6px);
    min-width: 120px;
  }

  .booking-actions {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 20px;
  }

  .booking-add-cart-btn,
  .booking-book-now-btn {
    height: 48px;
    min-height: 48px;
    font-size: 16px;
    font-weight: 600;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
}

@media (max-width: 480px) {
  .booking-container {
    gap: 12px;
  }


  .calendar-title {
    font-size: 16px;
  }

  .calendar-nav-btn {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }

  .calendar-nav-btn i {
    font-size: 14px;
  }

  .calendar-table {
    font-size: 14px;
    min-width: 320px;
  }

  .calendar-table th {
    padding: 6px 2px;
    font-size: 12px;
    min-width: 40px;
  }

  .calendar-table td {
    padding: 2px;
    min-width: 40px;
  }

  .calendar-day-btn {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    font-size: 13px;
  }

  .time-slots {
    gap: 8px;
  }

  .time-slot-btn {
    padding: 10px 16px;
    height: 44px;
    min-height: 44px;
    font-size: 14px;
    flex: 1 1 calc(50% - 4px);
    min-width: 100px;
  }

  .booking-actions {
    gap: 10px;
  }

  .booking-add-cart-btn,
  .booking-book-now-btn {
    height: 44px;
    min-height: 44px;
    font-size: 15px;
  }
}

/* Extra Small Mobile Devices */
@media (max-width: 360px) {
  .booking-container {
    gap: 8px;
  }

  .calendar-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .calendar-table {
    min-width: 280px;
    font-size: 12px;
  }

  .calendar-table th {
    padding: 4px 2px;
    font-size: 11px;
    min-width: 36px;
  }

  .calendar-table td {
    padding: 2px;
    min-width: 36px;
  }

  .calendar-day-btn {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    font-size: 12px;
  }

  .time-slots {
    gap: 6px;
  }

  .time-slot-btn {
    padding: 6px 10px;
    height: 36px;
    min-height: 36px;
    font-size: 12px;
    flex: 1 1 calc(50% - 3px);
    min-width: 80px;
  }

  .booking-actions {
    gap: 8px;
  }

  .booking-add-cart-btn,
  .booking-book-now-btn {
    height: 36px;
    min-height: 36px;
    font-size: 13px;
    padding: 8px 12px;
  }
}

/* Landscape Mobile Optimization */
@media (max-width: 768px) and (orientation: landscape) {
  .booking-container {
    padding: 12px;
  }

  .calendar-wrapper {
    margin-bottom: 16px;
  }

  .calendar-day-btn {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    font-size: 14px;
  }

  .time-slots {
    gap: 8px;
  }

  .time-slot-btn {
    padding: 8px 12px;
    height: 40px;
    min-height: 40px;
    font-size: 14px;
    flex: 1 1 calc(33.333% - 6px);
  }
}

/* High DPI Mobile Devices */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

  .calendar-day-btn,
  .time-slot-btn,
  .booking-add-cart-btn,
  .booking-book-now-btn {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

/* Accessibility Improvements for Mobile */
@media (max-width: 768px) {

  .calendar-day-btn:focus,
  .time-slot-btn:focus,
  .booking-add-cart-btn:focus,
  .booking-book-now-btn:focus {
  border:1px solid var(--primary-color) !important;
    outline-offset: 2px;
  }

  .calendar-day-btn:active,
  .time-slot-btn:active,
  .booking-add-cart-btn:active,
  .booking-book-now-btn:active {
    transform: scale(0.95);
  }
}

@media (min-width: 768px) {
  #div-1 {
    justify-content: flex-start !important;
  }
}

/* Force smaller slider bullets - highest priority */
.slider-bullet,
#slider-bullets .slider-bullet,
.slider-bullets .slider-bullet,
div.slider-bullets .slider-bullet,
button.slider-bullet,
[class*="slider-bullet"],
.slider-bullet:before,
.slider-bullet:after,
.slider-bullet *,
.slider-bullet *:before,
.slider-bullet *:after {
  width: 12px !important;
  height: 12px !important;
  min-width: 12px !important;
  min-height: 12px !important;
  max-width: 12px !important;
  max-height: 12px !important;
  box-sizing: border-box !important;
  border-radius: 50% !important;
  transform: scale(1) !important;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
}

/* Override any active state styles */
.slider-bullet--active,
.slider-bullet.active,
.slider-bullet[class*="active"],
.slider-bullet--active:before,
.slider-bullet.active:before,
.slider-bullet[class*="active"]:before,
.slider-bullet--active:after,
.slider-bullet.active:after,
.slider-bullet[class*="active"]:after {
  width: 12px !important;
  height: 12px !important;
  min-width: 12px !important;
  min-height: 12px !important;
  max-width: 12px !important;
  max-height: 12px !important;
  transform: scale(1) !important;
  border-radius: 50% !important;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
}

/* Target specific WordPress slider classes */
.elementor-slider .slider-bullet,
.elementor-slider .slider-bullets .slider-bullet,
.elementor-slider .slider-bullets button,
.elementor-slider .slider-bullets div,
.elementor-slider .slider-bullets span,
.elementor-slider .slider-bullets .elementor-slider-dot,
.elementor-slider .elementor-slider-dot,
.elementor-slider .elementor-slider-dot:before,
.elementor-slider .elementor-slider-dot:after {
  width: 12px !important;
  height: 12px !important;
  min-width: 12px !important;
  min-height: 12px !important;
  max-width: 12px !important;
  max-height: 12px !important;
  border-radius: 50% !important;
  transform: scale(1) !important;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
}

/* Override any WordPress theme styles */
body .slider-bullet,
body .slider-bullets .slider-bullet,
body .elementor-slider .slider-bullet,
body .elementor-slider .elementor-slider-dot,
html body .slider-bullet,
html body .slider-bullets .slider-bullet,
html body .elementor-slider .slider-bullet,
html body .elementor-slider .elementor-slider-dot {
  width: 12px !important;
  height: 12px !important;
  min-width: 12px !important;
  min-height: 12px !important;
  max-width: 12px !important;
  max-height: 12px !important;
  border-radius: 50% !important;
  transform: scale(1) !important;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
}

/* Force circular shape and prevent oval */
.slider-bullet,
.slider-bullets .slider-bullet,
.elementor-slider .slider-bullet,
.elementor-slider .elementor-slider-dot {
  aspect-ratio: 1 !important;
  border-radius: 50% !important;
  padding: 0 !important;
  margin: 0 3px !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.product-tab-button.inactive:focus{
  background-color: #fff !important;
  color: #000;
}