/** Shopify CDN: Minification failed

Line 655:0 Unexpected "<"
Line 674:33 Expected identifier but found bad string token
Line 674:39 Unterminated string token
Line 675:225 Unexpected "\"\""
Line 681:5 Expected identifier but found bad string token
Line 681:6 Unterminated string token
Line 689:0 Unexpected "<"

**/

/*
    @font-face {
    font-family: 'Dockyaicard Regular';
    font-style: normal;
    font-weight: normal;
    src: url('dockyard.woff') format('woff'),
    url('dockyard.woff2') format('woff2');
    }

*/

/* Start - ball on buil;d a box  hides packs fix */

/* Also hide it via CSS in case JS applies the attribute later */
.ush-product-desc[data-product="Ball"] .ush-option-item {
  display: none !important;
}


/* End - ball on buil;d a box  hides packs fix */


/* Start - ADA fix welcome popup focus */

/* Reset default outline, but allow focus-visible styles to apply */
[data-testid="klaviyo-form-WRQdWj"] input[type="email"],
[data-testid="klaviyo-form-WRQdWj"] button {
  outline: none;
}

[data-testid="klaviyo-form-WRQdWj"] input[type="email"]:focus,
[data-testid="klaviyo-form-WRQdWj"] button:focus {
  outline: 3px solid #ffbf47 !important;
  outline-offset: 3px;
}

.klaviyo-close-form:focus-visible {
  outline: 3px solid #ffbf47 !important;
  outline-offset: 3px;
}


/* End - ADA fix welcome popup focus */



/* Start - ADA fix klaviyo sign up form */

/* Wishbone club Klaviyo form – fix email field at high zoom / small screens */
@media (max-width: 480px) {

  /* Let each row stack vertically instead of squeezing horizontally */
  .klaviyo-form-Vtd2QH [data-testid="form-row"] {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }

  /* Make all inputs full width and allow them to grow */
  .klaviyo-form-Vtd2QH input[type="text"],
  .klaviyo-form-Vtd2QH input[type="email"] {
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;      
    min-height: 100px;
    padding: 10px !important;   /* padding  */
    box-sizing: border-box !important;
  }

  /* Put the SIGN-UP button on its own line */
  .klaviyo-form-Vtd2QH button[type="button"] {
    width: 100% !important;
    margin-top: 8px !important;
    align-self: stretch !important;
  }
}


/* End - ADA fix klaviyo sign up form */

/* Start - ADA fix team sider didn't scal on zoom with mobile */

/* Make the wrapper behave like a normal block */
#rev_slider_2_1_forcefullwidth {
  width: 100% !important;
  overflow: hidden;            /* no horizontal scroll when scaled */
}

#rev_slider_2_1_wrapper {
  transform-origin: top left;  /* we will scale from JS */
}



/* End - ADA fix team sider didn't scal on zoom with mobile */


/* Start - ADA fix footer email address sign up on scale fix */
/* Allow the email field to shrink properly */
.klaviyo-form-TfU27S [data-testid="form-row"] > div:first-child {
  min-width: 0 !important;
}

.klaviyo-form-TfU27S input[type="email"] {
  width: 100% !important;
  box-sizing: border-box;
}

/* Only stack at mobile sizes (ADA reflow safe) */
@media (max-width: 480px) {
  .klaviyo-form-TfU27S [data-testid="form-row"] {
    flex-direction: column !important;
  }

  .klaviyo-form-TfU27S [data-testid="form-row"] > div:last-child {
    margin-left: 0 !important;
    margin-top: 4px !important;
    align-self: stretch !important;
  }

  .klaviyo-form-TfU27S button[type="button"] {
    width: 100% !important;
    height: 56px !important;
  }
}

/* Remove ALL borders from injected wrappers */
.klaviyo-form-TfU27S form,
.klaviyo-form-TfU27S form[style],
.klaviyo-form-TfU27S [data-testid="form-row"],
.klaviyo-form-TfU27S [data-testid="form-row"][style],
.klaviyo-form-TfU27S [data-testid="form-component"],
.klaviyo-form-TfU27S [data-testid="form-component"][style] {
  border: none !important;
  border-width: 0 !important;
}

/* KEEP borders only on input + button */
.klaviyo-form-TfU27S input[type="email"],
.klaviyo-form-TfU27S button[type="button"] {
  border: 1px solid rgb(164, 223, 100) !important;
}


/* End - ADA fix footer email address sign up on scale fix */


/* Start - ADA Rebuy */
.rebuy-cart__flyout-item-remove, [data-rebuy-component="cart-items"] .rebuy-cart__flyout-item-remove {
    color: #5c5c5c !important;

}


.rebuy-button:hover {
color:#fff;
background:#02753e;
}

.rebuy-checkbox, input[type=checkbox][class=rebuy-checkbox], .rebuy-cart .rebuy-checkbox {
      border-color: #5c5c5c !important;
      
}

/* End - ADA Rebuy */

/* Start - ADA fix Nav menu fixes  */

.tmenu_item_text:hover {
color: #65A01C !important;
}

/* Remove hover outline – only show outline for keyboard focus */
.tmenu_item_link:hover {
  outline: none !important;
  color: #65A01C !important;
}

.tmenu_item_link:focus {
  outline: none; /* remove focus if triggered by mouse */
}

.tmenu_item_link:focus-visible {
  outline: 2px solid #000 !important;
  outline-offset: 2px;
}


/* End - ADA fix Nav menu fixes  */



/* Start - ADA fix recharge subscription detailss */

/* Make the subscription-details container the positioning context */
.rc-subscription-details {
  position: relative;
}

/* Position tooltip below the button, flush left */
.rc-subscription-details .rc-tooltip {
  position: absolute;
  top: calc(100% + 8px) !important; /* bump it just below the button */
  left: 0;
    margin-top: -8px;   /* smaller gap; use 0 or a tiny positive value */
}




/* End - ADA fix recharge subscription detailss */

/* Start - ADA fix for product variant buttons on product page   */

/* Base list reset */
.rio-hide-scrollbar[data-option-type="button"][role="list"] {
  list-style: none;
  margin: 0;
  padding: 0 !important;
  padding-inline-start: 0 !important;
margin: 4px 0 !important; /* top + bottom */
}

/* Remove the left gutter created by Rio's grid spacing class */
.rio-hide-scrollbar[data-option-type="button"].PwzrGrid-spacing-xs-1-252 {
  padding-left: 0 !important;
}

/* Our custom spacing between buttons */
.rio-hide-scrollbar[data-option-type="button"][role="list"] > .PwzrGrid-item-231 {
  padding: 0 !important;
  margin: 0 8px 0 0 !important;  /* 8px gap to the right */
}

/* No extra space on the very left or right */
.rio-hide-scrollbar[data-option-type="button"][role="list"] > .PwzrGrid-item-231:first-child {
  margin-left: 0 !important;
}

.rio-hide-scrollbar[data-option-type="button"][role="list"] > .PwzrGrid-item-231:last-child {
  margin-right: 0 !important;
}





/* End - ADA fix for product variant buttons on product page   */

/* Start - ADA fix signup popup for first time   */

.bb-kl-email-label {
  display: block;
  margin-bottom: 4px;
  font-family: filson-pro, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #00572a;
}


/* End - ADA fix signup popup for first time   */


/* Start - ADA fix for  signup form improvement   */

.klaviyo-form-Vtd2QH label.kl-ada-label {
  display: block;
  margin-bottom: 4px;
  font-family: filson-pro, serif;
  font-size: 14px;
  font-weight: 400;
  color: #00572a; /* adjust to match your green */
  text-align: left;
}



/* end - ADA fix for  signup form improvement   */



/* Start - ADA fix for search icon  */

/* Make the summary wrapper inert but keep its layout */
.header__search summary.header__icon--search {
  pointer-events: none;
}

/* Re-enable events on the inner button */
.header__search summary.header__icon--search .cm-header-search-button {
  pointer-events: auto;
}

/* Style the button like a header icon */
.cm-header-search-button {
  background: none;
  border: 0;
  padding: 0;
  margin: 0 0 0 1.2rem; /* adjust spacing if needed */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cm-header-search-button span {
  display: inline-flex;
}

.cm-header-search-button svg {
  width: 18px;
  height: 18px;
}

/* Visible keyboard focus */
.cm-header-search-button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

/* End - ADA fix for search icon  */


/* Start - uShopaid deskop wright box offsets it lower so sticky nav doesn't cover it on scroll */


/* Desktop: make the layout 2-column and the right column sticky */
@media screen and (min-width: 990px) {
  .ush-bundle-products-drawer-content {
    display: flex;
    align-items: flex-start;
    gap: 32px;
  }

  .ush-bundle-products-drawer-content
  .DrawerMerge__Wrapper-sc-1b8g1du-0.hYRPBm {
    position: sticky;
    /* default, gets overwritten by JS below */
    top: var(--bb-bundle-sticky-offset, 160px);
  }
}


/* End - uShopaid deskop wright box offsets it lower so sticky nav doesn't cover it on scroll */

/* Start - header icons fix ada */

.shop-local-list {
  float: right;
  display: flex;              /* ensures vertical alignment */
  align-items: center;        /* flush with icons */
  list-style: none;
  margin: 0;
  padding: 0;
}

.shop-local-list li {
  margin: 0;
  padding: 0;
  line-height: 1;             /* prevents extra height */
}

.shop_local_link {
  font-size: inherit;
  line-height: 1;
  display: inline-block;
  padding-bottom: 4px !important;
}

/* header icons */

.cm-cart-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cm-cart-item {
  margin: 0;
  padding: 0;
}

.cm-account-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cm-account-item {
  margin: 0;
  padding: 0;
}

.cm-search-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cm-search-item {
  margin: 0;
  padding: 0;
}

.cm-header-actions-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0; /* tweak as needed */
}

.cm-header-actions-item {
  margin: 0;
  padding: 0;
}

q {
  display:block; /* CM added 12-8-25 for quotes to have spaces  */
}


/* End - header icons fix ada */

.section_title_text_bold span {
  display: block;
}

/* Start - email sing up footer ADA */
.kl-email-label {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 4px;
  color: #245b3a;
}

/* Label styling */
.klaviyo-form-TfU27S .kl-email-label {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 4px 0 0 16px; /* nudged down + left padding to line up with text */
  color: #245b3a;
}

/* Make sure the input fills the white bar without its own border */
.klaviyo-form-TfU27S input[type="email"][name="email"] {
  width: 100%;
  box-sizing: border-box;
  padding-left: 16px;
  border: none !important;
}

/* Keep the outer border on the whole bar */
.klaviyo-form-TfU27S form.klaviyo-form {
  border-width: 0px !important;
  border-style: solid !important;
  border-color: #a4df64 !important;
}

/* End - email sing up footer ADA */


/* Start - ADA improvement on product page */

/* Visually hidden text for screen readers */
.carousel-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}



/* End - ADA improvement on product page */

/* Start - ADA improvement on yotpo reviews  */
  /* Make injected buttons look like the original tabs */
  .yotpo-tab-button {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    width: 100%;
    text-align: left;
  }

/* End - ADA improvement on yotpo reviews  */


/* Start - ADA improvement on flavor icons*/

/* High Contrast mode only (Windows / Edge) */
@media (forced-colors: active) {
  /* Target flavor swatches */
  .rio-options [data-option-type="swatch"] [role="button"][data-option-value] {
    position: relative;
    border-radius: 4px;   /* more box-like so text fits */
    min-width: 80px;
    width: auto;
    height: 32px;
  }

  /* Use ::before + content to show the flavor name */
  .rio-options [data-option-type="swatch"] [role="button"][data-option-value]::before {
    content: attr(aria-label);        /* "Bacon", "Peanut Butter", etc. */
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.35rem;

    /* System colors that always show up in high contrast */
    background-color: Canvas;
    color: CanvasText;
    border: 1px solid CanvasText;

    border-radius: inherit;
    font-size: 0.75rem;
    text-transform: uppercase;
  }

  /* Hide the original decorative circle contents in HC mode */
  .rio-options [data-option-type="swatch"] [role="button"][data-option-value] > span {
    visibility: hidden;
  }
}



/* End - ADA improvement on flavor icons*/



/* Visible rating text next to the stars */
.yotpo-rating-text {
  margin-left: 0px !important;
  margin-right: 12px !important;   /* left + right spacing */
  display: inline-block !important; 
  font-size: 0.9rem;
  /* match your body color */
  color: #1f3d23; 
}




/* End - Yotpo ADA improvements on stars */



/* Start - filters ADA iomporvement saftey net */

