/** Shopify CDN: Minification failed

Line 535:4 Unexpected "{"
Line 536:11 Expected ":"
Line 540:2 Unexpected "{"

**/
header-menu details>.header__submenu {
  box-shadow: 0px 4px 14px 0px #00000026 !important;
  background: #FFFFFF !important;
  border-radius: 12px !important;
  border: 0;
  padding: 0;
  min-width: 255px;
  width: max-content;
}

header-menu>details>.header__submenu {
  max-height: 85vh;
  overflow: auto;
}

.header__submenu li {
  padding: 14px 16px;
  border-bottom: 1px solid var(--Color-Neutral-Lightest, #EEEEEE);
}

.header__submenu--grandchild>li {
  padding: 1rem 1.5rem 1rem 1.5rem;
  margin-left: 0rem;
}

.header__submenu .header__menu-item {
  display: table;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: capitalize;
  padding: 0;
}

.certification_img img {
  width: 123px;
  height: 123px;
  object-fit: contain;
}

.header__submenu .header__menu-item:hover {
  text-decoration-line: NONE;
  opacity: 1;
}

.header__submenu li:last-child {
  border: 0;
}

[data-value="Yellow"] {
  background: #FBF374 !important;
}

[data-value="Purple"] {
  background: #BA87C6 !important;
}

[data-value="Blue"] {
  background: #90B8FD !important;
}

[data-value="red"] {
  background: #FB7474 !important;
}

[data-value="orange"] {
  background: #FBB174 !important;
}

[data-value="orange yellow"] {
  background: linear-gradient(90deg, rgba(255, 144, 5, 1) 0%, rgba(255, 225, 52, 1) 100%) !important;
}

.header__menu-item--active,
.header__submenu--grandchild>li.active,
body .menu-drawer__menu-item--active,
.header__inline-menu ul li.active>a {
  background: #ece874;
  border-radius: 30px;
  color: var(--text_green) !important;
}

.media> :not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  position: unset;

}

.product__media.media.media--transparent {
  padding-top: 0 !important;
}

.product-media-container .product__modal-opener {
  height: 100%;
}

.product-media-container.constrain-height .media,
.media>*:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer,
.product-media-container.constrain-height.media-fit-contain {
  height: 100% !important;
}

.product--right .product__media-list {
  height: 100% !important;
}

.header__inline-menu ul.header__submenu li.active>a {
  background: transparent;
  border-radius: 0px;
  color: #000000 !important;
}

.grid__item .bsc-card {
  justify-content: space-between;
}

.bsc-card-img {
  width: 224px;
  height: 224px;
  object-fit: cover;
  /* mix-blend-mode: darken; */
}

.success-resource-card .btn_outline {
  font-weight: 400;
  line-height: 22px;
}

.list-menu__item--active {
  text-decoration: none;
}

.header__submenu .header__menu-item.list-menu__item,
a.header__menu-item span {
  position: relative;
}

.header__submenu .header__menu-item.list-menu__item:after,
a.header__menu-item span:after {
  content: '';
  position: absolute;
  background: #343636;
  width: 0%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  transition: all 0.2s linear;
}

.header__submenu a.header__menu-item.list-menu__item:hover::after,
a.header__menu-item:hover span::after {
  width: 100%;
}

body .list-menu__item--active {
  text-decoration: none;
}

.shopify-section:not(.section-header):not(.shopify-section-group-header-group) {
  border-radius: 20px;
  margin-bottom: 24px;
}

body .sub_page_bg {
  border-radius: 16px !important;
}

body .article_main_wraper {
  margin-top: 20px;
  border-radius: 20px !important;
}

body .insights-card {
  border-radius: 20px !important;
}

body .timeline::before {
  height: 86%;
}

body .facets-container {
  display: none;
}

body .sort-select {
  width: 100%;
  min-width: 210px;
  text-transform: uppercase;
}

.bsc-card img {
  transition: transform .45s ease;
}

.bsc-card-img-wrap {
  overflow: hidden;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.bsc-card:hover img {
  transform: scale(1.05);
}

.we_are_here .content_img_inner .content_image {
  margin-top: 32px;
}

.no_shadow {
  box-shadow: none !important;
}

body .main_pro_detail {
  padding-bottom: 0;
}

.slideshow__badge1 {
  border: 1px solid #E2E2E2;
}

.slideshow__badge1>span:last-child {
  margin-top: 0.2rem;
}

body .utility-bar {
  border-radius: 8px !important;
}

.product-grid-container .collection ul {
  /* flex-direction: column; */
  /* gap: 20px; */
}

.product-grid-container .collection ul li {
  /* width: 100%;
  max-width: 100%; */
}

.need_sec_wraper .video-poster-overlay img {
  object-fit: contain;
  border-radius: 16px;
  background: #f6f4f0;
}

.desktop_show_only {
  display: block;
}

.mobile_show_only {
  display: none;
}

.catalog-section .testi-card {
  position: relative;
}

.resourc_content_main {
  padding-bottom: 48px;
}

.resourc_content_main .btn_outline.resource_btn {
  position: absolute;
  bottom: 20px;
}

.header__icon .icon {
  width: 22px;
  height: 12px;
}

.header__icon .icon.icon-close {
  width: 17px;
  height: 17px;
}

.collection-list:not(.collection-list--template) {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 320px));
  gap: 20px;
}

.collection-list .card__heading a {
  font-family: Helvetica Neue;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-align: center;
  padding: 0;
}

body .collection-list {
  margin-bottom: 40px;
}

.template-404.page-width p {
  font-size: 62px;
  font-weight: 700;
}

.certification_box .hover_image .on_hover {
  display: none;
}

.certification_box:hover .hover_image img {
  display: none;
}

.certification_box:hover .hover_image .on_hover {
  display: block;
}

.bsc-nav-btn svg {
  fill: var(--text_green);
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.bsc-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.bsc-cart-form {
  margin: 0;
}

.bsc-quote-btn {
  width: 100%;
  cursor: pointer;
}

.slick-slide>div {
  height: 100%;
}

.slick-slide>div.testi-author {
  height: auto;
}

.byoc-section {
  background: #ffffff;
  padding: 20px;
}

.blog_row_main a {
  text-decoration: none;
}

header .h2 {
  font-size: 24px;
}

body summary.header__menu-item {
  display: flex !important;
  justify-content: space-between !important;
  width: 100%;
}

.list-menu ul.header__submenu ul {
  box-sizing: 0 !important;
  box-shadow: none !important;
  width: 100% !important;
  margin: 0;
}

.header__submenu li:has(> details[open]) {
  padding-bottom: 0;
}

.header__menu-item:has(~ .header__submenu) {
  background: transparent;
}

.byoc-heading {
  color: var(--text_green);
}

.byoc-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: stretch;
}

