/** Shopify CDN: Minification failed

Line 93:15 Expected identifier but found whitespace
Line 93:16 Unexpected "#4CAF50"

**/
.share-buttons * {
    font-family: inherit;
    font-weight: 400;
    text-transform: capitalize;
}

.st-wishlist-button {
    display: flex !important;
}

.main-cart__wrapper .cart-item ul.item-properties {
    list-style: none;
    padding: 0;
}
.formfield_lineitems label {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 15px;
    font-weight: bolder;
    color: #011b10;
}
.formfield_lineitems input[type=text], .formfield_lineitems select {
    width: 100%;
    height: 47px;
    border: 1px solid #8a9675;
    font-family: 'Cormorant Garamond';
    color: #666;
    background: transparent;
    outline: none;
    padding: 10px;
   
}
.formfield_lineitems input[type=text]{
   font-size: 18px;
}

.formfield_lineitems select:focus {
  border: 1px solid #000 !important;
}
.formfield_lineitems input:focus{
   border: 1px solid #000 !important;
}

.formfield_lineitems textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #cacec1;
    font-family: 'Cormorant Garamond';
    color: #525050;
    outline: none;
    background: transparent;
    padding: 20px;
    font-size: 20px;
}
.formfield_lineitems .radio-field label.radio-item,.formfield_lineitems .radio-field label{
    width: 100%;
    border: none;
    margin:0;
}

.formfield_lineitems .radio-field label.radio-item{
   font-weight: 400;
   height: 0;
   text-transform:none;
   font-size: 16px;
}
.formfield_lineitems .radio-field label.radio-item2 {
    font-weight: 400;
    height: auto;
    text-transform: none;
    font-size: 16px;
    display: flex;
    gap: 10px;
}

.formfield_lineitems select option {
    color: #525050;
}

.formfield_lineitems select:invalid {
    color: #666;
}

/* .formfield_lineitems input[type="radio"]:checked {
  background-color: #4CAF50 !important; /* Green background when selected */
  border-color: #4CAF50 !important; /* Green border when selected */
} */
      .product-form .formfield_lineitems input[type=radio]:checked+label {
      	background-color: #000000 !important;
    	color: #ffffff !important;
      }
    .product-form .formfield_lineitems  input[type=radio]+label {
    	background-color: #fffff !important;
    	color: #000000 !important;
      }



.product .share-buttons ul.share-buttons__list li.share-buttons__item.button span.share-button__name {
    display: none;
}
.product .share-buttons ul.share-buttons__list li.share-buttons__item.button:hover {
    border-color: none;
    background: transparent; 
}
.product .share-buttons .share-buttons__item .icon {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0;
    padding: 0;
    color: #011b10;
}
.product .share-buttons ul.share-buttons__list li.share-buttons__item.button {
   padding: 10px 10px 0 0;

}
.product .share-buttons svg.bi.bi-box-arrow-up-right {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
.product .share-buttons {
    text-align: center;
}

button.st-wishlist-button.st-initialized {
    background: transparent !important;
    color: #011b10 !important;
    padding: 0 !important;
}
.share-buttons__label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.share-buttons__label button.st-wishlist-button span.label {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond';
    font-weight: bold;
}
.share-buttons__label button.st-wishlist-button svg.st-wishlist-icon {
    width: 15px;
    height: 15px;
}

.st-wishlist-button .st-wishlist-icon {
    color: #000 !important;
}

button.st-wishlist-details-button span.st-label.st-js-label {
    font-size: 18px;
    font-family: 'Cormorant Garamond';
}
button.st-wishlist-details-button span.st-number.st-js-number {
    font-size: 12px;
}
button.st-atc-button {
    background: #011b10 !important;
    font-family: 'Cormorant Garamond'!important;;
    font-size: 16px !important;;
}
.st-wishlist-details .st-wishlist-details_header h2 {
    color: #011b10 !important;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    font-size: 20px;
}
.st-wishlist-details.st-wishlist-details--drawer .st-close-button {
    padding: 16px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
}
.product.row nav.breadcrumb {
    margin: 25px 0 60px !important;
}
.product__description p {
    font-family: Cardo;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1.6;
}
.product__description.rte a {
    color: #011b10;
    font-weight:500;
}
.st-wishlist-details_wrapper p {
    color: rgb(1, 27, 16);
    padding: 0 20px;
}
.about .about__accordion-item span ,.about .about__accordion-description {
    font-family: Cardo;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1.6;
    color: #011b10;
}
.about__accordion-item:last-child {
    border-bottom: .1rem solid  #8a9675 !important;
}
.about__accordion-item {
    border-top: .1rem solid  #8a9675 !important;
}
.radio-field input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #8a9675;
    border-radius: 50%;
    position: relative;
    background-color: white;
    transition: all 0.3s ease;
    cursor: pointer;
    aspect-ratio: 1/1;
}
.formfield_lineitems .radio-field input[type="radio"]:checked {
    border-color: #8a9675 !important;
}
.formfield_lineitems input[type=radio]:focus {
    border: #8a9675;
}
.formfield_lineitems .radio-field input[type="radio"]:checked::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    background-color: #666;
    border-radius: 50%;
}
.formfield_lineitems label.radio-item, .formfield_lineitems label.radio-item2 {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 5px;
}
.formfield_lineitems label.radio-item2 input#service-notice {
    width: 17%;
}
div#shopify-section-template--23222482764072__simple_form_wtL4Jn {
    padding-top: 100px;
}
.shopify-policy__container h2, .shopify-policy__container .rte h2{
    padding: 40px 0 0;
}
.shopify-policy__container .rte h2{
    padding: 70px 0 0;
}
.shopify-policy__title {
    padding: 60px 0;
}
.section-template--23063917035816__main-padding .fragment-data {
    padding: 0 0 40px;
}

.richtext.text-body-base td {
    border-width: 1px;
    border: 0.1rem solid rgba(var(--color-foreground), 0.2);
    padding: 1rem;
    vertical-align: top;
}
.shopify-policy__container {
    padding: 0 !important;
}
.shopify-policy__title {
    background-color: #8A9675;
    display: flex;
    justify-content: center;
    text-align: left;
}
.shopify-policy__title h1 {
    color: #fff;
    padding: 80px 40px;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}
@media screen and (max-width: 900px) {
    .shopify-policy__title h1 {
        padding: 60px 40px;
        font-size: 30px;
    }
}
.shopify-policy__body {
    max-width: 1160px;
    margin: 0 auto;
    padding: 80px 40px ;
}


._inline_stahb_47 {
    display: none;
    justify-items: var(--inline-form-alignment);
    align-content: center;
    height: 100%;
    width: 100%;
    background-color: var(--container-background-color);
    overflow: hidden;
}
.image-banner .button-container a.button {
    min-width: 231px;
    text-align: center;
}
@media screen and (max-width: 990px){ 
div#shopify-section-template--23222482764072__simple_form_wtL4Jn {
    padding-top: 0px;
}
.image-banner .button-container a.button {
    margin: 12px 0;
}

}

@media screen and (max-width: 480px){ 
.shopify-policy__title {
    padding-block: 2rem !important;
}
.shopify-policy__title h1 {
    font-size: 30px;
}
}






table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    /* Optional: for better appearance */
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
  }