.facets__group-heading,
.mobile-facets__group-heading {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* End - filters ADA iomporvement saftey net */


/* Start - ADA rebuy smart cart products improvement */
.rebuy-cart__flyout-item-product-title-heading {
  margin: 0;
  font: inherit;
  font-weight: inherit;
}


/* End - ADA rebuy smart cart products improvement */


/* Start - ADA rebuy smart cart gift message and product  improvement */



/* Hide notes content when aria-hidden says it's hidden */
.rebuy-cart__notes-content[aria-hidden="true"] {
  display: none;
}

/* Strong focus outline for keyboard users */
.rebuy-cart__notes-toggle-input:focus-visible + .rebuy-cart__notes-toggle-label,
.rebuy-button:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

/* End - ADA rebuy smart cart gift message improvement */


/* Start - Site font and layout styles Master - CM */

.video-transcript-wrapper {
  margin-top: 1rem;
  font-size: 0.9rem;
  /* hidden by default; JS will show it when appropriate */
  display: none;
}

.video-transcript-toggle {
  background: none;
  border: 1px solid #d1d1d1;
  padding: 0.4rem 0.9rem;
  border-radius: 20px;
  cursor: pointer;
  font-size: 0.9rem;
}

.video-transcript-panel {
  margin-top: 0.5rem;
  padding: 0.5rem 0;
  font-size: 0.9rem;
  line-height: 1.45;
}

.video-transcript-wrapper {
  display: none; /* JS controls visibility */
  clear: both;
  width: 100%;
}


/* End - product pages video transcript button style */

/* Start - Swatch Pug improvments for ADA for featured and colection swatches with high contrast computer modes */


<style>

/* Better High Contrast Mode support for Swatch Pug dots. makes dots white so clearer to see - CM */
@media (forced-colors: active) {
  .csp_swatch_bg_holder {
    forced-color-adjust: none;
    position: relative;
  }

  .csp_swatch_bg_holder::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.75rem;   /* small dot */
    height: 0.75rem;  /* small dot */
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid ButtonText;
    background-color: ButtonFace;"HTML:
    <div id=""csp_swatch_ui_6895696380003_flavor_beef"" class=""csp_swatch_bg_holder csp__swatch_zoom_swatch_image_zoom_2x csp_swatch_image_postion_left"" style=""background-color: rgb(243, 91, 51); color: rgb(255, 255, 255);""> </div>
    
    CSS:
    element.style {
        background-color: rgb(243, 91, 51);
        color: rgb(255, 255, 255);
    }"
    
    pointer-events: none;
  }
}



</style>


/* End - Swatch Pug improvments for ADA for swatches */


/* Start - Honeyot field — hide visible to humans 

div.cf-field-container:has([name="honeypot_field"]),
#cf-field-honeypot_field,
#cf-field-honeypot_field *,
input[name="honeypot_field"],
label[for="honeypot_field"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
  position: absolute !important;
  left: -9999px !important;
}

/* End HP - no humans */



/* Start - password on page */

.bsscommerce-passcode-container {
    margin-top:40px;
    margin-bottom:90px;
}

.bss-commerce-passcode-container-1 {

  margin:0 auto;
  text-align: center;
}

span.bss-commerce-passcode-input-label {
     line-height: 37px;
}

/* End - password on page */



/* Start - Temp hids prime rib - can remove once prime rib is live - these valuse change if we change out of stock in Product Variant Wizard */
.PwzrButtonBase-root-745, .PwzrButtonBase-root-868, .PwzrButtonBase-root-910 {
 /*display:none !important;*/
}
/* End - Temp hids prime rib - can remove once prime rib is live - these valuse change if we change out of stock in Product Variant Wizard */

/* Temp to hide treats faq - comment when we go live 
.eapps-faq-content-category-treats  {
  display:none;
}
/* Temp to hide treats faq */


/* Start - Search box fix to stop nav menu from  overlapping search box - CM */

/* 
.list-menu--inline {
display: block !important; 
}
*/

.tmenu_app .tmenu_item {
   /*  position: static  !important; */
    z-index: 1  !important;
}
.tmenu_app .tmenu_item_active {
    z-index: 1 !important;
}


/* End - Search box fix to stop nav menu from  overlapping search box - CM */


/* Start - Search results page styles - CM  */

@media (min-width: 768px) {
    body.snize-results-page.snize-dawn-css-fix {
        font-size: initial !important; /* fixes store  locator font size- still a little small but better */
    }
}


.snize-title {
        font-weight: 400 !important;
    font-family: archer bold pro, sans-serif !important;
    font-size:22px !important;
}

a.snize-view-link:hover .snize-title {
    color: #65a01c !important;
}

.snize-attribute {
    font-size:17px !important;
        color: #00572a;
    font-weight: 400;
    font-family: filson-pro, sans-serif !important;
}

.snize-main-panel-controls-products.active, .snize-main-panel-controls-pages.active {
  font-weight: 400;
}

/* End - Search results page styles - CM  */



/* Start - Default template styles */

a {
  
  color:#348831;
}
a:hover {

  color:#65A01C;
}
.rte a {
  
  color:#348831 !important;
}
.rte a:hover {
  
  color:#65A01C !important;
}

img {
    /*   display: block; /* removes gap under images - CM */
}

/* filter results on collection page */
.active-facets__button--light .active-facets__button-inner {
    box-shadow: none !important;
  border-radius:0px;
  border: 1px solid #00572a;
  padding:10px 15px;
  text-transform: math-auto;
}
/* filter results on collection page */

/* privacy policy styling */
.shopify-pc__banner__dialog h2 {
  color: rgb(0, 87, 42) !important;
}

.shopify-pc__banner__dialog p {
  color: rgb(0, 87, 42) !important;
}

.shopify-pc__banner__dialog a {
  color: rgb(0, 87, 42) !important;
}

.shopify-pc__banner__dialog button.shopify-pc__banner__btn-manage-prefs {
  color: rgb(0, 87, 42) !important;
}

.shopify-pc__banner__dialog button.shopify-pc__banner__btn-accept {
  border: 3px solid rgb(0, 87, 42) !important;
  border-radius: 0px !important;
  color: rgb(0, 87, 42) !important;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.shopify-pc__banner__dialog button.shopify-pc__banner__btn-decline {
  border: 3px solid rgb(0, 87, 42) !important;
  border-radius: 0px !important;
  color: rgb(0, 87, 42) !important;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

/* privacy policy styling */

.chat_cursor_pointer{
cursor: pointer!important;
  
}

/* fixes terracycle iframe from getting cropped */
/*.terracycle-widget-new iframe {
height:1100px !important;
}*/

.shop_local_link  {
text-transform:lowercase !important;
  font-weight:400 !important;
  font-size:1em !important; /*  font-size:17px !important; */
  text-decoration:none;
  color:#00572a;
      padding-right: 10px;
  padding-top:10px;
}

/* Start - Header tag style fixes  */
.title.bb_title_text_light {
  padding:0px;
  margin:0px;
  line-height:55px;
}

.section_subtitle_text_b {

  
    color: #004921;
    font-weight: 400;
    font-size: 1.53em; /*  font-size:26px  */
    line-height: 39px;
    padding-top: 0px;
    padding-left: 5%;
    padding-right: 5%;
}

.coming_up_text {
color:#00572a; 
  text-transform:lowercase; 
  font-size:4.47em;  /*  font-size:76px  */
  font-weight:300; 
  line-height: 55px;
  padding:0px;
  margin:0px;
}

.page_banner_text_holder {
  text-align:center;
}
/* End - Header tag style fixes  */

.featured-product .product__text {
    padding-bottom: 12px;
}


/* used for headings on basic text pages like ecommerce */
h3 {
  color:#00572a;
  font-weight: 400 !important;
   font-family: 'archer bold pro',sans-serif !important;
  font-size: 1.35em; /*  font-size:23px  */
padding: 0;
    margin: 0;
      line-height: 27px;
  
}

h2.rich-text__heading {
  margin-top:30px;
}

.mobile_only {
  display:none;
}
.tablet_only {
  display:none;
}
    
sticky-header {   
 margin-top: -1px; /* fixes gap above sticky that Kaitlyn was getting on Chrome osz - CM */
}

.faq_section_title_text {
  color:#00572a;
      font-weight: 500;
    margin: 0 auto;
    margin-top: 0 !important;
    margin-bottom: 0px;
    line-height: .5;
    font-size: 1.41em; /*  font-size:24px  */
    text-align: center;
}

.light_text_outlined {

	color:transparent;

	-webkit-text-stroke: 2px #fff;
    font-family: filson-pro, sans-serif !important;

}

.wisepops-root {
  z-index:9999999999;
}
.section_title_text_fancy {
    font-size: 4.41em; /*  font-size:75px  */
    color: #006937;
    line-height: 40px;
    font-family: Dockyard Regular, sans-serif !important;
}



.section_outline_text_holder {
    display:block;     
    text-align: center;
    font-family: filson-pro, sans-serif !important;
    font-weight: 800;
    font-size: 2.94em;   /*  font-size:50px  */
    padding-bottom: 0px;
    padding-top: 20px;
    line-height: 55px;
}


/* Start - product treat page styles */
.product_flavor_section_alt2 {
    font-family: filson-pro, sans-serif !important;
    font-weight: 300 !important;
    -webkit-text-stroke: 0px #00572a;
    color: #00572a;
  margin-left:0px !important;
}
/* End - product treat page styles */


#shopify-section-template--14416553574499__20208b0c-fd85-4e83-8793-1e32f165896e, .section-template--14416553574499__89d5580f-3797-4270-a203-c4a59259af83-padding, .section-template--14416553574499__0c8007b4-8678-4482-921c-02d2cb5f54b1-padding  { 

/* default hides the bone sizes comparison and reviews, the if on the end of the product page sets display for products like bones that have sizes and reviews to show -  CM */
   display:none; 

}

/* Fixes hover issues on flavor swatch where text box was stoppign hover from working partially on other flavor swatches - CM */
[data-option="Flavor"] span {
width:2px !important;
}
/* Fixes hover issues on flavor swatch where text box was stoppign hover from working partially on other flavor swatches - CM */



div#csp_swatch_ui_6895696380003_flavor_beef {
    background: #AA865F;
}

div#csp_swatch_ui_3510744481891_flavor_prime_rib {
    background: #AA865F;
}

.section_title_text_new_b {
  line-height: 38px;
}
.section_body_text_style_a   {
  font-size:23px; 
}
a#slider-3-slide-19-layer-5 {
    line-height: 0px !important;
    padding: 20px 0px !important;
}

.minmaxify-p button {
  font-family: 'filson-pro', sans-serif;
}

span#NoMediaStandardBadge-template--14416552624227__product-grid-7775509479523 {
    background-color: #65A01C;
    border-color: #65A01C;
}

.chContent-Body-Menu-Block-Item-Text {
    font-family: 'filson-pro';
}

input#CustomerEmail {
    font-family: 'filson-pro';
}

a.jss16.wishlist-hero-dyna-translate {
    font-family: 'filson-pro';
}

span.jss13.wishlist-hero-dyna-translate {
    font-family: 'filson-pro';
}

.MuiSnackbarContent-message {
  font-family: 'filson-pro';
}

.MuiButton-label {
  font-family: 'filson-pro';
}

.icart .icart-main .icart-slider-drawer.icart-inner .icart-checkout-btn.icart-font-full button, .icart .icart-main .icart-slider-drawer.icart-inner .icartAddToCartWithDiscount, .icart .icart-main .icart-sp-popup-inner.icart-inner .icart-checkout-btn.icart-font-full button {
    font-size: 1.0em !important;  /* font-size: 12px !important;  */
    font-weight: 500;
    letter-spacing: 1px;
}

p.gw-branding-powered-by {
  display: none !important;
}

.gw-branding-powered-by {
  display: none !important;
}

/* Klaviyo Back in Stock Alerts */
a.button.klaviyo-bis-trigger {
  color: #ffffff !important;
  margin-bottom: 0px !important; 
  background-color: #65a01c !important; 
  border: #00572a 3px solid !important; 
  font-size: 24px !important; 
  font-weight: 500 !important; 
  letter-spacing: .2rem !important; 
  padding: 0 3rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: unset !important;
  text-decoration: unset !important;
  margin-top: 0px !important;
}

a.button.klaviyo-bis-trigger:hover {
  background-color: #006a3b !important;
}

a.klaviyo-bis-trigger.shopify-payment-button__button {
  max-width: 60.5rem !important;
}

a.klaviyo-bis-trigger.shopify-payment-button__button:hover {
  background-color: #006a3b !important;
}
/* Klaviyo Back in Stock Alerts */

/* End - Default template styles */


.fine_print_description {
  font-size:0.882em; /* font-size: 15px;  */
}

.floating_banner_img_holder.very_short_banner {
  display:none;
  
}
.bb_banner_holder_with_image.very_short_banner {
height:200px;
}

.section-template--14457632194659__0cc2b040-4827-49ae-af90-58edb0f3b27e-padding {
      padding-bottom: 30px;
  
}

.join_pack {
    float: right;
}

h2#bene {
    width: 600px;
    margin: 0 auto;
}

h2#replace {
    width: 600px;
}

.menu-drawer__utility-links {
  display:none; /* disable if you w ant to show my account in mobile nav - CM */
}

.menu-drawer__navigation {
  padding: 0px !important;
}


.icart-checkout-notes-conainter div {
display:none !important; /* hides toggle button on icart , they set it to always be open */
}
.icart .icart-main .icart-inner .icart-cart-main .icart-content .icart-checkout textarea {
  max-height:60px !important;
  min-height:60px !important;
  height:60px !important;
}

/* Start - Wishbone Club Pages */

.join_wb_club_banner_feature img {
width:300px;
}
.join_wb_club_banner_feature {
    position:absolute;
    top: 30px;
    right: 50px;
 
}

.wishbone_club_page_icon  img {
    max-width: 160px;
transform: rotate(20deg);
}

.wishbone_club_page_icon {
    position: absolute;
    top: 0px;
    right: calc(50% - 600px);
}

.cf-repeating-group-actions {
  border: 0px !important;
    padding: 0px !important;
    padding-bottom: 30px !important;
    padding-top: 10px !important;
}

   .cf-field label {
     color: #00572a; 
      font-size:1.06em; /* font-size: 18px;  */
      font-weight:400;
      text-transform:uppercase;
    }
.cf-entry-heading {
   color: #00572a; 
     text-transform:uppercase;
   
      
}
.cf-field input, .cf-field textarea, .cf-field input select {
    border: 1px solid #a4df64 !important;
}
.cf-enum-field__choices legend {
     color: #00572a !important;
      font-size:1.06em !important;  /* font-size: 18px;  */
      font-weight:400 !important;
      text-transform:uppercase !important;
  padding-bottom:10px !important;
  padding-top:10px !important;
}
.cf-enum-field__choice {
  font-size:17px !important;
}

