/** Shopify CDN: Minification failed

Line 121:10 Expected identifier but found whitespace
Line 121:12 Unexpected "{"
Line 121:21 Expected ":"
Line 121:54 Unexpected "{"
Line 121:63 Expected ":"
Line 121:94 Expected ":"
Line 137:15 Expected identifier but found whitespace
Line 137:17 Unexpected "{"
Line 137:26 Expected ":"
Line 137:59 Expected identifier but found "!"

**/
/*// =============================================================================
// Ella Custom CSS - Customize The Style For Layout
// =============================================================================

// =============================================================================
//
// IMPORTANT DISCLAIMER
// Shopify is notifying shop owners about the need to convert scss files to css files.
// Please use only CSS to style the layout.
//
// =============================================================================*/




body{
  background: #1c1c1c !important; 
}
#shopify-buyer-consent{
  display: none;
}
.shopify_subscriptions_app_policy{
  font-size: 15px;
}
.shopify_subscriptions_app_block_purchase_options{
  display: none !important;
}
#hero-section:before {
  content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #0000008f;
    top: 0;
    left: 0;
}

.reelUp_playlist_stacked_static{
  max-width: 1200px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-bottom: 60px !important;
}
.reelUp_card_video_wrapper{
  border: 2px solid #f078219c !important;
  border-radius: 10px !important;
}
[class*="reelUp"] {
    box-sizing: border-box !important;
    border-radius: 10px;
}
#shopify-block-AZ3RUeFNYTzNtclNNV__reelup_shoppable_videos_reels_reelup_playlist_tfcxdX{
  background: #1c1c1c;
  padding-bottom: 60px;
}
.coffee-footer__payment-icon svg{
  width: 50px;
  height: 50px;
}

.ella-reviews-dots{
  display: none !important;
}

/* single product page css  */
.product-form__label .text{
  min-width: 200px !important;
  border-radius: 20px !important;
  font-size: 16px !important;
}
.product-form__input .form__label{
    font-size: 16px !important;
    margin-bottom: 15px !important;
}
.productView-options .product-form__input .form__label [data-header-option] {
    color: #ff8b21 !important;
}
.productView-image.fit-cover .productView-img-container img:not(.zoomImg){
  border-radius: 20px !important;
}





.sealsubs-target-element{
 margin-top: 20px !important;

}

/* Hero Button Wrapper - Original */
.hero-button-wrapper {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s ease forwards;
  animation-delay: 0.9s;
}
.mission-impact__cta{
  margin-top: 0px !important;
}
/* Universal Button Base Styles */
.hero-button,
.community-impact__button,
.coffee-footer__newsletter-button, .mission-impact__btn {
  display: inline-block !important;
  padding: {{ section.settings.button_padding_y }}px {{ section.settings.button_padding_x }}px !important;
  text-decoration: none !important;
  border-radius: 33px !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  position: relative !important;
  overflow: hidden !important;
}

/* Universal Button Hover Effects */
.hero-button:hover,
.community-impact__button:hover,
.coffee-footer__newsletter-button:hover, .mission-impact__btn:hover {
  background-color: var(--dark-color) !important;
  border-color: {{ section.settings.button_border_color }} !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(242, 123, 34, 0.3) !important;
}

/* Universal Button Shimmer Effect */
.hero-button::before,
.community-impact__button::before,
.coffee-footer__newsletter-button::before, .mission-impact__btn:before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent) !important;
  transition: left 0.5s !important;
}

.hero-button:hover::before,
.community-impact__button:hover::before,
.coffee-footer__newsletter-button:hover::before, mission-impact__btn:before {
  left: 100% !important;
}

/* Animation Keyframes */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.subscription-hero__feature-icon svg{
 width: 30px !important;
 height: 30px !important;
}

/* Optional: If you want wrapper animations for other buttons */
.community-impact__button-wrapper,
.coffee-footer__newsletter-button-wrapper {
  opacity: 0 !important;
  transform: translateY(30px) !important;
  animation: fadeInUp 1s ease forwards !important;
  animation-delay: 1.1s !important; /* Slightly different delay for staggered effect */
}

