/** Shopify CDN: Minification failed

Line 351:0 Expected "}" to go with "{"

**/
.page-width { width: 100%; max-width:1400px; padding-left:15px; padding-right:15px; margin:0 auto; }.page-width:after { content: ''; display: block; clear: both; }.page-width .page-width { max-width: 100%; padding-left: 0; padding-right: 0; }.page-content .page-width,.wrapper .page-width { max-width: 100%; width: auto; padding: 0; margin: 0; }
.shopify-app-block{  
  width: 100%!important;
}
.star-clickable a{
    padding-top: 2px;
    padding-left: 5px;
}
.collection-card__inner svg{
    display: none;
}
.core__row--columns .ecom-column {
  clip-path: none !important;
}
.utilities.utilities--blocks-3.spacing-style {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.utilities.utilities--blocks-3.spacing-style .footer-policy-inline {
    margin-right: auto;
}

.utilities.utilities--blocks-3.spacing-style .footer-policy-inline ul a {
    color: #ffffff99;
}

body .sticky-add-to-cart__bar {
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    bottom: auto;
    top: 0;
    visibility: hidden;
    z-index: 7;
    flex-wrap: wrap;
    justify-content: space-between;
    transition: top 0.3s ease-in-out;
}
body .sticky-add-to-cart__bar[data-stuck=true] {
    visibility: visible;
}
body .sticky-add-to-cart__bar .col-right .add-to-cart-button {
    background-color: red;
}
body:has(header-component[data-sticky-state="active"]) .sticky-add-to-cart__bar,
header-component[data-sticky-state="active"] ~ * .sticky-add-to-cart__bar {
    top: 108px !important;
}
header-component, .header, .header__row {
    z-index: 100 !important;
}
body .sticky-add-to-cart__bar .col-left, body .sticky-add-to-cart__bar .col-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1em;
}

.product-details .cat-info-block {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 8px;
    margin: 0 auto;
}

.product-details .cat-info-block h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 16px 0;
}

.product-details .cat-info-block .cat-info-content {
    display: flex;
    align-items: center;
    gap: 16px;
}

.product-details .cat-info-block .cat-info-content svg {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    color: #000000;
}

.product-details .cat-info-block .cat-info-content .cat-info-text {
    flex-grow: 1;
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
}

.product-details .cat-info-block a.cat-info-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18.0px;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

.custom-policy-container {
    background: #fff;
    color: #000;
}

.custom-policy-container:before {
    content: "";
    background: #fff;
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
}
.content-for-layout {
    position: relative;
}

@media (max-width: 1200px) {
    #ymm_searchbox{
        margin: 0px!important;
    }
}
@media screen and (max-width: 1079px){
    body .sticky-add-to-cart__bar {
        flex-direction: column;
    }
    body .sticky-add-to-cart__bar .col-left, body .sticky-add-to-cart__bar .col-right {
        width: 100%;
        gap: 0.5em;
    }
    body .sticky-add-to-cart__bar .sticky-add-to-cart__image {
        display: none;
    }
    body .sticky-add-to-cart__bar .col-right .add-to-cart-button {
        width: 100%;
    }
    .sticky-add-to-cart__bar .sticky-add-to-cart__price {
        width: 100%;
    }
    .sticky-add-to-cart__bar .sticky-add-to-cart__price p.affirm-as-low-as {
        text-align: center;
        margin-top:0;
    }
    .sticky-add-to-cart__bar .sticky-add-to-cart__price span[role="group"] {
        font-size: 1.3em;
    }
    body .sticky-add-to-cart__bar .col-left .sticky-add-to-cart__info {
        font-weight: 600;
        font-size: 1.1em;
    }
    body .sticky-add-to-cart__bar .col-left .sticky-add-to-cart__info .sticky-add-to-cart__title {
        font-size: 1em;
    }
    body:has(header-component[data-sticky-state=active]) .sticky-add-to-cart__bar, header-component[data-sticky-state=active]~* .sticky-add-to-cart__bar {
        top: 128px !important;
    }
}
@media screen and (max-width: 767px){
  .utilities.utilities--blocks-3.spacing-style {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
  .policy-inline-list{
    justify-content: center;
  }
}
@media (max-width: 750px) {
    media-gallery{
        padding-top: 0px!important;
    }
}
@media screen and (max-width: 749px){
  .group-block-content.layout-panel-flex.layout-panel-flex--row {
    flex-wrap: nowrap;
  }
  body .sticky-add-to-cart__bar .add-to-cart-text__content {
        display: block;
    }
    .sticky-add-to-cart__bar .sticky-add-to-cart__price p.affirm-as-low-as {
        font-size: 0.85em;
    }
    body:has(header-component[data-sticky-state=active]) .sticky-add-to-cart__bar, header-component[data-sticky-state=active]~* .sticky-add-to-cart__bar {
        top: 58px !important;
    }
}
product-card shopify-payment-terms {
    font-size: 14px;
    text-align: left;
}
#rebuy-widget-178299{
    padding: 0px!important;
}
.product-details [ref="priceContainer"]>.affirm-as-low-as{
    display: none;
    }