.cf-field h2  {
       color: #00572a  !important; 
    font-size:28px  !important;
  margin-bottom:10px  !important;
  margin-top:40px  !important;
}



.cf-entry-heading {
  font-size:25px  !important;
}
.cf-field[data-cf-field-type=repeating_group] .cf-entry-list .cf-group-entry .cf-entry-fields-wrapper .cf-entry-fields {
  border:0px  !important;
  padding:0px  !important;
}

.cf-field[data-cf-field-type=repeating_group] .cf-entry-list .cf-group-entry .cf-entry-heading {
  margin-bottom:20px  !important;
}
.cf-field[data-cf-field-type=repeating_group] .cf-entry-list .cf-group-entry {
  
  background:#fff !important;
  padding:0px !important;
  padding-top:30px !important;
  border:0px !important;
}

.cf-field[data-cf-field-type=repeating_group] .cf-entry-list .cf-group-entry .cf-entry-fields-wrapper {
  
    box-shadow: none  !important;
}

.cf-repeating-group-actions button {
  font-size:13px;
  padding: 5px 18px;
  border:2px solid #9dbf77;
}
.cf-field   input[type="file"]   {
  border:0px !important;
   padding: 10px 0px !important;
  box-shadow: none !important;
  max-width: 300px !important;
}

[data-theme-name=Dawn] .cf-field .cf-select-wrap>select {

    height: auto;
}
/* End - Wishbone Club Pages */

/* Start - Nascar Giveaway Page */
  .bb_banner_holder_with_image.bb_recycle_banner_img1.bb_nascar {
    padding-top: 0px !important;
}
@media (max-width: 600px) {
  h2#races {
    font-size: 55px !important;
    line-height: 60px !important;
}

  div#sweepstakes {
    line-height: 45px !important;
}
}

h3#nascar {
    font-size: 40px !important;
    line-height: 45px !important;
    font-family:filson-pro,sans-serif!important;
    font-weight:600 !important;
}

h3.section_subtitle_text#nascar {
    font-family: archer ital book pro,sans-serif!important;
    text-transform: lowercase;
    font-weight: 400 !important;
}


@media screen and (max-width: 1050px) {
  h3#nascar {
    font-size: 22px !important;
    line-height: 26px !important;
    font-family:filson-pro,sans-serif!important;
    font-weight:600 !important;
}
  .section_subtitle_text {
    font-size: 28px !important;
    line-height: 35px !important;
    font-family: archer ital book pro,sans-serif!important;
    font-weight: 400 !important;
    text-transform: lowercase;
  }

  .bb_product_specs_text_1 .section_subtitle_text {
      text-transform: lowercase;
  }
}


@media screen and (max-width: 950px) {
  #shopify-section-template--15060559102051__custom_liquid_TBzxnd .narrow_site_width, #shopify-section-template--15060559102051__custom_liquid_TBzxnd .simple_banner_text_holder, #shopify-section-template--15060559102051__custom_liquid_TBzxnd .upcoming_section_holder {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }

  #shopify-section-template--15060559102051__custom_liquid_TkwmKB .narrow_site_width, #shopify-section-template--15060559102051__custom_liquid_TkwmKB .simple_banner_text_holder, #shopify-section-template--15060559102051__custom_liquid_TkwmKB .upcoming_section_holder {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }

  .section-template--15060559102051__custom_liquid_TkwmKB-padding {
    padding-bottom: 0px !important;
  }
} /* end @media */
/* End - Nascar Giveaway Page */

/* Start - slider */

.slider_outline_text_lg {
 color: transparent !important;
  -webkit-text-stroke: 2px #fff !important;
 /* font-size: 86px !important; */
  font-weight: 800 !important;
  font-family: filson-pro,sans-serif!important;
  text-transform: uppercase !important;
  font-style: initial !important;
  /* line-height: 89px !important; */
}

.slider_main_text_light {
font-family: filson-pro, sans-serif !important;
/* font-size:32px !important;
  line-height:40px !important;
  */
}

.slider_button_dark {
      background: #65A01C !important;
    border: #00572a 3px solid !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-family: "filson-pro", sans-serif !important;
      padding-bottom: 10px 20px !important;
    padding-top: 12px !important;
  text-align: center !important;
  line-height: initial !important;
  font-weight: 600 !important;
    letter-spacing: 1px !important;
  border-width:3px !important;
}
  



/* End - slider */


/* Start - Account page */
.chCBPROWID-OrderDate {
font-size:15px;
}

.chCBPROWID-LineItem-Details, .chCBPROWID-LineItem-Details-Name, .chCBPROWID-LineItem, .chCBPROWID-LineItem-Details-Price {
  font-size:16px !important;

}
.chCBPROWID-LineItem-Details-Name {
    line-height:20px !important;
 
}

.chContent-Body-Page-RecentOrders-Wrapper-Item-Details {
  padding-left:20px !important;
}

.customerHub .chContent .chContent-Wrapper .chContent-Body .chContent-Body-Page .chContent-Body-Page-General .chContent-Body-Page-RecentOrders-Wrapper .chContent-Body-Page-RecentOrders-Wrapper-Item .chContent-Body-Page-RecentOrders-Wrapper-Item-Details .chCBPROWID-LineItems .chCBPROWID-LineItem {
     /*  min-width: 100% !; */
      flex: 2;

}

.customerHub .chContent .chContent-Wrapper .chContent-Body .chContent-Body-Page .chContent-Body-Page-General .chContent-Body-Page-RecentOrders-Wrapper .chContent-Body-Page-RecentOrders-Wrapper-Item .chContent-Body-Page-RecentOrders-Wrapper-Item-Delivery {
  

  height: auto !important;
}

.chCBPROWID-DeliveryTo {
      padding-left: 14px;
    padding-right: 14px;
}

.customerHub .chContent .chContent-Wrapper .chContent-Body .chContent-Body-Page .chContent-Body-Page-General .chContent-Body-Page-RecentOrders-Wrapper .chContent-Body-Page-RecentOrders-Wrapper-Item .chContent-Body-Page-RecentOrders-Wrapper-Item-Details .chCBPROWID-LineItems .chCBPROWID-LineItem .chCBPROWID-LineItem-Img .chCBPROWID-LineItem-Link img {
    max-height: 100px !important;
    max-width: 100px !important;
    width: auto !important;
}
.customerHub .chContent .chContent-Wrapper .chContent-Body .chContent-Body-Page .chContent-Body-Page-General .chContent-Body-Page-RecentOrders-Wrapper .chContent-Body-Page-RecentOrders-Wrapper-Item .chContent-Body-Page-RecentOrders-Wrapper-Item-Details .chCBPROWID-LineItems .chCBPROWID-LineItem .chCBPROWID-LineItem-Img {

    height: 100px !important;
    width: 100px !important;
}

.customerHub .chContent .chContent-Wrapper .chContent-Body .chContent-Body-Page .chContent-Body-Page-General .chContent-Body-Page-RecentOrders-Wrapper .chContent-Body-Page-RecentOrders-Wrapper-Item .chContent-Body-Page-RecentOrders-Wrapper-Item-Details .chCBPROWID-LineItems .chCBPROWID-LineItem .chCBPROWID-LineItem-Details {
  justify-content: center !important;
}


/* End - Account page */




/* Start - Rewards page */


.Rise__rewards-page {
     margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

/* doesn't work - cm 
.ql-align-center {
  font-size: 30px !important;
} 
*/

/* Start - Rewards page */

.bb_psb_img img {
    max-height: 290px !important;

}

.two_col_right_img_holder img {

padding-left:50px;
}

.top_z_level_text {
position: relative;
    z-index: 1;
}
.text_with_left_right_images {
padding-left:10% !important; 
padding-right:10% !important;
}


.chMenuItem-subscriptions {
 border: 1px #f0f0f0 solid !important;
  }

 .customerHub .chContent .chContent-Wrapper .chContent-Body .chContent-Body-Menu .chContent-Body-Menu-Block .chContent-Body-Menu-Block-Item {
   height:50px !important;
  
 }
.customerHub .chContent .chContent-Wrapper .chContent-Body .chContent-Body-Menu .chContent-Body-Menu-Block .chContent-Body-Menu-Block-Item .chContent-Body-Menu-Block-Item-Text {
      font-size: 14px !important;
}


.card-information .price {
  /* hides prices on collection page - remove if we w ant prices back  */
    display: none;
}

.events_section_bkgd1 {

  position:absolute; 
    left: -440px;
    width: 1210px;
}

@media (max-width: 770px) {
  .events_section_bkgd1 {
    left: -440px !important;
    width: 990px !important;
  }
}

@media (max-width: 550px) {
  .events_section_bkgd1 {
    left: -200px !important;
    width: 590px !important;
  }
}

@media (max-width: 481px) {
  .events_section_bkgd1 {
    left: -200px !important;
    width: 550px !important;
  }
}

.announcement-bar__message {
    text-transform: uppercase;
    font-size:0.882em; /* font-size: 15px;  */
}
.ep_featherlight-content{
     font-family: filson-pro,sans-serif!important;
 
}

.bbpp_favor_text1 {
  text-align:left !important;
}


/* Start - icart */
.icart .icart-layout-second .icart-range-border-active, .icart-pg .icart-layout-second .icart-range-border-active {
      border-radius: 5px !important;
}
.icart .icart-range-slider-block .icart-range-slider .icart-range-slider-box .icart-range-label .icart-range-title {
  font-weight: 400 !important;
}
/* 
.icart .icart-fix-text {
   left:-68px !important;
}
.icart .icart-fix-text[title="Free Shipping"] {
  left:-85px !important;
  
}
*/
.icart-btn-large {
   font-family: "filson-pro", sans-serif;
  text-transform: uppercase !important;
      border: #00572a 2px solid !important;
}
.icart-item-content, [title='Fishbone'] {
  font-size:13px !important;
}
.icart-item-content p {
  font-size:15px !important;
}

/* End - icart */

.cf-file-preview-container .cf-file-preview.cf-file-image img {
  max-height: 280px !important;
    max-width: 280px !important;
}

.chCBPROWID-LineItem-Details-Name {
  font-size:14px !important;
  line-height:16px !important;
}


/* Start - section left image right text */


.bb_two_col_left_small_container {
  display: flex;
	justify-content:space-around;
  
	flex-wrap:wrap;
	
	

}
	
	.bb_two_col_left_small_left {
	    display: flex;
		margin-bottom: 20px;
		flex:1;
		box-sizing:border-box;
		
		
	}
		.bb_two_col_left_small_right {
	    display: flex;
		margin-bottom: 20px;
			flex:2;
		box-sizing:border-box;
		  margin:auto 30px; 
		
		
	}
	
	.bb_narrow_textbox {
		/* max-width: 600px; */
	}


/* End - section left image right text */


.pdpo__tab_content .styles_markdownTable__Mtq7h th, td {
  padding: 8px 9px !important;
  text-align:left !important;
}



.earth_text_2 {
  color:#a4df64;
  font-size: 60px; 
  line-height: 80px;
  }

#wishlisthero-product-page-button-container button {
  background:transparent !important;
}

  .product_sizing_graphic_area {
background-color:#00572a; 
padding-bottom:160px;
}

		.bb_even_columns {
	    display: flex;
		margin-bottom: 20px;
			flex:1;
		box-sizing:border-box;
		  margin:0px 30px; 
          align-items: flex-start;
          flex-wrap:wrap;
		
	align-items: flex-start;
    align-content: flex-start;
	}


.bb_flex_img {
  width: 100%;
  padding-bottom: 40px;
  
}

.center_text.bb_page_margin.sizing_for_thin_products.fb_sizing {
  padding-bottom: 52px;
}

.center_text.bb_page_margin.stick_sizing_frame.sizing_frame_main {
  padding-bottom: 52px;
}

.center_text.bb_page_margin.stick_sizing_frame {
  padding-bottom: 52px;
}

.center_text.bb_page_margin.dc_sizing {
  padding-bottom: 52px;
}

.two_col_images_left_a {
padding-left: 10%;
}
.two_col_images_right_b {
padding-right: 10%;
}

.bb_title_text_light {
  color:#fff !important;
}

/* Start - section right image left text */



.bb_two_col_right_small_container {
  display: flex;
	justify-content:space-around;
  
	flex-wrap:wrap;
	
	

}
	
	.bb_two_col_right_small_left {
	    display: flex;
		margin-bottom: 20px;
		flex:2;
		box-sizing:border-box;
		
		
	}
		.bb_two_col_right_small_right {
	    display: flex;
		margin-bottom: 20px;
			flex:1;
		box-sizing:border-box;
		  margin:auto 30px; 
		
		
	}
	
	.bb_narrow_textbox {
		/* max-width: 600px; */
	}


/* End - section right image left text */


.active-facets__button-wrapper *, span.active-facets__button-inner {
    font-size: 13px !important;
  font-weight: 500 !important;
}



.Rise__widget {
    z-index: 147483647 !important;
}




.bb_image_row_container {
  display: flex;
	justify-content:space-around;
    max-width: 1100px;
   /* margin: 40px auto 0 auto; */
	

}
	
	.bb_sp_icon_holder {
	
		margin-bottom: 20px;
		
		
	}
	
	.bb_sp_icon_holder img {
      max-width: 150px;

}
	
	 .simple_banner_text_holder {
  text-align: center;
    font-family: "filson-pro", sans-serif !important;
    font-weight: 800;
    font-size: 2.94em;   /*  font-size:50px  */
    color: #fff;
  padding-bottom:20px;  
   line-height: 55px;
 /*  position: relative;
    z-index: 10;*/
}

.event_preview_divider {
    margin: 20px 0px;
    height: 2px;
    background-color: #fff;
    max-width: 100%;
}