.coffee-features-scroll-wrapper-template--24628706705705__coffee_feature_7dVQEL::after{
  background: linear-gradient(to left, #141211 0%, #151412 20%, #151311 25%, rgb(21 19 18) 35%, rgb(20 18 17 / 79%) 45%, rgb(21 19 17 / 65%) 55%, rgb(21 19 17 / 54%) 70%, rgb(20 18 17 / 45%) 85%, transparent 100%) !important;
}
.ab-w-full.ab-flex.ab-justify-center.ab-items-center.ab-gap-x-4.ab-sectioned-bundle-product-bottom-step-button-container{
  background: #1c1c1c !important;
}

/* Apps related custom css */
.sls-widget-branding{
  display: none;
}
#seal-purchase-options-label{
  display: none !important;
}
.sls-option-container{
  background: rgb(241 227 209) !important;
  padding: 10px !important;

}
.sls-savings-badge{
  background-color: #ff8b21 !important;
}
.sls-more-info-container{
  display: none !important;
}
label.sls-selling-plan-group-name {
    font-weight: 400 !important;
    font-size: 18px !important;
  }
.appstle-active-option{
  background-color: #ff8b21 !important;

}
.appstle_subscription_wrapper_option{
    background: #ff8b21bd !important;
   }

.appstle-tootltip-parent{
  display: none !important;
}
.ab-product-discount-name{
  font-size: 18px !important;
}
.ab-discounted-pricing{
  background: black !important;
}
.ab-product-discount-saving-text{
    background-color: #ff8b21 !important
    color: #fff !important;

}

.productView-quantity .quantity__label{
display: none !important;
}
#more-payment-options-link{
  font-size: 14px !important;
}

.form-input.quantity{
  color: black !important;
}


.cart-header{
  background: #e76a1a !important;
  border-radius: 10px;
}
.cart-item{
  border: 1px solid #e76a1a57 !important;
  border-radius: 10px !important;
}
.discounts__discount{
  font-size: 16px !important;

}
.cart-item-name a{
font-size: 16px !important;
  }
.cart-item-variant{
  font-size: 16px !important;
}
.cart-totals.list-unstyled{
    background: black !important;
    padding: 20px !important;
    border: 1px solid #e76a1a70 !important;
    border-radius: 10px !important;
}
.discount-code-field p{
  font-size: 15px;
}
.cart-total-value.form-text{
  font-size: 15px !important;
}








.appstle-bundle p{
  color: #fff !important;
  margin-bottom: 0 !important;
}

.ab-w-full.ab-bg-white.ab-p-4.ab-rounded-lg.ab-shadow-md.hover\:ab-shadow-lg.ab-transition-all.ab-sectioned-bundle-review-bundle-content-block {
    background: #1c1c1c !important;
}
.ab-w-full.ab-flex.ab-items-center.ab-justify-center.ab-bg-white.ab-p-4.ab-rounded-lg.ab-shadow-md.hover\:ab-shadow-lg.ab-sectioned-bundle-transition-all {
    background: #1c1c1c !important;
}
.ab-bg-\[\#fed83f\].ab-px-\[16px\].ab-py-\[8px\].ab-font-semibold.ab-text-center.ab-leading-\[1\.5\].ab-text-\[14px\].ab-sectioned-bundle-checkout-discount-details {
    background: #f47c2f !important;
}
svg.ab-w-auto.ab-h-\[1\.5em\].ab-block.ab-m-0.ab-mx-auto.ab-section-fill-product{
  stroke: #fff !important;
}
.ab-invisible{
 color: #fff !important;
}
.ab-border-gray-300.ab-border-3.ab-w-8.ab-justify-center.ab-outline-none.ab-text-center.ab-font-semibold.ab-text-xs.hover\:ab-text-black.focus\:ab-text-black.md\:ab-text-basecursor-default.ab-flex.ab-items-center.ab-text-gray-700.ab-sectioned-bundle-product-quantity {
    color: #fff !important;
}
.appstle-bundle h4{
  color: #fff !important;
}


#ab-sectioned-bundle-9CsBFmUapJ{
  background: #000000 !important;
}