.byoc-left {
  background: #f6f4f0;
  border-radius: 16px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.byoc-right {
  background: #f6f4f0;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 560px;
  padding: 40px;
}

.byoc-product-image {
  display: block;
  width: 100%;
}

.byoc-no-image {
  color: #aaa;
  font-size: 14px;
  text-align: center;
}

.byoc-option-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.byoc-option-label {
  font-size: 18px;
  font-weight: 500;
  color: var(--text_green);
  text-transform: capitalize;
}

.byoc-size-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.byoc-size-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  color: var(--text_green);
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}

.byoc-size-btn:hover {
  background: #dadadac0;
}

.byoc-size-btn.byoc-active {
  background: var(--green);
  border-color: var(--green);
  color: #fbf374;
}

.byoc-color-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.byoc-color-btn {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  /*border: 3px solid transparent;*/
  border: 3px solid #f6f4f0;
  cursor: pointer;
  padding: 0;
  outline: none;
  transition: border-color 0.2s, transform 0.15s;
  position: relative;
}

.byoc-color-btn.byoc-active,
.byoc-color-btn:hover {
  border-color: var(--green);
}

.byoc-upload-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border: 1px solid #f6f5f1;
  border-radius: 16px;
  padding: 12px 16px;
  font-size: 20px;
  color: var(--green);
  cursor: pointer;
  transition: border-color 0.2s;
  width: fit-content;
}

.byoc-upload-btn:hover {
  border-color: #0d3d1f;
}

.byoc-upload-btn svg {
  width: 48px;
  height: 48px;
}

#byoc-file-input- {
    {
    section.id
  }
}

  {
  display: none;
}

/* ── ADD TO CART BUTTON ── */
.byoc-atc-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #1a6f50;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 15px 24px;
  font-family: inherit;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  width: fit-content;
  transition: background 0.2s, transform 0.15s;
}

/*  .byoc-atc-btn:hover { 
    background: #0D3827;
   }
   */
.byoc-atc-btn:disabled {
  background: #aaa;
  cursor: not-allowed;
}

.byoc-atc-btn img {
  width: 14px;
}

/* ── FEEDBACK MESSAGE ── */
.byoc-feedback {
  font-size: 13px;
  font-weight: 500;
  margin-top: -16px;
  min-height: 20px;
  color: var(--text_green);
}

.byoc-feedback.error {
  color: #c0392b;
}

body .content_image_wrp.p_24.contentimagewith .content_img_inner,
.content_image_wrp.p_24.finishes_capsules_wrp .content_img_inner,
.content_image_wrp.p_24.natural_choice .content_img_inner {
  padding-left: 0;
}

body .content_image_wrp.p_24.contentimagewith .content_image_grid,
.content_image_reverse.fda_sec_wrp .content_image_grid,
.p_24.finishes_capsules_wrp .content_image_grid,
.p_24.natural_choice .content_image_grid {
  gap: 0;
}

/* ================================================
   K-CAPS FOOTER — CSS
   ================================================ */
.kcaps-footer {
  background: #0f664b;
  color: #ffffff9c;
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden;
}

/* Grid layout */
.footer-main {
  padding: 43px 30px 0px 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 33% 11% 11% 11% 26%;
  /* grid-template-columns: 272px repeat(3, 1fr) 296px; */
  gap: 30px 2%;
  align-items: start;
}

/* ---- BRAND ---- */
.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-logo {
  display: inline-block;
}

.footer-logo img {
  display: block;
  max-width: 160px;
  height: auto;
}

.footer-logo-text {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.footer-tagline {
  max-width: 330px;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;

}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-contact p {
  margin: 0;
  font-size: 14px;
}

.contact-sep {
  color: rgba(255, 255, 255, 0.45);
  margin: 0 2px;
}

.contact-link {
  text-decoration: none;
  text-underline-offset: 2px;
  color: #ffffff9c;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.contact-link:hover {
  color: #fff;
  text-decoration: none;
}

.contact-link::after {
  content: '';
  position: absolute;
  background: #ffffff9c;
  width: 0%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  transition: all 0.2s linear;
}

.contact-link:hover::after {
  width: 100%;
}

/* ---- NAV COLUMNS ---- */
.footer-nav-col {
  display: flex;
  flex-direction: column;
}

.footer-col-heading {
  font-size: 17px;
  color: #fff;
  margin: 0 0 18px;
  font-weight: 400;
}

.desktop-only {
  display: block;
}

.footer-accordion-btn {
  display: none;
}

/* hidden on desktop */
.catalog-section .success-header {
  margin-bottom: 24px;
}

.footer-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.testimonials-slider.resource_sec_main .testi-card .testi-text {
  color: #0D3827;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -1%;
  vertical-align: middle;
  text-transform: capitalize;
}

.footer-bottom a,
.footer-nav-link {
  text-decoration: none;
  color: #ffffff9c;
  transition: all 0.2s linear;
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 128%;
  letter-spacing: 2%;
}

.footer-bottom a:after,
.footer-nav-link::after {
  content: '';
  position: absolute;
  background: #ffffff9c;
  width: 0%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  transition: all 0.2s linear;
}

.footer-bottom a:hover::after,
.footer-nav-link:hover::after {
  width: 100%;
}

.byoc-option-group input {
  display: none;
}

/* ---- NEWSLETTER ---- */
.footer-newsletter-col {
  display: flex;
  flex-direction: column;
  /* gap: 12px; */
}

.newsletter-sub {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 128%;
  letter-spacing: 2%;
  margin-bottom: 12px;
}

.newsletter-wrap {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  padding: 4px 4px 4px 18px;
  border: 2px solid transparent;
  transition: border-color 0.2s;
  gap: 4px;
}

.newsletter-wrap:focus-within {
  border-color: rgba(255, 255, 255, 0.35);
}

.newsletter-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  font-size: 14px;
  color: #2a3d35;
  padding: 8px 0;
  min-width: 0;
}

.newsletter-input:focus,
.newsletter-input:active:focus {
  box-shadow: none;
  outline: none;
}

.newsletter-input::placeholder {
  color: #8ea39b;
}