.upcoming_event_date {
font-size:25px;
line-height:32px;
    display: flex;
}



.upcoming_event_title_text {
text-transform: uppercase;
    font-size: 30px;
      line-height: 36px;

      color: #00572a;
    font-weight: 400 !important;
    font-family: archer bold pro, sans-serif !important;
    padding: 0;
    margin: 0;

  
}

.no_margin {
  margin:0px;
}


/* policy popup height */
.cc-window.cc-banner {
      padding-top: 23px !important;
    padding-bottom: 23px !important;
}

	
.next_event_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.next_event_column_one {
  display: flex;
  /* flex-direction: column; */
  flex-basis: 100%;
  flex: 1;
  max-width: 230px;
}
	
	.next_event_column_two {
		  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2;
	}

.next_event_column_date {

  text-align:center;
}
.next_event_column_details {
  
}
.next_event_month_text{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.next_event_day_text {
    font-size: 120px;
    font-weight: 700;
  line-height: 1;
}
.next_event_row {
  color:#006937;
}
.event_divider {
  background-color:#00572a !important;
  max-width:100%; 
  height:3px; 
  margin-top:50px; 
  width: 100%;
  max-width: inherit !important;
}



.safety_text_top {
  padding-top:40px !important;
}

.page-width {
    max-width: 100% !important;
  padding-left:5%;
  padding-right:5%;
  width:100% !important;
}

.narrow_site_width {

   max-width: 1250px !important;
    margin: 0 auto;
}
.very_narrow_site_width {

        max-width: 1000px;
    margin: 0 auto;
}



.section_text_large {
    color:#004921;
  font-weight: 400;
  font-size: 26px;
  line-height: 39px;
}
.section_text_medium {
    color:#004921;
  font-weight: 400;
  font-size: 22px;
  line-height: 39px;
}
.section_text_regular {
    color:#4d4d4d;
  font-weight: 300;
  font-size: 20px;
  line-height: 33px;
}



.section_title_text_b {
      color: #00572a;
    margin: 0;
  line-height: 30px;
    font-size: 30px;
}
.section_regular_text_b {
padding-top:5px;
      padding-bottom: 26px;
  font-size:19px;
}

.section_body {
  color:#004921;
  font-weight: 400;
  font-size: 26px;
  line-height: 39px;
  padding-top:50px;
  padding-left: 5%;
  padding-right: 5%;
  
}

.section_title_text {
font-size: 44px;
font-weight:500;
color:#00572a;
margin: 0;
  
}
.section_title_text_bold {
font-size: 44px;
font-weight:700;
color:#00572a;  
margin: 0;
  display:block;
  
}
.section_subtitle_text {
    font-size: 40px;
    color: #348831;
    margin: 0;
    padding-top: 0px;
    padding-bottom: 10px;
   font-family: 'archer ital book pro',sans-serif !important;
  font-weight: 400;
  line-height:52px;
}
  .bb_product_specs_text_1 .section_subtitle_text {
      text-transform: lowercase;
  }
  
.text_holder_narrow {
  max-width:1200px;
}
.text_holder_medium {
    max-width: 1200px;
}

  
.center_text {
  text-align:center;
  margin:0 auto;
}

.text_link_color_medium {
    color: #ccff95;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 2px;
    border-bottom: solid 2px #ccff95;
    text-decoration: none;
    padding-bottom: 2px;
}

.text_link_color_dark {
    color: #00572a;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    border-bottom: solid 2px #00572a;
    text-decoration: none;
    padding-bottom: 2px;
}
.text_link_color_dark:hover {
   color: #65A01C;
  border-bottom: solid 2px #65A01C;
}


.pdpo__tab, .pdpo__summary__label {
    text-transform: uppercase !important;
}



.recycle_icon_holder {
  
  position:absolute;
  bottom:calc(50% - 150px);
  left:-60px;
  
}

.recycle_icon_holder img {
  width:170px;
}

.recycle_icon_holder {
left: -85px;
    bottom: 50px;

}


.product__info-wrapper {
 padding-left:5%;
 padding-right:5%;
}

.product_real_flav_text1 {
font-size: 85px; 
color: #006937;
line-height: 90px; 
font-weight: 300;    
padding-left: 140px;

}
.product_real_flav_text2 {
-webkit-text-stroke: 2px #00572a; 
font-size: 65px;
      margin-left: -140px;
}
.product_real_flav_text3 {
  font-size: 65px;
}

.usa_product_text1 {
font-size: 85px; 
  color: #006937;
  line-height: 40px; 
  font-weight: 300;     

}
.usa_product_text_new1 {
  display:block; 
}
.usa_product_text2 {
-webkit-text-stroke: 2px #fff; 
  font-size: 65px; 
  height: 60px; 
  display:block;
  font-weight:800;
  line-height: 56px;
}
.usa_product_text3 {
font-size: 65px; 
  color:#fff;
  font-weight:800;
  line-height: 56px;
}

.flex_holder1 {
  display: flex;     
  padding: 50px 25px;
}

#MainProduct-template--14416553574499__main {
      background-color: #f6fbee!important;
  padding-bottom:30px;
}
.product_page_flavor_top_left {

      width: 350px;
    top: -192px;
    display: block;
    position: absolute;
    left:0px;
   /*   z-index: 5; */

  
}
.product_page_flavor_top_left img {
  width:350px;
}
.product_page_flavor_top_right {

      width: 350px;
    top: -192px;
    display: block;
    position: absolute;
    right:0px;
   /*   z-index: 5; */

  
}
.product_page_flavor_top_right img {
  width:350px;
}
.section-template--14416553574499__e35d18d9-3a69-4302-8694-c42b534113d9-padding { /* reviews */
  background-color:#f6fbee;
}
.featured_review_holder_all {
  z-index:1;
}

.section-template--14416553574499__e9df4452-7353-4dba-a91c-73cdca285606-padding {
  padding-top:50px !important;
}


/* Start - FAQ Page Elf */
.eapps-faq-content-category-item-answer, .eapps-faq-content-category-item-question {
      text-align: left; 
  
}

.eapps-faq-search-bar-input {
    background-color: #ebf6da !important;
    color: #87b934 !important;
    font-family: 'filson-pro', sans-serif !important;
    font-size: 17px !important;
    font-weight: 300 !important;
}

#eapps-faq-1 .eapps-faq-search-bar-input {
    border-radius: 0px !important;
    border: 0px !important;
}

.eapps-faq-search-bar-container {
  max-width: 500px !important;
}

.ddshop-faq-question a, .eapps-faq-content-category-item-question-text {
    color:#00572a !important;
  font-weight: 400 !important;
   font-family: 'archer bold pro',sans-serif !important;
  font-size: 23px !important;
padding: 0;
    margin: 0;
      line-height: 28px;
  
}

.eapps-faq-content-category-title-text {
  font-weight: 600;
  font-size: 30px !important;
  margin:0 auto;
  margin-top: 0px !important;
}

.eapps-faq-content-category-title {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

.bbppf_text_alt2 {
  padding-top:40px;
}
.product_page_flavors_text1_alt1 {
  font-size: 65px !important;
}

.product_page_flavors_features_section {
  max-width:1580px;
  padding-top:50px;
}
.product_page_flavors_text1 {
  font-size: 4.41; /*  font-size:75px  */
}

 #eapps-faq-1.eapps-faq-layout-accordion .eapps-faq-content-category-item-question:after, #eapps-faq-1.eapps-faq-layout-accordion .eapps-faq-content-category-item-question-icon:before, #eapps-faq-1.eapps-faq-layout-accordion .eapps-faq-content-category-item-question-icon:after, #eapps-faq-1.eapps-faq-layout-accordion .eapps-faq-content-category-item:after, #eapps-faq-1.eapps-faq-layout-accordion .eapps-faq-content-category-item:before, #eapps-faq-1.eapps-faq-layout-accordion .eapps-faq-content-category-item-active.eapps-faq-content-category-item:after {
      background-color: #a4df64;
  height:0px;
  opacity: 1;
} 
#eapps-faq-1.eapps-faq-layout-accordion.eapps-faq-template-bg .eapps-faq-content-category-item:after, #eapps-faq-1.eapps-faq-layout-accordion.eapps-faq-template-clean .eapps-faq-content-category-item-question-icon:before, #eapps-faq-1.eapps-faq-layout-accordion.eapps-faq-template-clean .eapps-faq-content-category-item-question-icon:after {
  /* plus signs  */      
  background-color: #006937;
  height:1px; 
  opacity: 1;
}
.eapps-faq-layout-accordion .eapps-faq-content-category-item-question-icon {
    /* plus signs  */    
  opacity: 1 !important;
}



.eapps-faq-content-category-item-answer-text {

  font-weight:300 !important;
      font-size: 17px;
  padding-top:5px;
}

@media screen and (max-width: 500px) {
  .eapps-faq-template-clean.eapps-faq-layout-accordion .eapps-faq-container .eapps-faq-inner .eapps-faq-content-category-items .eapps-faq-content-category-item-active .eapps-faq-content-category-item-answer {
    padding: 0px 20px 20px 0px !important;
}
  .eapps-faq-template-clean.eapps-faq-layout-accordion .eapps-faq-container .eapps-faq-inner .eapps-faq-content-category-items {
    margin: 0px 20px !important;
  }
}



/* Start FAQ lines - these use the before and afte rclasses - CM */

/* plus sign  icons */
#eapps-faq-1.eapps-faq-layout-accordion .eapps-faq-content-category-item-question-icon:before, #eapps-faq-1.eapps-faq-layout-accordion .eapps-faq-content-category-item-question-icon:after {
 height: .1em !important; 
  
}
.eapps-faq-layout-accordion.eapps-faq-template-clean .eapps-faq-content-category-item-question-icon:before, .eapps-faq-layout-accordion.eapps-faq-template-clean .eapps-faq-content-category-item-question-icon:after, .eapps-faq-layout-accordion .eapps-faq-content-category-item-question-icon:before, .eapps-faq-layout-accordion .eapps-faq-content-category-item-question-icon:after {
  
}


#eapps-faq-1.eapps-faq-layout-accordion .eapps-faq-content-category-item-question:after,  #eapps-faq-1.eapps-faq-layout-accordion .eapps-faq-content-category-item:after, #eapps-faq-1.eapps-faq-layout-accordion .eapps-faq-content-category-item:before, #eapps-faq-1.eapps-faq-layout-accordion .eapps-faq-content-category-item-active.eapps-faq-content-category-item:after {
  /*  background-color: #00572a !important; */
     height: 0px !important; 
}

#eapps-faq-1.eapps-faq-layout-accordion .eapps-faq-content-category-item:not(.eapps-faq-content-category-item-active) .eapps-faq-content-category-item-question {
 /*  background-color: transparent !important; */
}

 
.eapps-faq-layout-accordion.eapps-faq-template-bg .eapps-faq-content-category-item:after,  .eapps-faq-layout-accordion .eapps-faq-content-category-item-question:after, .eapps-faq-layout-accordion .eapps-faq-content-category-item:after, .eapps-faq-layout-accordion .eapps-faq-content-category-item:before, .eapps-faq-layout-accordion .eapps-faq-content-category-item-active.eapps-faq-content-category-item:after  {
    background-color: #00572a !important;
    height: 0px !important; /* old .1em */
    /*  border-bottom: 1px solid #00572a; */
}

.eapps-faq-template-clean.eapps-faq-layout-accordion .eapps-faq-container .eapps-faq-inner .eapps-faq-content-category-items .eapps-faq-content-category-item:first-child:before {

    height: .1em !important;
      border-bottom: 2px solid #00572a;
}


.eapps-faq-layout-accordion .eapps-faq-content-category-item:before, .eapps-faq-layout-accordion .eapps-faq-content-category-item:after {
    opacity: 1 !important;
    
}

.eapps-faq-content-category-item{
  border-bottom: 2px solid #00572a; /* CM bottom border change for brand page lines to be same */
}

/* End FAQ lines */


/* End - FAQ Page Elf */


.subpage_subtitle_text {
     color: #004921;
    font-weight: 400;
    font-size: 26px;
    line-height: 39px;
    padding-top: 80px;
  max-width: 900px;
    margin: 0 auto !important;
    padding: 50px 20px;
    text-align: center;


}

.pdpo__icon path {
  /* accordian carot */
   stroke: #006937 !important;
}


/* Start - Questions bottom section */

#bb_questions_section {
     background-image: linear-gradient(to right, #e6f3cc, #b2dc6c) !important;
  font-family: filson-pro, sans-serif;
}
#bb_questions_section h2 {
  font-family: filson-pro, sans-serif;
  font-weight: 600;
  color:#00572a;
  margin-bottom:10px;
  font-size:38px;
}
h3.bb_section_subtext {
    font-family: 'archer ital book pro',sans-serif !important;
  font-weight:400 !important;
  padding-bottom:30px;

}
#bb_questions_section .rich-text__buttons {
    width: 50%;
    max-width: 15rem;
}
#bb_questions_section {
    padding-top: 10px;
    padding-bottom: 52px;
}
#bb_questions_section .rich-text__buttons {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    word-break: break-word;
    width: 50%;
  max-width: 15rem;
}

.rich-text__buttons a {
  cursor:pointer !important;
}

/* End - Qusestions bottom section */


/* start -  page with no banner */

.main-page-title {
  text-align:center !important;
      font-size: 44px;
    font-weight: 700;
    color: #00572a;
    margin: 0;
}

/* end -  page with no banner */


.card__heading.h5 {
  font-size:24px !important;
  font-weight:500;
  color:#4d4d4d;
}
.price  {
  font-size:21px !important;
  color:#4d4d4d;
}
.card__heading.h5:hover {
  color:#65A01C;
  text-decoration:none !important;
}
.price:hover {
  color:#65A01C;
   text-decoration:none !important;
  
}

