#_desktop_top_menu,
#_desktop_top_menu .container,
#_desktop_top_menu .row,
#_desktop_top_menu .col-md-12,
#_desktop_top_menu .js-top-menu {
    width: 100% !important;
}

#_desktop_top_menu .top-menu {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}

#_desktop_top_menu .top-menu > li {
    display: inline-block !important;
    float: none !important;
    width: auto !important;
    white-space: nowrap !important;
}

#_desktop_top_menu .top-menu > li > a,
#_desktop_top_menu .top-menu a {
    display: inline-block !important;
    padding: 0 10px !important;
    font-size: 14px !important;
    white-space: nowrap !important;
}

#_desktop_top_menu .top-menu .sub-menu {
    top: 100%;
}
#header .header-top > .container {
    max-width: 100% !important;
    width: 100% !important;
}
#header .logo {
    max-width: 160px !important;
    margin-left: 60px !important; /* pushes logo right */
}
/* Override Anvanto inline width */
#header .anmm-dropdown {
    width: auto !important;
    min-width: 200px !important;
    max-width: 300px !important;
}
/* Make each menu item the positioning anchor */
#header .anmm-menu-item {
    position: relative !important;
}

/* Align dropdown directly under its parent */
#header .anmm-dropdown {
    left: 0 !important;
    right: auto !important;
}
/* Keep each main menu item as the dropdown anchor */
#header .anmm-menu-item,
#header .anmm-menu-item > a,
#header .anmm-menu-link {
    position: relative !important;
}

/* Pull dropdown closer to the tab */
#header .anmm-dropdown {
    top: 100% !important;
    margin-top: 0 !important;
    left: 0 !important;
    right: auto !important;
}

/* Remove any gap created by inner wrappers */
#header .anmm-dropdown,
#header .anmm-dropdown .row,
#header .anmm-dropdown [class*="col-"] {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
/* Make the top menu item easier to hover into */
#header .anmm-menu-item {
    padding-bottom: 8px !important;
}
/* Each top-level item becomes the anchor */
#header .anmm-menu-item.anmm-menu-horizontal {
    position: relative !important;
}

/* Center every dropdown under its own menu item */
#header .anmm-menu-item.anmm-menu-horizontal > .anmm-dropdown {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    top: 100% !important;
    margin-top: 0 !important;
}

/* Keep dropdown easy to reach */
#header .anmm-menu-item.anmm-menu-horizontal > a {
    position: relative !important;
}
/* FINAL compact dropdown fix */
#header .anmm-dropdown {
    width: 240px !important;
    min-width: 180px !important;
    max-width: 180px !important;
    padding: 2px 0 !important;
    display: inline-block !important;
}

#header .anmm-dropdown a {
    display: block !important;
    padding: 6px 16px !important;
    font-size: 14px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

#header .anmm-dropdown * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1 !important;
}
/* About Us exact layout */
.an_abous_us-content {
    display: flex !important;
    align-items: center !important; /* change to flex-start if you want top aligned */
}

