/** Shopify CDN: Minification failed

Line 149:10 Expected identifier but found whitespace
Line 149:12 Unexpected "{"
Line 149:21 Expected ":"
Line 149:54 Unexpected "{"
Line 149:63 Expected ":"
Line 149:94 Expected ":"
Line 165:15 Expected identifier but found whitespace
Line 165:17 Unexpected "{"
Line 165:26 Expected ":"
Line 165: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.
//
// =============================================================================*/


/* //Global css */

/* ***************** */

.cart-item-properties .product-option .definitionList-value {
  flex: unset !important;         
  display: block !important;
  white-space: normal !important; 
  word-break: keep-all !important; 
  overflow-wrap: normal !important;
  line-height: 1.6;
  max-width: 100% !important; 
  font-size: 14px !important;
}
.cart-item-properties .product-option .definitionList-key{
  font-size: 14px !important;
}

.button-checkout{
  background: #fff !important;
  color: black !important;
}

/* ********************* */
/* Hide Add to Cart button only on Bundles collection page */
body.template-collection.collection-bundles .coll-add-to-cart-btn {
  display: none !important;
}


body{
  background: #1c1c1c !important; 
}
#shopify-buyer-consent{
  display: none;
}
.shopify_subscriptions_app_policy{
  font-size: 15px;
}
.shopify_subscriptions_app_block__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;
}
.breadcrumb-left{
  background: black !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__container {
  max-width: 980px !important;
  margin: 32px auto 56px !important;
  padding: 0 16px !important;
}

.shopify-policy__container .shopify-policy__title h1 {
  font-size: clamp(30px, 4vw, 46px) !important;
  line-height: 1.12 !important;
  margin: 0 0 14px !important;
  color: #ffffff !important;
  letter-spacing: -0.3px;
}

.shopify-policy__container .shopify-policy__body {
  background: #242424 !important;
  border: 1px solid #2f2f2f !important;
  border-radius: 10px !important;
  padding: 24px 24px 26px !important;
}

.shopify-policy__container .shopify-policy__body .rte,
.shopify-policy__container .shopify-policy__body .rte p,
.shopify-policy__container .shopify-policy__body .rte li {
  font-size: 16px !important;
  line-height: 1.85 !important;
  color: rgba(255, 255, 255, 0.86) !important;
}

.shopify-policy__container .shopify-policy__body .rte h1,
.shopify-policy__container .shopify-policy__body .rte h2,
.shopify-policy__container .shopify-policy__body .rte h3,
.shopify-policy__container .shopify-policy__body .rte h4 {
  color: #ffffff !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  line-height: 1.3 !important;
}

.shopify-policy__container .shopify-policy__body .rte a {
  color: #f07821 !important;
}

.shopify-policy__container .shopify-policy__body .rte a:hover {
  color: #ffffff !important;
}

.shopify-policy__container .shopify-policy__body .rte hr {
  border-top: 1px solid #353535 !important;
  margin: 18px 0 !important;
}

@media (max-width: 767px) {
  .shopify-policy__container {
    margin: 18px auto 34px !important;
  }

  .shopify-policy__container .shopify-policy__body {
    padding: 16px 14px 18px !important;
  }
}

.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;
}

















/* Judge.me Reviews - Premium Dark Theme */
#judgeme_product_reviews.jm-review-widget,
#judgeme_product_reviews .jm-review-widget {
  --jm-review-widget-star-and-histogram-color: #e87226 !important;
  --jm-review-widget-button-color: #e87226 !important;
  --jm-review-widget-button-text-color: #ffffff !important;
  --jm-review-widget-text-color: #f4f4f4 !important;
  --jm-review-widget-lighter-text-color: #a8a8a8 !important;
  --jm-widget-primary-color: #e87226 !important;
  --jm-review-widget-form-background-color: #1e1c1b !important;
  --jm-review-widget-form-button-color: #e87226 !important;
  --jm-review-widget-form-button-text-color: #ffffff !important;
  --jm-review-widget-form-field-background-color: #2a2726 !important;
  --jm-review-widget-form-text-color: #f4f4f4 !important;
}

