/** Shopify CDN: Minification failed

Line 17:18 Unexpected "<"
Line 484:27 Expected identifier but found "*"

**/
@font-face {
  font-family: "GroteskSSH-Bold";
  src:url("/cdn/shop/files/GroteskSSH-Bold.otf?v=1755156807") format("opentype");
}

@font-face {
font-family: "Familjen Grotesk";
src: url('/cdn/shop/files/Fontspring-DEMO-breulgroteskb-regular.otf?v=1757667347') format("woff");
}

.familjen-grotesk-<uniquifier> {
  font-family: "Familjen Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

:root {
--font-body-family: GroteskSSH-Bold !important;
--font-heading-family: GroteskSSH-Bold !important;
}

.slider_butns {
    filter: brightness(0) saturate(100%) invert(35%) sepia(14%) saturate(8%) hue-rotate(59deg) brightness(97%) contrast(89%);
}

.slick-dots li {
  margin: 0;
}
.slick-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.slick-dots button {
  font-size: 0 !important;
  line-height: 0;
  display: block;
  width: 14px;
  height: 14px;
  padding: 0;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #999;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-dots li.slick-active button {
  background-color: #999;
  border-color: #999;
}
.slick-slide {
  margin: 0 11px;
}
.h1 {
    text-align: center;
    /* text-decoration: underline; */
    margin-bottom: 30px;
    letter-spacing: 2px;
}

a.blog__button.button {
    font-size: 27px;
    background-color: red;
    border: none;
    text-transform: capitalize;
    font-family: 'Familjen Grotesk';
    font-weight: 700;
    border-radius: 25px;
}
a.blog__button.button::before{
  display:none;
}
a.blog__button.button::after{
  display:none;
}

/* .button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after {
    border-radius: 18px;
} */
.quick-add__submit {
    font-size: 18px !important;
    font-weight: 600;
}

.blog__title {
    margin: 0 auto;
}
button.ts-arrow {
    display: none;
}
.mobile_extra_menu {
    display:none;
}
.mobile_extra_menu .header__menu-item span {
    display: inline-block;
    text-align: center;
    white-space: normal;
    max-width: 100%;
}
.grid--peek .article-card {
    border-color: black;
}

.mobile_extra_menu nav.header__inline-menuu {
    text-align: center;
}

.mobile_extra_menu .header__menu-item.parent_menu {
    color: black;
    padding: 0px;
    /* border-radius: 25px;
    min-height: 50px;
    border: 1px solid; */
}


.mobile_extra_menu ul.list-menu.list-menu--inline{
  gap: 7px;
  flex-wrap:nowrap;
  width:100%;
}
/* .mobile_extra_menu .parent_li{
    width:22%;
} */
.mobile_extra_menu {
    padding: 3px 0 1px;
    background: white;
    /* overflow:scroll; */
    border-bottom: 1px solid #000000e0;
}

a#cart-icon-bubble *:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
/* .mobile_extra_menu ul.list-menu.list-menu--inline .parent_li::after{
  content: "";
  display:block;
  width:10px;
  height:10px;
  background-color:lightgray;
  border-radius:50px;
  margin:4px auto 0;
} */
/* .mobile_extra_menu ul.list-menu.list-menu--inline .parent_li.active::after{
  background-color: orange;
} */
span.header__active-menu-item {
    color: white;
    text-decoration: none;
}
img.extra_icons {
    margin-right: 8px;
}
.accordion .summary__title {
    align-items: center;
}
.related-products .button--full-width {
    display: flex;
    width: 100%;
    margin: 0 auto;
}
.related-products .card__content {
    display: flex;
    flex-direction: column;
}

.product-card-wrapper .card, .contains-card--product {
    border-color: black;
    border-radius: 10px;
}
.menu-drawer__menu-item {
    font-size: 24px;
}

.drawer_tending_products .products {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 25px;
}

.drawer_tending_products .price__container {
    display: none;
}
h2.tp_heading {
    padding: 0 25px;
}
span.price-item {
    font-size: 16px;
    font-weight: bold;
}
.product-form__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    max-width: 100%;
}
h2.jdgm-rev-widg__title {
    font-size: 48px;
}
.page\.all-collections.gradient .multicolumn-card-spacing {
  padding-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.quinn-branding {
    display: none !important;
}
/* button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    border-radius: 18px;
} */
.quantity:after{
    border-radius:10px;
}
.product-form__buttons {
    max-width: 100% !important;
}
/* .marker-item {
    padding: 5px;
}
.marker-item a img{
    border-radius: 25px;
} */
.header__menu-item span {
    font-size: 20px;
    color: black;
}
.header__submenu li a {
    font-size: 16px;
    color: black;
}

span.price-item {
    font-size: 20px;
}
s.price-item.price-item--regular {
    font-size: 14px;
}

ul.blog__posts.articles-wrapper.contains-card.contains-card--article.grid.grid--peek.grid--2-col-tablet.grid--3-col-desktop.slider.slider--tablet {
    gap: 17px;
}
slider-component.slider-mobile-gutter {
    padding: 0 10px;
    margin: 0 auto;
}
.article-card-wrapper a.full-unstyled-link {
    font-size: 15px;
    letter-spacing: 1.2px;
}

.article-card-wrapper .article-card__excerpt{
    font-size:14px !important;   
}

a.product__title h2 {
    text-decoration: none;
}
.blog-articles .article-card .card__information, .blog__posts .article-card .card__information {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
p.readmore {
    margin: 0;
    width: fit-content;
    border: 1.4px solid black;
    border-radius: 10px;
    padding: 0px 14px;
    margin-top: 10px;
}
.article.grid__item:hover p.readmore {
    background: black;
    color: white;
}
.blog__view-all.center.small-hide.medium-hide {
    display: none;
}
.title-wrapper-with-link a {
    right: 7px;
}
.pi-card .pi-text p{
    font-size: 12px;
}
#scroll_button {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  cursor:pointer;
  border:1px solid black;
  visibility: hidden;
  z-index: 99;
}
#scroll_button.show {
  opacity: 1;
  visibility: visible;
  display:block;
}
a#scroll_button {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
span.off_percentage {
    background: #e10600;
    color: white;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 5px;
    letter-spacing: 0;
}