/* removes udnerline on collection page, but hoverign over wwatches still shows it - CM */
.full-unstyled-link:hover {text-decoration: unset !important;}

/* default buttons */
.button {
    background: #a4df63;
    border: #00572a 3px solid;
    color: #00572a !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: .2rem;
    font-family: "filson-pro", sans-serif !important;
}
a.button:hover {
    background: #ccff95 !important;
  transition: background .5s;
  }

.button_dark {
    background: #65A01C !important;
    border: #00572a 3px solid !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-family: "filson-pro", sans-serif !important;
      padding-bottom: 43px !important;
    padding-top: 12px !important;
}

.button.medium[data-v-35fbced5] {
  border-radius: 0px !important;
  border: #00572a 3px solid !important;
}


.header__icon, .header__icon--cart .icon {
color:#000;
}


.copyright_custom_text {
  font-size:15px !important;
}

.list-social__item a {
  text-decoration:none;
  padding-right:0px !important;
}
.list-social__link {
color:#ccff95 !important;
}

.list-social__item a:hover {
  color:#fff !important;
}

/* hides old bottom, only enable if we need to show the old bottom again, but we moved everything out - cm */
.footer__content-bottom {
  display:none;
  
}

/* End - Site font and layout styles Master - CM */


/* Start - Main nav dropdown, moves sub menus lower and makes arrow larger on hover of nav items with sub menus - CM */
.tmenu_submenu.tmenu_submenu_type_mega.tmenu_submenu--desktop.tmenu_submenu_mega_position_fullwidth {
    top: 85px !important;
}
.tmenu_submenu.tmenu_submenu_type_flyout.tmenu_submenu--desktop.tmenu_submenu_flyout_position_automatic {
   top: 65px !important;
}

.tmenu_submenu--desktop {
   
}



/* makes dropdown menu arrow larger - CM */
.tmenu_item--root.tmenu_item_has_child.tmenu_item_active > a.tmenu_item_link::after {
    content: '';
    width: 0;
    height: 0;
    border: 33px solid transparent;
    border-bottom: 25px solid #F4F4F4;
    position: absolute;
    bottom: 0px;
    border-radius: 0;
    top: 12px;
    left: 50%;
    transform: translate(-50%, 0);
}
.tmenu_item_link .tmenu_item_text {
  font-size:18px !important;
}


/* End - Main nav dropdown, moves sub menus lower and makes arrow larger on hover of nav items with sub menus - CM */



.wishbone_club_icon_float_holder {
    position: absolute;
    top: -180px;
    left: calc(50% - 90px); /* set to half the width of the floating logo */

}
.wishbone_club_icon_float_holder img {
  max-width:180px;
}

@media (max-width: 990px) {

  .shop_local_link {
    display:none;
  }
  
  .wishbone_club_page_icon {
    margin-bottom: 0px;
  }
}

.souls_icon_float_holder {
    position: absolute;
    right: 8%;
    bottom: -110px;
   
}
.souls_icon_float_holder img {
  max-width:180px;
}
.we_are_section {
  text-align: center;
    position: relative;
}



.section-template--14416553214051__cfa20f9a-8663-45d1-892f-577d1255f964-padding .section_body {
  position: relative;
}
#shopify-section-template--14416553214051__dbadc586-cf1d-451a-bdf8-245dc121ffea {
  margin-bottom: 70px !important;
}

.footer__blocks-wrapper {
      max-width: 1400px;
    margin: 0 auto;
}

.footer-block__details-content .list-menu__item--link:hover, .copyright__content a:hover {
  text-decoration:none !important;
  color: #ccff95 !important;
}

.page-width.section-template--14416553214051__multicolumn-padding.isolate {

    max-width: 1200px !important;
    margin: 0 auto;

}
.page-width.section-template--14416553214051__multicolumn-padding.isolate .media>img {
  object-fit: initial;
}

.page-width.section-template--14416553214051__multicolumn-padding.isolate .multicolumn-card__image-wrapper--half-width {
    width: 60%;
}

.dark_bb_link:hover {
  color:#fff !important;
  border-bottom-color:#fff !important;
}
.light_bb_underline_link:hover {
  color:#00572a !important;
  border-bottom-color:#00572a !important;
}

/* Start - Section with 2 background images */

.banner_left_image_back {
  position: absolute;
  left:0px;
 bottom: -10px;
    left:0px;
  
  
}
.banner_left_image_back img {
  width:300px;
}

.banner_right_image_back {
  position: absolute;
  right:0px;
  bottom: -10px;

}
.banner_right_image_back img {
  width:300px;
}

.banner_bkgd_left_right_anchor {
position:relative;
  width:100%;

  }





/* End- multi column flex for images - CM */



.footer-block-image {
  width:65px;
}
.footer-block__details-content a {
  color:#fff !important;
  font-size: 18px !important;
  padding: 0px;
  line-height: 18px !important;
}
.footer-block__heading {
    color:#ccff95;
  margin-bottom:2px !important;
}



/* use this for two flex columns */
.bb_flex_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.bb_flex_column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.section-template--14416553214051__688699e1-d0dc-4fde-a91f-2d49a93f0c32-padding {
  background-color:#00572a;
      background-image: url(/cdn/shop/files/map-green-3a.png?v=1677114267);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: contain;
}
.section-template--14416553214051__cfa20f9a-8663-45d1-892f-577d1255f964-padding {
      background-image: url(/cdn/shop/files/dog-wb-banner-2.png?v=1686883897);
    background-repeat: no-repeat;
    background-size: cover;
  
}

/* Makes first footer box full width - CM */
.footer-block.grid__item:first-child {
  width:100%;
}
  

footer {
  background-color:#00572a !important;
  color:#fff !important;
}

.dockyard_text {

      font-family: 'Dockyard Regular', sans-serif !important;
}

.filson_pro_text {
 font-family: "filson-pro", sans-serif !important;
}

.slider_subtext_b {
font-family: "filson-pro", sans-serif !important;
  
}


.underline_link {
  border-bottom: 3px solid #00572a;
}

/* Start - Mega Menu */


/* SET Adjust nav menu icon space changes this to max wording width when we change nav text. Number is colmnm sequence # */
.tmenu_submenu_mega_position_fullwidth .tmenu_item_level_1:nth-child(1) .tmenu_item_text {

    width: 120px;

}
.tmenu_submenu_mega_position_fullwidth .tmenu_item_level_1:nth-child(2) .tmenu_item_text {

    width: 160px;

}

.shop_all_nav_btn {
  padding-bottom: 4px !important;
  color: #348831 !important;
}

.tmenu_item_link.tmenu_item_content_alignment_left.shop_all_btn_holder .tmenu_item_text.shop_all_nav_btn {
   color: #348831 !important;
}
.tmenu_item_link.tmenu_item_content_alignment_left.shop_all_btn_holder .tmenu_item_text.shop_all_nav_btn:hover {
    color: #00572A !important;
  border-bottom-color: #00572A !important;
}


.tmenu_item--root.tmenu_item_has_child.tmenu_item_active > a.tmenu_item_link::after {
    left: calc(50% - 10px);
}

.tmenu_item_link.mega_menu_no_image_text {
 font-size:1.286em !important;  /* font-size: 18px;  - referncing 14px instead of the 17px */

}
.no_nav_image_text_holder {
    padding-bottom: 12px !important; /* was 22px before new custom nav */
}


/* Start - added for custom nav */
.tmenu_content { 
padding-top:5px !important;
padding-bottom:5px !important;  
}

.tmenu_content .tmenu_item_content_alignment_left .tmenu_collection--right, .tmenu_item_content_alignment_left .tmenu_image--right {
  padding-top:5px !important;
padding-bottom:5px !important;
}

/* End - added for custom nav */

.shop_all_nav_btn {

    
    border-bottom: 1px solid #348831;

}
shop_all_btn_holder:hover {
   color:#000 !important;
}


.tmenu_submenu.tmenu_submenu_type_mega.tmenu_submenu--desktop.tmenu_submenu_mega_position_fullwidth {
      padding-top: 60px !important;
}

.tmenu_item--root .tmenu_item_display_header>.tmenu_item_link {
  border:0px !important;
}

/* moves col 4 image up */
.tmenu_submenu_mega_position_fullwidth .tmenu_item_level_1:nth-child(4) .tmenu_image  {
    margin-top: -47px !important;
  max-width:400px !important; /* fixes flicker when scroll off - CM */
}

.tmenu_submenu {
font-size: 18px !important;
}

.tmenu_item_submenu_type_mega .tmenu_submenu.tmenu_submenu_mega_position_fullwidth {
  
  padding-left: 10% !important;
    padding-right: 10% !important;
  /* padding-bottom: 180px !important; /* fixes flickering when you hover off bottom of nav - CM */
}

.tmenu_image--right .tmenu_item_text {
 /*  padding-bottom: 12px !important;  no longer need for nav since added block back - CM */

  
}

/*
.tmenu_item_text:hover {
    color: #65A01C !important;
}
*/


.tmenu_item_mobile, .tmenu_item_mobile .tmenu_item_text {
font-family: inherit;
    font-size: 22px !important;
    font-weight: 500;
    font-style: inherit;
    letter-spacing: 0px;
  color: #00572a;
  
  }
.tmenu_submenu--mobile .no_nav_image_text_holder {
    padding-bottom: 0px !important;
}

.tmenu_item_submenu_type_mega .tmenu_item_level_1 .tmenu_item_text:first-child {
color:#348831 !important; /* if fails ada use this #4a7712 */
  font-weight:500 !important;
      letter-spacing: 1px !important;
}
.tmenu_item_submenu_type_mega .tmenu_item_level_2 .tmenu_item_text:first-child {
color:#00572a !important;
}
.tmenu_item_submenu_type_mega .tmenu_item_level_2 .tmenu_item_text:first-child:hover {
color:#65A01C !important;
}


.tmenu_submenu_type_mega .tmenu_item_text {
  
  font-weight: 500 !important;
}

.tmenu_nav .tmenu_item a {
  font-weight: 500 !important;
}
.tmenu_nav .tmenu_item a:hover {
color:#65A01C !important;
}

/* End - Mega Menu */



/* Start - recharge */

body#recharge-novum #recharge-te {
    position: relative;
    z-index: 5 !important; /* fixes recharge manage subscriptions popup so it shows ontop of top nav bar - CM */
}

.tz-3 {
    z-index: 2 !important;
}






/* Start - Recharge Styles - CM */

._1setxj6it {
    flex-direction: row-reverse;  
}
/*
[data-testid|="recharge-internal-logout-button"] {
  /* hides recharge logout button - CM 
display:none;
}
*/
._1cf1m8c4::before, #recharge-te::before {   /* Puts title above subscription page - CM */
  font-weight: bold;
  color: navy;
  content: "Manage Subscriptions";
      color: #00572a;
  text-align:center;
  margin:0 auto;
  display:block;
  padding:50px 5%;
  padding-bottom:30px;
  font-size:44px;
      font-family: filson-pro,sans-serif;
      font-weight: 700;
  line-height:50px
  
}

/*
._12kf01t0 {
    background: #f7f7f7;
    border: 1px solid #c5c7c3;
}
*/

/* Start - Recharge Styles - CM */

.rc-subscription-details {
  font-size:13px;
}


.price-label {
    font-weight: normal !important;
}


.rc-radio--active .price-label {
  font-weight:500 !important;
  
}

.price-label.mt-1 {
  font-size:1.06em !important;  /* font-size: 18px;  */
  font-weight: 300 !important;
}


.rc-template__radio-group .rc-radio-group__options {
    border-radius: 0px !important;

    
}

.recharge-subscription-widget {
  max-width:100% !important;
}

.product-form__buttons {
    max-width: 60.5rem !important;
}

.rc-selling-plans {
  max-width: 60.5rem !important;
}

select#sellingPlan6895696380003 {
    font-family: 'filson-pro';
}

.rc-radio {
    border:3px solid #00572a !important;
    border-radius:0px !important;
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:15px;
max-width:300px !important;
  padding:14px 14px !important;
  
}

.rc-widget .mt-1 {
    margin-top: 9px !important;
}


.rc-radio--active {
background-color:#00572a !important;
  color:#fff !important;

}

.rc-radio .discount-label {
  font-weight:500 !important;
}

.rc-widget .mt-1 {
    margin-top: 12px;
}

/* End - recharge */


/* Start - Wishlist hero  */



.jss14 {
  width: 100% !important;
  max-width:120px !important;
  
    height: 80px !important;
  max-height:80px !important;
}

#wishlist-hero-add-notification, .jss8 {
  width:400px  !important;
  max-width:400px  !important;
}

.jss11 {
  cursor: pointer !important;
}

/* End - Wishlist hero  */





/* START - Wishlist styles */

.MuiCardContent-root {
      padding: 10px !important;
      font-size: 13px !important;
}

.conversion-bear-money {
  color:green !important;
  font-size:0.882em !important; /* font-size: 15px;  */
}

@media (min-width: 1280px) {

  
  
.MuiGrid-grid-lg-3 {
    max-width: 20% !important;
    flex-basis: 20% !important;
}
}

#wishlisthero-product-page-button-container button {
padding-left:0px !important;
      text-align:left !important;
   border-radius: 0px !important;
   width: auto !important;
   min-width: 20px !important;
}


.button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after {

  box-shadow:none !important;
}
.button:not([disabled]):hover:after, .shopify-challenge__button:hover:after, .customer button:hover:after, .shopify-payment-button__button--unbranded:hover:after {
  box-shadow:none !important;
}



/* End - Wishlist styles */

.icart-range-label .icart-range-title:first-child {
  display:none;
  /* hides 0 in icart progress bar */
}



