/** Shopify CDN: Minification failed

Line 124:0 Expected identifier but found "1"
Line 655:54 Expected ":"
Line 655:55 Expected identifier but found "30px"

**/
body {
}
ol {
	padding-left: 20px !important;
}
h1, h2, h3, h4, h5, h6 {
	color:#000 !important;
}
.shipping-promo {
  	font-size:13px;
}
.shipping-promo span {
	text-transform:uppercase;
  	font-weight:bold;
}
.description, .products, .instagram {clear:both;}
.image a {
	border:none !important
}
footer .btn.newsletter {
  	margin-left:10px !important;
}
#product .title {
	margin-bottom:0;
}
.vendor {
	margin-bottom:13px;
}
h1 {
  	font-size:28px;
	font-weight:400 !important;
  	margin:13px 0 !important;
}
.article img {
	margin:20px 0;
}
.store-description {
	font-size:13px;
  	font-weight:300;
  	line-height:1em;
  	color:black;
  	font-family:'Open Sans',sans-serif;
}
h4 {
	font-weight:bold !important;
  	font-size:16px !important;
  	text-transform:uppercase !important;
}
h5 {
  	font-size:20px;
  	line-height: 25px;
  	margin:13px 0 !important;
}

h6 {
  	font-size:18px;
	font-weight:100 !important;
  	line-height: 28px;
  	margin:13px 0 !important;
  	text-transform:none !important;
}
.quote {
	padding:0 0 20px 10px;
  	font-family:Georgia, serif;
  	color:#666;
}
.product .title {
	text-transform:none !important;
  	font-size:14px !important;
  	line-height:18px !important;
}
.amazon {
	width:120px;
  	margin:10px auto;
}
/* Tabs */
#tabs > ul > li.ui-state-active a {
  	background-color: #FFFFFF !important;
  	font-weight:bold;
    border:none !important;
}
#tabs > ul > li a {
  	font-size: 14px !important;
  	margin: 0px !important;
  	background-color: #e6e6e6 !important;
  	text-transform:uppercase;
    border:none !important;
}
#tabs > ul > li a:hover {
  	color: #FFFFFF !important;
  	background-color: #a6a6a6 !important;
}
#tabs > div {
	margin-top: 25px !important;
  	padding:10px 0 !important;
  	border:none !important;
}
ul.ui-tabs-nav {
	background-color: #e6e6e6 !important;
}

/* Kit Details */
.product-top {
  	list-style:none;
  	margin:20px 0 !important;
}
.price del {
  	color:#666666;
    font-style:italic;
}      
/* Specifications Table */
.question {
	width:25%;
  	padding-left:10px !important;
  	background:#eeeeee;
  	border-color: #fff;
1	border-width: 1px;
}
.valuecell {
 	border-color: #fff;
  	border-style: solid;
	border-width: 0px;
}
.best-spec {
	border-bottom: 2px solid #66cc00
}
.spec-label {
	vertical-align:bottom;
  	font-weight:bold;
}
/* Guides */
.manual-step {
	clear:both;
  	border-top:1px solid #cccccc;
  	padding:10px 0;
}
.step-image {
	text-align:center;
  	float:left;
  	margin:20px 0;
  	margin-right:10px;
  	max-width:600px;
  	max-height:600px;
  	overflow:hidden;
}
.step-header {
  	font-weight:bold;
  	font-size:1.2em;
  	margin:10px 0;
}
.step-description ul {
  	list-style:none;
}
#print-button {
	text-align:center;
  	margin:20px auto;
  	width:110px;
}
#print-button a {
	color:#000;
}
/* Product Reviews */
.jdgm-rev__body {
	font-size:13px;
  	line-height:20px;
}
.jdgm-rev__title {
	line-height:2.5em !important;
}
.spr-badge {
	display:inline-block !important;
}
.spr-badge-starrating .spr-icon, .spr-badge-caption {
	font-size: 80% !important;
}
table.shappify_qb_grid {
  	font-size: 12px;
 	line-height: 1em;
	margin-top: 10px;
}
table.shappify_qb_grid thead {
	background:#eee;
}