/* Reset and Base Styles */
* {
  box-sizing: border-box !important;
}

/* Main Section Styling */
.ab-bundle-section,
.ab-sectioned-bundle {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0f0f0f 100%) !important;
  background-image: none !important;
  padding: 80px 0 100px 0 !important;
  margin: 0 !important;
  min-height: 100vh !important;
  width: 100% !important;
  position: relative !important;
}

.ab-bundle-section::before,
.ab-sectioned-bundle::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: radial-gradient(circle at 20% 50%, rgba(231, 106, 26, 0.05) 0%, transparent 50%),
              radial-gradient(circle at 80% 20%, rgba(231, 106, 26, 0.03) 0%, transparent 50%) !important;
  pointer-events: none !important;
}

.ab-sectioned-bundle-container {
  max-width: 1400px !important;
  margin: 0 auto !important;
  padding: 0 30px !important;
  width: 100% !important;
  position: relative !important;
  z-index: 1 !important;
}

.ab-sectioned-bundle-wrapper {
  padding: 0 !important;
  margin: 0 !important;
  gap: 50px !important;
  background: transparent !important;
}

/* Header Section Enhancement */
.ab-sectioned-bundle-header {
  margin-bottom: 60px !important;
  background: transparent !important;
}

.ab-sectioned-bundle-navigation {
  background: transparent !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 30px !important;
  flex-wrap: wrap !important;
}

/* Enhanced Breadcrumb Styling */
.ab-sectioned-bundle-breadcrumb-wrapper {
  background: linear-gradient(145deg, rgba(26, 26, 26, 0.8), rgba(42, 42, 42, 0.6)) !important;
  border-radius: 50px !important;
  padding: 18px 35px !important;
  border: 1px solid rgba(231, 106, 26, 0.2) !important;
  backdrop-filter: blur(15px) !important;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

.ab-sectioned-bundle-breadcrumb-nav {
  background: transparent !important;
}

/* Breadcrumb Item Colors - Normal State */
.ab-sectioned-bundle-breadcrumb-item-label {
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  letter-spacing: 0.5px !important;
  transition: color 0.3s ease !important;
}

/* Breadcrumb Item Colors - Active/Current State */
.ab-sectioned-bundle-breadcrumb-item:last-child .ab-sectioned-bundle-breadcrumb-item-label,
.ab-sectioned-bundle-breadcrumb-item-2 .ab-sectioned-bundle-breadcrumb-item-label {
  color: #e76b1b !important;
  text-shadow: 0 0 8px rgba(231, 107, 27, 0.3) !important;
}

.ab-breadcrumb-item-home-icon,
.ab-breadcrumb-right-arrow-icon {
  color: #e76a1a !important;
  filter: drop-shadow(0 0 4px rgba(231, 106, 26, 0.3)) !important;
}

/* Enhanced Navigation Buttons */
.ab-sectioned-bundle-product-bab-previous-button,
.ab-sectioned-bundle-product-bab-next-button,
.sc-elDIKY.gwWmHb.ab-sectioned-bundle-product-bab-next-button {
  background: linear-gradient(135deg, #e76a1a 0%, #ff8c42 50%, #e76a1a 100%) !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 18px 40px !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  letter-spacing: 1.2px !important;
  box-shadow: 
    0 8px 25px rgba(231, 106, 26, 0.25),
    0 2px 8px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  cursor: pointer !important;
  position: relative !important;
  overflow: hidden !important;
  min-width: 160px !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
}

.ab-sectioned-bundle-product-bab-previous-button:hover,
.ab-sectioned-bundle-product-bab-next-button:hover,
.sc-elDIKY.gwWmHb.ab-sectioned-bundle-product-bab-next-button:hover {
  background: linear-gradient(135deg, #ff8c42 0%, #e76a1a 50%, #ff8c42 100%) !important;
  box-shadow: 
    0 15px 40px rgba(231, 106, 26, 0.4),
    0 5px 15px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
  transform: translateY(-3px) scale(1.02) !important;
}

.ab-sectioned-bundle-product-bab-next-button:disabled,
.sc-elDIKY.gwWmHb.ab-sectioned-bundle-product-bab-next-button:disabled {
  background: linear-gradient(135deg, #666, #555) !important;
  cursor: not-allowed !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
  transform: none !important;
}

/* Section Headings */
.ab-sectioned-bundle-heading-name,
.ab-sectioned-bundle-heading-label {
  color: #fff !important;
  font-size: 32px !important;
  font-weight: 800 !important;
  text-align: center !important;
  margin-bottom: 25px !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5) !important;
  letter-spacing: -0.5px !important;
}

/* Enhanced Progress Bar Design */
.ab-sectioned-bundle-progress-wrapper {
  background: linear-gradient(145deg, rgba(26, 26, 26, 0.9), rgba(42, 42, 42, 0.7)) !important;
  padding: 30px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(231, 106, 26, 0.15) !important;
  backdrop-filter: blur(15px) !important;
  box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 0 0 1px rgba(231, 106, 26, 0.1) !important;
  position: relative !important;
  overflow: hidden !important;
}

.ab-sectioned-bundle-progress-wrapper::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(90deg, transparent, rgba(231, 106, 26, 0.05), transparent) !important;
  animation: shimmer 3s infinite !important;
}

@keyframes shimmer {
  0% { left: -100%; }
  100% { left: 100%; }
}

.ab-sectioned-bundle-progress-bar {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)) !important;
  border-radius: 25px !important;
  overflow: hidden !important;
  height: 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3) !important;
  position: relative !important;
}

