@charset "UTF-8";
/* CSS Document */


/* mobile */

@media (max-width: 992px) {
	.mobile-first {
	display:flex;
	flex-direction:column;
	}
	
	.left-column {
	order: 1;
	}

	.right-column {
	order: 2;
	}
	
	.ingredient-benefits {
		flex-direction: column;
	}
	
	.nutrition-info {
		flex-direction: column;
	}
	
	.callout-box {
		width: 100% !important;
	}

}

@media (max-width: 768px) {
	
  .bb-gallery {
    flex-direction: row; /* KEEP side-by-side on mobile */
    gap: 10px;
  }

  .bb-thumb-wrap {
    flex-direction: column; /* keep arrows + thumbs vertical */
    align-items: center;
  }

  .bb-thumbs {
    flex-direction: column; /* KEEP vertical scrolling */
    max-height: 280px !important; /* tighter for mobile */
    overflow-y: auto;
    overflow-x: hidden;
  }

  .bb-main {
    flex: 1;
  }

  .bb-thumb-arrow {
    width: 28px;
    height: 28px;
    font-size: 11px;
  }

  .thumb {
    width: 52px;
    height: 52px;
  }
	
  .bb-icon-row {
    flex-direction: column;
  }
	
  .bb-feature-grid {
	  flex-wrap: wrap;
  }
	
.title-wrap {
	  flex-wrap: wrap;}
}

.option-wrap {
	position: relative;
	display: inline-block;
}

.deal-badge {
	position: absolute;
	top: -7px;
	left: 6px;
	z-index: 2;
	padding: 1px 5px;
	background: #e92323;
	color: #fff;
	border-radius: 3px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.3px;
	white-space: nowrap;
	box-shadow: none;
	font-family: var(--mainheadfont1) !important;
}
/*******************/


/*IMAGE THUMBNAIL & MAIN*/

.bb-gallery {
  display: flex;
  gap: 12px;
  width: 100%;
	margin-bottom: 20px;
}

/* wrapper for arrows + thumbs */
.bb-thumb-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.bb-arrow {
  width: 34px;
  height: 14px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: transparent;
  border: none;

  cursor: pointer;
  position: relative;
}

/* arrow shape */
.bb-arrow::before {
  content: "";
  width: 8px;
  height: 8px;

  border-right: 2px solid #999;
  border-bottom: 2px solid #999;

  position: absolute;
  transition: all 0.2s ease;
}

/* UP arrow */
.bb-arrow-up::before {
  transform: rotate(-135deg);
}

/* DOWN arrow */
.bb-arrow-down::before {
  transform: rotate(45deg);
}

/* hover state (brand color) */
.bb-arrow:hover::before {
  border-color: #ff6a3d;
}

/* shared arrow shape */
.bb-arrow::before {
  content: "";
  width: 8px;
  height: 8px;

  border-right: 2px solid #ff6a3d;
  border-bottom: 2px solid #ff6a3d;

  position: absolute;
}

/* UP arrow */
.bb-arrow-up::before {
  transform: rotate(-135deg);
}

/* DOWN arrow */
.bb-arrow-down::before {
  transform: rotate(45deg);
}
/* thumbnail strip */
.bb-thumbs {
  display: flex;
  flex-direction: column;
  gap: 8px;

  max-height: 360px;
  overflow-y: auto;
  scroll-behavior: smooth;
}

/* thumbnails */
.thumb-img-dis {
  width: 64px;
  height: 64px;
  border-radius: 4px;

  object-fit: cover;
  border-radius: 4px;

  border: 1px solid #eee;
  cursor: pointer;

  transition: transform 0.1s ease, border 0.2s ease;
}
	
.thumb {
  width: 64px !important;
  height: 64px !important;
  border-radius: 4px !important;

  object-fit: cover !important;
  border-radius: 4px !important;

  border: 1px solid #eee !important;
  cursor: pointer !important;
	
  padding: 4px;	

  transition: transform 0.1s ease, border 0.2s ease !important;
}

