/** Shopify CDN: Minification failed

Line 98:36 Expected ")" to go with "("

**/
:root {
    --color-body-text: #131313;
    --color-body: #ffffff;
}

body {margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #131313;background: #fcfcff;}
p {line-height: 1.8;
    font-size: 14px;
}

body .wrapper
{
	max-width: 102.75rem;
    padding: 0 4.5rem; 
}
  

  
.header-logo {
    margin: 0px 0;
}

.outer-section {
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 55px;
}
.sidebar-section { min-width:230px;
	width: 20%;padding-left: 1.125rem;
    padding-right: 0;margin-top: 3rem;

}
.btn.btn--small {padding: 10px 22px;}
.sidebar-inner ul {margin:0;}
  .sidebar-inner ul {margin:0;} li {margin:0;}
.sidebar-inner ul li a {color: #666;
    font-weight: 500;
    border-top: 1px solid #dcdcdc;font-size: 13px;
    padding: 0.55rem 1.125rem;    display: block; -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
.sidebar-inner ul li a:hover { background: #dcdcdc;color: #fb4d12;}

.content-area-section {
	width:80%;margin-top: 3rem;
  padding-left: 48px;
    padding-right: 1.125rem;
}
.slider-section {margin-bottom: 80px;}
.tabbed-products .tab {
	display: flex;
	gap: 15px;
	justify-content: center;
	margin-bottom: 35px;
}
.tabbed-products .tab button {
	padding: 10px 30px;
	color: #fff;
    border: none;
	border-radius: 20px;
    max-width: 132px;
    width: 100%;
}
.tabcontent h3 {
	display: flex;
	width: 100%;
	font-size: 25px;
	margin: 25px 0;
}
.tabcontent .product-grid-image {
	height: 310px;
	overflow: hidden;
}
.tabcontent .lazyload__image-wrapper img {
	position: relative;
}
.tabcontent .lazyload__image-wrapper > div {
	padding: 0 !important;
}
.tabcontent .lazyload__image-wrapper.no-js {
	max-width: 100% !important;
}
.tabcontent .grid-item {padding-left: 0;
	margin-bottom:30px;padding-right: 30px;
}
.tabcontent .grid-item:nth-of-type(4+1) {
    padding-right: 0;
}

/*.tabcontent .grid-item, .grid-uniform .grid-item {
	padding: 1%;
	width: 31.2%;
	border: 1px solid #000;
	margin: 0.6% 1%;
}*/
.tabcontent .grid-item p,  .grid-uniform .grid-item p
{
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
}
.tabcontent {
	display: flex;
	width: 100%;
	flex-direction: column;
}
.tabcontent .grid-item a.product-grid-item, .tabcontent .grid-item form {
	margin-bottom: 0 !important;
}
#New.tabcontent {
	display: block;
}
#our-story .grid-item {
	left: 0;
	width: 100%;
}


.featured-box {
    transition: all 700ms;
    position: relative;
    display: block;
    padding: 0px 0 0px 0;
    border: 1px solid #dcdcdc;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    overflow: hidden;
}
.featured-box--title {
    position: relative;
    display: block;
    color: #131313;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    z-index: 10;
    background: #fff;border-top: 1px solid #dcdcdc;
    padding: 20px 15px;
    height: inherit !important;
    margin-top: 25px;
}
.featured-box:after { display:none;}


.product-grid-item {
    transition: all 700ms;
    position: relative;
    display: block;
    padding: 0px 0 0px 0;
    border: 1px solid #dcdcdc;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    overflow: hidden;
}
.product-grid-item p {
    position: relative;
    display: block;
    color: #131313;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    z-index: 10;
    background: #fff;
    border-top: 1px solid #dcdcdc;
    padding: 20px 15px;
    height: inherit!important;
    margin-top: 25px;
    margin: 0;
}
.product-grid-item:after { display:none;}

.product-grid-item .product-item--price {
    display: none;
}

.product-grid-item form {
    display: none;
}
.site-nav a, .site-nav button {
    display: block;
    text-decoration: none;
    padding: 10px 7px;
    font-weight:400;
    white-space: nowrap;
}
  .site-nav {text-align: center;}
  .site-nav--dropdown, .site-nav--dropdown-grandchild {text-align: left;}

.site-nav>li {
    display: inline-block;
    margin: 0 5px;
    z-index: 1;
}

.site-nav>li:hover {
    backdrop-filter: brightness(0.85);
}

.search-bar input[type=text], .search-bar input[type=search] {
    width: 100%;
    margin-bottom: 0;
    padding: 10px 45px 10px 20px;
    font-family: Lato,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: normal;
    border-radius: 20px; 
}
.nav-bar {box-shadow: #63636333 0 2px 8px;}
input, textarea, button, select {
    font-weight: 500;color: #131313;
    font-size: 13px;
    padding: 10px 15px;
}
input[type=text], input[type=search], input[type=password], input[type=email], input[type=file], input[type=number], input[type=tel], textarea, select { border: 1px solid #dcdcdc;}
.collection-view { border: 1px solid #dcdcdc;}


.product-description * {
    font-size: 14px;
    line-height: 1.8;display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.product-description h2 {
    font-size: 20px;
}

.product-photo-container { border: 1px solid #dcdcdc;
    margin-bottom: 30px; padding:0px;
    background: #fff;
    box-shadow: #63636333 0 2px 8px;
    border-radius: 8px;
    overflow: hidden;}

.btn {
    font-weight: 600;}
.payment-buttons {width: 100%;}

hr {border-top: solid #dcdcdc;}

.breadcrumb {border-bottom: 1px solid #dcdcdc;}
.rte li {font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.acoordian-list .site-nav__link--button {-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
    width: 100%;
    text-align: left;
    border: none;background: #fff;
    display: flex;font-weight: 500;
  justify-content: space-between;
    border-top: 1px solid #dcdcdc;
    font-size: 13px;
    padding: 0.55rem 1.125rem;
    
}

.acoordian-list .site-nav__link--button .icon-arrow-down{    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);}
.acoordian-list .site-nav__link--button.active .icon-arrow-down{transform: none;}

.acoordian-list .dropdown-container li a {
    padding-left: 25px;
}

.search-bar .icon-search {
    font-size: 18px;
    line-height: 18px;
}
.product-meta li {margin-right:15px;}

.sale-tag.large {
    font-size: 16px;
    padding: 5px 12px;
    border: 1px #131313 solid;
}
  
.product-grid-image .lazyload__image-wrapper {
    max-height: 310px;
    object-fit: contain;
}
  
.product-grid-image .lazyload__image-wrapper img {max-height: 310px !important;
    object-fit: contain;padding:15px;}

@media screen and (min-width: 769px){
.selector-wrapper select, .product-variants select {
    max-width: 100%;
}
  
.large--eleven-twelfths {
    width: 100%;
}
  
}
  
  a.product-grid-item, .product-grid-item {margin-bottom:30px;}
  
    .flexslider .lazyload__image-wrapper {
    max-height: inherit;
    object-fit: inherit;
}

  .flexslider .lazyload__image-wrapper img{max-height: inherit !important;
    object-fit: initial;}
  

@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation:portrait) {
body .wrapper {
    max-width: inherit;
    padding: inherit;
}
 .list-collections-template .grid-uniform {margin:0;}
  
 /* .list-collections-template .grid-item {padding: 6px;} 
  
  #ProductSection > .grid {
    width: 100%;
}*/
 
  .site-header .grid--full .grid-item { padding-right:15px;}
  
  
  .site-nav--dropdown:last-of-type {left:inherit; right:0;}
  
  .product-grid-image .lazyload__image-wrapper {
    max-height: 210px;
    object-fit: contain;
}
  
.product-grid-image .lazyload__image-wrapper img {max-height: 210px !important;
    object-fit: contain; }
  
  .tabcontent .product-grid-image {height: 210px;}
  
  .flexslider .lazyload__image-wrapper {
    max-height: inherit !important;
    object-fit: inherit;
}
  .flexslider .lazyload__image-wrapper img {
    max-height: inherit !important;
    object-fit: inherit;
}
  
  .template-index .content-area-section{overflow: hidden;}
  
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation:landscape) {
body .wrapper {
    max-width: inherit;
    padding: inherit;
}
 .list-collections-template .grid-uniform {margin:0;}
  
 /* .list-collections-template .grid-item {padding: 6px;} 
  
  #ProductSection > .grid {
    width: 100%;
}*/
    .site-header .grid--full .grid-item { padding-right:15px;}
   .site-nav--dropdown:last-of-type {left:inherit; right:0;}
  
  
 .product-grid-image .lazyload__image-wrapper {
    max-height: 210px;
    object-fit: contain;
}
  
.product-grid-image .lazyload__image-wrapper img {max-height: 210px !important;
    object-fit: contain;}
  .tabcontent .product-grid-image {height: 210px;}
  
    .flexslider .lazyload__image-wrapper {
    max-height: inherit !important;
    object-fit: inherit;
}
    .flexslider .lazyload__image-wrapper img {
    max-height: inherit !important;
    object-fit: inherit;
}
  
}


@media screen and (max-width:767px)
{
	body .wrapper{padding: 0 0.5rem;}
	.outer-section {flex-direction: column;}
	.sidebar-section, .content-area-section{width: 100%;padding:0px;}
	.tabbed-products .tab{flex-direction: column;}
	.tabcontent .grid-item{ padding: 6px;}
  #shopify-section-product-template table.table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
  
  .featured-box {margin:0;}
  .grid, .grid--rev, .grid--full, .grid-uniform {margin:0;}
  .grid-item {padding: 6px 6px;}
  .form-horizontal select { min-width: 200px;}
  
    .product-grid-image .lazyload__image-wrapper {
    max-height: 210px;
    object-fit: contain;
}
  
.product-grid-image .lazyload__image-wrapper img {max-height: 210px !important;
    object-fit: contain;}
  
  .tabcontent .product-grid-image {height: 210px;}
  
 .flexslider .lazyload__image-wrapper {
    max-height: inherit !important;
    object-fit: inherit;
}
    .flexslider .lazyload__image-wrapper img {
    max-height: inherit !important;
    object-fit: inherit;
}
  
}

/* =========================
CENTER HOMEPAGE CONTENT ONLY (SAFE)
========================= */

/* Target ONLY main content area */
.template-index #new-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 !important;
}

/* Inner wrapper fix */
.template-index #new-main .outer-section,
.template-index #new-main .content-area-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 !important;
  width: 100%;
}

/* Center sections inside main only */
.template-index #new-main .shopify-section {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Fix grids */
.template-index #new-main .row,
.template-index #new-main .grid {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

/* OPTIONAL: center text inside main only */
.template-index #new-main h1,
.template-index #new-main h2,
.template-index #new-main h3,
.template-index #new-main p {
  text-align: center;
}

/* =========================
FORCE FIX FOOTER (DESKTOP + MOBILE)
========================= */

/* Target footer columns directly */
footer .site-footer__content,
footer .footer__content,
footer .footer-blocks,
footer .grid {
  display: flex !important;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  gap: 60px;
  flex-wrap: nowrap;
}

/* Each column */
footer .site-footer__content > *,
footer .footer__content > *,
footer .footer-blocks > *,
footer .grid > * {
  flex: 1;
  min-width: 0;
}

/* Fix text */
footer {
  text-align: left;
}

/* Fix long text breaking */
footer p,
footer a,
footer li {
  word-break: break-word;
}

/* Newsletter input */
footer input[type="email"] {
  width: 100%;
  max-width: 260px;
}

/* =========================
TABLET
========================= */
@media (max-width: 1024px) {
  footer .site-footer__content,
  footer .footer__content,
  footer .footer-blocks,
  footer .grid {
    flex-wrap: wrap;
    gap: 40px;
  }

  footer .site-footer__content > *,
  footer .footer__content > * {
    flex: 1 1 45%;
  }
}

/* =========================
MOBILE
========================= */
@media (max-width: 768px) {
  footer .site-footer__content,
  footer .footer__content,
  footer .footer-blocks,
  footer .grid {
    flex-direction: column;
    text-align: center;
  }
}

.product-grid-item .product-item--price {
    display: block !important;
}
.product-grid-item form {
    display: block !important;
}


.content-area-section {
    width: 100%; /* allow full width */
    max-width: 1200px; /* optional: limit for large screens */
    margin: 3rem auto 2rem auto; /* top & bottom margin, center horizontally */
    padding-left: 15px;  /* consistent padding for small screens */
    padding-right: 15px;
    box-sizing: border-box;
}

/* Center the product price under each product */
.product-grid-item .product-item--price {
    display: block !important;  /* make sure it's visible */
    text-align: center;         /* center the price */
    margin-top: 10px;           /* optional spacing from title */
}
/* Center the quantity input and adjust spacing */
.product-grid-item .js-qty,
.product-grid-item .ajaxifyCart--qty {
    position: relative;
    margin: 0 auto 1em auto; /* center horizontally and spacing below */
    max-width: 100px;
    min-width: 75px;
    overflow: visible;
    backface-visibility: hidden;
    display: flex;            /* for inner alignment */
    justify-content: center;   /* center the + / - buttons and input */
    align-items: center;
}

/* 1. Center the Add to Cart / Quick Add form */
.product-grid-item form {
    display: flex;            /* use flex for alignment */
    flex-direction: column;   /* stack quantity + button vertically */
    align-items: center;      /* center everything horizontally */
    justify-content: center;
    margin-top: 10px;         /* spacing from price */
}

/* 2. Center quantity input */
.product-grid-item .js-qty,
.product-grid-item .ajaxifyCart--qty {
    margin: 0 auto 10px auto; /* center horizontally + spacing below */
    display: flex;            /* keep buttons and input aligned */
    justify-content: center;
    align-items: center;
}

/* 3. Center the button itself */
.product-grid-item .btn,
.product-grid-item .btn-secondary,
.product-grid-item input[type=submit] {
    display: block;           /* block for centering */
    margin: 0 auto;           /* center horizontally */
    text-align: center;
    cursor: pointer;
    width: auto;              /* optional: keep button natural width */
}

/* 4. Active state for buttons */
.btn:active,
.btn-secondary:active,
input[type=submit]:active,
.header-cart-btn:active,
.shopify-payment-button .shopify-payment-button__button--unbranded:active {
    background-color: #1858ae;
    color: #fff;
}

/* Desktop: 3 products per row */
.grid-item.small--one-half.medium--one-quarter.large--one-quarter.on-sale {
    width: 33.33% !important;
}

/* Tablet (optional): 2 per row */
@media (max-width: 768px) {
    .grid-item.small--one-half.medium--one-quarter.large--one-quarter.on-sale {
        width: 50% !important;
    }
}

/* MOBILE FIX - FORCE 1 PRODUCT */
@media (max-width: 480px) {
    .grid-item {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

}

.product-grid-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.product-grid-image img {
    image-rendering: -webkit-optimize-contrast;
}
/* Fix lazyload wrapper */
.product-grid-image .lazyload__image-wrapper {
    width: 100%;
    height: 250px;              /* uniform height */
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0 !important;  /* REMOVE aspect ratio hack */
    overflow: hidden;
}

/* Fix image inside wrapper */
.product-grid-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;        /* no stretching, no blur */
}

/* Optional: make images fill nicely (no empty space) */
.product-grid-image img {
    object-fit: cover;          /* use this instead of contain if you want full fill */
}
.desc-click {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.desc-click::-webkit-details-marker {
  display: none;
}

.desc-click::after {
  content: " +";
}

.collection-desc-dropdown[open] .desc-click::after {
  content: " −";
}

.collection-desc-content {
  margin-top: 10px;
}

.product-photo-container a,
.product-photo-container img {
  display: block;
  margin: 0 auto;
}

.product-photo-thumbs a,
.product-photo-thumbs img {
  display: block;
}

/* Wrapper control */
#judgeme_product_reviews {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 15px;
}

/* Make widget full width */
.jdgm-widget {
  width: 100% !important;
}

/* Review cards spacing */
.jdgm-rev {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

/* Star rating spacing */
.jdgm-star {
  margin-right: 2px;
}

/* Review title */
.jdgm-rev__title {
  font-size: 15px;
  font-weight: 600;
}

/* Review body */
.jdgm-rev__body {
  font-size: 14px;
  line-height: 1.6;
}

/* Reviewer name */
.jdgm-rev__author {
  font-size: 13px;
  color: #666;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 768px) {

  #judgeme_product_reviews {
    margin: 25px auto;
    padding: 0 10px;
  }

  .jdgm-rev__title {
    font-size: 14px;
  }

  .jdgm-rev__body {
    font-size: 13px;
  }

}

.collection-desc-content p {
  display: inline;
}

.collection-desc-dropdown[open] summary {
  display: none;
}