/* Outer shell */
#judgeme_product_reviews {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 28px !important;
  background: linear-gradient(180deg, #1e1c1b 0%, #181818 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 14px !important;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35) !important;
}

/* Header */
#judgeme_product_reviews .jm-review-widget-minimal-header__title {
  color: #ffffff !important;
  font-weight: 700 !important;
  letter-spacing: 0.2px !important;
}

#judgeme_product_reviews .jm-average-rating-display .jm-text {
  color: #ffffff !important;
}

/* Buttons */
#judgeme_product_reviews .jm-button {
  border-radius: 999px !important;
  transition: all 0.22s ease !important;
  font-weight: 600 !important;
}

#judgeme_product_reviews .jm-button--primary {
  background: #e87226 !important;
  border: 1px solid #e87226 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 20px rgba(232, 114, 38, 0.28) !important;
}

#judgeme_product_reviews .jm-button--primary:hover {
  background: #cf631f !important;
  border-color: #cf631f !important;
  transform: translateY(-1px) !important;
}

#judgeme_product_reviews .jm-button--secondary {
  background: #242221 !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
}

#judgeme_product_reviews .jm-button--secondary:hover {
  border-color: rgba(232, 114, 38, 0.5) !important;
  color: #e87226 !important;
}

/* Sort select */
#judgeme_product_reviews .jm-sort-filter__select {
  background: #242221 !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 999px !important;
}

/* Review list item cards */
#judgeme_product_reviews .jm-review-item {
  background: #201e1d !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  border-radius: 12px !important;
  padding: 18px !important;
  transition: border-color 0.2s ease, transform 0.2s ease !important;
}

#judgeme_product_reviews .jm-review-item:hover {
  border-color: rgba(232, 114, 38, 0.45) !important;
  transform: translateY(-2px) !important;
}

/* Reviewer row */
#judgeme_product_reviews .jm-reviewer-avatar__initial {
  background: #2f2a27 !important;
  color: #ffffff !important;
  border: 1px solid rgba(232, 114, 38, 0.45) !important;
}

#judgeme_product_reviews .jm-reviewer-info__name {
  color: #ffffff !important;
}

#judgeme_product_reviews .jm-verified-buyer-badge__text {
  color: #e87226 !important;
  font-weight: 600 !important;
}

/* Body text */
#judgeme_product_reviews .jm-review-content__body,
#judgeme_product_reviews .jdgm-review-content__body-content p {
  color: rgba(255, 255, 255, 0.84) !important;
  line-height: 1.7 !important;
}

/* Stars */
#judgeme_product_reviews .jm-star-rating__font-icon {
  color: #e87226 !important;
}

/* Form modal / form fields */
#judgeme_product_reviews input,
#judgeme_product_reviews textarea,
#judgeme_product_reviews select {
  background: #2a2726 !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 10px !important;
}

#judgeme_product_reviews input:focus,
#judgeme_product_reviews textarea:focus,
#judgeme_product_reviews select:focus {
  outline: none !important;
  border-color: #e87226 !important;
  box-shadow: 0 0 0 3px rgba(232, 114, 38, 0.18) !important;
}

/* Divider polish */
#judgeme_product_reviews .jm-review-widget__header-and-body,
#judgeme_product_reviews .jdgm-review-list {
  border-color: rgba(255, 255, 255, 0.08) !important;
}

/* Mobile */
@media (max-width: 767px) {
  #judgeme_product_reviews {
    padding: 18px !important;
    border-radius: 12px !important;
  }

  #judgeme_product_reviews .jm-review-widget-minimal-header__button-and-filters {
    width: 100% !important;
    justify-content: flex-start !important;
  }

  #judgeme_product_reviews .jm-button {
    width: auto !important;
  }
}

























/* =========================
   Breadcrumb styling
   ========================= */