.ab-sectioned-bundle-progress {
  background: linear-gradient(90deg, #e76a1a 0%, #ff8c42 30%, #ffab6b 60%, #e76a1a 100%) !important;
  border-radius: 25px !important;
  transition: width 1s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 
    0 0 20px rgba(231, 106, 26, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
  position: relative !important;
  overflow: hidden !important;
}

.ab-sectioned-bundle-progress::after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent) !important;
  animation: progressShine 2s infinite !important;
}

@keyframes progressShine {
  0% { left: -100%; }
  100% { left: 100%; }
}

.ab-sectioned-bundle-progress-text {
  color: #fbe3c4 !important;
  font-weight: 600 !important;
  margin-top: 18px !important;
  font-size: 14px !important;
  text-align: center !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
}

/* Enhanced Products Grid */
.ab-sectioned-bundle-products-list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 40px !important;
  margin-top: 50px !important;
  padding: 20px 0 !important;
}

/* Enhanced Responsive Grid */
@media (max-width: 1200px) {
  .ab-sectioned-bundle-products-list {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 35px !important;
  }
}

@media (max-width: 768px) {
  .ab-sectioned-bundle-products-list {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
}

/* Product Card Container */
.ab-sectioned-bundle-product-item-wrapper {
  max-width: none !important;
  margin: 0 !important;
  will-change: transform !important;
}

/* Enhanced Product Card with Ultra Smooth Animations */
.ab-sectioned-bundle-product-card {
  background: linear-gradient(145deg, rgba(42, 42, 42, 0.9), rgba(26, 26, 26, 0.9)) !important;
  border-radius: 20px !important;
  border: 1px solid rgba(231, 106, 26, 0.12) !important;
  box-shadow: 
    0 6px 25px rgba(0, 0, 0, 0.2),
    0 2px 6px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;
  transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  overflow: hidden !important;
  position: relative !important;
  transform-origin: center !important;
  will-change: transform, box-shadow !important;
  backdrop-filter: blur(10px) !important;
  max-height: 580px !important;
}

.ab-sectioned-bundle-product-card::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(90deg, transparent, #e76a1a, #ff8c42, transparent) !important;
  transition: left 1.8s cubic-bezier(0.16, 1, 0.3, 1) !important;
  z-index: 10 !important;
}

.ab-sectioned-bundle-product-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 
    0 15px 40px rgba(231, 106, 26, 0.08),
    0 8px 25px rgba(0, 0, 0, 0.25),
    0 2px 6px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(231, 106, 26, 0.2) !important;
}

.ab-sectioned-bundle-product-card:hover::before {
  left: 100% !important;
}