/* smile rewards font change - doesn't work because iframe  */
.card-list-item {
      font-size: 16px !important;
}

/* Start - add from other css which I think I put on by mistake - seems to adjust width */








.shopify-payment-button__button--unbranded{
    display: none !important;
}




@media screen and (min-width: 990px) {



.product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 55% !important;
    width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2) !important;
}
  }

  @media screen and (min-width: 990px) {
.product--large:not(.product--no-media) .product__info-wrapper {
    padding: 0 4rem 0 4rem !important;
    max-width: 45% !important;
    width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2) !important;
}
      }

.product__info-container {
    max-width: 100% !important;
}


.collection_page_title {
  text-align:center;
}
.collection_page_title h2, .collection_page_title h1 {
    margin: 0;
}


.collection-hero__title {
  display:none;
}

/* End - add from other css which I think I put on by mistake */


/* Start - banner image */
.banner_page_title {
  text-align:center;
  position: relative;
    z-index: 1;
}
.banner_page_title h2 {
    margin: 0;
}


.banner_page_title h2 {
  color:#27542c;
  font-size:40px;
  
  font-family: filson-pro, sans-serif;
font-weight: 700;
  padding-bottom:0px;
  
}

.banner_page_subtitle {
    color:#348831;
  font-size:40px;
  font-family: archer ital book pro,sans-serif!important;
font-weight: 400;
 text-align:center;
  position: relative;
    z-index: 1;
}

.header_page_subtitle {
    color: #ffffff;  
    font-size: 40px;
    line-height: 50px;
    font-family: archer ital book pro,sans-serif!important;
    font-weight: 400;
    text-align: center;
    position: relative;
    z-index: 1;
}

/* End - banner image */


/* Start - banner with floating image */


.bb_banner_holder_with_image {
    background: linear-gradient(to right, #70b15b , #bae070);
     background-repeat: no-repeat;
    background-size: cover;
  position:relative;

  height:auto;
  padding-top:50px;
  padding-bottom:50px;
    

  
    display: flex;
    flex-direction: column;
    justify-content: center;
  height:400px;
 
}
.bb_auto_height {
height:auto;  
 
}
.floating_banner_img_holder {
  height:400px;
 position:absolute;
  top:0px;
  left:0px;
}
.bb_banner_holder_float_img {
  height:100%;
}

.bb_banner_holder_with_image_doy {
    background: linear-gradient(to right,#70b15b,#bae070);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-image: url(/cdn/shop/files/BB-DOY-2025-Crown.jpg?v=1759508842);
    background-position: center center;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 500px;
}

@media screen and (max-width: 800px) {
  .bb_banner_holder_with_image_doy {
    height: 300px;
  }
}

@media screen and (max-width: 400px) {
  .bb_banner_holder_with_image_doy {
    height: 220px;
  }
}

.bb_banner_holder_with_image_doyfinalists {
    background: linear-gradient(to right,#70b15b,#bae070);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-image: url(/cdn/shop/files/BB-DOY-2025-Finalists.jpg?v=1759353754);
    background-position: center center;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 500px;
}

@media screen and (max-width: 800px) {
  .bb_banner_holder_with_image_doyfinalists {
    height: 300px;
  }
}

@media screen and (max-width: 400px) {
  .bb_banner_holder_with_image_doyfinalists {
    height: 220px;
  }
}

.bb_banner_holder_with_image_5k {
    background: linear-gradient(to right,#70b15b,#bae070);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-image: url(/cdn/shop/files/5K-VirtualKit-CoverPhoto.png?v=1696978313);
    background-position: center center;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 800px;
}

@media screen and (max-width: 1250px) {
  .bb_banner_holder_with_image_5k {
    height: 600px;
  }
}

@media screen and (max-width: 950px) {
  .bb_banner_holder_with_image_5k {
    height: 500px;
  }
}

@media screen and (max-width: 615px) {
  .bb_banner_holder_with_image_5k {
    height: 400px;
  }
}

@media screen and (max-width: 500px) {
  .bb_banner_holder_with_image_5k {
    height: 300px;
  }
}

@media screen and (max-width: 400px) {
  .bb_banner_holder_with_image_5k {
    height: 250px;
  }
}

/* End - banner with floating image */

.yotpo .yotpo-icon {

    color: #65A01C !important;
}

.yotpo .text-m {
    color: #006937 !important;
    text-transform: uppercase;
}
.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active span {
    color: #006937 !important;
}
.yotpo.yotpo-main-widget .yotpo-label .yotpo-logo-title, .yotpo .yotpo-modal-dialog .yotpo-label .yotpo-logo-title {
   color: #006937 !important;
}
.yotpo.yotpo-main-widget {
  padding-left: 5%;
    padding-right: 5%;
}

/* Hides sort by options */
   #SortBy option[value="best-selling"],
     #SortBy option[value="created-ascending"],
     #SortBy option[value="created-descending"]{
         display: none;
      }
/* SET use to add padding around section on site - CM */
.bb_page_margin {
  padding-left:5%;
  padding-right:5%;
  
}

.flagship_image_float {
position: absolute; 
  top: -310px;
  
}

/* Collection thumb round corner on default and hover */

.card__media .media img {

    border-radius: 10px;
}


 .product-grid-container *, .product-grid-container *::before, *::after {
    box-sizing: inherit;
  border-radius: 10px; 
}

.gradient.ratio {
    --color-foreground: var(--color-base-text);
    --color-background: var(--color-base-background-2);
    --gradient-background: transparent;
}


/* Collection thumb round corner on default and hover */

.card-wrapper {
    padding: 0px 50px;
}






.tmenu_app.tmenu_nav.tmenu_item--root > .tmenu_item_link {

    font-weight: 600 !important;
   
    letter-spacing: .8px !important;
}


/* this would add nice padding to mega menu but gets overwritten - CM 
.mega_menu_drop_bb {
  
      padding-left: 5% !important;
    padding-right: 5% !important;
}
*/


.collection-swatch-wrap  {
    position: relative;
    top: -42px;
    width: 50%;
    float: right;
}


.product-count {
display:none;
}

variant-csp-col-swatch {
    z-index: 2 !important; /* 3 was going on top of dropbdown nav - CM */
  
}



.list-menu {

  opacity:0;  
}


/* Start - product page */


/* makes product image sticky, the original broke for some reason I should figure out why */
.rio-media-gallery{
    position: -webkit-sticky; 
    position: sticky; 
    top: 0;
    padding-top: 0.5em;
}



.product_page_crumbs, .grid__item product__media-wrapper {
  padding-bottom:5px;
  font-size:15px;
  color:#006937;
  font-weight:400;
  
}
.product_page_crumbs a, .pdpo__tab_content a {
  text-decoration:none;
  color:#006937 !important;
  border-bottom:1px solid #006937;
}
.product_page_crumbs a:hover, .pdpo__tab_content a:hover {
  color:#65A01C !important;
  border-bottom:1px solid #65A01C !important;
}

.section-template--14416553574499__main-padding {
    padding-top: 0px !important;
 
}


.price-item {
   color:#00572a;
}

.product__title h1 {
  color:#00572a;
  text-transform:uppercase;
  font-size:2em; /*   font-size:35px; */
  font-weight:700;
    
}
.product_subtitle_text {
  display:block;
  color:#006937 !important;
   font-family: 'archer ital book pro',sans-serif !important;
  text-transform:lowercase;
  font-size:27px;
   font-weight:500;
}

.product_limitededition_text {
    display: inline;
    color: #ffffff;
    background-color: #AA865F;
    padding: 5px 8px;
    font-family: 'filson-pro', sans-serif;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: .1rem;
    font-weight: 500;
}

.badge {
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'filson-pro', sans-serif;
    line-height: normal;
}

.pwzrjss227 {
    padding: 4px 4px 4px 0px !important;
}

.pwzrjss655 {
  padding: 4px 4px 4px 0px !important;
}

.pwzrjss468 {
    padding: 4px 4px 4px 0px !important;
}

.pwzrjss532 {
    padding: 4px 4px 4px 0px !important;
}

.pwzrjss372 {
  padding: 4px 4px 4px 0px !important;
}

.pwzrjss436 {
  padding: 4px 4px 4px 0px !important;
}

.pwzrjss591 {
  padding: 4px 4px 4px 0px !important;
}

.rio-product-option-title {
  text-transform:uppercase;
  font-size:15px;
   color:#00572a;
  
}
.rio-product-option-title .rio-product-option-title-option-value {
    padding-left:0px;
  font-weight:400;
  
}

.product__text.caption-with-letter-spacing {
  color:#00572a;
   font-size: 1.3rem;
}

.product-form__input.product-form__quantity {
    color:#00572a;text-transform:uppercase;
  font-weight:600;
}


.product-form__buttons button {
  
      background: #65A01C!important;
  color:#fff !important;
  font-weight: 500 !important;
font-size:24px !important;
  opacity: 1 !important;
}
.product-form__buttons button:hover {
  
      background: #006937!important;
 
}

.pdpo_container, .pdpo__tab_content {
  color:#00572a;
  font-weight: 400;
}

.pdpo__details {
    border-color: #65A01C !important;
    border-top-width: 2px !important;
}
.pdpo__summary__label {
  color:#00572a;
  font-weight:600;
}

.pwzrjss5 {

    cursor: pointer;
}

/* Start - SET remove if we do'nt want the green background on the left */
#MainProduct-template--14416553574499__main {
  padding-left:0px;
  padding-right: 0px;
 
}
.grid__item.product__media-wrapper {
  background-color:#f6fbee !important;
  padding:3% !important;
}

.product__info-container.product__info-container--sticky {
  padding-top:50px
}

/* End - SET remove if we do'nt want the green background on the left */


/* End - product page */

.product-form__buttons button {

  background-color: #0e6a0c;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
  
}
.product-form__buttons button a:hover {

  background-color: #0d820a;


  
}

.quantity__button:not(:focus-visible):not(.focused)  {
    box-shadow: inherit;
    background-color: #00572a;
  color:#fff !important;
}
.quantity__input {
background-color:#fff !important;
    color:#000 !important;
}

.product-form__quantity .quantity {

  /* border-radius: 6px; */
   /*  border: solid 1px #4a4a4a; */
}

.rio-product-option-title {

font-family: filson-pro,sans-serif, "Raleway", "sans-serif" !important;
    font-size: 17px;
  font-weight:bold !important;

}

.rio-width-fit-content span {
      font-family: filson-pro,sans-serif, "Raleway", "sans-serif" !important;
   font-size:14px !important;
     padding: 5px 5px;
 letter-spacing:2px;
  max-width: 101px; /* Changed 5-24-25 - CM - to fit the one size button on rubber 3 pack and changed from width to max-width  */
  text-align: center;
}

.product__info-container .product-form, .product__info-container .product__description {
    margin: 0px !important;
}

.product__info-container>*+* {
    margin: 1rem 0 !important;
}

  /* CM removed ebcause flavor icons on product page were square with itt, if something messed up it's this cm 
.PwzrGrid-item div {

  border-radius: 0px !important;

}

*/

.PwzrGrid-root-123.rio-hide-scrollbar.pwzrjss121.rio-width-fit-content.PwzrGrid-container-124.PwzrGrid-spacing-xs-1-146.PwzrGrid-item-125 {
  padding-left: 0px;
}

/* Start - added now that we replace nav menu old styles ddin't work on dekstop */
.header__menu-item span.tmenu_item_text {
   font-family: filson-pro,sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    color: #00572a !important;
    fill: #00572a !important;
  padding:0px !important;
  letter-spacing: normal !important;

}

.tmenu_item--root>.tmenu_item_link.header__menu-item { 
  padding-left: 10px !important;
    padding-right: 10px !important;
}

.tmenu_item--root.tmenu_item_has_child.tmenu_item_active > a .tmenu_item_text   {
    color: #348831 !important; /* Changes parent color on active */

}

/* End - added now that we replace nav menu old styles ddin't work on dekstop */


.shopify-payment-button__button--unbranded{
    display: none !important;
}

/*
.page-width {
    max-width: 100% !important;
  padding-left:5%;
  padding-right:5%;
  width:100% !important;
}
*/

@media screen and (min-width: 990px) {

.product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 55% !important;
    width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2) !important;
}
  }

  @media screen and (min-width: 990px) {
.product--large:not(.product--no-media) .product__info-wrapper {
    padding: 0 4rem 0 4rem !important;
    max-width: 45% !important;
    width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2) !important;
}
      }

.product__info-container {
    max-width: 100% !important;
}


.collection_page_title {
  text-align:center;
}
.collection_page_title h2, .collection_page_title h1 {
    margin: 0;
}


.collection-hero__title {
  display:none;
}

/* Start - Deals Page - KB */
.image-with-text__text p {
  color: #ffffff;
}

.image-with-text__content>*+* {
    margin-top: 1rem !important;
    color: #a4df63;
}

.image-with-text__content .image-with-text__text+.button {
    margin-top: 1rem !important;
}

h2.image-with-text__heading.h1 {
    font-family: 'archer bold pro';
}


/* End - Deals Page - KB */

/* Start - Podcast Landing Page - KB */

.quick-add__submit {
    border-radius: 0px !important;
    background: #65a01c !important;
    color: #ffffff !important;
    font-size: 1.5rem;
    letter-spacing: .15rem;
}

.product__title>* {
  color: #00572a !important;
  font-weight: 600 !important;
}

.product-form__input input[type=radio]:checked+label {
    background-color: #00572a !important;
    color: #ffffff !important;
}

.product-form__input input[type=radio]+label {
    border: 3px solid rgb(0, 87, 42) !important;
    background-color: #ffffff !important;
    border-radius: 0px !important;
    color: #00572a !important;
    display: inline-block !important;
    margin: .7rem .5rem .2rem 0 !important;
    padding: 1.3rem 1.6rem !important;
    font-size: 1.45rem !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
    text-align: center !important;
}