.thumb.active {
  border: 2px solid #ff6a3d !important;
}
.mz-thumb.mz-thumb-selected img {
  border: 1px solid #ff6a3d !important;
}

button.fav-btn {
	right: 10px !important;
	top: 10px !important;
}
	
/* main image */
.bb-main {
	flex: 1;
	position: relative;
}

.bb-main-img figure {
	width: 100%;
	display: block;
	position: relative;
	border: 1px solid #ccc !important;	
	border-radius: 8px !important;
}

/*PRODUCT TITLE*/

.product-description {
	margin-left: 22px;
}

.product-description p {
	font-family: "Poppins", serif !important; 
	font-size: 14px !important;
}

.product-description span {
	font-family: "Poppins", serif !important; 
	font-size: 14px !important;
}

.product-description ul li {
	list-style: disc !important;
}

.product-description ul {
	margin-left: 40px;
}

.title-wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.pill-alert {
	background-color: #27AE60;
	color: #fff;
	padding: 2px 10px;
	border-radius: 4px;
	font-size: 12px;
	text-align: center;
}
.pill-alert-large {
	background-color: #27AE60;
	color: #fff;
	padding: 10px 10px;
	border-radius: 4px;
	font-size: 12px;
}

.green-pill {background-color: #28AE60;}
.yellow-pill {background-color: #FFF8E1;  border: 1px solid #F6D776; color: #000 !important; border-left: 4px solid #F2C94C;}
.yellow-pill-nb {background-color: #FFF8E2; color: #000000;}
.red-pill {background-color: #EB5757;}
.light-blue-pill {background-color: #56CCF2;}

.blank-pill-alert {
	padding: 2px 10px;
	border-radius: 4px;
	font-size: 12px;
	text-align: center;
}

.blue-pill-alert a {
	background-color: #022E57;
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 12px;
}

.blue-pill-alert a:hover {
	color: #fff !important;
}

.blue-pill-alert-vet {
	background-color: #022E57;
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 12px;
}


.blue-pill-alert-small {
	background-color: #022E57;
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 12px;
}

.blue-pill-alert-extra-small {
	background-color: #022E57;
	color: #fff;
	padding: 2px 8px;
	border-radius: 4px;
	font-size: 12px;
}

.bb-pill-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 10px;
}

.bb-pill {
  position: relative;
  cursor: pointer;
}

.bb-pill input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.bb-pill span {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  transition: all 0.2s ease;
}

/* Hover */
.bb-pill:hover span {
  border-color: #FF7518; /* BaxterBoo orange accent */
  color: #FF7518;
}

/* Selected */
.bb-pill input:checked + span {
  border-color: #FF7518;
  color: #FF7518;
  background-color: #FAF8F2;
}

/* Focus for accessibility */
.bb-pill input:focus + span {
  box-shadow: 0 0 0 3px rgba(255, 106, 61, 0.2);
}

/* Disabled state */
.bb-pill input:disabled + span {
  opacity: 0.5;
  cursor: not-allowed;
  text-decoration: line-through;
  background-color: #ededed;
}

.bb-pill input:disabled:hover {
  opacity: 0.5;
  cursor: not-allowed;
  text-decoration: line-through;
}

.title-font {
	 font-family: var(--mainheadfont1) !important;
}

/* PRODUCT SELECTION */
.bb-toggle {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}

.bb-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Track */
.bb-slider {
  position: absolute;
  inset: 0;
  background-color: #ddd;
  border-radius: 999px;
  transition: 0.3s ease;
}

/* Knob */
.bb-knob {
  position: absolute;
  height: 24px;
  width: 24px;
  left: 3px;
  top: 3px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Checkmark */
.bb-checkmark {
  font-size: 14px;
  color: #FF7518;
  opacity: 0;
  transform: scale(0.6);
  transition: 0.2s ease;
  line-height: 1;
}

/* ON state */
.bb-toggle input:checked + .bb-slider {
  background-color: #FF7518;
}

.bb-toggle input:checked + .bb-slider .bb-knob {
  transform: translateX(30px);
}

/* Show checkmark when ON */
.bb-toggle input:checked + .bb-slider .bb-checkmark {
  opacity: 1;
  transform: scale(1);
  color: #FF7518; /* stays orange inside white knob */
}

.radio-wrap-flex {
	display: flex;
	justify-content: space-between;
}

.radio-wrap-price {
	color: #FF7518;
	font-size: 2.0rem;
	font-weight: bold;
}

.radio-wrap-msrp {
	color: #666; 
	text-decoration: line-through;
	font-size: 1.5rem;
}

.radio-wrap-right {
	display: flex;
	align-items: center;
	gap: 10px;
}

.radio-wrap-left {
	display: flex;
	align-items: center;
	gap: 10px;
}	

.autoship-savings-text {
	margin-top: 10px;
	font-size: 12px;
}

.as-txt {
	font-size: 12px !important;
}

.modal-main-radio {
	border: 1px solid #ddd !important;
}

.modal-main-radio.ischecked {
	border: 1px solid #ff7518 !important;
}

.bb-soldout-btn {
	border-radius: 5px !important;
	border: none;
	padding: 8px !important;
	font-size: 13px !important;
	font-weight: 500 !important;

	width: 100%;
	align-items: center;
	justify-content: center;
	height: 48px;

	background-color: #012D56;
	color: #ffffff;

	cursor: pointer;
	text-decoration: none;

	appearance: none !important;
	-webkit-appearance: none !important;

	transition: background-color 0.2s ease, transform 0.1s ease;
}	

.bb-soldout-btn:hover {
	background-color: #000000 !important;
}

.bb-out-of-stock {
	text-decoration: line-through !important;
	background-color: #F6F6F6 !important;
	border-color: #f2f2f2 !important;
	color: #999999 !important;
}

.bb-out-of-stock :hover {
	text-decoration: line-through !important;
	background-color: #F6F6F6 !important;
	border-color: #f2f2f2 !important;
	color: #999999 !important;
}


.bb-addtocart-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;

  background-color: #ff7518;
  color: #ffffff;

  border: none;
  border-radius: 10px;

  padding: 14px 18px;
  font-size: 16px;
  font-weight: 600;

  cursor: pointer;
  text-decoration: none;

  appearance: none;
  -webkit-appearance: none;

  transition: background-color 0.2s ease, transform 0.1s ease;
}	

.bb-addtocart-btn:hover {
	background-color: #012D56 !important;
}

/**ORANGE INCENTIVE BAR**/
.bb-incentive-clean {
  position: relative;
  padding: 10px 12px 10px 14px;
  margin-bottom: 10px;

  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  border-top-left-radius: 0;	
  border-bottom-left-radius: 0;	

  display: flex;
  align-items: center;
  gap: 10px;
}

/* Orange accent bar */
.bb-incentive-clean::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #ff6a3d;
}

/* Icon */
.bb-incentive-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;

  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #fff4f0;
  color: #ff6a3d;
  font-size: 14px;

  border-radius: 50%;
}

/* Text */
.bb-incentive-text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
	font-size: 12px;
}

.bb-incentive-text strong {
  font-size: 14px;
  color: #222;
}

.bb-incentive-text span {
  font-size: 12px;
  color: #666;
}								

/**YELLOW WARNING BAR**/
.bb-warning-clean {
  position: relative;
  padding: 10px 12px 10px 14px;
  margin-bottom: 10px;

  background-color: #FFF8E1;
  border: 1px solid #F6D772;
  border-radius: 4px;
  border-top-left-radius: 0;	
  border-bottom-left-radius: 0;	

  display: flex;
  align-items: center;
  gap: 10px;
	
  font-size: 12px;	
}

/* yellow accent bar */
.bb-warning-clean::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #F6D772;
}

