/** Shopify CDN: Minification failed

Line 741:0 All "@import" rules must come first
Line 993:1 Unexpected "/"
Line 1005:1 Unexpected "/"
Line 1035:1 Unexpected "/"
Line 1077:1 Unexpected "/"
Line 1295:0 Unexpected "/"

**/
/*============================================================================
  Bynimah Style - CLEAN FINAL VERSION
  Clean, minimal layout exactly like bynimah.com
==============================================================================*/

/* === Main Gallery Container === */
.bynimah-product-gallery {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-left: -30px;
  width: fit-content;
  margin-right: 40px;
}

/* === Thumbnails Column (Left Side) === */
.bynimah-thumbnails {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 130px;
  flex-shrink: 0;
  order: 1;
}

.bynimah-thumb {
  width: 130px;
  height: 130px;
  cursor: pointer;
  border: 2px solid #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.bynimah-thumb:hover {
  border-color: #333;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.bynimah-thumb.active {
  border-color: #000;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

.bynimah-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.bynimah-thumb:hover img {
  transform: scale(1.05);
}

/* === Main Product Image (Right Side) === */
.bynimah-main-image {
  flex: 1;
  order: 2;
  position: relative;
  cursor: zoom-in;
  max-width: 550px;
  width: 550px;
}

.bynimah-main-img {
  width: 100%;
  height: auto;
  max-height: 550px;
  display: block;
  border-radius: 12px;
  border: none;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  background: #fff;
  transition: transform 0.3s ease;
  object-fit: cover;
}

.bynimah-main-img:hover {
  transform: scale(1.01);
}

/* === Mobile Responsive === */
@media (max-width: 768px) {
  .bynimah-product-gallery {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  
  .bynimah-main-image {
    width: 100%;
    max-width: 100%;
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .bynimah-main-image img {
    width: 100%;
    max-width: 420px;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
  }
  
  .bynimah-thumbnails {
    flex-direction: row;
    width: 100%;
    order: 2;
    overflow-x: auto;
    padding: 10px 0;
    gap: 10px;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
  
  .bynimah-thumbnails::-webkit-scrollbar {
    height: 4px;
  }
  
  .bynimah-thumbnails::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 2px;
  }
  
  .bynimah-thumbnails::-webkit-scrollbar-thumb {
    background: #D4AF37;
    border-radius: 2px;
  }
  
  .bynimah-thumb {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.3s ease;
  }
  
  .bynimah-thumb.active {
    border-color: #D4AF37;
    transform: scale(1.05);
  }
  
  .bynimah-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* === Extra Small Mobile Devices === */
@media (max-width: 480px) {
  .bynimah-product-gallery {
    padding: 0 10px;
    gap: 12px;
  }
  
  .bynimah-main-image img {
    max-width: 360px;
    border-radius: 10px;
  }
  
  .bynimah-thumbnails {
    padding: 8px 0;
    gap: 8px;
  }
  
  .bynimah-thumb {
    width: 70px;
    height: 70px;
    border-radius: 6px;
  }
}

/* === Tablet Responsive === */
@media (min-width: 769px) and (max-width: 1024px) {
  .bynimah-product-gallery {
    gap: 18px;
  }
  
  .bynimah-main-image img {
    max-width: 400px;
  }
  
  .bynimah-thumb {
    width: 90px;
    height: 90px;
  }
}

/* === Clean Product Info Styling === */
.shop-details-info {
  background: #FFFFFF !important;
  border: 2px solid #FFFFFF !important;
  border-radius: 12px !important;
  padding: 30px 25px !important;
  margin: 15px 0 !important;
  box-shadow: 0 8px 24px rgba(255, 255, 255, 0.3) !important;
}

/* === Product Price Styling === */
.product-price,
.clean-product-price {
  margin-bottom: 40px !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}

#ProductPrice {
  font-family: 'Inter', 'Arial', sans-serif !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  color: #8B4513 !important;
  margin-right: 15px !important;
}

.price-old,
#ComparePrice {
  font-family: 'Inter', 'Arial', sans-serif !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  color: #999999 !important;
  text-decoration: line-through !important;
  margin-right: 0 !important;
}

/* === Quantity Selector Styling === */
.islamic-quantity-wrapper,
.clean-quantity {
  margin-bottom: 30px !important;
}

.islamic-quantity-label {
  font-family: 'Inter', 'Arial', sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #000000 !important;
  margin-bottom: 15px !important;
  display: block !important;
}

.islamic-quantity-controls {
  display: flex !important;
  align-items: center !important;
  border: 2px solid #E5E5E5 !important;
  border-radius: 8px !important;
  width: fit-content !important;
  background: #FFFFFF !important;
}

.islamic-quantity-btn {
  background: transparent !important;
  border: none !important;
  width: 50px !important;
  height: 50px !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #000000 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.islamic-quantity-input {
  border: none !important;
  width: 60px !important;
  height: 50px !important;
  text-align: center !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #000000 !important;
  background: transparent !important;
}

/* === Mobile Product Info === */
@media (max-width: 768px) {
  .shop-details-info {
    padding-left: 15px;
    margin-left: 0;
    padding-right: 15px;
    margin-top: 20px;
  }
  
  .col-lg-7, .col-lg-5 {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .shop-details-info h1,
  .shop-details-info h3,
  .clean-product-title,
  #popup_cart_title {
    font-size: 32px !important;
  }
  
  #ProductPrice {
    font-size: 28px !important;
  }
  
  .price-old,
  #ComparePrice {
    font-size: 20px !important;
  }
  
  /* Fix mobile price alignment */
  .product-price,
  .clean-product-price {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: nowrap !important;
  }
  
  .product-price span,
  .clean-product-price span {
    white-space: nowrap !important;
  }
}

