/* Add custom CSS styles below */ 
.out-of-stock .product-card__image img, .product-card--full-image.out-of-stock img {
    filter: brightness(100%);
}


.product-card__out-label {
    width: 120px;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 16px;
    font-weight: 600;
    color: #e0c677;
    padding: 7px 7px;
    border: 1px solid #e0c677;
    border-radius: 4px;
    background-clip: padding-box;
    transform: rotate(-10deg);
}


.gallery-cursor {
  background: url("https://static.thenounproject.com/png/hand-cursor-icon-421429-512.png") center center no-repeat !important;
  background-size: 70% 70% !important;
  background-color: #ffffff !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  border: 1px solid #ccc !important;
}


.s-comments-item-content, .s-comments-item-timestamp {
    color: #5b5a52;
}


.s-product-options-option-label small {
    display: none !important;
}


.text-store-text-secondary {
    color: #e0c777;
}


.collection-sidebar .title, .form-label, .form-label b, .form-label span, .policy-sidebar .title, .policy-sidebar i, .s-filters-label, .s-filters-option-name, .s-filters-widget-title, .s-filters-widget-values, .s-product-options-multiple-options-wrapper label, .s-product-options-option-label {
    color: #5b5a52 !important;
}

.link--primary {
    color: #ff0000 !important;
    /* color: var(--color-primary) !important; */
    transition-duration: .15s !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: 
cubic-bezier(.4, 0, .2, 1) !important;
}


.product-single .product-features-item, .s-product-options-wrapper, .s-quantity-input-button svg, .s-quantity-input-input {
    background-color: var(--bg-primary);
    fill: var(--store-text-primary);
    color: #5b5a52;
}

.text-store-text-primary {
    color: #5b5a52;
}

.s-button-primary {
    background-color: #414042;
    background-color: #ff0000;
    border-color: #414042;
    border-color: var(--color-primary);
    border-width: 1px;
    color: #ff6767;
    color: #e0c777;
}


.s-form-label, .s-form-label b, .s-form-label span {
    color: #5b5a52 !important;
}

.promotion-title {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.25rem;
    position: absolute;
    top: 4rem;
    z-index: 10;
    --tw-text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.text-red-600 {
    --tw-text-opacity: 1;
    color: #ff0000;
    /* color: rgba(220, 38, 38, var(--tw-text-opacity, 1)); */
}


.product-card__promotion {
    font-size: 0.80rem;
    font-weight: 700;
    left: 1rem;
    line-height: 1rem;
    max-width: 100%;
    padding: .375rem .625rem;
    position: absolute;
    top: 1rem;
    z-index: 1;
    --tw-text-opacity: 1;
    color: #ff0000;
    /* color: rgba(255, 255, 255, var(--tw-text-opacity, 1)); */
}

.promotion-title {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.25rem;
    position: absolute;
    top: 4rem;
    z-index: 10;
    --tw-text-opacity: 1;
    color: #ff0000;
    /* color: rgba(255, 255, 255, var(--tw-text-opacity, 1)); */
}

.s-rating-stars-reviews {
    display: none !important;
}


.animated-text__close, .promotion-banner__close {
    background: #ff0000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    /* box-shadow: 0 2px 59px rgba(0, 0, 0, .4); */
    cursor: pointer;
    display: inline-block;
    height: 20px;
    padding: 6px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: calc(50% - 10px);
    width: 20px;
    z-index: 1;
}

.s-cart-summary-count {
    align-items: center;
    border-radius: 9999px;
    display: inline-flex
;
    height: 1.25rem;
    justify-content: center;
    left: -15px;
    position: absolute;
    top: -8px;
    width: 1.25rem;
    --tw-bg-opacity: 1;
    background-color: #ff0000;
    /* background-color: rgba(248, 113, 113, var(--tw-bg-opacity, 1)); */
    font-size: .75rem;
    line-height: 1rem;
    padding: .25rem;
    --tw-text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}