/* Icon */
.bb-warning-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;

  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #fff;
  color: #F6D772;
  font-size: 14px;

  border-radius: 50%;
}

/* Text */
.bb-warning-text {
  display: flex;
  flex-direction: row;
  line-height: 1.3;
}

.bb-warning-text strong {
  font-size: 14px;
  color: #222;
}

.bb-warning-text span {
  font-size: 12.5px;
  color: #666;
}		



/*QUICK FACTS*/
.bb-quick-facts {
  background-color: #e5eaee;
  border-radius: 4px;
  overflow: hidden;
  font-family: inherit;
  margin-bottom: 20px;
	text-align: center;
}

/* Header */
.bb-qf-header {
background-color: #002f59;
color: #fff;
font-weight: 600;
font-size: 14px;
font-family: var(--mainheadfont1) !important;


padding: 6px 24px;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;

display: inline-block;   /* shrink to text width */
margin: 0 auto 0;     /* center horizontally */
}


/* Grid layout */
.bb-qf-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;

  padding: 20px;
}

/* Each item */
.bb-qf-item {
display: flex;
align-items: center;
gap: 8px;
text-align: left;

font-size: 14px;
color: #1f2d3d;
}

/* Icon */
.bb-qf-icon {
  width: 22px;
  height: 22px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 14px;
}