/* === Bold Product Title === */
.shop-details-info h1,
.shop-details-info h3,
.clean-product-title,
#popup_cart_title {
  font-family: 'Inter', 'Arial', sans-serif !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  color: #000000 !important;
  margin-bottom: 30px !important;
  line-height: 1.2 !important;
  text-align: left !important;
  letter-spacing: -0.5px !important;
  letter-spacing: 0.5px !important;
  text-transform: none !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
  position: relative !important;
}

/* Remove any decorative pseudo elements from title */
.shop-details-info h1::before,
.shop-details-info h1::after,
.shop-details-info h3::before,
.shop-details-info h3::after,
.clean-product-title::before,
.clean-product-title::after,
#popup_cart_title::before,
#popup_cart_title::after {
  display: none !important;
  content: none !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}

/* Remove any stars, lines, or decorative elements */
.product-title .star,
.product-title .line,
.product-title .decoration,
.clean-product-title .star,
.clean-product-title .line,
.clean-product-title .decoration {
  display: none !important;
}

/* === Red Price Section with Right Shift === */
.ltn__shop-details-area .product-price,
.clean-product-price,
#ProductPrice {
  font-family: 'Cormorant Garamond', 'Amiri', 'Scheherazade New', serif !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  color: #C41E3A !important;
  margin-bottom: 20px !important;
  margin-left: 50px !important;
  padding-left: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
  position: relative !important;
  line-height: 1.4 !important;
  letter-spacing: 0.5px !important;
  text-align: left !important;
}

/* Remove any decorative pseudo elements from price */
.ltn__shop-details-area .product-price::before,
.ltn__shop-details-area .product-price::after,
.product-price::before,
.product-price::after,
.clean-product-price::before,
.clean-product-price::after {
  display: none !important;
  content: none !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}

/* Clean price styling - remove all decorations */
.product-price,
.clean-product-price,
#ProductPrice,
.price {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
  outline: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  text-align: left !important;
}

/* Price spans alignment */
.product-price span,
.clean-product-price span,
#ProductPrice span {
  font-family: 'Cormorant Garamond', 'Amiri', 'Scheherazade New', serif !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  color: #C41E3A !important;
  line-height: 1.4 !important;
  letter-spacing: 0.5px !important;
}

/* Compare price styling */
.price-old,
del span {
  font-size: 22px !important;
  color: #999 !important;
  text-decoration: line-through !important;
  margin-left: 15px !important;
}

/* Remove diamond or any icon decorations */
.product-price .diamond,
.product-price .icon,
.clean-product-price .diamond,
.clean-product-price .icon {
  display: none !important;
}

/* === Improved Button Layout === */
.clean-buttons-row {
  display: flex !important;
  gap: 10px !important;
  margin-bottom: 20px !important;
  width: 100% !important;
  align-items: stretch !important;
}

/* === Force Override Compact Buttons === */
.clean-buttons-row .theme-btn-1,
.clean-buttons-row .clean-add-to-cart {
  background: #143020 !important;
  color: #fff !important;
  border: none !important;
  padding: 12px 20px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  cursor: pointer !important;
  transition: background 0.3s ease !important;
  margin: 0 !important;
  border-radius: 4px !important;
  text-align: center !important;
  flex: 1 !important;
  box-sizing: border-box !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  box-shadow: none !important;
}

.clean-buttons-row .theme-btn-1:hover,
.clean-buttons-row .clean-add-to-cart:hover {
  background: #0f2419 !important;
  box-shadow: none !important;
}