.an_abous_us-img {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.an_abous_us-text {
    padding: 0 0 0 40px !important;
}

/* Hide Learn More */
.an_abous_us a {
    display: none !important;
}
/* Stack qty + button neatly */
.product-miniature .an_productattributes-qty-add {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 6px !important; /* tighter spacing */
}

/* Qty box */
.product-miniature .an_productattributes-qty-container {
    order: 1 !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
}

/* Qty input styling */
.product-miniature .an_productattributes-qty-container input {
    width: 45px !important;
    height: 32px !important;
    text-align: center !important;
    font-size: 13px !important;
    padding: 2px !important;
}

/* Add to cart button */
.product-miniature .an_productattributes-add {
    order: 2 !important;
    display: flex !important;
    justify-content: center !important;
}

/* Make button tighter + consistent */
.product-miniature .an_productattributes-add .btn {
    padding: 8px 18px !important;
    font-size: 13px !important;
    border-radius: 20px !important;
}

/* Reduce space under price */
.product-miniature .product-miniature-prices {
    margin-bottom: 6px !important;
}

/* Align whole bottom section */
.product-miniature .product-description {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

/* Keep titles consistent height (optional but PRO look) */
.product-miniature .product-title {
    min-height: 40px !important;
    text-align: center !important;
}
/* PRODUCT CARD: tighter layout */
.product-miniature .product-description {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
}

.product-miniature .product-description > * {
    margin-top: 0 !important;
    margin-bottom: 6px !important;
}

.product-miniature .thumbnail-container,
.product-miniature .thumbnail-container-image {
    margin-bottom: 8px !important;
}

.product-miniature .product-title,
.product-miniature .h3.product-title {
    min-height: auto !important;
    margin: 0 0 4px 0 !important;
    line-height: 1.2 !important;
    text-align: center !important;
}
/* Qty + add to cart block */
.product-miniature .an_productattributes-qty-add {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

/* Qty wrapper */
.product-miniature .an_productattributes-qty-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Qty input */
.product-miniature .an_productattributes-qty-container input {
    width: 42px !important;
    height: 28px !important;
    text-align: center !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

/* Button wrapper */
.product-miniature .an_productattributes-add {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Button */
.product-miniature .an_productattributes-add .btn {
    margin: 0 !important;
    padding: 7px 16px !important;
    font-size: 12px !important;
    line-height: 1 !important;
}
/* Remove extra spacing from product description */
.product-miniature .product-description > * {
    margin-bottom: 0 !important;
}
/* Pull button tighter to qty */
.product-miniature .an_productattributes-add {
    margin-top: -6px !important;
}/* Pull whole qty + button block up towards price */
.product-miniature .an_productattributes-qty-add {
    margin-top: -15px !important;
}
/* Force hide by position */
.nav-tabs li:nth-child(3),
.nav-tabs li:nth-child(4) {
    display: none !important;
}
/* Hide unwanted tabs */
.nav-tabs li:nth-child(3),
.nav-tabs li:nth-child(4) {
  display: none !important;
}

/* Subcategories layout */
#subcategories ul,
.subcategories-list,
.block-categories ul.category-sub-menu {
  display: flex;
  flex-wrap: wrap !important;
  gap: 20px;
  align-items: flex-start;
  width: 100%;
  margin: 15px 0 25px;
  padding: 0;
  list-style: none;
}

/* Subcategory items */
#subcategories ul li,
.subcategories-list li,
.block-categories ul.category-sub-menu li {
  float: none !important;
  position: static !important;
  margin: 0;
  padding: 0;
}

/* Subcategory links */
#subcategories ul li a,
.subcategories-list li a,
.block-categories ul.category-sub-menu li a {
  display: block;
  position: static !important;
  white-space: normal;
  line-height: 1.4;
  text-decoration: none;
}

/* Make sure description text sits below properly */
.block-category p,
.category-description p {
  clear: both;
}

/* Optional: stack nicely on small screens */
@media (max-width: 768px) {
  #subcategories ul,
  .subcategories-list,
  .block-categories ul.category-sub-menu {
    gap: 12px;
  }

  #subcategories ul li,
  .subcategories-list li,
  .block-categories ul.category-sub-menu li {
    width: 100%;
  }
}

/* show only when the collapse wrapper is opened */
#left-column .block-categories .collapse.show > .category-sub-menu,
#left-column .block-categories .collapse.in > .category-sub-menu {
  display: block !important;

}

/* Make them look like sub-items */
#left-column .block-categories .category-sub-menu li a {
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  color: #666;
}

/* Optional: spacing */
#left-column .block-categories .category-sub-menu li {
  margin: 4px 0;
}#left-column .collapse {
  display: block !important;
  height: auto !important;
}

/* FORCE LEFT MENU INTO ONE COLUMN */
#left-column .block-categories ul {
  column-count: 1 !important;
  -webkit-column-count: 1 !important;
  -moz-column-count: 1 !important;
}

#left-column .block-categories li {
  width: 100% !important;
  display: block !important;
  float: none !important;
}#left-column .block-categories li {
  margin-bottom: 2px !important;
}