.price--on-sale .price__badge-sale {
    display:none !important;
}
.product-card-wrapper .card__inner .badge{
    display:none;
}
span.price-item.price-item--sale.price-item--last {
    font-size: 20px;
}
legend.form__label {
    font-size: 16px;
}
.product-form__quantity-top .form__label {
    font-size: 16px;
}
button.add_to_cart.btn:hover {
    background-color: black;
    color: white;
}
button.quick-add__submit.button.button--full-width:hover {
    background: black;
    color: white;
    border-radius: 10px;
}
.pi-pay-icons {
    display: none !important;
}
h2.pi-heading.h1 {
    display: none;
}
.collapsible-content summary:hover .accordion__title:after {
    width: 100%;
    left: 0;
    padding-top: 6px;
}
.collapsible-content summary .accordion__title:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: red;
    transition: width .4s ease-in-out,left .4s ease-in-out;
}
.collapsible-content summary:hover {
    background: transparent !important;
}



ul.blog__posts.articles-wrapper.contains-card.contains-card--article.contains-card--standard.grid.grid--peek.grid--2-col-tablet.grid--3-col-desktop.slider.slider--tablet {
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 1.5rem;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
}

.quick-add__submit {
    font-size: 18px!important;
    font-weight: 600;
    margin: 0 auto;
    padding: 10px 30px !important;
}
.slider_butns {
    position: absolute;
    z-index: 2;
    cursor: pointer;
}
.prev_btn {
    left: -30px;
}

.next_btn {
    right: -30px;
}
.slick_prev {
    top: 40%;
    z-index:2;
}
.slick_next {
    top: 40%;
    z-index:2;
}
.blogs_btn{
    top:35%;
}
.blogs_slider_btn {
    display: none !important;
}
/* .article.grid__item {
    padding: 15px 15px 0!important;
} */