.bb-qf-icon img {
	width: 100%;
}

/* Text */
.bb-qf-text {
  line-height: 1.3;
}

.bb-icon-row {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin: 10px 0;
}

/* each column */
.bb-icon-item {
  flex: 1;
  min-width: 180px;

  display: flex;
  align-items: center;
  gap: 10px;

  padding: 5px 5px;

  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  font-size: 12px;
}

/* icon circle */
.bb-icon-circle {
  width: 34px;
  height: 34px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #fff4f0;
  color: #ff6a3d;

  font-size: 14px;
}

/* text */
.bb-icon-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

/*Product Description*/

.desc-spacer {
	margin-bottom: 20px;
}

.desc-h2 {
	font-size: 20px !important;
	font-family: var(--mainheadfont1) !important;
	color: #012F58;
}

.ingredient-benefits {
	display: flex;
	gap: 10px;
	margin-top: 20px;
}

.callout-box {
	background-color: #faf8f2;
	padding: 10px 20px 20px 20px;
	width: 50%;
}

.callout-box-blank {
	background-color: #ffffff;
}

.bb-benefits-list {
  list-style: none;
  padding: 0;
}

.bb-benefits-list li {
  position: relative;
  padding-left: 18px;
}

.bb-benefits-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;

  width: 6px;
  height: 6px;
  background: #012F58;
  border-radius: 50%;
}

.nutrition-info {
	display: flex;
	gap: 10px;
}

.bb-nutrition {
  max-width: 420px;
  background: #fff;
  border: 1px solid #eee;
  border-left: 4px solid #ff6a3d;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
  border-radius: 8px;
  padding: 14px 16px;
}

/* Title */
.bb-nutrition-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

/* Rows */
.bb-nutrition-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 6px 0;
  border-bottom: 1px solid #e5e5e5;
}

.bb-nutrition-row:last-child {
  border-bottom: none;
}

.product-container-wrap {
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 20px;
}

.bb-nutrition {
  max-width: 420px;
  background: #fff;
  border: 1px solid #eee;
  border-left: 4px solid #ff6a3d;
  border-radius: 8px;
  padding: 14px 16px;
}

/* Title */
.bb-nutrition-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

/* Rows */
.bb-nutrition-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 6px 0;
  border-bottom: 1px solid #f2f2f2;
}

.bb-nutrition-row:last-child {
  border-bottom: none;
}

/** product recommendation **/

/* WRAPPER */
.bb-carousel-wrapper {
  position: relative;
  width: 100%;
	overflow: hidden;
}

/* TRACK */
.bb-carousel {
  width: 100%;

  display: flex;
  gap: 12px;

  overflow-x: auto;
  scroll-behavior: smooth;

  padding: 4px 50px;

  scrollbar-width: none;
  box-sizing: border-box;
}