#left-column .block-categories li a {
  line-height: 1.1 !important;
  padding: 1px 0 !important;
}
/* Reduce spacing between category items */
.block-categories ul.category-sub-menu {
  gap: 4px !important;
}
#left-column .block-categories i,
#left-column .block-categories .expand {
  display: none !important;
}
#subcategories .subcategories-list {
  display: flex !important;
  flex-wrap: nowrap !important;
}

#subcategories .subcategories-list li {
  width: auto !important;
  flex: 0 0 auto !important;
}

#subcategories .subcategories-list li a {
  white-space: nowrap !important;
}
#subcategories .subcategory-heading {
  font-size: 0;
}

#subcategories .subcategory-heading::after {
  content: "Strength";
  font-size: 14px; /* match your theme */
  font-weight: 500;
}
.about-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.about-flex img {
  max-width: 320px;
  height: auto;
  display: block;
}

.about-flex p {
  max-width: 420px;
  margin: 0;
  text-align: center;
}#footer_account_list a[href*="order-slip"],
#footer_account_list a[href*="addresses"] {
    display: none !important;
}#footer_account_list a[href*="order-slip"],
#footer_account_list a[href*="order_slip"],
#footer_account_list a[href*="credit-slip"],
#footer_account_list a[href*="slip"] {
    display: none !important;
/* DESKTOP store info */
.hidden-sm-down > #footer_contact_info li:nth-child(2) {
    display: none !important; /* hide United Kingdom */
}

.hidden-sm-down > #footer_contact_info li:nth-child(4),
.hidden-sm-down > #footer_contact_info li:nth-child(5) {
    display: inline-block !important;
    vertical-align: top !important;
    margin: 0 !important;
}

.hidden-sm-down > #footer_contact_info li:nth-child(4)::after {
    content: " ";
}

/* keep email lines below */
.hidden-sm-down > #footer_contact_info li:nth-child(6),
.hidden-sm-down > #footer_contact_info li:nth-child(7) {
    display: block !important;
}

/* MOBILE store info */
.hidden-md-up > #footer_contact_info li:nth-child(2) {
    display: none !important;
}

.hidden-md-up > #footer_contact_info li:nth-child(4),
.hidden-md-up > #footer_contact_info li:nth-child(5) {
    display: inline-block !important;
    vertical-align: top !important;
    margin: 0 !important;
}

.hidden-md-up > #footer_contact_info li:nth-child(4)::after {
    content: " ";
}

.hidden-md-up > #footer_contact_info li:nth-child(6),
.hidden-md-up > #footer_contact_info li:nth-child(7) {
    display: block !important;
}/* Hide the Strength label ONLY on CBD Crumbles category */
body.tax-product_cat.term-cbd-crumbles .berocket_single_filter_widget_247 h3,
body.tax-product_cat.term-cbd-crumbles .bapf_head h3,
body.tax-product_cat.term-cbd-crumbles .bapf_head .bapf_text {
    display: none !important;
}
body#module-anblog-blog .social-share {
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}
.blog-item-list img {
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: 20px auto;
    display: block;
}
.cart-grid-right .blockreassurance_product > div {
  display: grid !important;
  grid-template-columns: 55px 1fr !important;
  align-items: center !important;
  column-gap: 12px !important;
  text-align: left !important;
}

.cart-grid-right .blockreassurance_product .item-product {
  float: none !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 !important;
}

.cart-grid-right .blockreassurance_product .block-title {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  line-height: 1.4 !important;
}.cart-summary-line:has(.label:contains("Taxes")),
.cart-summary-line:has(.label:contains("Total (tax excl.)")) {
  display: none;
}
.anblog-widget {
    margin: 20px 0 11px !important;
@media (max-width: 767px) {
    .anblog-widget {
        margin-top: -1005 !important;
    }
}
@media (max-width: 767px) {
    .js-an_homeproducts-block {
        margin-bottom: -100px !important;
    }
body {
    outline: 10px solid red !important;
}