.loop-category-list-new-container { 
  background: #fde79a; 
}

.loop-category-header { 
  background: #e35205; 
}

.loop-category-header-content > div h2 { 
  color: #fff4dd; 
}

.loop-bundle-image-container { 
  display: none; 
}

.loop-bundle-widget-selling-plan-text { 
  color: #742E34; 
}

.loop-bundle-widget-radio-btn.selected { 
  border-color: #742E34; 
  background-color: #742E34; 
}

.loop-bundle-widget-frequency-dropdown-label { 
  color: #742E34; 
  background-color: #FFF4E1; 
}

.loop-bundle-widget-frequency-dropdown { 
  border-color: #742E34; 
  background-color: #fff4dd; 
}

.loop-bundle-widget-frequency-dropdown:focus { 
  border-color: #742E34; 
}

.loop-actions-container {
  overflow: visible !important;
}

.loop-bundle-widget-frequency-interval-items.selected {
  background-color: #742E34;
}

.loop-category-header-content-left-top svg,
.loop-category-header-content-left-top svg path {
  fill: #FFF4DD !important;
}

button.loop-btn-add-to-cart::after {
  background-color: transparent !important;
  background-image: none !important;
}

.loop-selected-bundle {
  border-color: #E35205;
}

/* Title centering — target all levels */
.loop-bundle-title-wrapper-new {
  style="display: flex; 
  justify-content: center; 
  width: 43% !important;
  margin-left: auto; 
  margin-right: auto;
}

.loop-bundle-title,
h1.loop-h1.loop-bundle-title {
  font-family: 'new-kansas', serif;
  font-size: 53.4539px;
  max-width: 80%;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}

.loop-bundle-image-container-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.loop-category-container-section {
  border-color: #e35205;
}

.loop-bundle-new-description {
  margin-left: unset !important;
}

.loop-bundle-view-cart-btn button .loop-bundle-cart-btn-text-container {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}

.loop-bundle-view-cart-btn button .loop-bundle-add-to-cart-text {
  margin: 0 auto !important;
  text-align: center !important;
}

/* GO BACK button */
button.loop-btn.loop-drawer-go-back-btn,
button.loop-btn.loop-btn-outline.loop-drawer-go-back-btn {
  background-color: #e35205 !important;
  color: #fff4dd !important;
  border: 2px solid #e35205 !important;
  border-radius: 50px !important;
}

/* Drawer panel */
.loop-drawer-content {
  background-color: #fff4dd !important;
}

/* Product title */
.loop-drawer-product-title {
  color: #742e34 !important;
}

/* Price */
.loop-drawer-discounted-price {
  color: #742e34 !important;
}

/* Carousel arrows */
.loop-drawer-product-image-carousel .carousel-control-prev,
.loop-drawer-product-image-carousel .carousel-control-next {
  background-color: #e35205 !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  width: 40px !important;
  height: 40px !important;
}

/* Mobile */
@media screen and (max-width: 768px) {
  h1.loop-h1.loop-bundle-title {
    font-size: 36px !important;
    line-height: 39.6px !important;
  }

  .bb-hero-sub {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 90% !important;
    padding: 0 20px !important;
    display: block !important;
  }
}