.bb-carousel::-webkit-scrollbar {
  display: none;
}

/* CARD */
.bb-card {
  flex: 0 0 calc((100% - 48px) / 5);
  max-width: calc((100% - 48px) / 5);

  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;

  overflow: hidden;

  transition: 0.2s;
  box-sizing: border-box;

  display: flex;
  flex-direction: column;
	
  padding: 10px;
}

/* IMAGE */
.bb-card img {
  width: 100%;
  display: block;
}

/* CONTENT AREA */
.bb-card-info {
  padding: 10px;

  display: flex;
  flex-direction: column;
  flex: 1;
}

/* TITLE */
.bb-card-title {
  line-height: 1.35;
  margin: 20px 0 8px;
  min-height: 38px; /* keeps title area consistent */
}

.bb-card-title a {
  color: #012F58;
}

.bb-card-title h5 {
  font-size: 14px;
}

/* PUSHES BOTTOM CONTENT DOWN */
.bb-card-bottom {
  margin-top: auto;

  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* REVIEWS */
.bb-card-reviews {
  font-size: 12px;
  color: #ffb400;
  margin-bottom: 6px;
  position: relative;
}

.bb-card-reviews span {
  color: #777;
}

/* PRICE */
.bb-card-price {
  font-size: 18px;
  font-weight: 700;
  color: #ff6a3d;
  margin-bottom: 10px;
}

/* DROPDOWN */
.bb-card-select {
  width: 100%;
  height: 38px;

  border: 1px solid #ddd;
  border-radius: 8px;

  padding: 0 10px;

  font-size: 13px;
  background: #fff;
}

/* BUTTON */
.bb-card-atc {
  width: 100%;
  height: 30px;

  border: none;
  border-radius: 8px;

  background: #FF7518;
  color: #fff;

  font-size: 12px;
  font-weight: 600;

  cursor: pointer;

  transition: 0.2s;
}

.bb-card-atc:hover {
  background: #e85b31;
}

/* ARROWS */
.bb-carousel-btn {
  width: 40px;
  height: 40px;

  border: none;
  border-radius: 50%;

  background: #FF7518;

  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  cursor: pointer;
  z-index: 5;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* ARROW SHAPE */
.bb-carousel-btn::before {
  content: "";

  width: 8px;
  height: 8px;

  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/* LEFT */
.bb-prev {
  left: 10px;
}

.bb-prev::before {
  transform: rotate(135deg);
  margin-left: 3px;
}

/* RIGHT */
.bb-next {
  right: 10px;
}

.bb-next::before {
  transform: rotate(-45deg);
  margin-right: 3px;
}

/* HOVER */
.bb-carousel-btn:hover {
  background: #e85b31;
}

/* TABLET */
@media (max-width: 1024px) {
  .bb-card {
    flex: 0 0 calc((100% - 24px) / 3);
    max-width: calc((100% - 24px) / 3);
  }
}

/* MOBILE */
@media (max-width: 768px) {

  .bb-carousel {
    padding: 4px 42px;
  }

  .bb-card {
    flex: 0 0 calc((100% - 12px) / 1);
    max-width: calc((100% - 12px) / 1);
  }

  .bb-carousel-btn {
    width: 34px;
    height: 34px;
  }
	
	.radio-wrap-flex {
		flex-wrap: wrap;
	}	

}

/** BRAND FEATURE **/
.bb-feature-grid {
  display: flex;
  gap: 10px;
 justify-content: space-between;	
}

/* 25% width box */
.bb-feature-box {
  flex: 1 1 calc(25% - 12px);
  max-width: calc(25% - 12px);

  background: #e5eaee; /* new background */

  border: 1px solid #cfd7dd; /* complementary soft blue-gray border */

  border-radius: 12px;

  padding: 16px;
  text-align: center;

  box-sizing: border-box;
}

/* ICON */
.bb-feature-icon {
  font-size: 28px;
  margin-bottom: 10px;
}

/* TITLE */
.bb-feature-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 8px;
  color: #022E58;
  font-family: var(--mainheadfont1) !important;
}

/* TEXT */
.bb-feature-text {
  font-size: 13px;
  line-height: 1.4;
  color: #666;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .bb-feature-box {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  .bb-feature-box {
    flex: 0 0 100%;
    max-width: 100%;
  }
}


/** FAQs **/
.bb-faq {
  width: 100%;
}

/* FAQ ITEM */
.bb-faq-item {
  width: 100%;
  background: #fff;

  border: 1px solid #eee;
  border-radius: 10px;

  margin-bottom: 10px;

  overflow: hidden;
}

/* QUESTION */
.bb-faq-question {
  width: 100%;
  padding: 16px;

  background: #fff;
  border: none;

  display: flex;
  justify-content: space-between;
  align-items: center;

  font-size: 14px;
  font-weight: 600;

  cursor: pointer;
}

/* ICON */
.bb-faq-icon {
  font-size: 18px;
  font-weight: 700;
  color: #ff6a3d;
}

/* ANSWER (collapsed) */
.bb-faq-answer {
  max-height: 0;
  overflow: hidden;

  padding: 0 16px;
  font-size: 13px;
  color: #555;

  transition: max-height 0.25s ease, padding 0.25s ease;
}

/* OPEN STATE */
.bb-faq-item.active .bb-faq-answer {
  max-height: 200px;
  padding: 0 16px 14px;
}

/* ABOUT BRAND */
.bb-two-col {
  display: flex;
  gap: 24px;
  align-items: center;

  width: 100%;
  box-sizing: border-box;
}

/* LEFT TEXT */
.bb-two-col-text {
  flex: 1;
}

.bb-two-col-title {
  font-size: 28px;
  margin-bottom: 10px;
  color: #222;
}

.bb-two-col-subtitle {
  font-size: 15px;
  color: #666;
  margin-bottom: 14px;
  line-height: 1.4;
}

/* LIST */
.bb-two-col-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.bb-two-col-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
}

