/** Shopify CDN: Minification failed

Line 61:21 Expected identifier but found whitespace
Line 61:22 Unexpected "url("

**/
.accordion:after {
    content: "";
    color: #777;
    font-weight: 700;
    float: left;
    margin-left: 5px;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    transition: 0.2s;
    transform: translate(-90%, 20%);
}
.actives:after {
    transition: 0.2s;
    transform: rotate(90deg);
}
.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding: 0 12px;
    border: 0 solid #888;
    font-size: 16px;
    padding: 0;
}
.accordion {
    color: #000;
    padding: 3px 9px 3px 0;
    width: 100%;
    border: none;
    transition: 0.4s;
    border-bottom: 0 solid #888;
    text-align: left;
    border-radius: 0;
    background-clip: padding-box;
    margin-top: 0;
    margin-bottom: 0;
    outline: 0;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 10px;
    margin: 5px 0;
    background-color: #fff;
}
.buttoninside1,
.buttoninside1:hover {
    transition: 0.2s;
    padding: 10px 18px;
    color: #000;
}
.accordion:after,
.actives:after 
    background-image: url('https://cdn.shopify.com/s/files/1/0022/0856/3246/files/001-add.png?v=1641647287');
}
.panel.show {
    max-height: 100%;
}
/* Style the element that is used to open and close the accordion class */
p.accordion {
    background-color: rgba(245, 245, 245, 0);
    color: #fff;
    cursor: pointer;
    padding: 10px 8px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.1s;
    margin-bottom: 0px;
    border: 0px solid #c9c9c9;
    font-size: 18px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

/* Add a background color to the accordion if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
p.accordion.active, p.accordion:hover {
color: #fff;
    background-color: rgba(245, 245, 245, 0);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/* Unicode character for "plus" sign (+) */


/* Style the element that is used for the panel class */

div.panel {
    padding: 3px 6px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: 0.1s ease-in-out;
    opacity: 0;
    margin-bottom: 4px;
    font-size: 16px;
    border: 0px solid #c9c9c9;
    border-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    letter-spacing: 0px !important;
}

div.panel.show {
    opacity: 1;
    max-height: 100%; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}
    .accordion:after {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
  .active:after {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.accordion:after {
    content: '';
    color: #777;
    font-weight: 700;
    float: right;
    margin-left: 5px;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    margin-top: 5px;
    transition: .2s;
}

.actives:after {
    transition: .2s;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    padding: 0 12px;
    border: 0 solid #888;
    font-size: 12px;
  padding:0px;
}

.accordion {
  color: #000;
    padding: 3px 9px 3px 0;
    width: 100%;
    border: none;
    transition: .4s;
    border-bottom: 0 solid #888;
    text-align: left;
    border-radius: 0;
    background-clip: padding-box;
    margin-top: 0;
    margin-bottom: 0;
    outline: none;
    font-weight: 500;
    letter-spacing: 1px;
}

.accordion,
.accordion:hover,
.actives,
.panel {
    background-color: #fff;
}
.accordion:after,
.actives:after {
    background-image: url('https://cdn.shopify.com/s/files/1/0022/0856/3246/files/001-add.png?v=1641647287');
}
.accordion:after {
    filter: invert(1);
}
.customfaq--section {
    margin-top: 40px;
}

.customfaq--section h3 {
    text-align: center;
}
.productfaq {
    padding: 20px;
    max-width: 850px;
    margin: auto;
}
.customfaq--container .panel p {
    font-size: 18px;
}
.customfaq--container .accordion {
    font-size: 21px;
}