/** Shopify CDN: Minification failed

Line 635:0 Unexpected "}"

**/
.h1{
    font-size:1.640625rem;
}

/* Main Sections */
.gridtainer{
    display:grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas:
        "gallery-wrapper product-info-wrapper atc-wrapper";
    max-width:1600px;
    padding:0 35px;
    gap: 2rem;
    margin-top: 1rem;
}


.gallery-wrapper{
    grid-area:gallery-wrapper;
    /* margin-right: 50px; */
}
.mobile-product-title{
    display:none;
}

.product-gallery--viewer {
    order: 1;
}
.product-gallery--navigation {
    order: 2;
}

.product-gallery--navigation, .gallery-navigation--scroller {
    width: 100% !important;
    max-width: 100% !important;
}

.gallery-wrapper .product-gallery{
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
}

.atc-wrapper{
    grid-area:atc-wrapper;
    border-left:1px solid #A9A9A9;
    padding-left:15px;
}

@media screen and (max-width:991px){
    .atc-wrapper{
        border-left:none;
        padding-left:0;
    }
}

/* ATC Wrapper */

.atc-wrapper{
    display:flex;
    flex-flow: column nowrap;

}

.atc-info{

}

.atc-info--title{
    margin-bottom:5px;
    font-size:24px;
}

.atc-info--vendor {
    /*padding-block-start:.8rem;*/
    font-size:12px;
    margin-right:12px;
}

.atc-info--vendor a{
    text-decoration:none;
    background:#f4f4f4;
    color:black;
    border:1px solid #bdbdbd;
    border-radius:7px;
    padding:2px 6px; 
    margin-inline-start: .2rem;
    font-size:12px;
    font-weight: 500;
}

.atc-info--vendor a:hover{
    background:#CDA749;
    color:#353e49;
    border:1px solid #CDA749;
}

.atc-info--price{
    font-size:32px;
    font-weight: 600;
    line-height: 25px;
}

.atc-info--payment-terms{
    max-width:300px;
    font-size:12px;
}

.price-per{
    font-size:13px;
    font-weight: 500;
    color: #666666;
}

.jpd-spd {
    text-align: left;
    width: 100%;
    background: #adadad33;
    border-radius: 25px;
    padding: 10px 20px;
    margin-top: 2rem;
    border-radius: 10px !important;
    @media (width < 992px) {
        display: none;
    }
}

.jpd-spd-mobile {
    display: none !important;
    .metafield-description-table {
        background: #ffffff00 !important;
    }
    @media(width < 992px) {
        display: block !important;
    }
}

.atc-info .option-section{}

.product-info-wrapper .option-section h4{
    font-size:15px;
    font-weight:600;
    margin-block: 15px 8px !important;
}

.product-info-wrapper .option-section ul{
    list-style-type:none;
    margin-left:0;
    padding-left:0;
    margin-block: 0px 15px !important;
}

.product-info-wrapper .option-section li{
    display:inline-block;
    padding:5px;
    cursor:pointer;
}

.product-info-wrapper .option-section li a{
    text-decoration:none;
    color:black;
    border:1px solid #bdbdbd;
    border-radius:7px;
    padding:4px 10px;
    cursor:pointer;
    font-weight: 500;
    font-size: 14px;
}

.product-info-wrapper .option-section li a:hover{
    background-color:#CDA749;
    color:#fff;
}

.product-info-wrapper .option-section li.selected-option a{
    background-color: #cda749;
    color:black;
}

#capacity-spacer{
    margin-top:20px !important;
}

.product-info-wrapper .option-values .metafield-description-table{
    text-align:left;
    width:100%;
    background: #f4f4f4;
    border-radius:10px;
    padding:10px 20px;
    margin-top: 2rem;
}


.atc-buttons{
    grid-area:atc-buttons;
    /* border:1px solid grey; */
    border-radius:7px;
    padding-top:10px;
    /* margin-left:20px; */
}

.atc-buttons--price price{
    font-size:25px;
    display:block;
    padding-top:15px;
    text-align:center;
}

.atc-buttons--price .price-per{
    padding-top:5px;
    margin-bottom:20px;
    display:block;
    text-align:center;
}

.atc-buttons--form{
}

.atc-info--review-seal{
    margin-top:0px;
    /*margin-bottom:10px;*/
}

.product-form-atc{
    flex-direction:column;
}

.product-form--atc-button{
    width:100%;
    background:#A17508;
    border:1px solid #A17508;
    color:#fff;
}
.product-form--atc-button:hover{
    background:#fff !important;
    color:#000;
}
.product-form--atc-qty {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    gap:1rem;
    margin-block: .5rem;
}

#product-quantity-select {
    width: 115px;
    margin-right: 1rem;
}

#product-quantity-input {
    width: 115px;
}

.form-field-select-wrapper svg, .age-gate__select-wrapper svg {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -3px;
    pointer-events: none;
    color: #212121;
}

.atc-info--stock-level{
    padding: 5px 0;
}

.atc-info--shop-others a {
    /*text-decoration: none !important;
    color: blue; 
    margin-top: -10px;*/
}

.atc-info--shop-others p {
    margin: 0 !important;
}

.atc-buttons--countdown{
    padding-top:17px;
}

.countdown-inner{
    text-align:start;
}

.order-within-wrapper{
    padding-bottom:5px;
}

.extra-info-tab{
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
}

.extra-info-tab--header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    cursor: pointer;
    /* border-bottom:1px solid black; */
}

.extra-info-tab--title {
    font-weight: 600;
    font-size: 0.9rem;
}

