/* Beauty Collection Premium - Custom Styles */
/* Obfuscated class names for unique identification */

/* Base Styles */
.x23f_body {
  background-color: #f8f9fa !important;
  overflow-x: hidden !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Header Banner */
.x23f_header_banner {
  border-bottom: solid 0px #8d8d8d40;
}

.x23f_banner_img {
  width: 100%;
  margin-bottom: 0;
  display: block;
}

/* Main Content */
.x23f_main_content {
  max-width: 100%;
  margin: 0 auto;
}

/* Gallery Section */
.x23f_gallery_section {
  position: relative;
  margin-bottom: 1rem;
}

.x23f_swiper_container {
  position: relative;
}

.x23f_main_swiper {
  width: 100%;
}

.x23f_product_img {
  width: 100%;
  height: auto;
  display: block;
}

/* Navigation Elements */
.x23f_nav_next,
.x23f_nav_prev {
  color: #ffffff !important;
  display: block !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.x23f_nav_next:hover,
.x23f_nav_prev:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.x23f_nav_prev {
  left: 10px;
}

.x23f_nav_next {
  right: 10px;
}

/* Override Swiper default styles */
.swiper-button-next,
.swiper-button-prev {
  display: flex !important;
  width: 40px !important;
  height: 40px !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  transition: background-color 0.3s !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px !important;
  font-weight: bold !important;
}

.x23f_image_counter {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 9999px;
  z-index: 10;
}

.x23f_pagination {
  bottom: 4px !important;
  text-align: center;
}

/* Thumbnails Section */
.x23f_thumbnails_section {
  padding: 0 16px 16px 16px;
  padding-top: 8px;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.x23f_thumb_swiper {
  width: 100%;
}

.x23f_thumb_item {
  width: 64px;
  height: 64px;
}

.x23f_thumb_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: opacity 0.3s;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.x23f_thumb_img:hover {
  opacity: 0.8;
}

/* Product Card */
.x23f_product_card {
  background-color: #ffffff;
  margin: 0 auto;
  border-radius: 0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
  font-size: 13px;
  margin-bottom: 0;
}

/* Price Header */
.x23f_price_header {
  background: linear-gradient(to right, #ea580c, #fb923c) !important;
  padding: 1em 1em 2em 1em !important;
  padding-bottom: 2em !important;
  padding-top: 1.3em !important;
  margin: 1rem 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  position: relative !important;
  overflow: visible !important;
  color: #ffffff !important;
}

.x23f_price_container {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}

.x23f_price_main {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 0 !important;
  position: relative !important;
}

.x23f_leading_tight {
  line-height: 1 !important;
}

.x23f_text_2xl {
  font-size: 1.5rem !important;
}

.x23f_font_bold {
  font-weight: 700 !important;
}

.x23f_leading_none {
  line-height: 1 !important;
}

.x23f_line_through {
  text-decoration: line-through !important;
}

.x23f_text_sm {
  font-size: 0.875rem !important;
}

.x23f_text_orange_200 {
  color: #fed7aa !important;
}

.x23f_text_xs {
  font-size: 0.75rem !important;
}

.x23f_font_semibold {
  font-weight: 600 !important;
}

.x23f_h_1_2em {
  height: 1.2em !important;
}

.x23f_w_1_2em {
  width: 1.2em !important;
}

.x23f_flex {
  display: flex !important;
}

.x23f_justify_between {
  justify-content: space-between !important;
}

.x23f_items_center {
  align-items: center !important;
}

.x23f_mt_1 {
  margin-top: 0.25rem !important;
}

.x23f_bg_white {
  background-color: #ffffff !important;
}

.x23f_text_orange_600 {
  color: #ea580c !important;
}

.x23f_px_2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.x23f_py_0_5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.x23f_rounded {
  border-radius: 0.25rem !important;
}

.x23f_text_11px {
  font-size: 11px !important;
}

.x23f_price_details {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 0.5rem !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.x23f_original_price {
  font-size: 1.1rem !important;
  color: #fed7aa !important;
  text-decoration: line-through !important;
  font-weight: normal !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.x23f_discount_badge {
  background-color: #ff6b4a !important;
  color: #ffffff !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  padding: 0.25rem 0.75rem !important;
  border-radius: 15px !important;
  display: inline-block !important;
  margin: 0 !important;
  border: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
}

.x23f_flash_offer {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  gap: 0.5rem !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}

.x23f_offer_header {
  display: flex !important;
  align-items: center !important;
  gap: 0.25rem !important;
  color: #ffffff !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.x23f_lightning_icon {
  height: 1rem !important;
  width: 1rem !important;
  color: #ffffff !important;
  stroke-width: 2 !important;
}

.x23f_flash_offer_badge {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  padding: 0.5rem 0.75rem !important;
  border-radius: 8px !important;
  color: #ffffff !important;
}

.x23f_special_offer_badge {
  background-color: #ffffff !important;
  color: #ea580c !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  padding: 0.25rem 0.5rem !important;
  border-radius: 5px !important;
  display: inline-block !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  border: none !important;
}

/* Special Offer */
.x23f_special_offer {
  display: flex;
  gap: 8px;
  padding: 0 8px;
  margin-top: 1em;
}

.x23f_savings_badge {
  background-color: #fce7f3;
  color: #be185d;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 5px;
}

/* Product Title */
.x23f_product_title {
  padding: 0 12px;
  padding-top: 12px;
}

.x23f_main_title {
  color: #1f2937;
  font-weight: 500;
  line-height: 1.4;
  font-size: 18px;
}

.x23f_promo_label {
  display: inline-block;
  background: linear-gradient(to right, #f9c2d0, #c2f9f1);
  padding: 2px 6px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 11px;
  color: #000000;
  margin-right: 6px;
}

/* Rating Section */
.x23f_rating_section {
  padding: 0 12px;
  margin-top: 4px;
}

.x23f_rating_container {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #6b7280;
  font-size: 12px;
}

.x23f_star_icon {
  width: 16px;
  height: 16px;
  color: #f59e0b;
}

.x23f_rating_score {
  font-weight: 600;
}

.x23f_rating_count {
  color: #6b7280;
}

.x23f_rating_separator {
  margin: 0 4px;
}

.x23f_sales_count {
  color: #6b7280;
}

/* Divider */
.x23f_divider {
  margin: 24px 0;
  border: none;
  border-top: 1px solid #e5e7eb;
}

/* Shipping Information */
.x23f_shipping_info {
  padding: 0 12px;
  margin-top: 12px;
  margin-bottom: 16px;
  color: #1f2937;
  font-size: 16px;
}

.x23f_shipping_container {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.x23f_shipping_icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.x23f_shipping_details {
  flex: 1;
}

.x23f_free_shipping_badge {
  display: inline-block;
  background-color: #dcfce7;
  color: #166534;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 4px;
}

.x23f_delivery_time {
  color: #6b7280;
  font-size: 12px;
  margin: 4px 0;
}

.x23f_shipping_fee {
  color: #9ca3af;
  font-size: 11px;
  text-decoration: line-through;
}

/* Return Policy */
.x23f_return_policy {
  padding: 0 12px;
  margin-top: 12px;
  margin-bottom: 16px;
  color: #1f2937;
  font-size: 16px;
}

.x23f_return_container {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.x23f_return_icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.x23f_return_details {
  flex: 1;
}

.x23f_return_text {
  color: #6b7280;
  font-size: 12px;
  line-height: 1.4;
}

/* Product Options */
.x23f_product_options {
  max-width: 448px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  display: none;
}

.x23f_options_header {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  margin-bottom: 8px;
}

.x23f_quantity_label {
  color: #000000;
  font-size: 0.8em;
}

.x23f_options_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-evenly;
}

.x23f_option_item {
  position: relative;
}

.x23f_option_btn {
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: all 0.2s;
}

.x23f_option_btn.x23f_available {
  background-color: #34d399;
  color: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.x23f_option_btn.x23f_soldout {
  background-color: #f3f4f6;
  color: #9ca3af;
  cursor: not-allowed;
}

.x23f_status_badge {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 8px;
  padding: 2px 8px;
  border-radius: 9999px;
  font-weight: 600;
  white-space: nowrap;
}

.x23f_available_badge {
  background-color: #9ca3af;
  color: #ffffff;
}

.x23f_soldout_badge {
  background-color: #f472b6;
  color: #ffffff;
}

.x23f_alert_message {
  margin-top: 16px;
  color: #dc2626;
  font-size: 12px;
  font-weight: 500;
  display: none;
}

.x23f_alert_message.show {
  display: block;
}

/* Reviews Section */
.x23f_reviews_section {
  background-color: #ffffff;
  margin-top: 0;
  padding: 16px;
}

.x23f_reviews_header {
  margin-top: 0;
  margin-bottom: 16px;
}

.x23f_reviews_title {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
}

.x23f_reviews_rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.x23f_rating_big {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #1f2937;
}

.x23f_stars {
  color: #fbbf24;
  font-size: 16px;
}

/* Review Items */
.x23f_review_item {
  border-bottom: 1px solid #f0f0f0;
  padding: 16px 0;
}

.x23f_review_header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.x23f_review_avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e5e7eb;
  overflow: hidden;
}

.x23f_avatar_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.x23f_review_info {
  display: flex;
  flex-direction: column;
}

.x23f_review_name {
  font-weight: 600;
  color: #1f2937;
  font-size: 14px;
}

.x23f_review_time {
  color: #00d4aa !important;
  font-size: 11px;
  font-weight: 500;
}

.x23f_review_stars {
  color: #fbbf24;
  font-size: 14px;
  margin: 4px 0;
}

.x23f_review_text {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 12px;
  color: #374151;
}

.x23f_review_images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.x23f_review_image {
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
}

.x23f_review_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: default;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

/* Store Rating Summary */
.x23f_store_rating {
  text-align: left;
  color: #666;
  margin-top: 1em;
  margin-bottom: 1em;
}

.x23f_store_rating_title {
  font-size: 16px;
  margin-bottom: 8px;
  color: #333;
}

.x23f_rating_summary {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 14px;
}

.x23f_rating_badge {
  display: flex;
  align-items: center;
  gap: 4px;
  background: #f0f0f0;
  padding: 6px 10px;
  border-radius: 16px;
  font-size: 0.75em;
  border-radius: 5px !important;
}

.x23f_rating_number {
  color: #ffa500;
}

/* Store Information */
.x23f_store_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: solid 10px #dddddd75;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  padding: 16px;
  background-color: #ffffff;
  margin-top: 0;
}

.x23f_store_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 448px;
  margin: 0 auto;
}

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

.x23f_store_logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #e5e7eb;
}

.x23f_store_text {
  margin-left: 12px;
}

.x23f_store_name {
  font-weight: 500;
  color: #000000;
  font-size: 14px;
}

.x23f_store_products {
  font-size: 14px;
  color: #6b7280;
}

.x23f_follow_btn {
  font-weight: 500;
  color: #000000;
  background-color: #f3f4f6;
  color: #374151;
  padding: 4px 16px;
  font-size: 14px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
}

.x23f_follow_btn:hover {
  background-color: #e5e7eb;
}

.x23f_follow_btn.following {
  background-color: #f3f4f6;
  color: #374151;
}

/* Product Description */
.x23f_product_description {
  background-color: #ffffff;
  padding: 16px;
  margin-top: 16px;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.x23f_description_content {
  color: #1f2937;
  font-size: 14px;
  line-height: 1.6;
}

.x23f_description_content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #111827;
}

.x23f_description_content h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 16px 0 8px 0;
  color: #374151;
}

.x23f_description_content p {
  margin-bottom: 12px;
}

.x23f_description_content ul {
  margin: 12px 0;
  padding-left: 20px;
}

.x23f_description_content li {
  margin-bottom: 8px;
}

.x23f_description_content strong {
  font-weight: 600;
  color: #111827;
}

.x23f_description_content em {
  font-style: italic;
  color: #6b7280;
}

/* Footer */
.x23f_footer {
  background-color: #ffffff;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  padding: 16px;
  padding-bottom: 6em;
  border-bottom: solid 0px;
  margin-top: 16px;
}

.x23f_footer_content {
  max-width: 100%;
}

.x23f_footer_sections {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.x23f_footer_section {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 8px;
}

.x23f_footer_summary {
  cursor: pointer;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1f2937;
}

.x23f_footer_links {
  margin-top: 8px;
  color: #6b7280;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.x23f_footer_links a {
  color: #6b7280;
  text-decoration: none;
}

.x23f_footer_links a:hover {
  color: #374151;
}

.x23f_app_downloads {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.x23f_app_badge {
  width: 96px;
  height: auto;
}

/* Bottom Navigation */
.x23f_bottom_nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border-top: 1px solid #e5e7eb;
  box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.1);
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 50;
}

.x23f_nav_left {
  display: flex;
  align-items: center;
  gap: 24px;
}

.x23f_nav_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  color: #6b7280;
}

.x23f_nav_icon {
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
}

.x23f_nav_right {
  display: flex;
  gap: 8px;
}

.x23f_reviews_btn {
  background-color: #f3f4f6;
  color: #000000;
  padding: 6px 16px;
  font-size: 14px;
  border-radius: 10px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  line-height: 1.2;
}

.x23f_buy_btn {
  background-color: #059669 !important;
  color: #ffffff !important;
  padding: 6px 16px;
  font-size: 14px;
  border-radius: 10px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
}

/* Modal */
.x23f_modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 50;
  display: none;
}

.x23f_modal.show {
  display: flex;
}

.x23f_modal_content {
  background-color: #ffffff;
  padding: 16px;
  border-radius: 8px 8px 0 0;
  width: 100%;
  max-width: 448px;
  position: relative;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  max-height: 70%;
}

.x23f_modal_close {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #6b7280;
  font-size: 24px;
  font-weight: 700;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
}

.x23f_modal_close:hover {
  color: #dc2626;
}

.x23f_modal_header {
  display: inline-flex;
  margin-bottom: 16px;
}

.x23f_modal_image {
  width: 40%;
  margin-right: 1em;
}

.x23f_modal_img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 16px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.x23f_modal_info {
  width: 50%;
  text-align: left;
}

.x23f_modal_title {
  display: none;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #1f2937;
  margin-bottom: 4px;
}

.x23f_modal_price {
  font-weight: 500;
  text-align: left;
  font-size: 24px;
  font-weight: 800;
  color: #059669 !important;
  margin-bottom: 4px;
}

.x23f_modal_old_price {
  text-align: left;
  font-size: 14px;
  color: #6b7280;
  text-decoration: line-through;
  margin-bottom: 4px;
}

.x23f_modal_discount {
  display: inline-block;
  background-color: #dcfce7;
  color: #166534;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
}

.x23f_modal_shipping {
  display: inline-block;
  background-color: #dcfce7;
  color: #166534;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
}

/* Modal Options */
.x23f_modal_options {
  margin-top: 16px;
  margin-bottom: 16px;
}

.x23f_options_title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1f2937;
}

.x23f_options_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.x23f_option_card {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #333;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
}

.x23f_option_card:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.x23f_option_card.selected {
  border-color: #059669;
  box-shadow: 0 0 0 2px rgba(5, 150, 105, 0.3);
}

.x23f_option_title {
  font-weight: 700;
  color: #374151;
  margin-bottom: 4px;
  text-align: center;
}

/* Modal Action */
.x23f_modal_action {
  display: block;
  width: 100%;
  margin-top: 8px;
}

.x23f_checkout_btn {
  width: 100%;
  text-align: center;
  display: block;
  background-color: #059669 !important;
  color: #ffffff !important;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.2s;
}

.x23f_checkout_btn:hover {
  background-color: #047857 !important;
}

/* Swiper Customizations */
.swiper-slide-thumb-active {
  border: 2px solid #b0213b !important;
  border-radius: 8px;
}

.swiper-pagination {
  display: block !important;
}

/* Responsive Design */
@media (max-width: 768px) {
  .x23f_thumbnails_section {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 0 8px 12px 8px !important;
  }
  
  .x23f_thumb_swiper {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  
  .x23f_thumb_item {
    width: 48px !important;
    height: 48px !important;
  }
  
  .x23f_product_options {
    display: none;
  }
  
  .x23f_modal_header {
    flex-direction: column;
  }
  
  .x23f_modal_image,
  .x23f_modal_info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  
  .x23f_options_grid {
    grid-template-columns: 1fr;
  }
  
  .x23f_nav_next,
  .x23f_nav_prev,
  .swiper-button-next,
  .swiper-button-prev {
    width: 35px !important;
    height: 35px !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media (max-width: 480px) {
  .x23f_thumbnails_section {
    padding: 0 4px 8px 4px !important;
  }
  
  .x23f_thumb_item {
    width: 40px !important;
    height: 40px !important;
  }
  
  .x23f_nav_next,
  .x23f_nav_prev,
  .swiper-button-next,
  .swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
  }
}

/* Utility Classes */
.hidden {
  display: none !important;
}

/* Hover Effects */
.x23f_option_card:hover .x23f_option_title {
  color: #1d4ed8;
}

/* Focus States */
.x23f_option_btn:focus,
.x23f_follow_btn:focus,
.x23f_reviews_btn:focus,
.x23f_buy_btn:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

/* Loading States */
.x23f_loading {
  opacity: 0.6;
  pointer-events: none;
}

/* Animation Classes */
.x23f_fade_in {
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.x23f_slide_up {
  animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

/* Checkout Page Styles */
.x23f_checkout_container {
  max-width: 448px;
  margin: 0 auto;
  background-color: #ffffff;
  min-height: 100vh;
}

.x23f_checkout_header {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  padding: 16px;
}

.x23f_header_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.x23f_checkout_title {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
}

.x23f_checkout_subtitle {
  font-size: 14px;
  color: #6b7280;
  margin-top: 4px;
}

.x23f_back_button {
  color: #6b7280;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  transition: color 0.2s;
}

.x23f_back_button:hover {
  color: #374151;
}

.x23f_close_icon {
  width: 24px;
  height: 24px;
}

/* Product Section */
.x23f_product_section {
  padding: 16px;
  border-bottom: 1px solid #e5e7eb;
}

.x23f_product_content {
  display: flex;
  gap: 16px;
}

.x23f_product_image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}

.x23f_product_details {
  flex: 1;
}

.x23f_product_name {
  font-weight: 600;
  font-size: 14px;
  color: #1f2937;
  margin-bottom: 4px;
}

.x23f_product_subtitle {
  color: #6b7280;
  font-size: 14px;
  margin-bottom: 8px;
}

.x23f_price_container {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.x23f_current_price {
  font-size: 18px;
  font-weight: 700;
  color: #059669;
}

.x23f_original_price {
  font-size: 14px;
  color: #6b7280;
  text-decoration: line-through;
}

.x23f_discount_badge {
  background-color: #dcfce7;
  color: #166534;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 600;
}

/* Benefits Section */
.x23f_benefits_section {
  padding: 16px;
  border-bottom: 1px solid #e5e7eb;
  background-color: #f0fdf4;
}

.x23f_benefits_title {
  font-weight: 600;
  margin-bottom: 12px;
  color: #1f2937;
  font-size: 16px;
}

.x23f_benefits_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
}

.x23f_benefit_item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #374151;
}

.x23f_check_icon {
  width: 16px;
  height: 16px;
  color: #059669;
  flex-shrink: 0;
}

/* Form Section */
.x23f_form_section {
  padding: 16px;
}

.x23f_checkout_form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.x23f_form_group {
  display: flex;
  flex-direction: column;
}

.x23f_form_label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #1f2937;
}

.x23f_form_input,
.x23f_form_textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.x23f_form_input:focus,
.x23f_form_textarea:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.x23f_form_input.x23f_input_valid {
  border-color: #059669;
}

.x23f_form_input.x23f_input_error {
  border-color: #dc2626;
}

.x23f_form_textarea {
  resize: vertical;
  min-height: 80px;
}

/* Payment Section */
.x23f_payment_section {
  padding: 16px;
  border-top: 1px solid #e5e7eb;
  background-color: #ffffff;
}

.x23f_payment_button {
  width: 100%;
  background-color: #059669;
  color: #ffffff;
  padding: 16px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
}

.x23f_payment_button:hover:not(:disabled) {
  background-color: #047857;
}

.x23f_payment_button:disabled {
  background-color: #9ca3af;
  cursor: not-allowed;
}

.x23f_payment_note {
  font-size: 12px;
  color: #6b7280;
  text-align: center;
  margin-top: 8px;
}

/* Privacy Policy Styles */
.x23f_privacy_container {
  max-width: 896px;
  margin: 0 auto;
  background-color: #ffffff;
  min-height: 100vh;
  padding: 24px;
}

.x23f_privacy_header {
  text-align: center;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e7eb;
}

.x23f_privacy_title {
  font-size: 32px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
}

.x23f_privacy_subtitle {
  font-size: 18px;
  color: #6b7280;
}

.x23f_privacy_content {
  color: #374151;
}

.x23f_privacy_sections {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.x23f_privacy_section {
  padding: 20px;
  background-color: #f9fafb;
  border-radius: 8px;
  border-left: 4px solid #3b82f6;
}

.x23f_section_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #111827;
}

.x23f_section_text {
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
}

.x23f_section_list {
  list-style-type: disc;
  padding-left: 24px;
  margin-top: 12px;
}

.x23f_list_item {
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 8px;
}

.x23f_contact_info {
  margin-top: 16px;
  padding: 16px;
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
}

.x23f_contact_item {
  margin-bottom: 8px;
  font-size: 16px;
  color: #4b5563;
}

.x23f_privacy_footer {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
  text-align: center;
}

.x23f_last_updated {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 16px;
}

.x23f_back_link {
  color: #3b82f6;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

.x23f_back_link:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

/* Terms of Use Styles */
.x23f_terms_container {
  max-width: 896px;
  margin: 0 auto;
  background-color: #ffffff;
  min-height: 100vh;
  padding: 24px;
}

.x23f_terms_header {
  text-align: center;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e7eb;
}

.x23f_terms_title {
  font-size: 32px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
}

.x23f_terms_subtitle {
  font-size: 18px;
  color: #6b7280;
}

.x23f_terms_content {
  color: #374151;
}

.x23f_terms_sections {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.x23f_terms_section {
  padding: 20px;
  background-color: #f9fafb;
  border-radius: 8px;
  border-left: 4px solid #10b981;
}

.x23f_terms_footer {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
  text-align: center;
}

/* Price Header - TikTok Shop Original Layout */
.x23f_price_header {
  background: linear-gradient(to right, #ea580c, #fb923c) !important;
  padding: 1em 1em !important;
  padding-bottom: 0em !important;
  padding-top: 1.3em !important;
  margin: 1rem 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  position: relative !important;
  overflow: visible !important;
  color: #ffffff !important;
}

.x23f_price_header::before {
  display: none !important;
}

.x23f_price_header * {
  color: #ffffff !important;
  position: static !important;
  z-index: auto !important;
}

.x23f_price_container {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}

.x23f_price_main {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 0 !important;
  position: relative !important;
}

.x23f_leading_tight {
  line-height: 1 !important;
}

.x23f_text_2xl {
  font-size: 1.5rem !important;
}

.x23f_font_bold {
  font-weight: 700 !important;
}

.x23f_leading_none {
  line-height: 1 !important;
}

.x23f_line_through {
  text-decoration: line-through !important;
}

.x23f_text_sm {
  font-size: 0.875rem !important;
}

.x23f_text_orange_200 {
  color: #fed7aa !important;
}

.x23f_text_xs {
  font-size: 0.75rem !important;
}

.x23f_font_semibold {
  font-weight: 600 !important;
}

.x23f_h_1_2em {
  height: 1.2em !important;
}

.x23f_w_1_2em {
  width: 1.2em !important;
}

.x23f_flex {
  display: flex !important;
}

.x23f_justify_between {
  justify-content: space-between !important;
}

.x23f_items_center {
  align-items: center !important;
}

.x23f_mt_1 {
  margin-top: 0.25rem !important;
}

.x23f_bg_white {
  background-color: #ffffff !important;
}

.x23f_text_orange_600 {
  color: #ea580c !important;
}

.x23f_px_2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.x23f_py_0_5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.x23f_rounded {
  border-radius: 0.25rem !important;
}

.x23f_text_11px {
  font-size: 11px !important;
}

.x23f_price_details {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 8px !important;
  position: static !important;
  margin-top: -8px !important;
  flex: 0 0 auto !important;
  justify-content: flex-start !important;
}

.x23f_original_price_container {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 2px !important;
  text-align: center !important;
}

.x23f_currency_symbol {
  font-size: 14px !important;
  color: #fed7aa !important;
  text-decoration: line-through !important;
  font-weight: normal !important;
  line-height: 1 !important;
}

.x23f_original_price_value {
  font-size: 16px !important;
  color: #fed7aa !important;
  text-decoration: line-through !important;
  font-weight: normal !important;
  line-height: 1 !important;
}

.x23f_discount_badge {
  margin-left: 0 !important;
  padding: 0.3em 0.6em !important;
  border-radius: 25px !important;
  background-color: #fe5d38 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  display: inline-block !important;
  text-shadow: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  position: static !important;
  overflow: visible !important;
}

.x23f_discount_badge::before {
  display: none !important;
}

.x23f_flash_offer {
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  text-align: right !important;
  width: auto !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-end !important;
  gap: 8px !important;
  margin-top: 0 !important;
  padding: 0 !important;
  background: none !important;
  border-radius: 0 !important;
  backdrop-filter: none !important;
  border: none !important;
  letter-spacing: normal !important;
  flex: 0 0 auto !important;
}

.x23f_offer_header {
  display: flex !important;
  align-items: center !important;
  gap: 0.25rem !important;
  color: #ffffff !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.x23f_lightning_icon {
  height: 1.2em !important;
  width: 1.2em !important;
  color: #ffffff !important;
  filter: none !important;
}

/* Special Offer Badge - White background with dark red text */
.x23f_special_offer_badge {
  background-color: #ffffff !important;
  color: #ea580c !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  padding: 0.25rem 0.5rem !important;
  border-radius: 5px !important;
  display: inline-block !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  border: none !important;
}

/* Special Offer - TikTok Shop Original Layout */
.x23f_special_offer {
  display: flex !important;
  gap: 8px !important;
  padding: 0 8px !important;
  margin-top: 1em !important;
  justify-content: flex-start !important;
}

.x23f_savings_badge {
  background-color: #fce7f3 !important;
  color: #be185d !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  padding: 4px 12px !important;
  border-radius: 5px !important;
  box-shadow: none !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  position: static !important;
  overflow: visible !important;
  transition: none !important;
}

.x23f_savings_badge:hover {
  transform: none !important;
}

.x23f_savings_badge::before {
  display: none !important;
}

/* Ensure thumbnails are visible */
.x23f_thumbnails_section {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.x23f_thumb_img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Ensure navigation arrows are visible */
.swiper-button-next,
.swiper-button-prev,
.x23f_nav_next,
.x23f_nav_prev {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 40px !important;
  height: 40px !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  position: absolute !important;
  z-index: 10 !important;
}

/* Thumbnails Section - Force visibility */
.x23f_thumbnails_section {
  padding: 0 16px 16px 16px !important;
  padding-top: 8px !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin: 0 !important;
  background: transparent !important;
}

.x23f_thumb_swiper {
  width: 100% !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.x23f_thumb_item {
  width: 64px !important;
  height: 64px !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.x23f_thumb_img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  transition: opacity 0.3s !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.x23f_thumb_img:hover {
  opacity: 0.8 !important;
}

/* Navigation Arrows - Force visibility */
.x23f_nav_next,
.x23f_nav_prev,
.swiper-button-next,
.swiper-button-prev {
  color: #ffffff !important;
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 10 !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: background-color 0.3s !important;
}

.x23f_nav_next:hover,
.x23f_nav_prev:hover,
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.x23f_nav_prev,
.swiper-button-prev {
  left: 10px !important;
}

.x23f_nav_next,
.swiper-button-next {
  right: 10px !important;
}

/* Override Swiper default styles */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #ffffff !important;
}

/* Ensure pagination is visible */
.x23f_pagination,
.swiper-pagination {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  bottom: 4px !important;
  text-align: center !important;
}

.swiper-pagination-bullet {
  background: #b0213b !important;
  opacity: 0.7 !important;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #b0213b !important;
}

/* Thumbnail Swiper Container */
.x23f_thumb_swiper {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 0 !important;
  overflow: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* Individual Thumbnail Slides */
.x23f_thumb_swiper .swiper-slide {
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 80px !important;
  max-width: 120px !important;
  height: 80px !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  position: relative !important;
}

/* Thumbnail Images */
.x23f_thumb_img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 8px !important;
}

/* Active Thumbnail State */
.swiper-slide-thumb-active {
  border: 2px solid #b0213b !important;
  border-radius: 8px !important;
  transform: scale(1.05) !important;
  box-shadow: 0 4px 12px rgba(176, 33, 59, 0.3) !important;
}

/* Hover Effect */
.x23f_thumb_swiper .swiper-slide:hover {
  transform: scale(1.02) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}

/* Responsive Thumbnail Adjustments */
@media (max-width: 768px) {
  .x23f_thumb_swiper .swiper-slide {
    min-width: 60px !important;
    max-width: 80px !important;
    height: 60px !important;
  }
  
  .x23f_thumb_swiper {
    gap: 8px !important;
    padding: 8px 0 !important;
  }
}

@media (max-width: 480px) {
  .x23f_thumb_swiper .swiper-slide {
    min-width: 50px !important;
    max-width: 70px !important;
    height: 50px !important;
  }
  
  .x23f_thumb_swiper {
    gap: 6px !important;
    padding: 6px 0 !important;
  }
}

@media (min-width: 1200px) {
  .x23f_thumb_swiper .swiper-slide {
    min-width: 100px !important;
    max-width: 140px !important;
    height: 100px !important;
  }
  
  .x23f_thumb_swiper {
    gap: 12px !important;
    padding: 12px 0 !important;
  }
}

/* Responsive Price Header - TikTok Shop Pattern */
/* Removed all responsive overrides to maintain original layout */