s.price-item.price-item--regular {
    margin: 0;
}
.price__sale span {
    margin: 0 !important;
}
.product__title h1 {
    font-size: 30px;
    letter-spacing: 1.2px;
}
.product__info-wrapper {
    letter-spacing: 1.2px;
}
.product-form__submit {
    letter-spacing: 1.2px;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    letter-spacing: 1.2px;
}
/* .scrolled-past-header .mobile_extra_menu {
    display: none;
} */
.grid__item {
    list-style: none;
}



.related_product_grid {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    flex-wrap: nowrap;
}
.related_product_grid .grid__item {
  flex: 0 0 auto; 
  scroll-snap-align: start;
}
.related_product_grid::-webkit-scrollbar {
  display: none;
}
.related_product_grid {
  -ms-overflow-style: none;  /* IE/Edge */
  scrollbar-width: none;     /* Firefox */
}
.mobile_extra_menu{
  /* ms-overflow-style: none;  /* IE/Edge */
  scrollbar-width: none;   */
}

.next_btn {
    right: 0px;
    top:50%;
}
.prev_btn {
    left: 0px;
    top:50%;
}

.recently_viwed_section{
    position:relative;
}

.product-variant-gallery img{
  width:100%;
}   
.product-variant-gallery {
  position: relative;
}

.variant-gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.variant-gallery.is-visible {
  position: static;
  opacity: 1;
  visibility: visible;
}

.variant-main-images {
  padding-left: 68px;
}
.variant-main-image img {
    padding: 0 10px;
}
.variant-thumbnails {
  max-width: 68px;
  position: absolute;
  top: 0;
  left: 0;
}
a.product__title {
    color: black;
    margin: 0;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: GroteskSSH-Bold !important;
}
/* .article-card__image.media.media--hover-effect {
    border-radius: 10px;
} */
.mobile_image img {
    width: 100%;
    display:none;
}
.desktop_image {
    display: block;
}
.search-modal__content {
    flex-direction: column;
}
.predictive_search {
    display: flex;
    width: 100%;
    justify-content: center;
}
.search-modal {
    min-height: 80vh;
}
.search_suggestions {
    width: 53%;
    margin-right: 40px;
}

.search_atgs {
    display: flex;
    flex-direction: column;
}

.search_atgs a {
    color: #6c5a5a;
    text-decoration: none;
    font-size: 14px;
}
.search_atgs div {
    width: 100%;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    border-bottom: 1px solid lightgray;
}
.search_atgs svg {
    width: 15px;
    height: 15px;
}
.quick-add-modal__content-info .read_faq{
    display: none;
}
a.breadcrumb_product_utl.desktop_link {
    display: inline-block;
}
a.breadcrumb_product_utl.mobile_link {
    display: none;
}

.grand_child_menu {
    display: block !important;
    text-align: center;
    margin: 0 auto;
}
.child_menu {
    display: block !important;
}
.mobile_extra_menu .list-menu__item {
    justify-content: center;
}
.collection-hero__text-wrapper {
    display: none;
}
/* .jdgm-testimonials-container .jdgm-star.jdgm--on:before{
    content: "\2605" !important;
}
.jdgm-testimonials-container .jdgm-star.jdgm--half:before{
    content: "\2605" !important;
} */
.jdgm-star {
    font-family: 'JudgemeStar' !important;
}

span.jdgm-reviewer-name {
    display: none;
}
.new-collapsible-content{
    font-family: Familjen Grotesk !important;
    font-weight: 500;
}
h3.accordion__title.inline-richtext.h4 {
    font-family: 'Familjen Grotesk';
    font-size: 16px;
    font-weight: 500;
}
.quick-add-modal h2.h1 {
    font-size: 22px;
    text-align: left;
}
.cart-drawer a.cart-item__name.h4.break {
    font-weight: 500;
    font-size: 13px;
} 

.article-template__content figure {
    margin: 0;
}
.shopify-policy__container{
    max-width:100%;
    padding:5rem;
    margin:0 auto;
}
.contatus {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
}