.section{
   grid-template-columns: minmax(40px, 1fr) min( calc(1400px + (40px * 2)) - 40px * 2, calc(100% - 40px * 2) ) minmax(40px, 1fr)!important;
}
.dealerlink {
    display:flex;
    justify-content: center;
}
#ymm_searchbox ul{
    justify-content: center!important;
}
span.hovertextt {
    position: absolute;
    background: #ffffff;
    width: 140px;
    color: black;
    height: auto;
    top: -10px;
    font-size: 13px;
    border-radius: 34px;
    opacity: 0;
    visibility: hidden;
}
.dealerlink:hover span.hovertextt{
  opacity: 1;
    visibility: visible;
}
product-card [ref="priceContainer"] {
    text-align: left!important;
    font-size: 16px!important;
}
product-card .group-block-content p{
    font-size: 14px!important;
}
.ecom-collection__product-price-wrapper{
    display: none!important;
}
product-price .compare-at-price,
.ecom-collection__product-prices .compare-at-price{
    color: #dc2626;
    opacity: 0.6;
}

product-price .price,
.ecom-collection__product-prices .price{
    color: #dc2626;
    font-weight: 600;
}
p.affirm-as-low-as {
    margin: 8px 0px 0px;
    font-size: 14px;
}
@media (max-width: 750px){
media-gallery .slideshow-controls__counter{
    margin-bottom: 100px;
}
media-gallery [class="mobile:hidden"]{
    display: flex!important;
}
}
@media (max-width: 400px) {
    .header .header-logo__image-container {
        justify-content: center !important;
    }
}
.header__row{
    z-index: 10!important;
}
.ecom-collection__product-item--wrapper  .star-clickable>a{
    padding-top: 2px;
    padding-left: 2px;  
}
.cstmpricecode{
    text-align: center;
    margin-bottom: 5px;
}
.ecom-collection__product-item--information-wrapper{
    padding: 0px 10px;
}
span.bldd {
    font-weight: 600;
}
.tmenu_item_level_0>.tmenu_item_link{
    font-size: 14px!important;
}
/* @media (min-width: 750px){
  search-button button:after{
      content: 'Search';
      color: grey;
  }
  search-button{
      background: white;
      color: #222;
      width: 200px;
      overflow: hidden;
      border-radius: 50px;
  }
} */
.tmenu_item_link[href="/collections/on-sale"]{
    color: red!important;
}
.slideshow-controls__thumbnails .slideshow-control{
  width: 80px!important;
  height: 80px!important;
}
.dropdowns select{
    border-radius: 10px!important;
}
.product-information__media .slideshow-controls__thumbnails button{
    border-radius: 10px!important;
}
.product-information iframe {
    max-width: 100%!important; 
    border:none!important;
}
.page-width-narrow, .page-width-content {
    --page-content-width: 1200px;
}
.header__row {
    z-index: 1;
}

@media screen and (min-width: 750px) {
    .product-information__grid.product-information--media-none.product-information__grid--half {
    display: flex;
}
/* Disable sticky add-to-cart on mobile */
/* @media (max-width: 749px) {
  .sticky-add-to-cart,
  .sticky_add_to_cart,
  #sticky-add-to-cart,
  [data-sticky-add-to-cart] {
    display: none !important;
  }
} */

