<style><!--
.so-tab {
position: relative;
width: 100%;
overflow: hidden;
margin: 25px 0;
}
.so-tab label {
position: relative;
display: block;
padding: 0 25px 0 0;
margin-bottom: 15px;
line-height: normal;
cursor: pointer;
}
.so-tab input {
position: absolute;
opacity: 0;
z-index: -1;
}
.so-tab-content {
max-height: 0;
overflow: hidden;
transition: max-height .35s;
}
/* :checked */
.so-tab input:checked ~ .so-tab-content {
max-height: none;
}
/* Icon */
.so-tab label::after {
position: absolute;
right: 0;
top: 0;
display: block;
-webkit-transition: all .35s;
-o-transition: all .35s;
transition: all .35s;
}
.so-tab input[type=checkbox] + label::after {
content: "+";
}
.so-tab input[type=radio] + label::after {
content: "\25BC";
}
.so-tab input[type=checkbox]:checked + label::after {
transform: rotate(315deg);
}
.so-tab input[type=radio]:checked + label::after {
transform: rotateX(180deg);
}
--></style>
<div class="so-tab"><input id="so-tab-3" type="checkbox" name="tabs"> <label for="so-tab-3">Shipping + Returns</label>
<div class="so-tab-content">
<p>We offer free shipping on all domestic orders over $130.</p>
<p>All domestic orders under $130 are shipped via USPS priority mail for a flat rate of $8.</p>
<p>We offer returns, exchanges or store credit with some exceptions. You can read our full shipping and returns policy <a href="https://gravelandgold.com/pages/shipping-returns" title="Shipping & Returns" target="_blank">here.</a></p>
</div>
</div>
Be part of ours? Read our newsletters — they are fun!