.bb-two-col-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;

  width: 6px;
  height: 6px;
  border-radius: 50%;

  background: #ff6a3d;
}

/* BUTTON */
.bb-two-col-btn {
  height: 42px;
  padding: 0 16px;

  background: #ff6a3d;
  color: #fff;

  border: none;
  border-radius: 8px;

  font-weight: 600;
  cursor: pointer;
}

.bb-two-col-btn:hover {
  background: #e85b31;
}

/* RIGHT IMAGE */
.bb-two-col-image {
  flex: 1;
}

.bb-two-col-image img {
  width: 100%;
  border-radius: 12px;
  display: block;
  object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .bb-two-col {
    flex-direction: column;
  }

  .bb-two-col-title {
    font-size: 22px;
  }
}

.bb-divider {
  width: 100%;
  height: 1px;
  background: #e5eaee;
  margin: 20px 0;
}


.bb-free-ship-alert {
  width: 100%;

  display: flex;
  align-items: center;
  gap: 12px;

  background: #fff;

  border: 1px solid #eee;
  border-left: 4px solid #ff6a3d;

  border-radius: 0px;

  padding: 10px 16px;

  box-sizing: border-box;
}

/* ICON */
.bb-free-ship-icon {
  width: 38px;
  height: 38px;

  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #fff4f0;
  color: #ff6a3d;

  font-size: 16px;
}