/* Product Image Enhanced with Ultra Smooth Animation */
.ab-sectioned-bundle-card-image-wrapper {
  height: 280px !important;
  background: linear-gradient(145deg, rgba(51, 51, 51, 0.8), rgba(42, 42, 42, 0.8)) !important;
  border-radius: 16px 16px 0 0 !important;
  padding: 20px !important;
  position: relative !important;
  overflow: hidden !important;
}

.ab-sectioned-bundle-card-image-wrapper::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 50px !important;
  background: linear-gradient(transparent, rgba(26, 26, 26, 0.6)) !important;
  pointer-events: none !important;
}

.ab-sectioned-bundle-card-image {
  border-radius: 12px !important;
  transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
  will-change: transform !important;
}

.ab-sectioned-bundle-product-card:hover .ab-sectioned-bundle-card-image {
  transform: scale(1.03) !important;
}

/* Product Info Section Enhanced */
.ab-sectioned-bundle-product-card-info {
  padding: 25px 20px !important;
  background: transparent !important;
}

/* Product Title Enhanced */
.ab-sectioned-bundle-product-title {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-align: center !important;
  margin-bottom: 15px !important;
  line-height: 1.3 !important;
  padding: 0 10px !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) !important;
  font-family: 'Poppins', sans-serif !important;
}

.ab-product-title {
  color: #fff !important;
  display: block !important;
  margin-bottom: 5px !important;
}

/* Hide Variant Title */
.ab-variant-title {
  display: none !important;
  visibility: hidden !important;
}

/* Enhanced Variant Dropdown Label - Hide "Variants" Text */
.ab-sectioned-bundle-variants-dropdown-label {
  display: none !important;
  visibility: hidden !important;
}

/* Product Price Enhanced with Poppins Font */
.ab-section-bundle-product-price-details {
  margin-bottom: 18px !important;
  position: relative !important;
}

.ab-section-bundle-product-price {
  color: #e76a1a !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  font-family: 'Poppins', sans-serif !important;
  text-shadow: 
    0 2px 8px rgba(231, 106, 26, 0.3),
    0 0 15px rgba(231, 106, 26, 0.2) !important;
  position: relative !important;
}

.ab-section-bundle-product-price::after {
  content: '' !important;
  position: absolute !important;
  bottom: -3px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 50px !important;
  height: 2px !important;
  background: linear-gradient(90deg, transparent, #e76a1a, transparent) !important;
}

/* Product Description Enhanced - White Color */
.ab-sectioned-bundle-product-description {
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  text-align: center !important;
  margin-bottom: 20px !important;
  padding: 0 12px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  height: 42px !important;
  opacity: 0.9 !important;
  font-family: 'Poppins', sans-serif !important;
}

/* Hide Read More Button */
.ab-sectioned-bundle-readMoreButton,
.ab-sectioned-bundle-readMore-elipses {
  display: none !important;
  visibility: hidden !important;
}

/* Enhanced Variant Dropdown Styling - Compact */
.ab-bundle-select-variants-container {
  margin-bottom: 15px !important;
}

.ab-sectioned-bundle-variants-dropdown,
.sc-fQpRED.jTZmfs {
  background: linear-gradient(145deg, rgba(42, 42, 42, 0.9), rgba(26, 26, 26, 0.9)) !important;
  border: 1px solid rgba(231, 106, 26, 0.2) !important;
  border-radius: 10px !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  padding: 10px 14px !important;
  width: 100% !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 
    0 3px 8px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
  transition: all 0.3s ease !important;
  font-family: 'Poppins', sans-serif !important;
}

.ab-sectioned-bundle-variants-dropdown:focus,
.sc-fQpRED.jTZmfs:focus {
  border-color: #e76a1a !important;
  box-shadow: 
    0 0 0 3px rgba(231, 106, 26, 0.15),
    0 3px 8px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
  outline: none !important;
}

.ab-bundle-variant-dropdown-option {
  background: rgba(26, 26, 26, 0.95) !important;
  color: #ffffff !important;
  padding: 6px 10px !important;
}

.ab-bundle-variant-dropdown-option:hover {
  background: rgba(231, 106, 26, 0.2) !important;
}

/* Enhanced Quantity Number Color */
.ab-sectioned-bundle-product-quantity {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-align: center !important;
  margin: 0 12px !important;
  min-width: 30px !important;
  font-family: 'Poppins', sans-serif !important;
}

/* Enhanced Add to Cart Button with Poppins Font */
.ab-sectioned-bundle-product-add-cart-btn {
  background: linear-gradient(135deg, #e76a1a 0%, #ff8c42 50%, #e76a1a 100%) !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 16px 35px !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  width: 100% !important;
  cursor: pointer !important;
  box-shadow: 
    0 6px 20px rgba(231, 106, 26, 0.25),
    0 2px 6px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1) !important;
  position: relative !important;
  overflow: hidden !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
  font-family: 'Poppins', sans-serif !important;
}

.ab-sectioned-bundle-product-add-cart-btn::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent) !important;
  transition: left 1s ease !important;
}

