<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* TODO: created for A/B testing purposes. Remove it once we're using only one design */
.legacy-ui {
    /* display: none; */
}

/* TODO: created for A/B testing purposes. Remove it once we're using only one design */
.pdp-ui-overhaul {
    display: none; 
}
#samMobilePDP

.breadcrumb.product__breadcrumb.hidden-xs.hidden-sm.pdp-ui-overhaul&gt;li {
    color: #000;
}


.pdp-ui-overhaul.product-card {
    padding: 15px 15px 0 15px;
    background-color: white;
    margin: 0 auto;
}

.pdp-ui-overhaul .product-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.pdp-ui-overhaul .product-card__store-link {
    color: #0055a4;
    font-weight: 500;
}

.pdp-ui-overhaul .product-card__id {
    color: #777;
    font-size: 14px;
}

.pdp-ui-overhaul .product-card__title {
    text-transform: capitalize;
    margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: 100;
}

.pdp-ui-overhaul span.product-card__tag--new {
    display: none;
    color: #3a7d44;
    font-weight: bold;
}

.pdp-ui-overhaul .product-card__rating {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.pdp-ui-overhaul .product-card__rating .TurnToReviewsTeaser {
    margin: 0 !important;
}

.pdp-ui-overhaul .product-card__pricing {
    margin-bottom: 15px;
    margin-top: 1.5rem;
}

.pdp-ui-overhaul .product-card__price--current {
    color: #b82025;
    font-size: 20px;
    font-weight: bold;
    margin-right: 8px;
}


/***************************** Dynamically injected pricing elements *****************************/
.pdp-ui-overhaul .product-card__price {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-right: 8px;
    display: inline;
}

.pdp-ui-overhaul .product-card__price span.prcspan,
.pdp-ui-overhaul .product-card__price span.prcspan.new-price {
    color: #b82025;
    font-size: 20px;
    font-weight: bold;
    margin-right: 8px;
    display: inline;
}

.pdp-ui-overhaul .product-card__price .youSave&gt;div {
    /* Hide only the text that reads Save $XXXX, keep the span visible */
    font-size: 0;
}

.pdp-ui-overhaul .product-card__price .youSave {
    margin-left: 0;
    display: inline-flex;
}

.pdp-ui-overhaul .product-card__price .youSave span {
    font-size: 18px;
    color: #b82025;
    font-weight: 400;
}

.pdp-ui-overhaul .product-card__price .old-price {
    /* display: none; */
    font-weight: 400;
}

.pdp-ui-overhaul .product-card__price .ourprice {
    text-decoration: line-through;
    color: #616161;
    font-size: 16px;
    display: block;
    font-weight: 400;
}

.pdp-ui-overhaul .product-card__discount {
    color: #b82025;
    font-size: 18px;
}

.pdp-ui-overhaul .product-card__price--original {
    color: #616161;
    text-decoration: line-through;
    font-size: 16px;
    display: block;
    margin-top: 5px;
}
/***************************** End of Dynamically injected pricing elements *****************************/


.pdp-ui-overhaul .product-card__gift {
    background-color: #e8f0eb;
    border-radius: 4px;
    padding: 15px;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.pdp-ui-overhaul .product-card__gift-image {
    width: 40px;
    margin-right: 15px;
}

.pdp-ui-overhaul .product-card__gift-details {
    flex-grow: 1;
}

.pdp-ui-overhaul .product-card__gift-title {
    font-weight: bold;
    margin: 0 0 5px 0;
}

.pdp-ui-overhaul .product-card__gift-price {
    margin: 0;
    display: flex;
    align-items: center;
}

.pdp-ui-overhaul .product-card__gift-price--original {
    text-decoration: line-through;
    color: #666;
    font-size: 14px;
    margin-right: 8px;
}

.pdp-ui-overhaul .gift-message,
.pdp-ui-overhaul .product-card__gift-tag--free {
    color: #3a7d44;
    font-weight: bold;
    font-size: 14px;
}

.pdp-ui-overhaul .TTratingBox {
    filter: grayscale(1) contrast(100) brightness(0.8);
}

.pdp-ui-overhaul a#readReviews,
.pdp-ui-overhaul a#writeReview {
    color: #000;
}

main.product .product__thumbnails .product__gallery--thumbnail:not(.active) {
    opacity: 0.4;
}

main.product .product__thumbnails .product__gallery--thumbnail.active {
    border: none;
}

.pdp-ui-overhaul:not([style*="display: none"])~#samPDPZoomIconDiv {
    /* Styles to apply when pdp-ui-overhaul wrapper is visible */
    margin-top: -450px;
}

.pdp-ui-overhaul-wrapper {
    background-color: #FFF;
    border: none;
    box-shadow: none;
}

.pdp-ui-overhaul.product-card.panel &gt;
span.soc-proof__sale.soc-proof__sale--pdp {
    position: absolute;
    top: 10vh;
    right: 20px;
    background: #b82025;
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    color: white;
    z-index: 999;
    display: none;
}

@media (max-width: 991px) {
    .pdp-ui-overhaul-wrapper .product__options {
        padding: 2rem;
    }
}

@media (max-width: 768px) {
    .soc-proof__sale.soc-proof__sale--pdp {
        top: 10vh;
        right: 2rem;
        padding: 0.3rem 1rem;
    }
}
</pre></body></html>