.newsletter-btn {
  color: #fff;
  background: #0f664b;
  border: none;
  border-radius: 50px;
  padding: 11px 16px;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background 0.2s linear, transform 0.15s;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1%;
  text-align: center;
  text-transform: uppercase;
}

.footer-socials {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s linear, transform 0.2s linear;
  flex-shrink: 0;
}

.social-icon:hover {
  transform: translateY(-2px) scale(1.08);
}

.social-icon svg {
  display: block;
}

/* ---- BOTTOM BAR ---- */
.footer-bottom {
  margin-top: 48px;
  padding: 20px 0;
}

.footer-copy {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

.footer-bottom .footer-copy a {
  color: #fff;
}

.footer-copy strong {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 600;
}

/* ---- MARQUEE ---- */
.footer-marquee {
  overflow: hidden;
  padding: 14px 0;
  border-top: 1px solid #3E8871
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: mq-scroll 170s linear infinite;
}

@keyframes mq-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* marqee stops */
.footer-marquee:hover .marquee-track,
.footer-marquee .marquee-track:hover {
  animation-play-state: paused;
}

.marquee-run {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.mq-text {
  font-size: 76px;
  font-family: Switzer;
  color: #3f856f;
  padding: 0 22px;
}

.mq-leaf {
  display: inline-flex;
  align-items: center;
  margin: 0 6px;
}

.mq-leaf img {
  width: 112px;
}

.shopify-section-group-footer-group {
  margin-bottom: 0px !important;
}

.social_icons a {
  background: #0d9488;
  width: 40px;
  display: inline-block;
  height: 40px;
  border-radius: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  cursor: pointer;
  margin-top: 10px;
  transition: all 0.2s linear;
}

.social_icons a:hover {
  background: #0D3827;
}

.header__submenu .header__menu-item {
  color: #0D3827 !important;
}

.product-grid_listing {
  /* display: grid; */
  /* grid-template-columns: 1fr 1fr 1fr 1fr; */
}

.template-name-privacy_policy .page_content h5 {
  margin: 15px 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 41px;
  letter-spacing: 0;
  color: #474B54;
}

.template-name-privacy_policy .page_content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #474B54;
}

.template-name-privacy_policy .page_content h1 {
  font-family: Helvetica Neue;
  font-weight: 700;
  font-size: 32px;
  line-height: 41px;
  letter-spacing: 0%;
  margin-bottom: 20px;
  margin-top: 36px;
  color: #0D3827;
}

.product-grid-container .collection ul.product-grid_listing {
  /* column-gap: 16px;
  row-gap: 16px; */
  --grid-desktop-horizontal-spacing: 16px;
  --grid-desktop-vertical-spacing: 16px;
}

.travel_box1 .blog_date_bottom {
  color: #474B54;
}

.blog_row_main .blog_col_main2 {
  gap: 16px;
}

.travel_box2 .blog_overlay {
  background: #95959580;
}

.travel_box2 h2 {
  color: #fff;
  font-family: Helvetica Neue;
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0%;
  vertical-align: middle;
  max-width: 315px;
  margin-bottom: 5px;
}

.template-name-about_us .content_img_inner {
  padding: 16px 32px 16px 24px;
}

.template-name-about_us .content_img_inner h2 {
  margin: 0;
  font-family: Helvetica Neue;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -1%;
  text-transform: capitalize;
  color: #0D3827;
}

.template-name-about_us .vitamin_icon_row {
  display: flex;
  gap: 70px;
  margin-bottom: 0;
}

.sizing_wrper .vitamin_icon_row ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 24px;
}

.sizing_wrper .vitamin_icon_row li {
  margin-top: 8px;
}

.product__media-wrapper {
  position: relative;
}

/* ===== Custom arrows ===== */
.custom-product-arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
  padding: 0 20px;
}

.custom-product-arrows .arrow {
  background: transparent;
  border: 0;
}

body .product__info-container {
  max-width: 100%;
}

.content_img_inner h2 {
  margin: 0;
  font-family: Helvetica Neue;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -1%;
  text-transform: capitalize;
  color: #0D3827;
  max-width: 517px;
}

.content_hmpc_grid ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.content_hmpc_grid ul li {
  font-family: Helvetica Neue;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-top: 19px;
  color: #0D3827;
}

.catalog-section .resource_sec_main h4 {
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin: 24px 0 8px;
  color: #0D3827;

}

.catalog-section .testimonials-slider .testi-card {
  padding: 20px;
}

/* Mobile adjust */
@media (max-width: 751px) {
  .custom-product-arrows .arrow {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
}

@media screen and (max-width: 1199px) {
  .byoc-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .product-grid_listing {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 768px) and (max-width: 1541px) {
  .footer-grid {
    grid-template-columns: 26% 12% 16% 12% 26%;
  }
}

@media (min-width: 990px) and (max-width: 1245px) {
  .header__menu-item {
    padding: 10px 12px;
    font-size: 13px;
  }

  .header--middle-left {
    column-gap: 1rem;
    grid-template-columns: auto max-content auto;
  }

  .list-menu--inline {
    justify-content: center !important;
    width: 100%;
  }

  .header__cta-btn {
    font-size: 12px !important;
    padding: 11px 16px;
  }
}

@media (min-width: 769px) and (max-width: 1180px) {

  .footer-grid {
    grid-template-columns: 220px repeat(3, 1fr) 240px;
    gap: 32px 20px;
  }
}

@media screen and (min-width: 990px) {
  .sub_page_bg {
    padding: 0 0;
    max-height: 400px;
  }

  .header-wrapper .header__icons {
    padding-right: 0;
  }
}

/* ================================================
   MOBILE  991px
   ================================================ */
@media (max-width: 991px) {

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .product-grid_listing {
    grid-template-columns: 1fr 1fr;
  }

  .byoc-body {
    grid-template-columns: 1fr;
  }

  .byoc-right {
    min-height: 320px;
  }

  .byoc-heading {
    font-size: 32px;
  }

  .footer-brand {
    padding-bottom: 48px;
  }

  /* Nav columns: accordion */
  .footer-nav-col {
    border-top: 1px solid #ffffff9c;
  }

  /* Hide desktop heading */
  .desktop-only {
    display: none;
  }

  /* Show accordion button */
  .footer-accordion-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: none;
    padding: 17px 0;
    cursor: pointer;
    font-size: 17px;
    text-align: left;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.005em;
  }

  .footer-accordion-btn:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.35);
    outline-offset: 2px;
    border-radius: 4px;
  }

  /* Chevron rotation */
  .acc-chevron {
    transition: transform 0.36s linear;
    flex-shrink: 0;
    opacity: 0.65;
  }

  .footer-accordion-btn[aria-expanded="true"] .acc-chevron {
    transform: rotate(180deg);
  }

  /* Accordion body — uses grid trick for smooth height animation */
  .footer-acc-body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s linear;
    overflow: hidden;
  }

  .footer-acc-body>.footer-nav-list {
    overflow: hidden;
    min-height: 0;
  }

  .footer-acc-body>.footer-nav-list li:last-child {
    margin-bottom: 20px;
  }

  .footer-acc-body.is-open {
    grid-template-rows: 1fr;
  }

  .footer-nav-list {
    gap: 14px;
  }

  .footer-nav-link {
    font-size: 15px;
  }

  /* Newsletter on mobile */
  .footer-newsletter-col {
    border-top: 1px solid #ffffff9c;
    padding-top: 48px;
    margin-top: 0px;
    gap: 10px;
  }

  .footer-col-heading {
    font-size: 16px;
    margin-bottom: 8px;
    color: #fff;
  }

  .social-icon {
    width: 44px;
    height: 44px;
  }

  .footer-bottom {
    margin-top: 32px;
    padding: 16px 0;
  }


  .footer-copy {
    font-size: 12px;
  }

  .mq-text {
    font-size: 40px;
  }

  .mq-leaf img {
    width: 72px;
  }
}