/* CONTENT */
.bb-free-ship-content {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.bb-free-ship-content strong {
  font-size: 14px;
  color: #222;
}

.bb-free-ship-content span {
  font-size: 13px;
  color: #666;
}

.modal-main-radio {
	border-radius: 4px !important;
}

/** MEASURE YOUR PET**/
.bb-measure-alert {
  width: 100%;

  display: flex;
  align-items: center;
  gap: 14px;

  background: #fff7f3;

  border: 1px solid #ffd8cc;
  border-left: 4px solid #ff6a3d;

  /* remove left rounding */
  border-radius: 0 4px 4px 0;

  padding: 14px 16px;
  margin-bottom: 10px;

  box-sizing: border-box;
	
  font-size: 12px;	
}

/* ICON */
.bb-measure-icon {
  width: 42px;
  height: 42px;

  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #fff;
  color: #ff6a3d;

  border-radius: 50%; /* circle */

  font-size: 18px;

  border: 1px solid #ffd8cc;
}

.bb-prescription-badge {
	height: 16px;
	width: 16px;
}

.gold-pill-alert{
  width:100%;
  background:#fff8ef;
  border:1px solid #ffe1b8;
  border-left:4px solid #f5a623;
  border-radius:0 4px 4px 0;
  overflow:hidden;
}

.gold-pill-alert-content{
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 16px;
}

.gold-pill-alert-icon{
  width:42px;
  height:42px;
  flex-shrink:0;

  display:flex;
  align-items:center;
  justify-content:center;

  background:#fff;
  color:#f5a623;

  border-radius:50%;
  border:1px solid #ffe1b8;

  font-size:18px;
}

.gold-pill-alert-text{
  display:flex;
  flex-direction:column;
  line-height:1.3;
}

.gold-pill-alert-text span{
  font-size:12px;
  font-weight:600;
  color:#222;
}

.gold-pill-alert-text a{
  font-size:12px;
  color:#8a5a00;
  text-decoration:underline;
}

ol.measurements li {
    list-style: decimal !important;
    margin: 0 20px;
}

ul.tips li {
    list-style: circle !important;
    margin: 0 20px;
}

.measure-wrap {
	display: flex;
}

/** ADD TO CART MODAL **/
.bb-modal-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.6);

  display:none;
  align-items:center;
  justify-content:center;

  padding:20px;
  z-index:9999;
}

.bb-modal-overlay.active{
  display:flex;
}

.bb-modal{
  position:relative;

  width:100%;
  max-width:420px;

  background:#fff;
  border-radius:12px;

  padding:20px;

  box-sizing:border-box;
}

/* CLOSE */
.bb-modal-close{
  position:absolute;
  top:12px;
  right:12px;

  width:32px;
  height:32px;

  border:none;
  border-radius:50%;

  background:#fff4f0;
  color:#ff6a3d;

  font-size:18px;
  cursor:pointer;
}

/* HEADER */
.bb-atc-header{
  display:flex;
  align-items:center;
  gap:10px;

  margin-bottom:14px;
}

.bb-atc-check{
  width:28px;
  height:28px;

  display:flex;
  align-items:center;
  justify-content:center;

  background:#ff6a3d;
  color:#fff;

  border-radius:50%;

  font-size:14px;
}

/* BODY */
.bb-atc-body{
  display:flex;
  gap:12px;

  align-items:center;

  margin-bottom:16px;
}

.bb-atc-body img{
  width:80px;
  height:80px;
  object-fit:cover;

  border-radius:8px;
  border:1px solid #eee;
}

.bb-atc-title{
  font-size:14px;
  font-weight:600;
  margin:0 0 4px;
}

.bb-atc-price{
  color:#ff6a3d;
  font-weight:700;
  margin:0 0 6px;
}

.bb-atc-qty{
  font-size:13px;
  color:#666;
}

/* ACTIONS */
.bb-atc-actions{
  display:flex;
  gap:10px;
}

.bb-atc-btn{
  flex:1;
  text-align:center;

  padding:10px 12px;

  border-radius:8px;

  font-weight:600;
  text-decoration:none;

  font-size:14px;
}

.bb-view-cart{
  background:#fff;
  border:1px solid #ddd;
  color:#333;
}

.bb-checkout{
  background:#ff6a3d;
  color:#fff;
}

/* TRIGGER */
.bb-atc-trigger{
  height:40px;
  padding:0 16px;

  border:none;
  border-radius:8px;

  background:#ff6a3d;
  color:#fff;

  font-weight:600;
  cursor:pointer;
}