form#ContactForm {
    width: 60%;
}

.contatus_details {
    width: 100%;
    max-width: 35%;
}
.contactus_item h4 {
    margin: 2px 0;
}

.contactus_item {
    margin-bottom: 25px;
}
span.rating-star {
    font-size: 18px;
}
p.rating-count.caption {
    font-size: 16px;
}
span.opacity_hide {
    opacity: 0;
}
.product__accordion .accordion__content p {
    white-space: pre-line;
}
.jdgm-title {
    font-size: 48px !important;
}
.accordion__content a {
  white-space: nowrap;
  display: inline-block;
}
p.min-max_price {
    font-size: 20px;
    margin: 0;
}
.price_and_reviews {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product__tax.caption.rte {
    display: none;
}
.mobile_extra_menu .list-menu__item {
    text-align: left;
    color: black;
    font-size: 17px;
}
.menu-open .mobile_extra_menu {
    display: none;
}
span.header__active-menu-item{
    color:black;
}
div#sold-counter {
    color: red;
    text-transform: capitalize;
    font-size: 19px;
}
[data-block-handle="featured_carousel"] {
    background: #f8f8f8;
}
.product .jdgm-prev-badge__text {
    text-decoration: underline;
}
.footer {
    background: #f8f8f8;
}
.benefit {width: 33.3%;}

.benefits {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
    text-align: center;
}
.benefit img {
    width: 35px;
}