.extra-info-tab--icon {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.extra-info-tab--content {
    display: none;
    padding: 10px 0 15px 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #4a4a4a;
}

.extra-info-tab--content p {
    margin: 0 0 10px;
}

.extra-info-tab--content p:last-child {
    margin-bottom: 0;
}

.extra-info-tab--link {
    color: #353e49;
    text-decoration: underline;
    font-weight: 600;
}

.extra-info-tab--link:hover {
    color: #CDA749;
}

.extra-info-tab.is-active .extra-info-tab--icon {
    transform: rotate(45deg);
}

.extra-info-tab.is-active .extra-info-tab--content {
    display: block;
}

.smalltext { 
    font-size: 12px !important; 
    font-weight: 400 !important;
}
/* Dropdown Tabs */

.dropdowns{
    display:grid;
    width:100%;
    grid-template-columns:1fr;
    grid-template-rows:1fr;
    text-align:center;
    margin-top:50px;
}

.dropdowns{
    display:grid;
    grid-template-columns:1fr;
    grid-template-rows:1fr;
    text-align:left;
    margin-top:0;
}

.product-readmore{
    width:100%;
    max-width:100%;
    overflow:hidden;
    padding-inline: 16px !important;
}

.metafield-specs-table{
    white-space:break-spaces;

    border-collapse: collapse;
    margin: 20px 0;
    table-layout: fixed;
}

.hidden-row{ 
    display:none !important;
}

.key-features-show-more {
    display: flex; 
    flex-flow: row nowrap;
    background: none;
    color: black;
    cursor:pointer;
}

.key-features-show-more svg {
    width: 15px;
}

.key-features-show-more button {
    background: none !important;
    border: none;
    color: black;
    margin-inline-start: 1rem;
    cursor:pointer;
}

#Page-1 {
    transform: rotate(0deg) translate(0, 0);
    transition: all .25s ease-in-out;

}

.rotate-svg {
    transform: rotate(180deg)translate(-24px, -13px) !important;
}

.product-readmore h2{
    margin-top:0;
}

.product-readmore h4{
    margin-top:0;
    
}

.product-readmore h4 a{
    color:#353E49;
    text-decoration:underline;
}

.product-readmore h2,.product-readmore h4{
    text-align:center;
}

.product-readmore details{
    background-color:#fff;
    /* border-radius:7px; */
    padding:8px 15px;
    margin-bottom:10px;
    margin-top: 8px !important;
}

.product-readmore details:hover{
    /* background-color:#353E49EE; */
}

.product-readmore details summary{
    color: #000;
}

.product-readmore details summary > div{
    padding:0;
}

.product-readmore details .indent-content{
    /* width:100%; */
    overflow:hidden;
    background-color:#fff;
    margin:0;
    border-radius:7px;
    margin-bottom:30px;
    margin-top:10px;
    /* padding:20px; */
    /* border: 2px solid #CDA749; */
    /* box-shadow: 0px 0px 3px 0px #6e6e6e6d; */
}

summary .headline {
    font-size: 18px;
}

/* Product Recommendations Styles */

.product-recommendations {
    max-width: 1400px;
    margin-inline: auto;
}
.product-recommendations--wrapper {
    margin: 50px 0;
  }
  
  .product-recommendations--title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
  }
  
  .product-recommendations--grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  
  .product-recommendations--item {
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding-bottom: 15px;
    transition: box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .product-recommendations--item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  
  .product-recommendations--link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  
  .product-recommendations--image {
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
  }
  
  .product-recommendations--info {
    padding: 10px 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .product-recommendations--info .product-recommendations--title {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px;
    color: #333;
    text-align: center;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
  }
  
  .product-recommendations--info .product-recommendations--price {
    font-weight: 600;
    color: #353E49;
    font-size: 16px;
    margin-top: 5px;
  }
  
  @media screen and (max-width: 991px) {
    .product-recommendations--grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media screen and (max-width: 768px) {
    .product-recommendations--grid {
      grid-template-columns: repeat(2, 1fr);
    }
    
    .product-recommendations--image {
      height: 180px;
    }
  }
  
  @media screen and (max-width: 480px) {
    .product-recommendations--grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
    }
    
    .product-recommendations--image {
      height: 150px;
    }
    
    .product-recommendations--info .product-recommendations--title {
      font-size: 13px;
      height: 36px;
    }
    
    .product-recommendations--info .product-recommendations--price {
      font-size: 14px;
    }
  }
  



/* Media Queries */

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

    .gridtainer{
        display:grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-template-areas:
            "gallery-wrapper"
            "atc-wrapper";
    }

    /* ATC WRAPPER */
    /* .atc-wrapper{
        display:grid;
        grid-template-columns:1fr;
        grid-template-rows: 1fr 1fr;
        grid-template-areas:
            "atc-info"
            "atc-buttons"; */
    }
    .mobile-product-title{
        display:block;
        font-weight: 700;
    }

    .atc-info--title{
        display:none;
    }
}

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



    .gallery-wrapper .product-gallery{
        display: block;
        width: 100%;
    }
    .product-gallery--viewer {
        width: 100% ;
        display: block ;
    }
    .product-gallery--navigation {
        width: 100% !important;
        display: flex ;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 15px;
        max-width: 100% !important;
    }

}

@media screen and (max-width:460px){
    .product-readmore table th {
        flex: 0 0 100px;
        max-width: 100px;
        font-size: 13px;
        padding: 6px;
    }
    
    .product-readmore table td {
        font-size: 13px;
        padding: 6px;
    }
}

.restock-rocket-button.restock-rocket-button-product {
    margin-top: 0 !important;
  }
  