table.shappify_qb_grid tr td:first-child, table tr th:first-child {
	padding-left:10px !important;
}
.product-options {
	padding: 15px 0 0 0 !important;
  	border-bottom: none !important;
}

.product-options select {
	font-size:14px;
  	padding:10px;
  	height:42px;
}
nav>ul>li>a {
	font-size:18px !important;
  	color:#000;
}
form.search {
	line-height:48px;
  	padding:0 0 0 30px;
}
.go {
  	line-height:48px;
}
input, textarea {
	border-radius:0 !important;
  	box-shadow:none !important;
  	margin-bottom:10px;
}
input.search_box {
	font-size:18px;
  	width:200px
}
.cart {
	font-size:20px;
}
i.fa.fa-shopping-cart {
	font-size:24px !important;
}
/* Dynamic TOC */
body {counter-reset: section;}

#assembly-guide-content h2 {
	clear:both;
  	counter-reset: subsection;
}
#assembly-guide-content h2:before {
 	counter-increment: section;
    content: counter(section) ". ";
}
#assembly-guide-content h3:before {
	counter-increment: subsection;
    content: counter(section) "." counter(subsection) " ";
}
div.h3 {
	font-size:.8em;
    padding-left:20px;
}
#toc {
	margin-bottom:30px;	
}
/* New Product Page */
.description-inner {
    font-size:16px;
	max-width:632px;
    font-weight:100;
  	margin:0 auto;
}
.description-inner h2 {
  	margin-bottom: 70px;
  	font-size:28px;
	font-weight:400;
    text-align:center;
}
.bottomspace {
  	margin-bottom: 15px;
}
hr {
    border: none;
    height: 1px;
    color: #dbdbdb; /* old IE */
    background-color: #dbdbdb; /* Modern Browsers */
  	margin-top: 70px;
  	margin-bottom: 70px;
}
.testimonial {
    font-size:18px;
    line-height: 28px;
	font-weight:100 !important;
  	margin:0px auto 50px auto;
  	text-transform:none !important;
 	text-align: center;
  	max-width: 490px;
}
.testimonial em {
  	font-style: italic;
}
.description-inner ul {
    margin: 30px auto 30px auto;
  	text-align: left;
  	max-width: 410px;
}
/* Categories on Front Page */
.products h3 {
	text-align:center;
  	font-size:22px;
  	padding:20px 0;
}
.products {
	border-top:1px solid #cccccc;
  	padding:25px 0;
}
.product {
	min-height:340px;
}
.see-more {
	font-style:italic;
  	text-align:center;
  	color:#666;
}
/* Front Page Video */
.flexslider-container {
	position:relative;
  	margin-bottom:30px;
}
.hero-text {
    position: absolute;
  	width:90%;
  	padding:5%;
    top: 50%;
    transform: translateY(-50%);
    font-weight:300;
    color: white;
}
/* Front Page DIY Tentpoles */
.diy-tentpoles {
	text-align:center;
  	float:left;
  	padding:25px 0;
}
.diy-tentpoles img {
	margin:20px auto;
}
.diy-tentpoles .span4 {
	padding-bottom:25px;
}
.diy-tentpoles h3 {
	font-size:22px;
}
.diy-tentpoles p {
	font-size:14px;
}
.spr-icon {
	color:#21759b;
}
/* Mailchimp Subsribe */
.blog-newsletter-form {
	padding: 20px;
    background: #eee;
    text-align: center;
    margin: 20px;
}
.blog-newsletter-form p {
  	color:#666;
}
/* Sweeps Styling */
.sweep {
	margin-bottom:30px;
  	text-align:center;
}
.sweep img {
	margin-bottom:-20px;
}

/* Manual Checklist Styling */
ul.manual-checks {
  margin:0;
}
.manual-check {
	width: 35px;
	height: 25px;
	position: relative;
  	display:table-cell;
}
.manual-check input {
	display:none;
}
.manual-check label {
	cursor: pointer;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
  	left: 0;
	background: #eee;
	border:1px solid #ddd;
}

.manual-check label:after {
	opacity: 0.2;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 6px;
	left: 7px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;
	transform: rotate(-45deg);
}