.product-form__input input[type=radio]+label:hover {
  border-color: #00572a !important;
  background-color: #65a01c !important;
  color: #ffffff !important;
}

.form__label {
  color: #00572a !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}

/* End - Podcast Landing Page - KB */

/* Start - Scholarship Application Page - KB */
div#CollapsibleAccordion-collapsible_row_Ud3m39-template--16637861363811__collapsible_content_VKqF4J {
  background-color: #ffffff;
  color: #00572a;
}

div#CollapsibleAccordion-collapsible_row_Q9Bprr-template--16637861363811__collapsible_content_VKqF4J {
  background-color: #ffffff;
  color: #00572a;
}

div#CollapsibleAccordion-collapsible_row_g6wKxz-template--16637861363811__collapsible_content_VKqF4J {
  background-color: #ffffff;
  color: #00572a;
}

div#CollapsibleAccordion-collapsible_row_GdkTQM-template--16637861363811__collapsible_content_VKqF4J {
  background-color: #ffffff;
  color: #00572a;
}

div#CollapsibleAccordion-collapsible_row_eBpDge-template--16637861363811__collapsible_content_VKqF4J {
  background-color: #ffffff;
  color: #00572a;
}

/* End - Scholarship Application Page - KB */

/* Start - Gorgias Module Styling - KB */
button#gorgias-chat-messenger-button {
  background: #00572A !important;
}

.messenger-button-iframe-yh5101 path {
  fill: #ffffff !important;
}

/* End - Gorgias Module Styling - KB */

/* ---------------- BELOW WAS ALL OLD FLEX THEME NEED TO CLEAN  ------------------------ */
/* ------------------------------------------------------------------------------------- */


/* Start - fonts testing move to dropdown when final - CM */
body {
font-family: filson-pro, sans-serif !important;
font-weight: 300 !important;
  
}

h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
font-family: filson-pro, sans-serif;
  padding:0px;
  margin:0px;
}

.navbar-link {

    font-family: filson-pro,sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px;
}

.mega-menu__content ul, .navbar-dropdown a {
    font-family: filson-pro,sans-serif !important;
    font-weight: 400 !important;
    font-size: 17px !important;
  text-transform: uppercase !important;
  
}

.as-bg-indigo-600 {
/* build box color temp fix */
  background-color:green !important;
  color:fff !important;
}

/* End - fonts testing move to dropdown when final - CM */



/* temp text styles - try to use theme instead */
.slideshow-classic__banner h2.title {
    text-transform: none;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px black !important;

}
/* temp text styles - try to use theme instead */


/* Start - hides default cart - we use rebuy instead */
.smart-cart--enabled #theme-ajax-cart, .smart-cart--enabled .ajax-cart__overlay { display: none !important; } 
#CartDrawer is element that contains the entire cart drawer 
.smart-cart--enabled #theme-ajax-cart, #PageContainer::after { display: none !important; }  
making sure that scrolling is still enabled after closing the smart cart
.smart-cart--enabled .ajax-cart__overlay { overflow: scroll !important; }  
.drawer.active { display: none !important;  }
/* End - hides default cart - we use rebuy instead */

/* Start - hides default cart - we use rebuy instead 
.smart-cart--enabled #theme-ajax-cart, .smart-cart--enabled .ajax-cart__overlay { display: none !important; } */
/* #CartDrawer is element that contains the entire cart drawer 
.smart-cart--enabled #theme-ajax-cart, #PageContainer::after { display: none !important; }  */ 
/* making sure that scrolling is still enabled after closing the smart cart
.smart-cart--enabled .ajax-cart__overlay { overflow: scroll !important; }  */ 
/* End - hides default cart - we use rebuy instead */

.yotpo.yotpo-main-widget {
max-width:1200px !important;  
  padding-bottom:50px;
}
.yotpo-user-name {
      text-transform: uppercase;
  color:#00572a !important;
    font-weight:700 !important;
    font-family: filson-pro,sans-serif !important;
}
.content-review {
     font-family: filson-pro,sans-serif !important;
}
.yotpo-footer  {   /* yopo hides share button and footer items, undo if trying to show links */
  display:none;
}
.yotpo-icon-profile { /*  hides review avatar */
  display:none !important;
}
.yotpo-main  {
  margin-left:0px !important;
}


/* Start hide yotpo logo cm */
.yotpo-reviews-trademark {
display:none !important;
}
.yotpo-display-l .yotpo-main-layout .yotpo-head, .yotpo-display-m .yotpo-main-layout .yotpo-head {
  justify-content: center !important;
}
.yotpo-headline {
  margin-left: 0px !important;
}
/* End hide yotpo logo cm */

.testimonial__name {
  
height:0px;
  
}
.testimonial__description{
  padding-top:0px;
    margin-top:0px;
}
.logo-list__item {
  margin:20px 40px !important;
  
}

.wishlist_btn_holder {
padding-left: 10px !important;
  padding-bottom:50px;
}

.image__container img {
    border: 0px solid #ccc;
    border-radius: 10px;
}
.container img {
      border-radius: 10px;
}

.recharge-subscription-widget {
  padding-top: 20px;
}

.product-quantity-box.purchase-details__quantity {
  width:inherit !important;
}

.purchase-details__buttons {
  /* flex: inherit; */
  
}



/* Start - collection page */

.sidebar__block {
border-top: 1px solid #ccc;
/*margin-right:20px; */
}
.sidebar__block:first-child {
border-top: 0px solid #ccc;
}
.sidebar-block__heading {
font-weight: bold;
}

.thumbnail-swatch .swatch span {
/* hides border around circle - has choppy rendering with padding */
border:none !important;
}

.thumbnail-swatch {
 position: relative;
    top: -109px; /* patch moves swatches up - CM */
    justify-content: flex-end;
}

.thumbnail__caption {

    text-align: left !important;
}

.thumbnail-swatch {
  
  
}

.product-thumbnail {
    padding-top: 10px;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 500;
    color: #666666 !important;
}
.product-thumbnail a {
 
    color: #666666 !important;
}

.product-thumbnail__price.price  {
   font-weight: 300;
   font-size: 20px;
  
}





/* Start - collection items grid */

.container.collection__content {
      padding-left: 3%;
    padding-right: 3%;
  
}

/* grid item spacing */
.container.collection-matrix .product__grid-item {
    padding-left: 60px;
    padding-right: 60px;

}

.product-wrap {

  padding-bottom:50px;
}

.field.is-grouped.is-flex-wrap {
    padding-right: 11% !important;
}


/* End - collection items grid */

/* End - collection items grid */



/* Start - dropdown menu narrower */

#header .is-width-wide .mega-menu {
    width: calc(75% + 20px);
    left: 12%;
}

.mega-menu {

    min-width: 50%;
 
}

/* End - dropdown menu narrower */


.appstle_select {
     padding: 10px;
    font-size:0.882em; /* font-size: 15px;  */
    font-family: filson-pro,sans-serif!important;
}

/* Start - collection page title */



.collection_page_title h2, .collection_page_title h1 {
  color:#27542c;
  font-size:40px;
  
  font-family: filson-pro, sans-serif;
font-weight: 700;
  padding-bottom:0px;
  
}

.collection_page_subtitle {
    color:#348831;
  font-size:40px;
  font-family: archer ital book pro,sans-serif!important;
font-weight: 400;
  text-align:center;
      line-height: 45px;
}

.heading-wrapper--collection {
  display:none; /* hides collection page default title - CM */
}

/* End - collection page title */



/* Start - Varient descriptions format fix - cm */

.rte ul {

    list-style: inherit;

display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;


}

.rte p {
  
      display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;

}

/* End - Varient descriptions format fix - cm */



#wishlisthero-product-page-button-container button {
padding-left:0px !important;
}

.section.is-width-wide, .header {
  
  padding-left: 3%;
  padding-right: 3%;
   }

.one-half {
    padding: 30px;
}

#pwzrswiper-container-wrapper {
      padding-left: 0px !important;
    padding-right: 0px;

}

.pwzrswiper-btn-next svg {
  display: none !important;
}

.pwzrswiper-btn-prev svg {
  display: none !important;
}

.pwzrswiper-btn-next {
  display: none !important;
}

.pwzrswiper-btn-prev {
  display: none !important;
}

.pwzrswiper-pagination-bullet-active {
  background: #00572a !important;
}

.image-element__wrap img.primary-logo {  /* Width of non stick nav logo since theme doesn't go under 80 cm */
   
   /* width: 50px !important; */
}

.purchase-details .purchase-details__spb--true .action_button.action_button--secondary {
  border:2px #0c6a39 solid !important;
  text-transform:uppercase ;
  color:#0C6A39;
  font-weight:bold !important;
  
}

.purchase-details .purchase-details__spb--true .action_button.action_button--secondary:hover {

    color:#fff;
}

body {
  font-family: Brevia-Black, Cambria, "Raleway", "sans-serif";
  font-size:17px;
}

.title {
      font-weight: 600;
  color:#2f2f2f;
    padding-bottom:16px;
}

.navbar {
    font-weight: bold;
}

#shopify-section-header__top-bar .top-bar {
    font-weight: bold !important;
}
.collection-main {
  padding-top: 20px !important;
}

/*************************************************************/
/* Start - NEW DAWN mods are below - above is old flex theme stuff in area  noted - media for all  */
/*************************************************************/


@media (max-width: 1500px) {

  .section-template--14416553214051__cfa20f9a-8663-45d1-892f-577d1255f964-padding {
    background-position: calc(20%) 0;
} 

  .text_with_left_right_images {
padding-left:18% !important; 
padding-right:18% !important;
}

  
.collection-swatch-wrap {
 position:initial; 
  text-align:left;  
      float: left; 
      width: auto; 
} 


  
} /* End media 1500px */

@media (max-width: 1280px) {


  .chew_replace_repeat  {
  font-size:56px  !important;
    margin: 0px 10px !important;
}
  
  .recycle_icon_holder img {
  width:140px;
    
}

.recycle_icon_holder {
left: -70px;
      bottom: 50px

}

  .section-template--14416553214051__cfa20f9a-8663-45d1-892f-577d1255f964-padding {
    background-position: calc(20%) 0;
} 

  
  .tmenu_item_submenu_type_mega .tmenu_submenu.tmenu_submenu_mega_position_fullwidth {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
    #rev_slider_2_1_wrapper {
height:800px !important;
}
#rev_slider_2_1 {
height:800px !important;
}

    


.card-wrapper {
    padding: 0 10px;
}

.section-template--14416553214051__cfa20f9a-8663-45d1-892f-577d1255f964-padding {
    background-position: calc(20%) 0;
} 

.wishbone_club_page_icon {
  position: relative !important;
  top: 0px !important;
  right: 0px !important;
  }

.wishbone_club_page_icon img {
  max-width: 140px !important;
  transform: rotate(0deg) !important;
}

  .section-template--14963331334243__43d3c23c-c972-4538-8aff-a51ea8e1b39b-padding {
    padding-top: 0px !important;
  }
  
} /* End media 1280px */


@media (max-width: 1240px) {

  /* rev slider 
#rev_slider_2_1_wrapper {
height:500px !important;
}
#rev_slider_2_1 {
height:500px !important;
}
*/

.product_page_flavors_text1_alt1 {
  font-size: 55px !important;
}

.product_real_flav_text1 {
line-height: 60px; 
padding-left: 0px;
  font-size:60px;
}
.product_real_flav_text2 {
 font-size:55px;
  margin-left: 0px;
}
  .product_real_flav_text3 {
 font-size:55px;
}

.product_page_flavor_top_right img {
   /* width: 180px; */
} 
.product_page_flavor_top_right {
  /*  width: 220px;
      top: 140px;
  right:120px;
  */
}

.banner_left_image_back img, .banner_right_image_back img {
  width:250px;
}
  
  
} /* End media 1240px */

@media (max-width: 1150px) {
.banner_left_image_back img, .banner_right_image_back img {
  width:200px;
}

h2#replace {
    padding-top: 20px;
}
  
.section-template--14416778362979__7f2a1652-0c5e-4181-b23f-901a999dbcee-padding {
    background-position: 65% 0 !important;
}
} /* End media 1150px */

@media (max-width: 990px) {


  
 .desktop_tablet_only {
  display:none;
}
  
  .tablet_only {
  display:block;
}
  
  .section-template--14416553574499__0c8007b4-8678-4482-921c-02d2cb5f54b1-padding, .product_page_flavors_features_section {
      padding-top: 0px  !important;
}  
.section-template--14416553574499__89d5580f-3797-4270-a203-c4a59259af83-padding {
    padding-bottom: 20px  !important;
}
  
  /* Start - homepage */

  .two_col_right_img_holder img {

padding-left:10px;
padding-right:10px;
}

  
.souls_icon_float_holder {
    position: absolute;
    text-align: center;
  padding-top:15px;
    padding-bottom:35px;
  right: 2%;
}

.souls_icon_float_holder img {
    width: 100px;
}

.card__inner {
    width: 70% !important;
    margin: 0 auto !important;
}

.card__information {
    padding: 0rem 1rem !important;
}

.section-template--14416553214051__5419bb96-a351-4fb5-8e8a-4e6ffa76228f-padding {
  padding-bottom:0px !important;
}  

.section_body {
  font-size: 17px;
  line-height: 30px;
}

.section_title_text_new_b {
  font-size: 17px;
  line-height: 30px !important;
}

.section_title_text_bold {
 font-size:2em; /*   font-size:35px; */
}

.section_subtitle_text {
  font-size: 28px;
  line-height: 2em;  /*    line-height:35px; */
  padding-bottom: 0px;
}

.section_text_regular {
    color:#4d4d4d;
  font-weight: 300;
  font-size: 17px;
  line-height: 30px;
}

.section_title_text_b {
    line-height: 28px;
    font-size: 23px;
    padding-top: 15px;
}

.section_regular_text_b {
    line-height: 30px;
    font-size: 17px;
    font-weight: 300;
    padding-bottom: 0px;
}

.section-template--14416553443427__a9470c6a-4c46-44a5-8550-f04e05be9373-padding {
  padding-bottom: 0px !important;
}
  
.section-template--14416553443427__80295f33-dbbc-4c61-ab51-ee2f9761ab40-padding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.section-template--14416553443427__1fa4661b-ac13-4934-9c91-d7f54115d5f4-padding {
  padding-top: 30px !important;
}
  
.bb_two_col_left_small_right {
  margin: auto !important;
}

.section-template--14474524655715__5f2829e2-1385-4955-a0f1-137becb59185-padding {
  padding-top: 30px !important;
  padding-bottom: 10px !important;
}

.dockyard_text.meetourteam {
    font-size: 60px !important;
}

div#dogma {
    text-align: left !important;
}