/* === Force Override Buy Now Button === */
.clean-buttons-row .clean-buy-now-btn {
  background: linear-gradient(135deg, #D4AF37 0%, #B8860B 100%) !important;
  color: white !important;
  border: none !important;
  padding: 12px 20px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  cursor: pointer !important;
  transition: background 0.3s ease !important;
  margin: 0 !important;
  border-radius: 4px !important;
  text-align: center !important;
  flex: 1 !important;
  box-sizing: border-box !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  box-shadow: none !important;
}

.clean-buttons-row .clean-buy-now-btn:hover {
  background: linear-gradient(135deg, #B8860B 0%, #D4AF37 100%) !important;
  color: white !important;
  box-shadow: none !important;
}

/* Mobile responsive buttons */
@media (max-width: 768px) {
  .clean-buttons-row {
    flex-direction: column;
    gap: 10px;
  }
  
  .clean-add-to-cart,
  .clean-buy-now-btn {
    width: 100%;
  }
}

/* === Elegant Quantity Selector === */
/* === Stylish Compact Quantity Selector === */
.islamic-quantity-wrapper,
.clean-quantity {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 20px !important;
  margin-left: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Remove any decorative pseudo elements from quantity wrapper */
.islamic-quantity-wrapper::before,
.islamic-quantity-wrapper::after,
.clean-quantity::before,
.clean-quantity::after {
  display: none !important;
  content: none !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}

.islamic-quantity-label {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  color: #666 !important;
  font-weight: 600 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  margin-right: 4px !important;
}

.islamic-quantity-controls {
  display: flex !important;
  align-items: center !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  background: #f8f9fa !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1) !important;
  outline: none !important;
  overflow: hidden !important;
  transition: all 0.2s ease !important;
}

.islamic-quantity-controls:hover {
  border-color: #007bff !important;
  box-shadow: 0 2px 6px rgba(0,123,255,0.15) !important;
}

/* Remove decorations from quantity controls */
.islamic-quantity-controls::before,
.islamic-quantity-controls::after {
  display: none !important;
  content: none !important;
}

.islamic-quantity-btn {
  background: transparent !important;
  border: none !important;
  width: 28px !important;
  height: 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #666 !important;
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  position: relative !important;
}

/* Remove decorations from quantity buttons */
.islamic-quantity-btn::before,
.islamic-quantity-btn::after {
  display: none !important;
  content: none !important;
}

.islamic-quantity-btn:hover {
  background: #007bff !important;
  color: white !important;
  border: none !important;
  box-shadow: none !important;
}

.islamic-quantity-btn:active {
  transform: scale(0.95) !important;
}

.islamic-quantity-input {
  border: none !important;
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  width: 40px !important;
  height: 28px !important;
  text-align: center !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  outline: none !important;
  background: white !important;
  box-shadow: none !important;
  text-decoration: none !important;
  color: #333 !important;
  font-family: 'Inter', sans-serif !important;
}

.islamic-quantity-input:focus {
  background: #f0f8ff !important;
  border-left-color: #007bff !important;
  border-right-color: #007bff !important;
}

/* Remove decorations from quantity input */
.islamic-quantity-input::before,
.islamic-quantity-input::after {
  display: none !important;
  content: none !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .islamic-quantity-wrapper,
  .clean-quantity {
    gap: 8px !important;
    margin-bottom: 16px !important;
  }
  
  .islamic-quantity-label {
    font-size: 12px !important;
  }
  
  .islamic-quantity-btn {
    width: 26px !important;
    height: 26px !important;
    font-size: 13px !important;
  }
  
  .islamic-quantity-input {
    width: 36px !important;
    height: 26px !important;
    font-size: 12px !important;
  }
}

/* Clean all quantity related elements */
.quantity-wrapper,
.quantity-controls,
.quantity-btn,
.quantity-input,
input[name="quantity"] {
  border: none !important;
  background: white !important;
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none !important;
}

/* Remove any icons or decorative elements */
.quantity-wrapper .diamond,
.quantity-wrapper .icon,
.islamic-quantity-wrapper .diamond,
.islamic-quantity-wrapper .icon {
  display: none !important;
}

/* === Clean Variant Selector === */
.product-variant-option select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 15px;
}

/* === Import Elegant Fonts === */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Amiri:ital,wght@0,400;0,700;1,400&display=swap');

/* === Clean Typography === */
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: white;
}

/* === Completely Hide Breadcrumb Section === */
.ltn__breadcrumb-area,
.ltn__breadcrumb-area-2,
.breadcrumbs {
  display: none !important;
}

/* Add some top spacing to product section after removing breadcrumb */
.ltn__shop-details-area {
  padding-top: 60px !important;
}

/* Mobile spacing adjustment */
@media (max-width: 767px) {
  .ltn__shop-details-area {
    padding-top: 40px !important;
  }
}

@media (max-width: 480px) {
  .ltn__shop-details-area {
    padding-top: 30px !important;
  }
}

/* === TAB SECTION - LEFT ALIGNED === */

/* Force tab section to full width background but content starts from left */
.ltn__shop-details-tab-inner.ltn__shop-details-tab-inner-2 {
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  background: white !important;
  padding: 60px 0 !important;
  margin-top: 150px !important; /* Increased from 80px to 150px */
  margin-bottom: 0 !important;
  max-width: none !important;
  clear: both !important;
  z-index: 1 !important;
}

/* Container inside full width section - start from left like gallery */
.ltn__shop-details-tab-inner .container {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

/* Tab navigation - start from gallery position, shifted left */
.ltn__shop-details-tab-menu {
  background: white !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 10px !important;
  margin: 0 0 30px -30px !important; /* Start from beyond left edge */
  max-width: 600px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
}

.ltn__shop-details-tab-menu .nav {
  display: flex !important;
  margin: 0 !important;
  padding: 0 !important;
  justify-content: center !important;
  background: white !important;
}

.ltn__shop-details-tab-menu .nav a {
  flex: 1 !important;
  padding: 20px 30px !important;
  color: #333 !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  text-align: center !important;
  text-decoration: none !important;
  border: none !important;
  background: white !important;
  transition: all 0.3s ease !important;
  border-radius: 0 !important;
}

.ltn__shop-details-tab-menu .nav a:hover {
  background: #f8f9fa !important;
  color: #000 !important;
}

.ltn__shop-details-tab-menu .nav a.active {
  background: #f0f0f0 !important;
  color: #000 !important;
  border-bottom: 3px solid #333 !important;
}

/* Tab content - start from left edge, extend to right */
.tab-content {
  background: white !important;
  padding: 50px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 50px 0 -30px !important; /* Start from beyond left edge */
  max-width: none !important;
  border: none !important;
}

/* Content typography - clean and elegant */
.ltn__product-tab-content-inner {
  background: white !important;
}

.ltn__product-tab-content-inner h4.title-2 {
  color: #333 !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  margin-bottom: 30px !important;
  text-align: left !important;
  padding-bottom: 20px !important;
  border-bottom: 2px solid #e0e0e0 !important;
  display: block !important;
  width: fit-content !important;
  background: white !important;
}

.product-description-content,
.product-reviews-content {
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #555 !important;
  max-width: none !important;
  background: white !important;
}

/* Force all backgrounds to white */
body, html, .shopify-section, main, .wrapper {
  background: white !important;
  background-color: white !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .ltn__shop-details-tab-inner.ltn__shop-details-tab-inner-2 {
    margin-left: -50vw !important;
    margin-right: -50vw !important;
  }
  
  .ltn__shop-details-tab-menu {
    margin-left: 15px !important;
    max-width: calc(100% - 30px) !important;
  }
  
  .tab-content {
    margin: 0 15px !important;
    padding: 30px 20px !important;
  }
}/* ==
= ADDITIONAL SEPARATION FOR TAB SECTION === */

/* Force separation between product section and tab section */
.ltn__shop-details-area {
  margin-bottom: 100px !important;
  z-index: 10 !important;
  position: relative !important;
}

/* Ensure gallery has higher z-index and proper positioning */
.bynimah-product-gallery {
  z-index: 20 !important;
  position: relative !important;
}

.bynimah-main-image {
  z-index: 20 !important;
  position: relative !important;
}

/* Add space after product info */
.shop-details-info,
.modal-product-info {
  margin-bottom: 100px !important;
  z-index: 20 !important;
  position: relative !important;
  background: #F8FAFC !important; /* Soft light gray-blue background */
  border-radius: 12px !important;
  border: 1px solid #E2E8F0 !important; /* Light gray border */
  padding: 24px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important; /* Subtle shadow */
}

/* Force background on the combined class */
.shop-details-info.modal-product-info {
  background: #FFFFFF !important;
  border: 2px solid #FFFFFF !important;
  border-radius: 12px !important;
  padding: 30px 25px !important;
  box-shadow: 0 8px 24px rgba(255, 255, 255, 0.3) !important;
}
/*
 === Trust & Authenticity Image === */
.trust-authenticity-section {
  margin-top: 20px !important;
  text-align: center !important;
  padding: 15px 0 !important;
  border-top: 1px solid #E2E8F0 !important;
}

.trust-authenticity-image {
  max-width: 100% !important;
  height: auto !important;
  max-height: 80px !important;
  object-fit: contain !important;
  opacity: 0.9 !important;
  transition: opacity 0.3s ease !important;
}

.trust-authenticity-image:hover {
  opacity: 1 !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .trust-authenticity-image {
    max-height: 60px !important;
  }
}/* =
== Fix Description Section Overlap === */
.ltn__product-details-tab-area {
  margin-top: 60px !important;
  clear: both !important;
}

/* Ensure product info section has proper bottom margin */
.shop-details-info.modal-product-info {
  margin-bottom: 40px !important;
}

/* Left align description content */
.ltn__product-details-tab-area .container {
  text-align: left !important;
}

.ltn__product-details-tab-area .row {
  justify-content: flex-start !important;
}/
* === COMPLETELY HIDE ANNOYING DESCRIPTION SECTION === */
.ltn__product-details-tab-area {
  display: none !important;
  visibility: hidden !important;
}

/* Also hide any other description sections that might appear */
.ltn__product-details-tab-inner,
.ltn__product-details-tab-menu,
.ltn__product-tab-content-inner {
  display: none !important;
}/
* === HIDE DESCRIPTION BLOCK INSIDE PRODUCT INFO === */
.product-description {
  display: none !important;
  visibility: hidden !important;
}

/* Hide any description content that might appear */
.shop-details-info .product-description,
.modal-product-info .product-description {
  display: none !important;
}/* === 
FORCE SHOW DESCRIPTION SECTION === */
.ltn__product-details-tab-area,
.ltn__product-details-tab-inner,
.ltn__product-details-tab-menu,
.ltn__product-tab-content-inner {
  display: block !important;
  visibility: visible !important;
}

.product-description {
  display: block !important;
  visibility: visible !important;
}

/* Proper spacing for description section */
.ltn__product-details-tab-area {
  margin-top: 60px !important;
  clear: both !important;
}/
* === FORCE DESCRIPTION TO EXTREME LEFT === */
.ltn__product-details-tab-area {
  position: fixed !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 300px !important;
  height: 80vh !important;
  background: white !important;
  border: 2px solid #000 !important;
  z-index: 9999 !important;
  overflow-y: auto !important;
  padding: 20px !important;
  box-shadow: 0 0 20px rgba(0,0,0,0.5) !important;
}

.ltn__product-details-tab-area .container {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ltn__product-details-tab-area .row {
  margin: 0 !important;
}

.ltn__product-details-tab-area .col-lg-12 {
  padding: 0 !important;
}/* === 
RED BACKGROUND FOR DESCRIPTION === */
.ltn__product-details-tab-area,
.ltn__product-details-tab-inner,
.ltn__product-tab-content-inner,
.single-product-tab {
  background: #FF0000 !important;
  color: white !important;
}

.ltn__product-details-tab-area * {
  background: #FF0000 !important;
  color: white !important;
}/
* === FORCE RED BACKGROUND ON DESCRIPTION SECTION === */
.ltn__shop-details-tab-inner,
.ltn__shop-details-tab-inner-2 {
  background: #FF0000 !important;
  color: white !important;
  border: 5px solid #CC0000 !important;
  padding: 30px !important;
  margin: 50px 0 !important;
}

.ltn__shop-details-tab-menu,
.ltn__shop-details-tab-menu .nav,
.ltn__shop-details-tab-menu .nav a {
  background: #FF0000 !important;
  color: white !important;
}

.tab-content,
.tab-pane {
  background: #FF0000 !important;
  color: white !important;
}/* === R
ESET DESCRIPTION SECTION POSITION === */
.ltn__shop-details-tab-inner,
.ltn__shop-details-tab-inner-2 {
  position: static !important;
  background: white !important;
  color: black !important;
  border: none !important;
  padding: 30px 0 !important;
  margin: 60px 0 !important;
  clear: both !important;
  width: 100% !important;
  height: auto !important;
}

/* Remove all red backgrounds */
.ltn__shop-details-tab-menu,
.ltn__shop-details-tab-menu .nav,
.ltn__shop-details-tab-menu .nav a,
.tab-content,
.tab-pane {
  background: transparent !important;
  color: inherit !important;
}/* ===
 Fix Recently Viewed Products Images === */
.recently-viewed-product .product-img {
  width: 100% !important;
  height: 250px !important;
  overflow: hidden !important;
  border-radius: 8px !important;
  background: #f8f9fa !important;
}

.recently-viewed-product .product-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.3s ease !important;
}

.recently-viewed-product .product-img:hover img {
  transform: scale(1.05) !important;
}

/* Ensure recently viewed section is visible */
.recently-viewed-products {
  display: block !important;
  visibility: visible !important;
}

.recently-viewed-product {
  margin-bottom: 30px !important;
}/* Fo
rce remove spacing between suggested products and footer */
.suggested-products-section {
  padding: 12px 0 !important;
  margin: 0 !important;
}

.suggested-products-section .container {
  padding: 0 !important;
  margin: 0 !important;
}

/* Target the footer directly */
footer.ltn__footer-area,
.ltn__footer-area {
  margin-top: -60px !important;
  padding-top: 20px !important;
}

/* Remove any spacing from footer-top */
.footer-top-area {
  margin-top: 0 !important;
  padding-top: 40px !important;
}

/* Override any section spacing */
section + footer,
div + footer {
  margin-top: -60px !important;
}/*
 Social Share Buttons Styling */
.clean-share-buttons {
  display: flex;
  gap: 10px;
  margin: 15px 0;
}

.clean-share-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: white;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.clean-share-btn:hover {
  background: #f5f5f5;
  border-color: #ccc;
  transform: translateY(-1px);
}

.share-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .clean-share-buttons {
    flex-direction: column;
    gap: 8px;
  }
  
  .clean-share-btn {
    justify-content: center;
    padding: 10px 15px;
  }
}/* 
Custom Breadcrumb Styling */
.custom-breadcrumb-section {
  background: #143020;
  padding: 6px 0;
  border-bottom: 1px solid #1a3d28;
}

.breadcrumb-wrapper {
  max-width: 100%;
  text-align: center;
}

.breadcrumb-nav {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  justify-content: center;
}

.breadcrumb-link {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 4px 8px;
  border-radius: 4px;
}

.breadcrumb-link:hover {
  color: #D4AF37;
  background: rgba(255, 255, 255, 0.1);
}

.breadcrumb-separator {
  color: #ffffff;
  margin: 0 8px;
  font-size: 16px;
}

.breadcrumb-current {
  color: #D4AF37;
  font-weight: 600;
  padding: 4px 8px;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .custom-breadcrumb-section {
    padding: 4px 0;
  }
  
  .breadcrumb-nav {
    font-size: 12px;
    flex-wrap: wrap;
  }
  
  .breadcrumb-separator {
    margin: 0 4px;
  }
  
  .breadcrumb-current {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
/
* === Force Title Styling Override === */
.shop-details-info h1.clean-product-title,
h1#popup_cart_title,
.modal-product-info h1,
.shop-details-info .clean-product-title {
  font-family: 'Inter', 'Arial', sans-serif !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  color: #000000 !important;
  line-height: 1.2 !important;
  margin: 0 0 30px 0 !important;
  text-align: left !important;
  letter-spacing: -0.5px !important;
  text-shadow: none !important;
  text-transform: none !important;
}

/* Remove any pseudo elements from title */
.shop-details-info h1.clean-product-title::before,
.shop-details-info h1.clean-product-title::after,
h1#popup_cart_title::before,
h1#popup_cart_title::after {
  display: none !important;
}/* === Sh
are Buttons Mobile Fix === */
.clean-share-buttons {
  display: flex !important;
  flex-direction: row !important;
  gap: 10px !important;
  justify-content: flex-start !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}

.clean-share-btn {
  flex-shrink: 0 !important;
  min-width: 40px !important;
  width: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.share-heading {
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
  color: #333 !important;
}

/* Mobile specific styling */
@media (max-width: 768px) {
  .clean-share-section {
    text-align: center !important;
  }
  
  .clean-share-buttons {
    gap: 8px !important;
    justify-content: center !important;
  }
  
  .clean-share-btn {
    min-width: 35px !important;
    height: 35px !important;
    padding: 5px !important;
  }
  
  .share-icon {
    width: 25px !important;
    height: 25px !important;
  }
}

@media (max-width: 480px) {
  .clean-share-section {
    text-align: center !important;
  }
  
  .clean-share-buttons {
    gap: 6px !important;
    justify-content: center !important;
  }
  
  .clean-share-btn {
    min-width: 32px !important;
    height: 32px !important;
    padding: 4px !important;
  }
  
  .share-icon {
    width: 22px !important;
    height: 22px !important;
  }
}


/* === Enhanced Mobile Buy Now Button Styling === */
@media (max-width: 768px) {
  /* Elegant Mobile Button Styling - Reduced Thickness */
  .clean-buttons-row .clean-buy-now-btn {
    padding: 12px 20px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    width: 100% !important;
    min-height: 42px !important;
    border-radius: 6px !important;
    background: linear-gradient(135deg, #D4AF37 0%, #B8860B 100%) !important;
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.2) !important;
    text-transform: none !important;
    letter-spacing: 0.3px !important;
    margin-bottom: 8px !important;
  }
  
  .clean-buttons-row .clean-buy-now-btn:hover,
  .clean-buttons-row .clean-buy-now-btn:active {
    background: linear-gradient(135deg, #B8860B 0%, #D4AF37 100%) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3) !important;
  }
  
  /* Elegant Add to Cart button - Reduced Thickness */
  .clean-buttons-row .theme-btn-1,
  .clean-buttons-row .clean-add-to-cart {
    padding: 12px 20px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    width: 100% !important;
    min-height: 42px !important;
    border-radius: 6px !important;
    box-shadow: 0 2px 8px rgba(20, 48, 32, 0.2) !important;
    text-transform: none !important;
    letter-spacing: 0.3px !important;
    margin-bottom: 8px !important;
  }
  
  .clean-buttons-row .theme-btn-1:hover,
  .clean-buttons-row .clean-add-to-cart:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(20, 48, 32, 0.3) !important;
  }
  
  /* Compact button layout for mobile */
  .clean-buttons-row {
    flex-direction: column !important;
    gap: 10px !important;
    margin-bottom: 20px !important;
  }
}

/* === Extra Small Mobile Devices (iPhone SE, etc.) === */
@media (max-width: 480px) {
  .clean-buttons-row .clean-buy-now-btn {
    padding: 10px 16px !important;
    font-size: 14px !important;
    min-height: 38px !important;
    border-radius: 5px !important;
    letter-spacing: 0.2px !important;
  }
  
  .clean-buttons-row .theme-btn-1,
  .clean-buttons-row .clean-add-to-cart {
    padding: 10px 16px !important;
    font-size: 14px !important;
    min-height: 38px !important;
    border-radius: 5px !important;
    letter-spacing: 0.2px !important;
  }
  
  /* Extra small mobile price alignment */
  .product-price,
  .clean-product-price {
    gap: 8px !important;
  }
  
  #ProductPrice {
    font-size: 24px !important;
  }
  
  .price-old,
  #ComparePrice {
    font-size: 18px !important;
  }
}/* === W
IDER PRODUCT DESCRIPTION SECTION === */

/* Make description section use full width with minimal side margins */
.ltn__shop-details-tab-inner.ltn__shop-details-tab-inner-2 {
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  padding: 60px 20px !important; /* Reduced side padding */
}

/* Container should use almost full width */
.ltn__shop-details-tab-inner .container {
  max-width: 100% !important; /* Use 100% of screen width */
  margin: 0 !important;
  padding: 0 !important; /* ZERO padding for maximum width */
  width: 100% !important;
}

/* Tab navigation - make it wider */
.ltn__shop-details-tab-menu {
  margin: 0 0 30px 0 !important; /* Remove left offset */
  max-width: 100% !important; /* Use full available width */
  width: 100% !important;
}

/* Tab content - use full width with minimal margins */
.tab-content {
  margin: 0 !important; /* Remove side margins */
  padding: 40px 30px !important; /* Reduced side padding */
  max-width: 100% !important;
  width: 100% !important;
}

/* Content area - use full width */
.ltn__product-tab-content-inner {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}

/* Description content - use full width */
.product-description-content,
.product-reviews-content {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Mobile responsive - even wider on mobile */
@media (max-width: 768px) {
  .ltn__shop-details-tab-inner.ltn__shop-details-tab-inner-2 {
    padding: 40px 10px !important; /* Minimal padding on mobile */
  }
  
  .ltn__shop-details-tab-inner .container {
    max-width: 100% !important; /* Use 100% on mobile */
    padding: 0 !important;
    width: 100% !important;
  }
  
  .ltn__shop-details-tab-menu {
    margin: 0 !important;
    max-width: 100% !important;
  }
  
  .tab-content {
    margin: 0 !important;
    padding: 25px 15px !important; /* Minimal padding on mobile */
  }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
  .ltn__shop-details-tab-inner.ltn__shop-details-tab-inner-2 {
    padding: 30px 5px !important; /* Even less padding */
  }
  
  .ltn__shop-details-tab-inner .container {
    max-width: 100% !important; /* Use 100% on small screens */
    padding: 0 !important;
    width: 100% !important;
  }
  
  .tab-content {
    padding: 20px 10px !important; /* Minimal padding */
  }
}/* ==
= AGGRESSIVE FOOTER SPACING REDUCTION === */

/* Target all possible footer classes and elements */
footer,
footer.ltn__footer-area,
footer.islamic-footer,
.ltn__footer-area,
.islamic-footer,
.footer-main {
  margin-top: -80px !important;
  padding-top: 25px !important;
}

/* Reduce suggested products section bottom spacing */
.suggested-products-section {
  margin-bottom: -40px !important;
  padding-bottom: 8px !important;
}

/* Force override any theme spacing */
section + footer,
div + footer,
.suggested-products-section + footer,
.suggested-products-section + .islamic-footer {
  margin-top: -80px !important;
  padding-top: 25px !important;
}

/* Mobile specific spacing reduction */
@media (max-width: 768px) {
  footer,
  footer.ltn__footer-area,
  footer.islamic-footer,
  .ltn__footer-area,
  .islamic-footer {
    margin-top: -60px !important;
    padding-top: 20px !important;
  }
  
  .suggested-products-section {
    margin-bottom: -30px !important;
    padding-bottom: 6px !important;
  }
}

/* Extra small mobile */
@media (max-width: 480px) {
  footer,
  footer.ltn__footer-area,
  footer.islamic-footer,
  .ltn__footer-area,
  .islamic-footer {
    margin-top: -50px !important;
    padding-top: 15px !important;
  }
  
  .suggested-products-section {
    margin-bottom: -25px !important;
    padding-bottom: 5px !important;
  }
}/* === 
FIX FOOTER CONTENT POSITIONING === */

/* Adjust footer content positioning */
.islamic-footer .footer-main {
  padding-top: 40px !important;
  padding-bottom: 30px !important;
  margin-top: 0 !important;
}

/* Ensure footer content stays within footer bounds */
.islamic-footer .footer-widget {
  position: relative !important;
  z-index: 1 !important;
  margin-top: 0 !important;
}

/* Fix footer logo and text positioning */
.islamic-footer .footer-logo,
.islamic-footer .brand-name,
.islamic-footer .company-description,
.islamic-footer .widget-title {
  margin-top: 0 !important;
  position: relative !important;
}

/* Mobile footer content adjustment */
@media (max-width: 768px) {
  .islamic-footer .footer-main {
    padding-top: 35px !important;
    padding-bottom: 25px !important;
  }
}

@media (max-width: 480px) {
  .islamic-footer .footer-main {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
  }
}/*
 === FORCE PRODUCT DESCRIPTION TEXT STYLING === */

/* Override any existing description styling */
.clean-product-description-section .clean-description-content,
.clean-description-content,
section .clean-description-content,
div .clean-description-content {
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: #555 !important;
  text-align: center !important;
  max-width: 800px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}

/* Force center alignment for all paragraphs */
.clean-product-description-section .clean-description-content p,
.clean-description-content p,
section .clean-description-content p,
div .clean-description-content p {
  text-align: center !important;
  margin-bottom: 15px !important;
  font-size: 14px !important;
  color: #555 !important;
}

/* Mobile specific overrides */
@media (max-width: 768px) {
  .clean-product-description-section .clean-description-content,
  .clean-description-content,
  section .clean-description-content,
  div .clean-description-content {
    font-size: 13px !important;
    max-width: 100% !important;
    padding: 0 15px !important;
    text-align: center !important;
  }
  
  .clean-product-description-section .clean-description-content p,
  .clean-description-content p,
  section .clean-description-content p,
  div .clean-description-content p {
    font-size: 13px !important;
    text-align: center !important;
  }
}

/* Extra small mobile */
@media (max-width: 480px) {
  .clean-product-description-section .clean-description-content,
  .clean-description-content,
  section .clean-description-content,
  div .clean-description-content {
    font-size: 12px !important;
    padding: 0 10px !important;
  }
  
  .clean-product-description-section .clean-description-content p,
  .clean-description-content p,
  section .clean-description-content p,
  div .clean-description-content p {
    font-size: 12px !important;
  }
}/*
 === MOBILE BUY NOW BUTTON ENHANCEMENT - UPDATED === */
@media (max-width: 768px) {
  .clean-buttons-row .clean-buy-now-btn,
  .islamic-buy-now-btn,
  button[onclick*="buyNow"] {
    padding: 12px 20px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    width: 100% !important;
    min-height: 42px !important;
    border-radius: 6px !important;
    background: linear-gradient(135deg, #D4AF37 0%, #B8860B 100%) !important;
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.2) !important;
    text-transform: none !important;
    letter-spacing: 0.3px !important;
    margin-bottom: 8px !important;
    color: white !important;
  }
}