.manual-check label:hover::after {
	opacity: 0.5;
}
.manual-check input[type=checkbox]:checked + label:after {
	opacity: 1;
}
.manual-checks span {
	display:table-cell;
}
/* Resistor Sorting Tool */
	#resistor-tool-wrapper {
    	max-width:600px;
      	margin:auto;
      	padding:20px;
      	background-color:#e5e5e5;
    }
	
	/* Input Form */
	#r-value {
    	float:right;
    }
    #r-value input[type="text"] {
        padding: 10px;
        border: none;
        border-bottom: solid 3px #c9c9c9;
        -webkit-transition: border 0.3s;
        -moz-transition: border 0.3s;
        -o-transition: border 0.3s;
        transition: border 0.3s;
      	font-size:18px;
 		line-height:28px;
    }

    #r-value input[type="text"]:focus {
        border-bottom: solid 3px #969696;
    }

    #r-value label {
    	padding:10px;
      	display:inline-block;
    }
    /*End Form Description*/
    .resistor-dropdown-wrapper {
        clear:both;
      	width:100%;
      	float:left;
        margin:20px auto 50px auto;
    }
	.dropdown li, ul.dropdown {
    	/* Override default li style */
      	margin:0 !important;
    } 
	
    .resistor-dropdown {
        position: relative; /* Enable absolute positionning for children and pseudo elements */
        width: 16%;
        padding: 2%;
        margin: 0 auto;
        float:left;
        background: #ddd;
        color: #fff;
        text-transform:uppercase;
        outline: none;
        cursor: pointer;
        font-weight: bold;
    }
	.resistor-dummy {
        position: relative; /* Enable absolute positionning for children and pseudo elements */
        width: 16%;
        padding: 2%;
        margin: 0 auto;
        float:left;
        background: #ddd;
        color: #fff;
        text-transform:uppercase;
        outline: none;
        cursor: normal;
        font-weight: bold;
    }


    .resistor-dropdown:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -6px;
        border-width: 6px 0 6px 6px;
        border-style: solid;
        border-color: transparent #fff;    
    }

    .resistor-dropdown .dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        list-style: none;

        /* Hiding */
        opacity: 0;
        pointer-events: none;
    }

    .resistor-dropdown .dropdown li a {
        display: block;
        text-decoration: none;
        color: #ffffff;
        padding: 10px;
        /*border-bottom:1px solid white;*/
    }
	

    /* Colour selector backgrounds */
    .brown {background-color:#664838}
    .red {background-color:#f44336}
    .orange {background-color:#fc8832}
    .yellow {background-color:#f6d436}
    .green {background-color:#4caf50}
    .blue {background-color:#008aba}
    .purple {background-color:#5e6cbc}
    .gray {background-color:#999999}
    .gold {
          
      background: -webkit-linear-gradient(left, #4c462d, #ccb266); /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(right, #4c462d, #ccb266); /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(right, #4c462d, #ccb266); /* For Firefox 3.6 to 15 */
      background: linear-gradient(to right, #4c462d, #ccb266); /* Standard syntax (must be last) */
      background-color: #ccb266; /* For browsers that do not support gradients */
    
    }
    .silver {
         
      background: -webkit-linear-gradient(left,  #3c3c3c, #b9b9b9); /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(right, #3c3c3c, #b9b9b9); /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(right, #3c3c3c, #b9b9b9); /* For Firefox 3.6 to 15 */
      background: linear-gradient(to right, #3c3c3c, #b9b9b9); /* Standard syntax (must be last) */
      background-color: #b9b9b9; /* For browsers that do not support gradients */ 
    }
    .black {background-color:black;color:white !important}
    .white {background-color:white;color:black !important}

    /* Active state */
    .resistor-dropdown.active .dropdown {
        opacity: 1;
        pointer-events: auto;
    }

    .resistor-dropdown.active:after {
        border-color: #fff transparent;
        border-width: 6px 6px 0 6px ;
        margin-top: -3px;
    }

    .resistor-dropdown.active {
      background: #ccc;
    }
	/* Resistor SVG */
	#resistor-svg-wrapper svg {
    	width:100%;
      	margin:0 auto;
      	clear:both;
    }

table {
	margin:30px auto;
}
/* What the Pros are Saying, Artist Page */
.artist {
  text-align:center;
  max-width:680px;
  margin:0 auto;
  border-bottom:1px solid #ececec;
  margin-bottom:30px;
}
.artist-img {
  width:160px;
  margin:10px auto;
}
.pros {
	width:70%;
  	margin:50px auto 20px auto;
  	display:block;
}
.pros h2 {
    text-align:center;
    border-bottom: 1px solid #ececec; 
  	padding-bottom:20px;
  	margin-bottom:30px;
}
.pro-review {
	display:block;
  	margin:30px 0 50px 180px;
  	line-height:1.4em;
    min-height:180px;
}
.pro-quote {
  	text-align:left;
}
.pro-cite {
	text-align:left;
  	font-weight:bold;
}
.pros img {
	float:left;
  	width:160px;
}

@media only screen and (max-width: 797px) {
  .pros {
	width:100%
}
}
@media only screen and (max-width: 629px) {
  .pros img {
	float:none;
    margin:0 auto 20px auto;
  }
  .pros {
  	text-align:center;
  }
  .pro-review {
  	margin:0 30px 0 0;
  }
}

/* Announcement Bar Link */
#shopify-section-announcement-bar a {
  text-decoration:underline;
  color:#fff !important;
}

/* Preorder Product Template */
.preorderimage {
	margin:30px 0 !important;
}
.product-options.preorder {
	padding: 30px 0 !important;
}

/* Links in Product Details */
.product-top a {
	color:#000000;
}
.product-top a:hover {
	color:#666666;
}
/* Tables for product pages */
.tg  {border-collapse:collapse;border-spacing:0;margin;30px 0;margin:30px 0;}
.tg td, .tg th {padding:10px !important;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#e5e5e5;}
.tg th{text-align:center;background-color:#eeeeee;}
.tg .xfmr {text-align:left;background-color:#eeeeee;color:#666666;}
.tg .inner {text-align:center;}
.fa-check {font-size:1.2em;}

   /* ==========================================================================
           AUTO H5 ACCORDION STYLES
           ========================================================================== */
        
  /* H5 accordion header styles - inherits theme styling */
        h5.auto-accordion-header {
            cursor: pointer;
            position: relative;
            transition: border-color 0.3s ease;
            user-select: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid #dee2e6;
            padding-bottom: 0.5rem;
        }
        
        /* Hover state */
        h5.auto-accordion-header:hover {
            border-bottom-color: #adb5bd;
        }
        
        /* Active state */
        h5.auto-accordion-header.active {
            border-bottom-color: #0066cc;
        }
        
        /* Accordion icon */
        .auto-accordion-icon {
            width: 1rem;
            height: 1rem;
            transition: transform 0.3s ease;
            flex-shrink: 0;
            margin-left: 0.5rem;
        }
        
        /* Rotate icon when active */
        h5.auto-accordion-header.active .auto-accordion-icon {
            transform: rotate(180deg);
        }
        
        /* Auto-generated accordion content wrapper - no borders */
        .auto-accordion-content {
            padding: 0;
            overflow: hidden;
            max-height: 0;
            opacity: 0;
            transition: all 0.3s ease;
            margin-top: 0.5rem;
        }
        
        /* Active content state */
        .auto-accordion-content.active {
            max-height: 2000px;
            opacity: 1;
            padding-top: 0.5rem;
        }
        
        /* Ensure content inside wrapper maintains proper spacing */
        .auto-accordion-content > *:first-child {
            margin-top: 0;
        }
        
        .auto-accordion-content > *:last-child {
            margin-bottom: 0;
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .auto-accordion-content.active {
                padding-top: 0.5rem;
            }
        }
        
        /* Focus styles for accessibility */
        h5.auto-accordion-header:focus {
            outline: 2px solid #0066cc;
            outline-offset: 2px;
        }
        
        /* Optional: Hide content by default until accordion is initialized */
        .pre-accordion-init h5 + *,
        .pre-accordion-init h5 + * + *,
        .pre-accordion-init h5 + * + * + *,
        .pre-accordion-init h5 + * + * + * + * {
            display: none;
        }