.benefit p {
    margin: 0;
    line-height: 18px;
    color: black;
}
.benefits > div:nth-child(1) > img{
    width:34px;
    height:34px;
}
.benefits > div:nth-child(2) > img{
    filter: brightness(0);
}
.benefits > div:nth-child(3) > img{
    filter: brightness(0);
}
.product__accordion .accordion__content strong {
    font-weight: 700 !important;
    font-size: 17px;
    color: black;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.product__accordion .accordion__content {
    letter-spacing: 1px;
}



.order-tracker {
  margin: 30px auto;
  padding: 20px;
  border-radius: 12px;
  background: #f9f9f9;
  display: flex;
  justify-content: space-between;
  text-align: center;
  position: relative;
}

.order-tracker::before {
    content: "";
    position: absolute;
    top: 46px;
    left: 16%;
    right: 16%;
    height: 2px;
    background: #ddd;
    z-index: 1;
}

.step {
  flex: 1;
  position: relative;
  z-index: 2;
}

.step .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.step .icon img {
  width: 25px;
  height: 25px;
  filter: brightness(0) invert(1);
}

.step .date {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #222;
}

.step .label {
  font-size: 13px;
  color: #999;
}
.snap_arrows{
    position:relative;
}
.slider_butns {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroller-arrows {
  display: flex;
  gap: 1rem;
}
.slider_butns{
    top:50%;
}
.slider_butns {
    top: 50%;
    position: absolute;
}
.recently_viwed_section{
    position:relative;
}
/* .rating-star:before {
    background: linear-gradient(90deg, rgb(18 18 18 / 59%) var(--percent), rgba(var(--color-foreground), .15) var(--percent)) !important;
    -webkit-background-clip: text !important;
} */
.rating-star:before {
    background: linear-gradient(
        90deg, 
        #545454 var(--percent),      
        rgba(84, 84, 84, 0.15) var(--percent)
    ) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.sub-collections-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  ms-overflow-style: none;  /* IE/Edge */
  scrollbar-width: none;  
}
.sub-collections-section {
    margin: 20px 0;
}
.sub-collections-list {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.sub-collection-item {
  padding: 0.5rem 5px;
  border: 1px solid black;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
  color:black;
  transition: all 0.3s ease;
}
.sub-collection-item:hover {
  background-color: black;
  color:white;
}
p.custom_badge {
    position: absolute;
    top: 25px;
    left: 25px;
    background: black;
    color: white;
    padding: 0px 5px;
    margin: 0;
    font-size: 14px;
}
a.link.link--text.list-menu__item.list-menu__item--link {
    font-size: 17px;
}
.mobile-facets__wrapper{
    display:none !important;
}
button.quinn_general_btn {
    background: none !important;
    height: fit-content !important;
    width: fit-content !important;
}
button.quinn_general_btn svg{
    fill:gray !important;
    color: gray !important;
    width: 35px;
    height: 35px;
    font-weight: 100;
    border-radius: 0 !important;
}










@media screen and (min-width: 768px) {
.facets__heading {
    font-size: 18px !important;
}
.facet-filters__label {
    font-size: 18px !important;
}
.facets__summary {
    font-size: 18px !important;
}
.facet-filters__sort {
    font-size: 18px !important;
}
.product-count__text {
    font-size: 18px !important;
}

.slick-list{padding:0 5% 0 0;}
.banner-slider-section .slick-list{padding:0 0 0 0;}
div#fc-template--25235199295672__custom_product_slider_fXCejB .slick-list{padding:0 0 0 0;}


h2.jdgm-carousel-title {
    font-size: 48px;
}
span.mobile-facets__open-label.button-label.small-hide {
    display: none;
}
#ProductCount {
    display: none;
}
/* .product-card-wrapper .full-unstyled-link {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 31ch;
  font-size:17px;
} */
.product-card-wrapper .full-unstyled-link {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: normal;
    font-size: 17px;
    letter-spacing: 1.7px !important;
}
/* .c-product__url {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 35ch;
  font-size:16px;
} */
.c-product__url {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: normal;
    font-size:16px;
}

.fc-title{
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 35ch;
  font-size:16px;
}
.article-card-wrapper .article-card__excerpt{
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom:0;
}

.blog__title {
    margin: 0 auto !important;
}
.header--middle-left {
    grid-template-columns: 17% 68% 12%;
}
.header--middle-left .header__inline-menu {
    margin-left: 0;
    margin: 0 auto;
}

.product .product--thumbnail_slider .thumbnail-slider {
  align-items: self-start;
}

.product .product--small .thumbnail-list.slider--tablet-up li.thumbnail-list__item.slider__slide {
  transform: rotate(-90deg);
  width: calc(20% - .8rem);
}
.product .grid__item.product__media-wrapper slider-component.thumbnail-slider {
  position: absolute;
  top: 0;
  transform: rotate(90deg);
  width: 602px; /* manage width of small image */
  left: 0;
  transform-origin: left top;
  height: 100px;
  overflow: hidden;
}
.product .grid__item.product__media-wrapper {
  position: relative;
  padding-left: 100px;
}
.product .thumbnail-list.slider--tablet-up li.thumbnail-list__item.slider__slide {
  transform: rotate(-90deg);
  width: calc(16.8% - .8rem); /* decrease percentage and it will increase items */
}
span.header__active-menu-item {
    color: black;
    text-decoration: underline;
}
.jdgm-carousel-wrapper .jdgm-carousel__right-arrow {
    position: absolute;
    right: 0;
    top: 50%;
}
.jdgm-carousel-wrapper .jdgm-carousel__left-arrow {
    position: absolute;
    left: 0;
    top: 50%;
}
.jdgm-carousel-wrapper .jdgm-widget.jdgm-widget {
    position: relative;
}
.blog .blog-articles {
    grid-template-columns: 1fr 1fr 1fr;
}
.blog .card__inner.color-scheme-1.gradient.ratio {
    max-height: 250px;
}
.index .blog .card__inner.color-scheme-1.gradient.ratio {
    max-height: 236px;
}
.featured_blogs .prev_btn {
    left: -35px;
}
.featured_blogs .next_btn {
    right: -35px;
}
.collections_tabs_section .prev_btn {
    left: -50px;
}
.collections_tabs_section .next_btn {
    right: -50px;
}
.new_page_width {
    max-width: 1480px;
    margin: 0 auto;
}
ul.blog__posts.articles-wrapper.contains-card.contains-card--article.contains-card--standard.slick-initialized.slick-slider {
    padding-left: 0;
}
.collection .collection-list {
    display: grid;
    grid-template-columns: repeat(8,1fr);
}

.collection .collection-list li {
    width: 100%;
    max-width:100%;
}
.product .collection-list {
    display: grid;
    grid-template-columns: repeat(8,1fr);
}

.product .collection-list li {
    width: 100%;
    max-width:100%;
}
.cbb-frequently-bought-container.cbb-desktop-view {
    margin-top: 140px !important;
}
}



@media screen and (max-width: 768px) {
.h1 {
    font-size: 27px;
}
a.link.underlined-link.large-up-hide {
    position: absolute;
    right: 6px;
    top: 40px;
}
.title-wrapper-with-link {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    justify-content: center;
}
.mobile_extra_menu {
    display:block;
}
button.ts-arrow {
    display: block;
}
.product-card-wrapper .full-unstyled-link{
    display: -webkit-box;
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
    overflow: hidden;
     text-overflow: ellipsis;
     word-break: break-word; 
     white-space: normal;
}
.fc-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
    overflow: hidden;
     text-overflow: ellipsis;
     word-break: break-word; 
     white-space: normal;
}
.c-product__url {
      display: -webkit-box;
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
    overflow: hidden;
     text-overflow: ellipsis;
     word-break: break-word; 
     white-space: normal;
     font-size:14.4px;
}

span.off_percentage {
    font-size: 12px;
    white-space: nowrap;
}
.next_btn {
    right: 0px;
}
.prev_btn {
    left: 0px;
}
.quick-add__submit {
    font-size: 18px!important;
}
button.add_to_cart.btn {
    font-size: 14px;
}
.next_btn.blogs_btn{
    right: 0px;
}
.prev_btn.blogs_btn{
    left: 0px;
}
.grid--peek.slider .grid__item:first-of-type {
    margin-left: 6px;
}
.related-products .next_btn{
    right:0;
}
.related-products .prev_btn{
    left:0;
}
.recently_viwed .next_btn{
    right: 0px;
}
.recently_viwed .prev_btn{
    left: 0px;
}
.quick-add__submit {
    padding: 4px 4px!important;
}
.menu-drawer {
    width: 80% !important;
}
.pi-card {
    flex-direction: column;
}
.pi-card .pi-title {
    text-align: center;
}
.pi-card .pi-text p {
    text-align: center;
}
.footer-block__image-wrapper {
    max-width: 120px !important;
    margin-top: 10px;
}
.footer {
    border: none;
}
.footer-block__details-content .list-menu__item--link {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}
.product__title h1 {
    font-size: 20px;
}
.swatch {
    width: 26px !important;
}
h2.jdgm-rev-widg__title {
    font-size: 25px;
}
.product__info-wrapper .quantity {
    min-height: 35px;
    width: 28%;
}
.product__info-wrapper button.quantity__button {
    width: 25px;
}
.card--standard .card__media {
    margin: 0;
    display: contents;
}
.related-products .product-grid {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 1rem;
  padding-bottom: 1rem;
}

.related-products .product-grid::-webkit-scrollbar {
  display: none;
}

.related-products .product-grid .grid__item {
  flex: 0 0 auto !important;
  scroll-snap-align: start;
  width: calc(50% - 0.5rem); 
}
.slick-slide {
  margin: 0 5px;
}
.mobile_image img {
    width: 100%;
    display:block;
}
.desktop_image {
    display: none;
}
.search_suggestions {
    width: 110%;
    margin-right: -38px;
}
.search-modal__content {
    justify-content: flex-start;
    padding-top: 30px;
}
a.breadcrumb_product_utl.mobile_link {
    display: inline-block;
}
a.breadcrumb_product_utl.desktop_link {
    display: none;
}
.quick-add-modal__content-info form {
    position: fixed;
    bottom: 0px;
    background: white;
    padding: 10px;
    z-index: 2;
    width: 90%;
}
.quick-add-modal__content-info {
    height: 90% !important;
}
.tabs-section span.price-item.price-item--sale.price-item--last {
    font-size: 20px;
}
.tabs-section s.price-item.price-item--regular {
    font-size: 11px;
}
.tabs-section span.price-item {
    font-size: 20px;
}
.border_bottom {
    border-bottom: 1px solid lightgrey;
}
a.cart-item__name.h4.break {
    font-size: 16px;
}
.menu-drawer__account {
    padding: 0 24px !important;
}
.product-form__buttons {
    position: fixed;
    bottom: 0;
    background: white;
    z-index: 999;
    width: 100%;
    padding: 17px 10px;
    left: 0;
}
.drawer {
    z-index: 9999999 !important;
}
.jdgm-text {
    display: flex !important;
    align-items: flex-start !important;
}
.contatus {
    flex-direction: column;
}
form#ContactForm {
    width: 100%;
}
.contatus_details {
    max-width: 100%;
}
.product-card-wrapper .full-unstyled-link {
  text-align:left;
}
.card-information {
    text-align: left !important;
}
.jdgm-title {
    font-size: 26px;
}
.list-menu--inline {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.mobile_extra_menu ul.list-menu.list-menu--inline {
    gap: 18px;
    width: 100%;
}
.header__menu-item .icon-caret {
    position: relative;
    left: 3px;
}
.mobile_extra_menu > nav > ul > li:nth-child(4) > header-menu > details > ul {
    left: -140px;
}
.mobile_extra_menu > nav > ul > li:nth-child(3) > header-menu > details > ul {
    left: -30px;
}
.blog .article-card__image.media.media--hover-effect {
    background: transparent;
}
.blog .card__media .media img {
    object-fit: contain;
}
.title--primary {
    margin: 0;
}
.js .menu-drawer {
    height: 100vh !important;
}
.jdgm-carousel__item-wrapper {
    width: 100%;
    height: 100% !important;
}
.jdgm-carousel--focused-theme .jdgm-carousel-item__product-image {
    height: 200px !important;
}
.jdgm-carousel--focused-theme .jdgm-carousel-item__image-wrapper {
    height: 100% !important;
    width: 100% !important;
}
.jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel{
    width:95% !important;
}
.jdgm-carousel--focused-theme .jdgm-carousel-item__review-rating {
    text-align: center !important;
}
[data-block-handle="featured_carousel"] .jdgm-carousel-title {
    font-size: 27px;
}
.product .slider.slider--mobile{
    gap:0;
}
.drawer__inner {
    max-width: calc(80vw - 1px) !important;
}
.product__accordion .accordion__content strong {
    font-size: 15px;
}
  .order-tracker {
    align-items: center;
    padding: 10px 0;
}
  .step .date {
    font-size: 12px;
}
.step .label {
    font-size: 10px;
}
.step .icon {
    width: 35px;
    height: 35px;
}
.step .icon img {
    width: 18px;
    height: 18px;
}
.order-tracker::before {
    top: 28px;
}
.overflow-hidden-tablet .product-form__buttons {
    z-index: 2;
}
span.rating-star {
    font-size: 15px;
}
.product #scroll_button{
    bottom:100px;
}
#BulkOrderForm label {
    font-size: 16px !important;
}
.search-modal {
    min-height: 60vh;
}
.sub-collections-list {
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
}
.sub-collection-item {
    scroll-snap-align: start;
}



.shopify-section-header-hidden {
    position: sticky;
    top: 0;
    border-bottom: 1px solid black;
}
.shopify-section-header-sticky .mobile_extra_menu {
    display: block;
}
.shopify-section-header-hidden .mobile_extra_menu {
    display:none;
}
p.custom_badge {
    top: 6px;
    left: 9px;
    font-size: 12px;
}
.mobile-facets__wrapper{
    display:flex !important;
}
}






@media screen and (min-width: 750px) {
  .related-products .product-grid .grid__item {
    /* width: calc(25% - 0.75rem);  */
    width: calc(25% - 2.75rem);
  }
  .related-products .product-grid {
  gap: 15px;
}
}





@media screen and (max-width: 376px) {
    .product__media-list .product__media-item {
        width: calc(100% - 10rem - 3px);
    }
}



td.cart-item__details > dl > div{
    display:none;
}
