/** Shopify CDN: Minification failed

Line 130:3 Unexpected "="

**/

.m-product-card{
    border: 1px solid #e39c1b;
    padding: 5px;
    border-radius: 8px;
    background: #1D1B1B;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
}

.m-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    border-color: #c4840fff;
}

button.m-add-to-cart.m-spinner-button.m\:w-full.m-button.m-button--secondary {
    background: #e39c1b;
    border: 1px solid #e39c1b;
    color: #fff;
}
.m-richtext__subtitle.m-slide__subtitle.m\:text-black.h5 {
    color: #e39c1b;
}

a.m-slide__button-first.m-button.m-button--secondary {
    background: #fedc35;
    border: #fedc35;
}


@media(min-width:1024px){
  .m-slide__content.m-richtext.m\:text-left {
    max-width: 600px;
}
#shopify-section-template--20152471355545__1621243260e1af0c20 span {
    color: #e39c1b;
}
}



@media(max-width:768px){
  .m-richtext__description.m-slide__description.rte.m\:text-black.h5 {
    display: none;
}
.m-button, .shopify-payment-button__button.shopify-payment-button__button--unbranded, .spr-button.spr-button-primary {
  
    padding: 7px 10px !important;
    
}
.m-slide__content.m-richtext.m\:text-left {
    margin-top: 30px;
}

}


section#m-slider-template--20171055136921__1621243260e1af0c20 h2.m-richtext__title.m-slide__title.m\:text-white.h1 {
    text-transform: uppercase !important;
    font-size: 50px !important;
}

section#m-slider-template--20171055136921__1621243260e1af0c20 span.hero-custom-color {
    color: #ce9025;
    font-size: 90px !important;
}

@media screen and (max-width:767px){

    section#m-slider-template--20171055136921__1621243260e1af0c20 h2.m-richtext__title.m-slide__title.m\:text-white.h1 {
    font-size: 35px!important;
    color:#fff !important;
    }

    section#m-slider-template--20171055136921__1621243260e1af0c20 span.hero-custom-color {
    font-size: 62px !important;
    }

    section#m-slider-template--20171055136921__1621243260e1af0c20 .m-richtext__subtitle.m-slide__subtitle.m\:text-white.h5 {
    color: #fff !important;
    }

    section#m-slider-template--20171055136921__1621243260e1af0c20 p {
    color: #fff !important;
    }

    section#m-slider-template--20171055136921__1621243260e1af0c20 a.m-slide__button-second.m-button.m-button--secondary {
    color: #fff !important;
    border-color: #ce9025 !important;
    }

    
}



.m-gradient.m-color-default.m\:blocks-radius.m-custom-content__boxed {
    background: #1D1B1B;
}

.m-image-card__inner.m-gradient.m-color-default {
    background: #1D1B1B !important;
}

a.m-product-card__name {
    color: #fff;
}

.m-price__regular {
    color: #fff;
}

div#shopify-section-template--20171054678169__main svg.m-svg-icon--small {
    color: #000;
}

.m-product-option--dropdown select .m-product-option--node{
       color: #fff;
    background: #1D1B1B;
}



   ========================================================================== */

/* 1. Base Select Dropdown Style & Force Golden Arrow */
.m-product-option--dropdown select {
    color: #ffffff !important;
    background-color: #1d1b1b !important;
    border: 1px solid #e4a834 !important;
    outline: none !important;
    box-shadow: none !important;
    
    /* Native browser arrow default color control */
    color-scheme: dark !important; 
    
    /* Custom SVG Arrow Injection (Golden Color) */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e4a834'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 12px) center !important;
    background-size: 18px !important;
    padding-right: 35px !important;
}

.m-product-option--dropdown select option {
    color: #ffffff !important;
    background-color: #1d1b1b !important;
    border: none !important;
    outline: none !important;
}

.m-product-option--dropdown select:focus,
.m-product-option--dropdown select:focus-visible,
.m-product-option--dropdown select:active,
.m-product-option--dropdown :focus-within,
.m-product-option--dropdown .m-product-option--inner:focus-within {
    border-color: #e4a834 !important;
    outline: none !important;
    box-shadow: none !important;
}

/* 4. Chrome/Webkit Checked Option Highlight Twist */
.m-product-option--dropdown select option:checked,
.m-product-option--dropdown select option:hover {
    color: #ffffff !important;
    background-color: #e4a834 !important;
    box-shadow: 0 0 10px #1d1b1b inset !important;
}