nav.breadcrumb.breadcrumb-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 18px;
  padding: 12px 14px;
  /* background: linear-gradient(180deg, #1f1d1c 0%, #181818 100%); */
  /* border: 1px solid rgba(255, 255, 255, 0.08); */
  border-radius: 10px;
}

nav.breadcrumb.breadcrumb-left a,
nav.breadcrumb.breadcrumb-left span {
  font-size: 13px;
  line-height: 1.35;
}

nav.breadcrumb.breadcrumb-left a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: color 0.2s ease;
}

nav.breadcrumb.breadcrumb-left a:hover {
  color: #e87226;
}

nav.breadcrumb.breadcrumb-left .home-link {
  font-weight: 600;
}

nav.breadcrumb.breadcrumb-left > span:last-of-type {
  color: #ffffff;
  font-weight: 600;
}

nav.breadcrumb.breadcrumb-left .separate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  color: rgba(255, 255, 255, 0.35);
}

nav.breadcrumb.breadcrumb-left .separate svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

nav.breadcrumb.breadcrumb-left .observe-element {
  display: none !important;
}

/* =========================
   Shop Pay installments styling
   ========================= */
#shopify-installments-content {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
  padding: 10px 12px;
  background: #1f1d1c;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.45;
}

#shopify-installments-content .font-bold {
  color: #ffffff;
  font-weight: 700;
}

#shopify-installments-content .text-purple-primary,
#shopify-installments-content [class*="text-purple"] {
  color: #e87226 !important;
}

#shopify-installments-content svg {
  color: #e87226;
}

#shopify-installments-content button,
#shopify-installments-content #shopify-installments-cta,
#shopify-installments-content [data-testid="shopify-installments-prequal-cta"] {
  color: #f7a46f !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  font-weight: 600;
  transition: color 0.2s ease;
}

#shopify-installments-content button:hover,
#shopify-installments-content #shopify-installments-cta:hover,
#shopify-installments-content [data-testid="shopify-installments-prequal-cta"]:hover {
  color: #ffffff !important;
}

#shopify-installments-content button:focus-visible,
nav.breadcrumb.breadcrumb-left a:focus-visible {
  outline: 2px solid #e87226;
  outline-offset: 2px;
  border-radius: 4px;
}

#shopify-installments-content iframe {
  border-radius: 6px;
}

/* =========================
   Mobile tweaks
   ========================= */
@media (max-width: 767px) {
  nav.breadcrumb.breadcrumb-left {
    margin: 8px 0 14px;
    padding: 10px 12px;
    gap: 6px;
  }

  nav.breadcrumb.breadcrumb-left a,
  nav.breadcrumb.breadcrumb-left span {
    font-size: 12px;
  }

  #shopify-installments-content {
    width: 100%;
    font-size: 12px;
    padding: 9px 10px;
  }
}























#size-guide {
  width: 100% !important;
  border-collapse: collapse !important;
  background: transparent !important;
  color: #ffffff !important;
  font-size: 14px !important;
}

/* Header */
#size-guide thead th {
  color: #ffffff !important;
  font-weight: 600 !important;
  text-align: left !important;
  padding: 12px !important;
  border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

/* Body cells */
#size-guide td {
  padding: 12px !important;
  color: rgba(255,255,255,0.85) !important;
  border-top: none !important;
  border-bottom: 1px solid rgba(255,255,255,0.15) !important;
}

/* First column (labels) */
#size-guide td:first-child {
  color: #ffffff !important;
  font-weight: 500 !important;
}

/* Remove all inline borders */
#size-guide td, 
#size-guide th {
  border-top: none! important;
  border-left: none !important;
  border-right: none !important;
}

/* Hover effect */
#size-guide tbody tr:hover {
  background: rgba(255,255,255,0.05) !important;
}

/* Wrapper (optional premium look) */
.size-guide-wrapper {
  border: 1px solid rgba(255,255,255,0.15) !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}