.ab-sectioned-bundle-product-add-cart-btn:hover {
  background: linear-gradient(135deg, #ff8c42 0%, #e76a1a 50%, #ff8c42 100%) !important;
  box-shadow: 
    0 10px 30px rgba(231, 106, 26, 0.35),
    0 4px 10px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
  transform: translateY(-2px) !important;
}

.ab-sectioned-bundle-product-add-cart-btn:hover::before {
  left: 100% !important;
}

.ab-sectioned-bundle-product-add-cart-btn:active {
  transform: translateY(0) scale(0.99) !important;
  box-shadow: 
    0 4px 15px rgba(231, 106, 26, 0.25),
    0 2px 4px rgba(0, 0, 0, 0.15) !important;
}

/* Enhanced Quantity Selector with White Number */
.ab-sectioned-bundle-product-quantity-dec-btn,
.ab-sectioned-bundle-product-quantity-inc-btn,
.ab-product-quantity-btn {
  background: linear-gradient(135deg, #e76a1a, #ff8c42) !important;
  border: none !important;
  border-radius: 50% !important;
  width: 30px !important;
  height: 30px !important;
  color: #fff !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 3px 8px rgba(231, 106, 26, 0.3) !important;
}

.ab-sectioned-bundle-product-quantity-dec-btn:hover,
.ab-sectioned-bundle-product-quantity-inc-btn:hover,
.ab-product-quantity-btn:hover {
  background: linear-gradient(135deg, #ff8c42, #e76a1a) !important;
  transform: scale(1.05) !important;
  box-shadow: 0 4px 12px rgba(231, 106, 26, 0.4) !important;
}

/* Button Container Enhanced */
.ab-sectioned-bundle-product-btn-content {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin-top: 20px !important;
}

.ab-sectioned-bundle-product-action-content {
  margin-bottom: 0 !important;
  margin-top: 20px !important;
}

/* Bottom Navigation Enhanced */
.ab-sectioned-bundle-product-bottom-step-button-container {
  margin-top: 80px !important;
  padding: 40px 0 !important;
  border-top: 1px solid rgba(231, 106, 26, 0.2) !important;
  background: linear-gradient(145deg, rgba(42, 42, 42, 0.3), transparent) !important;
  backdrop-filter: blur(10px) !important;
  border-radius: 25px 25px 0 0 !important;
}

/* Enhanced Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes pulse {
  0%, 100% { 
    box-shadow: 0 0 0 0 rgba(231, 106, 26, 0.4); 
  }
  50% { 
    box-shadow: 0 0 0 10px rgba(231, 106, 26, 0); 
  }
}

.ab-sectioned-bundle-product-card {
  animation: fadeInUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards !important;
}

.ab-sectioned-bundle-product-card:nth-child(1) { animation-delay: 0.1s !important; }
.ab-sectioned-bundle-product-card:nth-child(2) { animation-delay: 0.2s !important; }
.ab-sectioned-bundle-product-card:nth-child(3) { animation-delay: 0.3s !important; }
.ab-sectioned-bundle-product-card:nth-child(4) { animation-delay: 0.4s !important; }
.ab-sectioned-bundle-product-card:nth-child(5) { animation-delay: 0.5s !important; }
.ab-sectioned-bundle-product-card:nth-child(6) { animation-delay: 0.6s !important; }

/* Enhanced Loading States */
.ab-sectioned-bundle-product-add-cart-btn:disabled {
  background: linear-gradient(135deg, #666, #555) !important;
  cursor: not-allowed !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
  transform: none !important;
}

.ab-sectioned-bundle-product-add-cart-btn.loading {
  animation: pulse 2s infinite !important;
}

/* Enhanced Mobile Responsiveness */
@media (max-width: 1024px) {
  .ab-sectioned-bundle-container {
    max-width: 1200px !important;
    padding: 0 25px !important;
  }
}

@media (max-width: 768px) {
  .ab-sectioned-bundle-container {
    padding: 0 20px !important;
  }
  
  .ab-sectioned-bundle-heading-name,
  .ab-sectioned-bundle-heading-label {
    font-size: 28px !important;
  }
  
  .ab-sectioned-bundle-products-list {
    gap: 25px !important;
  }
  
  .ab-sectioned-bundle-product-bab-previous-button,
  .ab-sectioned-bundle-product-bab-next-button,
  .sc-elDIKY.gwWmHb.ab-sectioned-bundle-product-bab-next-button {
    padding: 15px 30px !important;
    font-size: 15px !important;
    min-width: 140px !important;
  }
  
  .ab-sectioned-bundle-card-image-wrapper {
    height: 280px !important;
    padding: 20px !important;
  }
  
  .ab-sectioned-bundle-product-card-info {
    padding: 25px 20px !important;
  }
}

@media (max-width: 480px) {
  .ab-sectioned-bundle {
    padding: 60px 0 80px 0 !important;
  }
  
  .ab-sectioned-bundle-container {
    padding: 0 15px !important;
  }
  
  .ab-sectioned-bundle-navigation {
    flex-direction: column !important;
    gap: 20px !important;
  }
  
  .ab-sectioned-bundle-product-title {
    font-size: 18px !important;
  }
  
  .ab-section-bundle-product-price {
    font-size: 24px !important;
  }
  
  .ab-sectioned-bundle-breadcrumb-wrapper {
    padding: 15px 25px !important;
  }
  
  .ab-sectioned-bundle-progress-wrapper {
    padding: 25px 20px !important;
  }
}

/* Additional Enhancements for Premium Look */
.ab-sectioned-bundle-section-block {
  position: relative !important;
}

.ab-sectioned-bundle-section-block::before {
  content: '' !important;
  position: absolute !important;
  top: -20px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 100px !important;
  height: 2px !important;
  background: linear-gradient(90deg, transparent, #e76a1a, transparent) !important;
  opacity: 0.6 !important;
}

/* Enhanced Focus States */
.ab-sectioned-bundle-product-add-cart-btn:focus,
.ab-sectioned-bundle-product-bab-previous-button:focus,
.ab-sectioned-bundle-product-bab-next-button:focus {
  outline: none !important;
  box-shadow: 
    0 0 0 3px rgba(231, 106, 26, 0.3),
    0 8px 25px rgba(231, 106, 26, 0.25),
    0 2px 8px rgba(0, 0, 0, 0.3) !important;
}

/* Scrollbar Styling for Modern Look */
::-webkit-scrollbar {
  width: 8px !important;
}

::-webkit-scrollbar-track {
  background: rgba(26, 26, 26, 0.8) !important;
  border-radius: 4px !important;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #e76a1a, #ff8c42) !important;
  border-radius: 4px !important;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #ff8c42, #e76a1a) !important;
}


.shopify-policy__title h1{
  font-size: 26px !important;
  margin-top: 20px;
  margin-bottom: 20px;
}
.shopify-policy__body p{
  font-size: 16px;
}

.cart-count-bubble {
  display: flex;
  align-items: center;
  justify-content: center; /* center number horizontally */
}

.cart-count-bubble .text[data-cart-count] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; /* make span fill bubble */
  text-align: center;
}