@media (max-width: 424px) {
  .footer-main {
    padding: 20px 15px 0px 15px;
  }
}

@media (max-width: 374px) {
  .newsletter-btn {
    padding: 10px 9px;
    font-size: 11px;
  }

  .newsletter-input {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1332px) {
  body .timeline::before {
    height: 86.5%;
  }
}

@media only screen and (max-width: 1199px) {
  body .timeline::before {
    height: 77.5%;
  }
}

@media only screen and (max-width: 1178px) {
  body .timeline::before {
    height: 81.5%;
  }
}

@media only screen and (max-width: 1072px) {
  body .timeline::before {
    height: 85.5%;
  }
}

@media only screen and (max-width: 1001px) {
  body .timeline::before {
    height: 86.4%;
  }
}

@media only screen and (max-width: 907px) {
  body .timeline::before {
    height: 86%;
  }
}

@media only screen and (max-width: 737px) {
  body .timeline::before {
    height: 86.2%;
  }
}

@media only screen and (max-width: 575px) {
  body .timeline::before {
    height: 86.9%;
  }

  .product-grid_listing {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 375px) {
  body .timeline::before {
    height: 87.5%;
  }
}

@media only screen and (max-width: 768px) {
  .content_image_grid {
    width: 100%;
  }

  .contact-form__inputs-name {
    flex-direction: column;
  }

  .header__submenu .header__menu-item.list-menu__item:after,
  a.header__menu-item span:after,
  .footer-bottom a:after,
  .footer-nav-link::after {
    content: unset !important;
  }

  .byoc-size-btn,
  .byoc-color-btn {
    width: 60px;
    height: 60px;
    font-size: 16px;
  }

  .inner_container {
    padding: 20px 16px;
  }

  .certificate_sec .top_h,
  .bsc-section .insights-header,
  .app-header {
    margin-top: 0px;
  }

  .certificate_sec .top_h p {
    margin-top: 12px;
  }

  .certificate_sec .div_grid_sec {
    margin-top: 24px;
  }

  .certification_box {
    padding: 24px 15px;
  }

  .certification_box p {
    font-size: 10px;
    max-width: 100%;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #0D3827;
  }

  .bsc-section,
  .kcaps-section {
    padding: 16px;
  }

  .bsc-section {
    padding-right: 0;
  }

  .kcaps-section .insights-header,
  .padding_lr {
    margin: 0;
    padding: 0;
    padding-top: 12px;
    padding-left: 8px;
  }

  .bsc-section .padding_l {
    padding: 0;
    margin-top: 27px;
  }

  .kcaps-grid,
  .bsc-nav {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .kcaps-grid {
    margin-bottom: 16px;
  }

  .kcaps-section .mobile_show_only {
    padding-bottom: 6px;
    display: inline-flex;
    width: 100%;
    justify-content: center;
  }

  .main_img_cap {
    position: relative;
    width: 100%;
  }

  .main_img_cap {
    height: 100%;
  }

  .kcaps-grid .lines_label1,
  .kcaps-grid .lines_label2 {
    display: none;
  }

  .capsule-img.mobile_show_only {
    padding: 0 27px;
  }

  .col-center.aos-init.aos-animate {
    flex-direction: column;
  }

  .kcaps-grid .col-center {
    min-height: 100%;
  }

  .kcaps-grid .annotation-top {
    margin-right: auto;
  }

  .kcaps-grid .annotation-bottom {
    margin-left: auto;
  }

  .kcaps-grid .card {
    padding: 26px 23px;
  }

  .kcaps-grid .annotation {
    position: unset;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    vertical-align: middle;
  }

  .lines_label1 {
    max-width: 117px;
    height: 103px;
  }

  .kcaps-grid .annotation-bottom {
    bottom: 16px;
    right: 16px;
  }

  .kcaps-grid .core-item {
    gap: 12px;
    margin-bottom: 33px;
    margin-top: 33px;
  }

  .bsc-section .btn_outline {
    padding: 15px 24px;
    line-height: 22px;
  }

  .bsc-section .padding_lm {
    padding: 0;
    padding-bottom: 8px;
  }

  .insights-header h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -1%;
    text-transform: capitalize;
  }

  .utility-bar__grid.page-width {
    padding-left: 10px;
    padding-right: 10px;
  }

  .desktop_show_only {
    display: none;
  }

  .mobile_show_only {
    display: block;
  }

  .title_blog_mobile h1 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -3%;
    text-transform: capitalize;
  }

  .title_blog_mobile p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0%;
    vertical-align: middle;
  }

  .sub_page_bg.blog_detail_banner {
    padding: 24px !important;
    align-items: baseline;
  }

  .title_blog_mobile {
    margin-bottom: 20px;
  }

  .menu-drawer__navigation-container {
    border: 1px solid #F5F5E8;
    background: #fff;
    height: max-content !important;
    box-shadow: 0px 24px 48px -12px #0000002E;
    border-radius: 24px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 20px;
    border-radius: 16px;
  }

  .certified_empty_mob .certified_text p {
    margin: 0 !important;
  }

  .menu-drawer__navigation-container .menu-drawer__navigation {
    padding: 0;
  }

  .menu-drawer {
    background: transparent;
    background-color: transparent !important;
  }

  .js .menu-drawer__menu li {
    margin-bottom: 0 !important;
  }

  body .menu-drawer__menu-item,
  body .menu-drawer .menu-drawer__menu-item {
    padding: 0;
    padding: 15px 16px;
  }

  body .menu-drawer__menu-item:hover,
  body .menu-drawer .menu-drawer__menu-item:hover {
    background-color: transparent;
  }

  .menu-drawer__menu .menu-drawer__submenu.has-submenu {
    position: unset;
    visibility: visible;
    transform: unset;
  }

  .js .menu-drawer__navigation .submenu-open {
    visibility: visible !important;
  }

  .menu-drawer__inner-submenu button.menu-drawer__close-button {
    display: none;
  }

  details[open].menu-opening>.menu-drawer__submenu {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
  }

  .js details[open].menu-opening>.menu-drawer {
    height: auto;
    overflow-y: scroll;
    max-height: 80vh;
  }

  .menu-drawer__inner-container .menu-drawer__menu-item {
    font-family: Switzer;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: bottom;
    color: #0D3827;
  }

  .menu-drawer__menu .menu-drawer__submenu.has-submenu {
    padding: 10px 0;
    padding-left: 10px;
  }

  .menu-drawer__menu.has-submenu details[open] .svg-wrapper {
    transform: translateY(-50%) rotate(180deg);
  }

  .menu-drawer__menu-item:hover {
    background-color: unset;
  }

  .bottom-cart_drawer .header__cta-btn {
    display: flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    justify-content: space-between;
    color: #FFFFFF;
    margin: 0 12px;
  }

  .drawer_social_icon,
  .bottom-cart_drawer {
    margin-top: 16px;
  }

  .drawer_social_icon {
    margin-left: 12px;
  }

  .drawer_social_icon .social_icons a img {
    width: 16px;
    height: 16px;
    object-fit: cover;
  }

  .drawer_social_icon .social_icons a {
    margin-top: 0;
    margin-right: 4px;
  }

  .header__icon--menu[aria-expanded=true]:before {
    content: unset;
  }

  .byoc-section {
    padding: 20px 16px;
  }

  .byoc-section .byoc-heading {
    margin: 0;
    margin-bottom: 20px;
    max-width: 223px;
    font-family: Helvetica Neue;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -1%;
    text-transform: capitalize;
    color: #0D3827;
  }

  .byoc-section-wrapper {
    border-radius: 16px !important;
  }

  .byoc-option-group {
    flex-direction: row;
    gap: 12px;
    align-items: center;
  }

  .byoc-left {
    padding: 16px;
    gap: 16px;
  }

  .blog_listing_lists .bl_scroll::-webkit-scrollbar {
    display: none;
  }

  .blog_badge {
    gap: 5px;
  }

  .table-wrapper::-webkit-scrollbar,
  .byoc-color-list::-webkit-scrollbar,
  .byoc-size-list::-webkit-scrollbar {
    height: 3px;
  }

  .table-wrapper::-webkit-scrollbar-track,
  .byoc-color-list::-webkit-scrollbar-track,
  .byoc-size-list::-webkit-scrollbar-track {
    background: #e2e2e2;
    border-radius: 25px;
  }

  body table {
    border-radius: 0;
  }

  .table-wrapper::-webkit-scrollbar-thumb,

  .byoc-color-list::-webkit-scrollbar-thumb,
  .byoc-size-list::-webkit-scrollbar-thumb {
    background: var(--green);
    border-radius: 25px;
  }

  .byoc-color-list li {
    display: flex;
  }

  .table-wrapper,
  .byoc-size-list,
  .byoc-color-list {
    padding-bottom: 3px;
  }

  body .slideshow__controls.slider-buttons {
    top: unset;
    left: 50%;
    height: max-content;
    bottom: 20px;
    transform: translateX(-50%);
  }

  .slideshow__controls .slider-button {
    display: none !important;
  }

  body .slideshow-banner__controls .slider-counter__link--dots .dot {
    background: #fff;
  }

  body .slider-counter__link.slider-counter__link--active .dot {
    background: #28A477;
    width: 14px;
  }

  .byoc-option-group .byoc-option-label {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    min-width: 67px;
    color: #0D3827;
    white-space: nowrap;
  }

  .byoc-option-group input {
    display: none;
  }

  .byoc-upload-btn span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.3px;
  }

  .byoc-upload-btn {
    padding: 8px;
    width: 100%;
    border-color: #DFE1E7 !important;
  }

  .byoc-body {
    gap: 20px;
  }

  .byoc-right {
    min-height: 510px;
  }

  .app-card {
    padding: 20px 16px;
  }

  .app-header h2 {
    color: var(--text_green);
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -1%;
    text-transform: capitalize;
  }

  .app-header-desc {
    margin: 0;
    max-width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--text_green);
  }

  .acc-title {
    font-size: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0;
    vertical-align: middle;
  }

  .acc-trigger {
    padding: 8px 0;
  }

  .app-accordion {
    padding-top: 0;
  }

  .acc-body-inner {
    font-size: 16px;
    color: var(--text_green);
  }

  .app-body {
    gap: 24px;
  }

  .app-glass-card {
    padding: 16px;
    backdrop-filter: blur(20px);
    border-radius: 24px;
  }

  .app-image-wrap img {
    border-radius: 20px;
  }

  .app-leaf-badge {
    padding: 7px 13px;
    margin-bottom: 9px;
  }

  .success-card h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -1%;
    text-transform: capitalize;
    margin-bottom: 8px;
  }

  .success-header-left p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
  }

  .app-glass-number {
    margin: 15px 0;
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 56px;
    line-height: 29px;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-top: 38px;
  }

  .testimonials-slider .testi-card {
    padding: 28px;
  }

  .testimonials-slider .testi-card .testi-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -1%;
    vertical-align: middle;
    text-transform: capitalize;
    color: #474B54;
  }

  .testimonials-slider .slick-track {
    gap: 12px;
  }

  .success-card .success-header {
    padding: 0;
    padding-right: 16px;
  }

  .success-card .slick-list {
    margin-left: 28px !important;
  }

  .insights-card {
    padding: 20px 16px;
  }

  .insights-header h2 {
    margin-bottom: 8px !important;
  }

  .insights-header-left p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0D3827;
  }

  .insights-header {
    margin-bottom: 16px;
  }

  .blog-badge {
    padding: 4px 8x;
  }

  .blog-card-img-wrap {
    margin-bottom: 16px;
  }

  .blog-card-title a {
    color: var(--text_green);
    margin-bottom: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -2%;
    vertical-align: middle;
  }

  .blog-card-title {
    font-size: 18px;
  }

  .blog-card {
    padding: 0;
  }

  .blog-card-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -1%;
    vertical-align: middle;
    text-transform: capitalize;
  }

  .blog-card-date {
    color: var(--Base-Black, #111111);
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -1%;
  }

  .insta_sec_wraper .btn_outline,
  .insights-card .btn_outline {
    padding: 15px 24px;
  }

  .contact-card .contact-image-side {
    display: none;
  }

  .contact-form-side {
    margin-bottom: 0;
  }

  .contact-card {
    padding: 20px 16px;
  }

  .insta_sec_wraper .insights-header {
    margin-top: 0;
  }

  .footer-main {
    padding: 16px;
  }

  .footer-brand {
    padding-bottom: 56px;
  }

  .shopify-section-group-footer-group {
    border-radius: 16px !important;
  }

  .footer-accordion-btn {
    padding: 16px 0;
    font-size: 17px;
    line-height: 100%;
    font-weight: 400;
  }

  .footer-nav-col {
    border-top: 1px solid #FFFFFF4D;
  }

  .footer-newsletter-col {
    border-top: 1px solid #FFFFFF4D;
    padding-top: 56px;
    margin-top: 0px;
    gap: 0px;
  }

  .footer-col-heading {
    margin-bottom: 16px;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .newsletter-sub {
    margin-bottom: 12px;
  }

  .newsletter-input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #0D3827;
    padding: 9px 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -1%;
    text-align: justify;
    vertical-align: middle;
    text-transform: capitalize;
  }

  .social_icons {
    display: flex;
    margin-top: 10px;
  }

  .footer-bottom {
    margin-top: 32px;
    padding: 0;
  }

  .footer-copy {
    font-weight: 400;
    font-size: 14px;
    line-height: 128%;
    letter-spacing: 2%;
  }

  .footer-copy {
    font-size: 12px;
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 14px;
    line-height: 128%;
    letter-spacing: 2%;
  }

  .footer-marquee {
    padding: 9px 0;
    padding-bottom: 15px;
  }

  .mq-text {
    font-family: Switzer;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -4%;
    text-align: center;
  }

  .certified_empty_mob {
    border-radius: 16px;
    overflow: hidden;
  }

  .certified_empty {
    border-radius: 0;
  }

  .bsc-badge {
    font-weight: 400;
    font-size: 14.5px;
    line-height: 14.5px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    padding: 7.5px 9px;
  }

  .sub_page_bg h1 {
    margin: 12px 0 0;
    font-family: Helvetica Neue;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -3%;
    text-transform: capitalize;
    max-width: 265px;
  }

  .sub_page_bg .sub_page_bg--description,
  .sub_page_bg p {
    margin: 12px 0 0;
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0%;
    vertical-align: middle;
    /* color: #FFFFFF; */
  }

  .bsc-card-title {
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.48px;
    text-align: center;
    vertical-align: middle;
    color: #0D3827;
    padding: 0;
  }

  .bsc-card .bsc-badge {
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    padding: 6px 8px;
  }

  .bsc-card {
    padding: 40px;
  }

  body .bsc-section.mobile_collection_slider {
    border-radius: 20px 20px 0 0 !important;
  }

  .template-collection .bsc-section-wrapper {
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
  }

  body .combine_collection_section {
    border-radius: 0 0 16px 16px !important;
  }

  .combine_collection_section .combine_collection_sec {
    /* border-radius: 0 !important; */
  }

  .mobile_collection_slider .bsc-nav {
    display: none;
  }

  .product-grid-container .collection ul.product-grid_listing {
    /* column-gap: 0px !important; */
    /* row-gap: 20px !important; */
    --grid-mobile-vertical-spacing: 20px;
  }

  .slideshow__controls.slider-buttons {
    display: none;
  }

  .shopify-section:not(.section-header):not(.shopify-section-group-header-group) {
    margin-bottom: 16px;
  }

  .bsc-quote-btn {
    padding: 18px 0px;
    min-width: 180px;
  }

  .menu-drawer summary.menu-drawer__menu-item {
    padding-right: 16px !important;
  }

  .menu-drawer__menu-item>.svg-wrapper {
    right: 16px !important;
  }

  .vita_2 h2 {
    max-width: 211px;
  }

  .sport_row {
    padding: 0;
  }

  .vita_5 h2 {
    max-width: 163px;
  }

  .blog_grid_main h1 {
    display: none;
  }

  .blog_listing_lists .bl_scroll {
    overflow: auto;
    margin-bottom: 18px;
  }

  .bl-tabs {
    margin-bottom: 2px;
  }

  .blog_listing_lists .badges_row.blog_badge {
    left: 13.65px;
    top: 13.65px;
  }

  .blog_listing_lists .blog_date,
  .blog_listing_lists .slideshow__badge1 {
    font-size: 14px;
    padding: 3.41px 8.63px;
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 7.96px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: bottom;
  }

  .blog_listing_lists .bl-card-img-wrap {
    border-radius: 13.65px;
  }

  .bl-card-excerpt {
    font-size: 16px;
    margin: 4px 0 9px;
    line-height: 22px;
  }

  .pagination {
    display: none;
  }

  /* ── BLOG PAGINATION ── */
  .bl-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
    flex-wrap: wrap;
    grid-column: 1 / -1;
  }

  .bl-page-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex-shrink: 0;
    transition: opacity 0.2s ease;
  }

  .bl-page-arrow svg {
    width: 3.6rem;
    height: 3.6rem;
    display: block;
  }

  .bl-page-arrow:hover:not(.bl-page-disabled) {
    opacity: 0.7;
  }

  .bl-page-arrow.bl-page-disabled {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
  }

  .bl-page-num {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    color: rgba(13, 56, 39, 0.20);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    transition: color 0.2s ease;
    line-height: 1;
  }

  a.bl-page-num:hover {
    color: #0D3827;
  }

  .bl-page-num.bl-page-current {
    color: #0D3827;
  }

  .bl-page-num.bl-page-ellipsis {
    cursor: default;
  }

  .blog_listing_lists {
    padding-bottom: 24px;
  }

  .blog_detail_banner {
    min-height: 467px;
  }

  .we_are_here h3 {
    font-size: 26px;
    font-family: Helvetica Neue;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -3%;
    text-transform: capitalize;
    margin-bottom: 16px;
  }

  .content_img_inner p {
    margin: 16px 0 0;
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
  }

  .content_image_grid {
    display: inline-flex;
    gap: 24px;
    flex-direction: column;
  }

  .template-name-request_a_quote .content_image_grid {
    gap: 24px;
  }

  .content_img_r.contact_form_box {
    margin: revert-layer;
  }

  .template-name-contact_us .content_image_wrp {
    padding: 16px;
  }

  .template-name-contact_us .we_are_here h3 {
    font-family: Helvetica Neue;
    font-weight: 500;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -1%;
    text-transform: capitalize;
    max-width: 376px;
    margin-bottom: 24px;
  }

  .template-name-contact_us .contact_row {
    flex-direction: column;
    gap: 8px;
  }

  .template-name-contact_us .contact_row .contact_box {
    width: 100%;
    border-radius: 16px;
  }

  .template-name-contact_us .content_img_l .social_icons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
  }

  .template-name-contact_us .we_are_here .social_icons a {
    margin-top: 0;
  }

  .template-name-contact_us .content_image_grid {
    gap: 16px;
  }

  .app-card.faq_main .app-body h2 {
    font-family: Helvetica Neue;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -1%;
    text-transform: capitalize;
    max-width: 280px;
    margin-bottom: 22px;
  }

  .app-card.faq_main {
    padding: 16px;
  }

  .faq_main .faq_content p {
    font-size: 18px;
    color: var(--text_green);
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 22px;
  }

  .faq_main .app-body .faq_content {
    margin-bottom: 16px;
  }

  .acc-trigger {
    padding: 14px;
  }

  .acc-body-inner {
    padding: 2px 14px 14px;
  }

  .acc-arrow svg {
    width: 8px;
    height: 8px;
  }

  .acc-arrow {
    width: 28px;
    height: 28px;
  }

  .acc-title {
    font-size: 15px;
    line-height: 24px;
    color: #0D3827;
  }

  .acc-body-inner {
    font-size: 14px;
    color: #0D3827;
    line-height: 23px;
  }

  .faq_main .acc-item.open .acc-arrow svg {
    fill: #fff;
  }

  .template-name-about_us .content_image_grid {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .template-name-about_us .content_img_r img {
    border-radius: 12px;
  }

  .template-name-about_us .content_img_inner {
    padding: 0;
  }

  .template-name-about_us .content_img_inner h2 {
    font-size: 32px;
    line-height: 120%;
  }

  .template-name-about_us .vitamin_icon_row {
    margin-top: 40px;
  }

  .template-name-about_us .vitamin_icon_row .vita_box {
    margin: 0;
  }

  .sizing_wrper .vitamin_icon_row ul {
    margin-bottom: 24px;
  }

  .sizing_wrper .content_img_r.contact_form_box {
    margin-top: 16px;
  }

  .left-panel {
    padding: 20px 16px 0 20px !important;
  }

  .right-panel,
  .bottom-cards {
    gap: 12.49px !important;
  }

  body .success-card .mobile-nav {
    margin-top: 16px;
  }

  .need_sec_wraper .img-card {
    border-radius: 9.09px;
    padding: 0;
  }

  .right-panel {
    grid-template-rows: 1fr 1fr !important;
  }

  .reverse_hmpc .content_image_grid.content_hmpc_grid {
    flex-direction: column-reverse;
  }

  .content_image_wrp.reverse_hmpc.how_to_use_sec {
    padding: 16px;
  }

  .content_hmpc_grid .content_img_inner p {
    margin: 0;
    color: var(--text_green);
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    margin-top: 12px;
    margin-bottom: 12px;
    max-width: 264px;
  }

  .content_hmpc_grid .rating-card {
    padding: 16px;
  }

  body .main_pro_detail .grid__item.product__media-wrapper {
    padding-left: 0 !important;
  }

  body .thumbnail-slider .slider.slider--tablet-up {
    gap: 8.67px;
  }

  body .main_pro_detail .product__info-wrapper {
    padding-right: 0px !important;
  }

  body .custom-product-arrows {
    top: 187px;
    padding: 0;
    max-width: 90%;
  }

  .content_image_wrp.p_24.contentimagewith .content_image_grid,
  .content_image_wrp.content_image_reverse.fda_sec_wrp .content_image_grid {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .content_image_reverse.fda_sec_wrp .content_image_grid,
  .p_24.finishes_capsules_wrp .content_image_grid,
  .p_24.natural_choice .content_image_grid,
  body .content_image_wrp.p_24.contentimagewith .content_image_grid {
    gap: 20px;
  }

  .content_image_wrp.p_24.contentimagewith h2,
  .template-name-natural_colorants .content_img_inner h2,
  .template-name-traditional_colorants .content_img_inner h2 {
    font-family: Helvetica Neue;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -1%;
    text-transform: capitalize;
  }

  .template-name-traditional_colorants .insights-header h2 {
    margin-bottom: 4px !important;
  }

  .template-name-traditional_colorants .insights-header-left p {
    margin-top: 0;
    font-size: 16px;
  }

  .slider-mobile-gutter .slider-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .slider-mobile-gutter {
    position: relative;
  }

  .slider-mobile-gutter .slider-button--prev {
    left: 10px;
  }

  .slider-mobile-gutter .slider-button--next {
    right: 10px;
  }

  body .custom-product-arrows {
    display: none;
  }

  .slider-mobile-gutter .slider-button {
    width: 56px;
    height: 56px;
    background: #F6F5F1;
    border: 1.75px solid #F6F7F1;
    border-radius: 50%;
  }

  .slider-mobile-gutter .slider-button .icon {
    height: 100%;
  }

  .slider-mobile-gutter .slider-counter.caption {
    display: none;
  }

  .thumbnail-slider.slider-mobile-gutter .slider-button {
    display: none;
  }

  .success-card .testimonials-slider .slick-track {
    gap: 0px;
  }

  .template-article .sub_bg_bagde {
    gap: 8px;
  }

  .template-article .sub_bg_bagde .slideshow__badge {
    padding: 9px 10px;
  }

  body .menu-drawer__inner-submenu details .svg-wrapper {
    transform: translateY(-50%) rotate(0deg) !important;
  }

  body .menu-drawer__inner-submenu details[open] .svg-wrapper {
    transform: translateY(-50%) rotate(180deg) !important;
  }

  summary.list-menu__item {
    background: transparent;
    border-radius: 0;
  }

  .catalog-section .resourc_img_main {
    height: 200px;
  }
}

@media screen and (max-width: 540px) {
  .byoc-heading {
    font-size: 26px;
  }

  .byoc-left {
    padding: 24px 20px;
  }

  .byoc-size-btn,
  .byoc-color-btn {
    width: 48px;
    font-size: 13px;
    height: 48px;
  }

  .byoc-size-list,
  .byoc-color-list {
    flex-wrap: nowrap;
    gap: 8px;
    overflow: auto;
  }
}

@media only screen and (max-width: 389px) {
  .announcement-bar__message {
    font-size: 12px;
  }
}

@supports (-webkit-touch-callout: none) {
  .text_adjust {
    position: relative;
    top: 2px;
  }
}

@supports (-webkit-hyphens: none) {
  .text_adjust {
    position: relative;
    top: 2px;
  }
}

.is-mac-chrome .text_adjust {
  position: relative;
  top: 1px;
}


@media screen and (min-width: 990px) {
  .content_image_wrp--primary .content_image_grid {
    display: grid;
    grid-template-columns: 0.58fr 1fr;
  }

  .content_image_wrp--primary .content_img_inner p {
    opacity: 0.7;
  }

  .content_image_wrp--primary .content_img_inner h2+p {
    margin-top: 2.4rem;
  }

  .content_image_wrp--primary .content_img_inner h2+p+p {
    margin-top: 2rem;
  }
}

.select--primary,
.textarea--primary,
.input--primary {
  border-radius: 16px;
  min-height: 4.8rem;
  border: 1px solid #EEEEEE;
  padding: 0.1rem 2rem 0 2rem;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  width: inherit;
  outline: none !important;
  box-shadow: none !important;
}

.input--primary::placeholder {
  color: #8D8D8D;
  font-family: inherit;
  text-transform: capitalize;
}

.textarea--primary {
  padding: 1.2rem 2rem;
  min-height: 172px;
  border-radius: 16px;
  font-family: inherit;
}

.textarea--primary-wrap {
  position: relative;
  display: flex;
  width: 100%;
}

.textarea--primary-wrap .textarea--primary {
  width: 100%;
  padding-bottom: 2.8rem;
}

.textarea--counter {
  position: absolute;
  bottom: 1.2rem;
  left: 2rem;
  font-size: 1.2rem;
  color: #8D8D8D;
  pointer-events: none;
}

.select--primary {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.6' d='M10.5 0.5L5.50007 5.5L0.5 0.5' stroke='%230D3827' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 2rem center;
  padding-right: 4rem;
}

.select--primary *:first-child {
  color: green;
}

.input--primary::placeholder {
  margin-top: 0.1rem;
}

.contact-form__inputs-name {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.contact-form__inputs-name>div {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
}

.contact-form-wrapper>form {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
}

.contact-form--hb>div {
  display: flex;
  width: 100%;
}

.contact-form--hb .button {
  margin-top: 1.4rem;
}

@media only screen and (min-width: 990px) {
  .contact-form-wrapper>h3 {
    font-size: 2.4rem;
  }

  .bl-pagination a {
    font-size: 1.8rem;
  }
}

.bl-pagination {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  gap: 1.5rem;
}

.bl-pagination a {
  color: rgb(13, 56, 39, 0.2);
  display: flex;
  text-decoration: none;
}

.bl-page-current {
  color: rgb(13, 56, 39, 1);
}

/* =========================
   INPUT ERROR STATE
========================= */
.hs-form-field .hs-input.error,
.hs-form-field .hs-input.invalid {
  border: 1px solid #e53935 !important;
  background: #fff5f5;
  box-shadow: 0 0 0 2px rgba(229, 57, 53, 0.12);
}

/* focus on error field */
.hs-form-field .hs-input.error:focus,
.hs-form-field .hs-input.invalid:focus {
  border-color: #e53935 !important;
  box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.18);
}

/* =========================
   ERROR MESSAGE TEXT
========================= */
.hs-error-msgs {
  margin-top: 6px;
  padding: 0;
  list-style: none;
}

.hs-error-msg {
  font-size: 12px;
  color: #e53935;
  font-weight: 500;
  line-height: 1.4;
}

/* optional icon style */
.hs-error-msg::before {
  content: "⚠ ";
  margin-right: 4px;
}

/* =========================
   FIELD WRAPPER ERROR STATE
========================= */
.hs-form-field.hs-error {
  border-left: 3px solid #e53935;
  padding-left: 10px;
}

/* =========================
   LABEL WHEN ERROR (optional)
========================= */
.hs-form-field .hidden {
  display: none;
}

.input .input--primary {
  width: 100%;
}

.hs-form-private>div:not(.hs-submit) {
  margin-bottom: 1.6rem;
}

.hs-fieldtype-select label{display: none !important;}
.hs-form-private>div > div,
.hs-form-field.textarea--primary-wrap,
.hs-input.is-placeholder.select--primary,
.hs-fieldtype-textarea.hs-form-field.textarea--primary-wrap .input,
.hs-fieldtype-textarea.hs-form-field.textarea--primary-wrap,
.hs-fieldtype-textarea.hs-input,
.hs-fieldtype-select input select{width: 100% !important;}
.hubspot-form-wrapper{background: #f6f5f1;padding: 24px;border-radius: 20px;}
.hs_submit.hs-submit .button--priamry{padding-top: 13px;width: 100%;}

.submitted-message {
  padding: 20px 18px;
  border: 1px solid #F5F5E8;
  border-radius: 10px;
  background: #fff;
}

.submitted-message h2 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 600;
  color: #111;
}

.submitted-message p {
  margin: 0;
  font-size: 14px;
  color: #0d382f;
}

[data-page="thank-you"] {text-align: center;min-height: 50vh;display: flex;flex-direction: column;align-items: center;justify-content: center;}
[data-page="thank-you"] .main-page-title{margin-bottom: 1rem;}
.product--no-media .product__media-wrapper{display: none !important;}
.product--no-media .product__info-wrapper {width: 100% !important;max-width: 100% !important;}