div#meesha {
    width: 100%;
}
  
img#dogmapic1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    margin: 0 auto;
}

img#dogmapic2 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    margin: 0 auto;
}

img#dogmapic3 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    margin: 0 auto;
}
  
.bb_flex_column {
  flex-direction: initial;
  justify-content: center;
  
}
.bb_flex_row .column {
  width:100% !important;
  text-align: center;
  padding-top: 30px;
  padding-right: 0px !important;
}
.join_pack {
    float: none !important;
}
div#update {
    padding-top: 10px;
}
.bb_flex_row .column img {
      width: 100%;
}
.section-template--14416553214051__688699e1-d0dc-4fde-a91f-2d49a93f0c32-padding {
    background-position-x: -600px;
  padding-top: 0px !important;
  padding-bottom: calc(50px  * 0.75) !important;
}  

.section-template--14416553214051__cfa20f9a-8663-45d1-892f-577d1255f964-padding {
    background-position: calc(30%) 0;
}

.section_body {
  padding-top:30px;
}
  
  /* End - homepage */


  
/* Start - feature review boxees on prodcut page */	

.product_sizing_graphic_area {
padding-bottom:50px;
  padding-top:50px;
} 
  
/* End - feature review boxees on prodcut page */		


	



    .banner_left_image_back img, .banner_right_image_back img {
  width:150px;
}

  .flagship_image_float {
position: initial; 
  top: 0px;
  
}
    .flagship_section_right {
  width:100%;
  flex:initial;
  justify-content: center;
  padding-top:20px;
}
  .founders_section_left {
  width:100%;
  flex:initial;
  justify-content: center;
  padding-top:20px;
}

.our_story_2_col {
display:block !important;
  
  
}

.bene_meaning_left_img {
  bottom: -80px !important;
    left: -40px !important;
}  

  .section-template--14416553312355__488f9b85-2f47-4f02-a07a-5dd27f5e27b1-padding {
    padding-top:0px !important; 
  }
    .form-all {
    padding-top:0px;
  }

  .product_page_flavor_top_right, .product_page_flavor_top_left {

 display:none; /*  hides wishbone page peanuts on mobile */
}

.featured_review_holder_all {
  max-width: 600px!important;
}

.featured_review_text_main {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

.featured_review_holder_all.featured_review_holder_item1 {
    margin-top: -60px;
}

  .featured_review_holder_all.featured_review_holder_item1.featured_review_holder_item2 {
    margin-top: 20px;
}

.bene {
    padding-bottom: 100px !important;
}

  .section-template--14416778362979__7f2a1652-0c5e-4181-b23f-901a999dbcee-padding {
    background-position: 20% 0 !important;
}

    .section_title_text_fancy {
    text-align:center;
      padding-top:40px;
}

  
} /* End media 990px */
  
@media (max-width: 768px) {

    .bb_image_row_container {
      display: flex !important;
      flex-wrap: nowrap !important;
    flex-direction: row !important;
      text-align: center !important;
      justify-content: center !important;
}

  .section-template--14416553214051__cfa20f9a-8663-45d1-892f-577d1255f964-padding {
    background-image: url(/cdn/shop/files/dog-wb-banner-mobile.png?v=1700452380);
    background-position: calc(59%) 0;
}

  .section-template--14416778362979__7f2a1652-0c5e-4181-b23f-901a999dbcee-padding {
    background-position: 35% 0 !important;
}

    .bb_sp_icon_holder img {
    max-width: 80% !important;
    justify-content: center !important;
}
  
  .simple_banner_text_holder {
    text-align:center !important;
  }
  .bbppf_text_alt2 {
font-size: 32px !important;
    text-align: center; 
  }
.product_real_flav_text3 {
  font-size: 32px !important;
}

  span#tripeflavor {
    font-size: 55px !important;
}

  span#jacksalmonflavor {
    font-size: 55px !important;
}
  
  .section_title_text_new_b {
  margin-bottom:30px !important;
  text-align:left !important;
  font-size: 17px !important;
  line-height: 30px !important;
}
  
  .collection_page_subtitle {
  font-size:36px;  
  }

.bb_psb_size {
  font-weight: normal !important;
}

  
#slider-1-slide-2-layer-7 {
   text-shadow: 0px 1px 4px #737373 !important;
  color:#fff !important;
}

.product_real_flav_text1 {
  line-height: 60px; 
  padding-left: 0px;
  font-size:55px;
  text-align: center !important;
}
  
.product_real_flav_text2 {
 font-size:40px;
}
.product_real_flav_text3 {
 font-size:40px;
}  
.product_page_flavor_top_right img {
  /*  width: 100%; */
 /* display:none;  hides peanuts on mobile*/
} 
.product_page_flavor_top_right {
 /*   width: 150px;
      top: 150px;
  right:0px;
  */
}

.flex_holder1 {
  display: block;     
  padding: 50px 25px;
}  


.footer-block__details-content {
  margin-bottom:0px !important;
}  

.eapps-faq-search-bar-container, .eapps-faq-content-category-title-text, .eapps-faq-content-category-title {
  margin-left:5% !important;
  margin-right:5% !important;
  text-align:center !important;
  justify-content: center !important;
}  

  .bb_mobile_single_col {
  display:block !important;
}
  .bb_mobile_bottom_padding {
    padding-bottom:30px !important;
  }

  .bb_greener_image1 {
    padding-right:0px !important;
    padding-top: 30px !important;
    padding-bottom: 0px!important;
  }



  .earth_text_1 {
    font-size: 30px;
    line-height: 41px;
  }
 .earth_text_2 {
    font-size: 45px;
   
  }

  .recycle_icon_holder {
    bottom: 10px;
    left: 0;
    right: 10px;
}

  .bb_recycle_banner_img1 {
    background-position-x: -332px;
    
  }

  .bb_holiday_banner_img {
    background-position-x: -490px !important;
  }

  .bb_podcast_banner_img {
    background-position-x: 0px !important;
  }

  .bb_wbc_banner_img {
    background-position-x: -180px !important;
  }

  .join_wb_club_banner_feature {
    right: 0px !important;
    top: 0px !important;
  }

  .join_wb_club_banner_feature img {
    width: 200px !important;
  }

.section-template--16456668577891__custom_liquid_RDbVzC-padding {
  padding-left: 15px;
  padding-right: 15px;
}

.section-template--16456668577891__custom_liquid_7zCi3j-padding {
  padding-left: 15px;
  padding-right: 15px;
}
  
} /* End media 768px */





  @media (max-width: 750px) {


    
.product__info-container.product__info-container--sticky {
    padding-top: 0px;
}

  .customerHub .chContent .chContent-Wrapper .chContent-Body .chContent-Body-Page .chContent-Body-Page-General .chContent-Body-Page-RecentOrders-Wrapper .chContent-Body-Page-RecentOrders-Wrapper-Item .chContent-Body-Page-RecentOrders-Wrapper-Item-Details .chCBPROWID-LineItems .chCBPROWID-LineItem {

      flex:inherit;

}

.header_page_subtitle {
  font-size: 2em !important;  /*   font-size:35px; */
  line-height: 40px !important;
}

h2#bene {
    width: 90%;
    margin: 0 auto;
}

h2#replace {
    width: 90%;
    padding-top: 30px;
    font-size: 25px;
}

h3#replace {
    font-size: 22px;
}

div#replace {
    margin-left: 30px;
}

.banner_page_subtitle.bb_title_text_light, .light_text_outlined  {

    font-size: 45px !important;
}

span.title.bb_title_text_light.dockyard_text {
  font-size: 75px !important;
  line-height: 60px !important;
}

span#tripeflavor {
    font-size: 45px !important;
}

span#jacksalmonflavor {
    font-size: 45px !important;
}

.page-width {
  padding-right: 5%;
}

.header__icon--cart {
  margin-right: 0px !important;
}

.menu-drawer {
  width: 100% !important;
}

h2#wbc {
    font-size: 25px;
}

h3#wbc {
    font-size: 22px;
}

h2#guide {
    font-size: 25px;
}

h3#guide {
    font-size: 22px;
}

.section-template--14437674844259__1fdfca9e-2b4b-496a-9e75-ce8d3997d93c-padding {
  padding-bottom: 0px !important;
}

.section-template--14437674844259__19723c85-9443-46ba-9f95-c6bbaac54fd8-padding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.section-template--14416553214051__cfa20f9a-8663-45d1-892f-577d1255f964-padding {
    background-position: calc(45%) 0;
} 

.footer-block.grid__item {
  margin: 2.5rem 0 !important;
}

.section-footer-padding {
    padding-top: 10px !important;
    padding-bottom: 20px !important;
}

.featured_review_holder_all {
  max-width: 550px!important;
}

.past_events_title_holder {
  padding-top: 0px !important;
  padding-bottom: 0px !important
}

.dockyard_text.events {
    font-size: 60px !important;
    padding-bottom: 0px !important;
}

.events_text {
    font-size: 45px !important;
    line-height: 50px !important;
}

.section-template--14416778362979__7f2a1652-0c5e-4181-b23f-901a999dbcee-padding {
    background-image: url(/cdn/shop/files/wear-banner-mobile.png?v=1700478579) !important;
    background-position: 65% 0 !important;
}
    
} /* End media 750px */

  @media (max-width: 674px) {
.featured_review_holder_all {
  max-width: 400px!important;
}

.bene {
    padding-bottom: 100px !important;
}
.past_events_title_holder {
  padding-top: 0px !important;
  padding-bottom: 0px !important
}
  } /* End media 674px */

  @media (max-width: 600px) {
.join_wb_club_banner_feature {
  display: none !important;
}
  } /* End media 600px */

  @media (max-width: 515px) {
.header_page_subtitle {
  font-size: 30px !important;
  line-height: 35px !important; 
} 

.subpage_subtitle_text {
  font-size: 24px;
  line-height: 30px;
  padding: 20px 20px;
}
    
.banner_page_subtitle.bb_title_text_light, .light_text_outlined {
  font-size: 40px !important;
  line-height: 50px;
}

.product_real_flav_text1 {
  font-size: 70px !important;
  line-height: 50px !important;
  height: 40px;
  text-align: center !important;
}

.product_real_flav_text3 {
  font-size: 45px !important;
  line-height: 45px !important;
}

.usa_product_text_new1 {
  font-size: 70px !important;
  line-height: 30px !important;
}

.usa_product_text2 {
  height: 45px;
}
    
.usa_product_text3 {
  font-size: 45px;
  line-height: 50px;
}
  } /* End media 515px */

  @media (max-width: 480px) {

 .desktop_only {
  display:none;
}
.mobile_only {
  display:block;
}

.header_page_subtitle {
  font-size: 25px !important;
  line-height: 30px !important;
}

span.title.bb_title_text_light.dockyard_text {
  font-size: 60px !important;
  line-height: 55px !important;
}

.banner_page_subtitle.bb_title_text_light, .light_text_outlined {
  font-size: 35px !important;
  line-height: 40px;
}

.bene {
    padding-bottom: 120px !important;
}

.bene_meaning_left_img {
  bottom: -120px !important;
}

.banner_right_image_back {
  bottom: -80px !important;
}
    
.bb_psb_img img {
      max-height: inherit !important;
    max-width: 150px;
    padding-top: 20px;
    margin: 0 auto;
}
.sizing_for_thin_products .bb_psb_img img { 
 max-width: 200px;
}

.past_events_title_holder {
  padding-top: 10px !important;
  padding-bottom: 10px !important
}
    
#slider-1-slide-2-layer-5 {
height: 66px !important;
}

    .bb_sp_icon_holder {
  
    width: 60%; /* change to 100% if we only want 1 per column */ 
    margin: 0 auto;
    text-align: center;
    justify-content: center !important;
   
}

    .banner_left_image_back img, .banner_right_image_back img {
  width:150px;
}


.section-template--14416553214051__6ba95e7e-41b3-4a73-aa59-30ae913e13d8-padding {
  margin-bottom:30px;
}    

.featured_review_column {
  padding-left: 8px;
    padding-right: 8px;
}    
    
.floating_banner_img_holder {
    right: 0px;
    left: initial;
}

.section-template--14416553214051__cfa20f9a-8663-45d1-892f-577d1255f964-padding {
    background-position: calc(55%) 0;
} 

.featured_review_holder_all {
  max-width: 340px!important;
}

.product_real_flav_text1 {
  display: block;
}

img#peanuts_homepage {
  width: 130px !important;
}
    
img#fish_homepage {
  width: 120px !important;
}

div#fish_homepage {
    bottom: -10px !important;
}
    
} /* End media 480px */

/*************************************************************/
/* End - media for all  */
/*************************************************************/
