/** Shopify CDN: Minification failed

Line 279:23 Unexpected "{"

**/
.product-card .product-card__image {
    object-fit: cover;
    height: 250px;
}
x-slideshow.slideshow.slideshow--boxed {
    margin-top: 0;
    padding-top: 0;
}

.product-card .product-card__info {
    padding: 20px;
}
a.logo-list__item.bg-custom {
    width: fit-content;
    padding: 0;
        border-radius: 10px;
}
a.footer__copyright-logo-wrap {
    display: none;
}
.flex_div {
    display: flex;
    gap: 13px;
}
 .footer__block--additional-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 32px;
}
.footer__policy-links {
    flex-wrap: wrap;
    align-items: center;
    display: flex;
}
.footer__text.rte p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
    color: rgba(253, 253, 253, .6);
    margin-bottom: 16px;
}
section.shopify-section.shopify-section--main-product .variant-picker .price-list {
    display: none;
}
.media-carousel__widget-holder {
    position: absolute;
    z-index: 1;
    right: 0;
}
.product-gallery__ar-wrapper {
    position: relative;
}
section.shopify-section.shopify-section--main-product .option-name{
    display:none;
}
.footer__policy-links {
    gap: 32px;
}
 .footer__policy-links a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
    text-decoration: underline;
    color: rgba(253,253,253,.6);
    opacity: 1;
    transition: color .3s ease-in-out;
}
 .additional-info__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0 0 16px;
}

.flex_bth {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
   .media-carousel__widget-holder {
    position: absolute;
    z-index: 1;
    right: 11px;
    top: 8px;
}
.native-share--enabled .product-native-share-button {
    display: flex;
    align-self: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fdfdfd;
    opacity: 1;
    width: 32px;
    height: 32px;
}
@media screen and (max-width: 749px) {
    .product-gallery__zoom.md\:hidden {
    bottom: 53px;
    top: auto;
}
    .media-carousel__widget-holder {
    position: absolute;
    z-index: 1;
    right: 11px;
    top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
}
a.footer__copyright-logo-wrap {
    margin: auto;
    display: block;
}
.footer__aside-bottom a {
    display: none;
}
 .social-media {
    gap: 16px;
}
.flex_bth .product-form__share.justify-items-start {
    display: none;
}
}
@media screen and (min-width: 749px) {
    .media-carousel__widget-holder .product-form__share.justify-items-start {
    display: none;
}
    .product-info__native-share{
        display:none;
    }
.footer__block--additional-info{

    display:none;
}
a.logo-list__item.bg-custom img{
    filter:opacity(0.5);
}
a.logo-list__item.bg-custom:hover img{
    filter:opacity(1);
}
}

















.card-different-info__header {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.card-different-info__title {
    font-size: 24px;
    color: #8e0e3b;
    font-weight: 500;
}
.card-different-info__title.card-different-info__title--desktop {
    display: none;
}
.card-different-info__description {
    font-size: 16px;
}
.card-different-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 24px;
    border-radius: 16px;
    background-color: #ffdede;
}
@media screen and (min-width: 700px) {
    .card-different-info__image-holder {
        width: 80px;
        height: 80px;
    }
}
.card-different-info__image-holder {
    width: 48px;
    height: 48px;
}
.card-different-info__image-holder img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
@media screen and (min-width: 1000px) {
    .card-different-info__icon-holder {
        display: block;
        width: 32px;
        height: 32px;
        -o-object-position: center;
        object-position: center;
        align-self: start;
    }
}
.for_mobile{
    display:none;
}
@media screen and (max-width: 999px) {
.for_mobile{
    display:block;
}
}
@media screen and (min-width: 1000px) {
    .card-different-info__title.card-different-info__title--mobile {
        display: none;
    }
}
.card-different-info__title {
    font-size: 24px;
    color: #8e0e3b;
    font-weight: 500;
}
@media screen and (min-width: 1200px) {
    .card-different-info {
        padding: 48px;
    }
}
.product-gallery__card-different-info {
    aspect-ratio: 1/1;
}
@media screen and (min-width: 1000px) {
    .card-different-info__header {
        justify-content: space-between;
    }
    .card-different-info__title.card-different-info__title--desktop {
    display: block;
}
}


.faq-info-block__header {
    display: flex;
    gap: 12px;
    margin-top: 15px;
}
button.button.button--xl{

    background: linear-gradient(135deg, #651600, #ba597a);
} 
button.button.button--secondary{
       background: linear-gradient(135deg, #651600, #ba597a);
}
button,
.button,
.btn,
/* input[type="submit"],
input[type="button"],
input[type="reset"] */ {
  background: linear-gradient(135deg, #651600, #ba597a) !important;
  border: none;
}
a.button.button--xl{

    background: linear-gradient(135deg, #651600, #ba597a) !important;
}
button.button.button--lg{
      background: linear-gradient(135deg, #651600, #ba597a) !important;
}
p, a, li, input, span, on-sale-badge {
    font-family: "Satoshi Light";
    font-weight: 600 !important;
    letter-spacing: 0.5px;
 
}

.media-link-blocks .video-play-button{
        color: white;
}
strong {
    font-weight: 700 !important;
}