/*
 * integration.css — TEMPORARY STYLES
 * Styles added during HTML → OpenCart integration phase.
 * MUST be reviewed or removed during optimization stage.
 */

 /*
    Wishlist header__actions-item-favorite
 - `.is-empty` class is currently NOT USED
  - Badge visibility is controlled via `:empty`
 */

/*
.header__actions-badge:empty {
    display: none;
}
*/

/* override ultrastore settings */
.oct-fixed-bar-link:hover .oct-fixed-bar-quantity,
#oct-cart-quantity {
	background: #8A181B;
}

/* disable active button */
/*#language button.active-item,*/
/*
.header__language-item--active {
    pointer-events: none;
}
    */

/* .registered .header__user-auth-icon */
/*
.header__user-auth--member.registered .header__user-auth-icon {
    fill: #8A181B;
    fill: #ffffff;
}
.header__user-auth--guest.registered .header__user-auth-icon {
    fill: #231F1F;
    fill: #ffffff;
}
.header__user-auth--member .header__user-auth-icon {
    fill: #8A181B;
}
*/

/* wrapper height for short pages */
/*
.wrapper {
    min-height: 100%;
    min-height: auto;
}
*/
/*
html, body {
    height: auto;
}
*/

/* alert-info -> top-promo-bar */
/*
.alert-info,
.top-promo-bar {
  text-align: center;
  padding: 6px 0;
  color: #ffffff;
  min-height: 30px;
  background-color: #231F1F;
  z-index: 11;
}

.alert-content,
.top-promo-bar-content {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 992px) {
    .top-promo-bar-content {
        font-size: 15px;
    }
}
*/

/* menu width */
/*
@media (min-width: 992px) {
    .header__nav {
        width: 100%;
    }
}
*/

/* stickers - badges */
/* $sticker_types = ['new', 'bestseller', 'popular', 'sold', 'discontinued', 'ends', 'special', 'discount', 'featured', 'freedelivery']; */
/**
 * TEMP: Cosmy theme overrides UltraStore badge colors.
 * Admin sticker colors are ignored.
 */
/* you_save */
/* body[data-theme="cosmy"], body.cosmy-theme */
body.cosmy-theme .product-badges__item--discount {
    color: #fff;
    background: #8A181B;
}
/* key stickers */
body.cosmy-theme .product-badges__item--new {
    color: #fff;
    background: #E79738;
}
body.cosmy-theme .product-badges__item--bestseller {
    color: #fff;
    background: #4E8BB5;
}
body.cosmy-theme .product-badges__item--sold {
    color: #fff;
    background: #6C0E11;
}
body.cosmy-theme .product-badges__item--discontinued {
    color: #fff;
    background: #6C0E11;
}
body.cosmy-theme .product-badges__item--ends {
    color: #fff;
    background: #C8161B;
}
body.cosmy-theme .product-badges__item--featured {
    color: #fff;
    background: #229628;
}
body.cosmy-theme .product-badges__item--freedelivery {
    color: #fff;
    background: #229628;
}

/* product-badges adjustment (design) */
/*
.product-badges {
    z-index: 2;
}

.product-badges__item {
    font-size: 11px;
}

@media (min-width: 992px) {
    .product-badges__item {
        font-size: 12px;
    }
}
/*

/* product-card adjustment (real data) */
/*
.product-card__link {
    flex-grow: 1;
}

.product-card__select {
    white-space: normal;
    word-break: break-word;
}

.product-card__footer {
    z-index: 3;
}
*/

/* product catalog - product caption */
/* replace h3.product-card__title > a with a.product-card__brand*/
/*
.product-card__brand {
    font-size: 14px;
    font-weight: 500;
    color: #231F1F;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 6px;
}
*/
/* replace p.product-card__details with a.product-card__product */
/*
.product-card__name {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
    font-size: 12px;
}
@media (min-width: 768px) {
    .product-card__brand {
        font-size: 15px;
    }

    .product-card__name {
        font-size: 14px;
        -webkit-line-clamp: 3;
    }
}

.product-card--no-stock .product-card__image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.product-card__image {
    margin: 4px auto 8px;
}

@media (min-width: 768px) {
    .product-card__image {
        margin: 12px 8px 16px;
    }
}
*/

/* product price */
/*
.product-card__price {
    margin-top: 10px;
}

.product-card__price--old,
.product-card__price-old {
    font-size: 12px;
    font-weight: 400;
    color: #625F5F;
}
@media (min-width: 768px) {
    .product-card__price--old,
    .product-card__price-old {
        font-size: 14px;
    }
}
.product-card__price--new,
.product-card__price-current {
    color: #8A181B;
    text-decoration: none;
}

.product-card__info {
    justify-content: space-between;
}
*/

/* product-card__option select on hover */
/*
.product-card__option {
  position: relative;
}

.product-card__option-value,
.product-card__option-more {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(50% + 8px);
    display: block;
}

.product-card__option-value,
.product-card__option-single {
  font-size: 12px;
  color: #231F1F;
  cursor: default;
}

@media (min-width: 768px) {
    .product-card__option-value,
    .product-card__option-single {
        font-size: 14px;
    }
}

.product-card__select {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.product-card__option-preview {
  display: inline-flex;
  cursor: pointer;
  width: 100%;
  min-height: 30px;
}

.product-card__options {
    margin-top: auto;
}

.product-card__option:hover .product-card__select,
.product-card__option:focus-within .product-card__select {
  opacity: 1;
  pointer-events: auto;
}

.product-card__option:hover .product-card__option-preview {
  opacity: 0;
}

.product-card__option-more {
    display: inline-block;
    color: #A19F9F;
    margin-left: 8px;
}
*/

/* alert-block */
/*
.is-scrolled .alert-block {
    top: 48px!important;
}

.alert-block {
    top: 80px!important;
    display: block;
    border-radius: 10px;
    padding: 16px;
    background: #fff;
    box-shadow: 0 1px 8px 0 rgba(186, 186, 186, 0.30);
    max-width: 289px;
}

.alert-block__title {
    display: flex;
    align-items: center;
    color: #229628;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 18px;
}

.alert-block__icon {
    flex-shrink: 0;
    margin-right: 8px;
}

@media (min-width: 768px) {
    .alert-block {
        padding: 24px;
        max-width: 383px;
        top: 90px!important;
    }
}
*/

/* gaps for cards */
/*
.grid-card-gap {
    gap: 18px 8px;
}

@media (min-width: 992px) {
    .grid-card-gap-lg {
        gap: 28px 16px;
    }
}
*/

/* pagination */
/*
.pagination__btn:not(.pagination__btn--disabled):hover {
    color: #ffffff;
    background-color: #8A181B;
    border-color: #8A181B;
}

.pagination__list li span {
    align-self: flex-end;
}
*/

/* btn */
/*
.btn {
    min-width: 180px;
}

.btn.js-dropdown:hover:before,
.btn.js-filters-toggle:hover:before
.btn-transparent-light:hover:before {
    display: none;
}
*/

/* .nice-select */
/*
.nice-select .current {
    color: #231F1F;
    padding-right: 30px;
}

.nice-select .option {
    white-space: normal;
    word-break: break-word;
}


@media (min-width: 992px) {
    .nice-select .current,
    .nice-select .option {
        font-size: 14px;
    }

    .nice-select {
        height: 40px;
    }

    .product-card__option-preview {
        min-height: 40px;
    }
}
*/


/* Fix ocf-popover */
@media (min-width: 992px) {

    .ocf-popover{position:absolute; max-width: 240px; opacity: 0; top:0;  left:0; z-index:9999999999;  display:none;  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;  font-style:normal;  font-weight:normal;  letter-spacing:normal;  line-break:auto;  line-height:1.42857143;  text-align:left;  text-align:start;  text-decoration:none;  text-shadow:none;  text-transform:none;  white-space:normal;  word-break:normal;  word-spacing:normal;  word-wrap:normal;  font-size:14px;  background-color:#fff;  -webkit-background-clip:padding-box;          background-clip:padding-box;  border-radius:6px;  box-shadow: 0 6px 30px rgb(0 0 0 / 25%); -webkit-transition: transform 300ms ease-in-out, opacity 200ms linear; -moz-transition: transform 300ms ease-in-out, opacity 200ms linear; -ms-transition: transform 300ms ease-in-out, opacity 200ms linear; -o-transition: transform 300ms ease-in-out, opacity 200ms linear; transition: transform 300ms ease-in-out, opacity 200ms linear; will-change: transform, opacity;}

    .ocf-popover.ocf-in{opacity: 1;}
    .ocf-popover.ocf-in.ocf-top {transform: translateY(-3px);}
    .ocf-popover.ocf-in.ocf-right {transform: translateX(3px);}
    .ocf-popover.ocf-in.ocf-bottom {transform: translateY(3px);}
    .ocf-popover.ocf-in.ocf-left {transform: translateX(-3px);}

    .ocf-popover.ocf-top{margin-top:-15px;}
    .ocf-popover.ocf-right{margin-left:15px;}
    .ocf-popover.ocf-bottom{margin-top:15px;}
    .ocf-popover.ocf-left{margin-left:-15px;}

    .ocf-popover-title{margin:0;  padding:8px 14px;  font-size:14px;  background-color:#f7f7f7;  border-bottom:1px solid #ebebeb;  border-radius:5px 5px 0 0;}
    .ocf-popover-content{color: #333;padding: 12px;}
    .ocf-popover > .ocf-arrow{position:absolute;  display:block; background-color: #fff; transform: rotate(45deg); border-radius: 3px; width: 16px; height: 16px; z-index: -1;}

    .ocf-popover.ocf-top    > .ocf-arrow{left: 50%; margin-left: -8px; bottom: -5px;}
    .ocf-popover.ocf-bottom > .ocf-arrow{left: 50%; margin-left: -8px; top: -5px;}
    .ocf-popover.ocf-right  > .ocf-arrow{top: 50%; margin-top: -8px; left: -5px; }
    .ocf-popover.ocf-left   > .ocf-arrow{top: 50%; margin-top: -8px; right: -5px; }
}


/* Helpers */
/*
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
*/

/* Seo-block show-more block */
.us-show-more-link.clicked .us-show-more-expand, .us-show-more-rollup {
    display: none;
}

.us-show-more-link.clicked .us-show-more-rollup {
    display: inline-block;
}

.us-category-description-cont {
    display: block !important;
    overflow: hidden;
    height: auto;
    max-height: 350px !important;
    position: relative;
}

.us-category-description-cont:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 228px;
    background: linear-gradient(182deg, rgba(255, 255, 255, 0.4) 23.43%, #FFF 98.59%);
    z-index: 1;
}

.us-category-description-cont.expanded {
    max-height: 100% !important;
    transition: max-height 1s ease-in-out;
}

.us-category-description-cont.expanded:before {
    display: none;
}

/* for loading state */
.product-card__action[disabled] {
	pointer-events: none;
	opacity: 0.6;
}

/* SEO pages */
.articles__text-block p,
.articles__text-block div,
.articles__text-block ul {
    margin-bottom: 25px;
}

.articles__text-block ul li {
    margin-bottom: 8px;
}

.articles__text-block ul li:last-child {
    margin-bottom: 0;
}

.articles__text-block br {
    display: none;
}

#information-information .container .container {
    padding: 0;
}

#information-information section:first-of-type {
    padding-top: 36px;
}

#information-information ol,
#information-information ul:not(.breadcrumbs__list) {
    margin: 12px 0;
}

#information-information li:not(.breadcrumbs__item) {
    margin-bottom: 12px;
}

[data-page="club"] h1 {
    display: none;
}

/* disable modal animation during ajax refresh */
body.modal-open .micromodal-slide[aria-hidden="false"] .modal__overlay { animation: none; }
body.modal-open .micromodal-slide[aria-hidden="false"] .modal__container { animation: none; }

/* fix cart progress-bar (step 2) */
.progress-bar .progress-bar__icon.progress-bar__icon--success {
    background-color: #8A181B;
}
.progress-bar .progress-bar__icon.progress-bar__icon--success svg {
    color: #8A181B;
}

/* Form field errors */
.form-field-error[data-us-field-error="true"] {
    display: block;
    color: #E00006;
    font-size: 12px;
    line-height: 1.35;
    margin-top: 4px;
}

/* Simplecheckout */
.simplecheckout-block-content .form-group,
.simpleregister .form-group {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 22px;
}

.simplecheckout-block-content .has-error .form-control,
.simpleregister .has-error .form-control {
    border-color: #E00006;
    background-color: transparent;
}

.simplecheckout-block-content .simplecheckout-rule {
    color: #E00006;
    font-size: 12px;
    line-height: 1.25;
    margin-top: 4px;
}

.simplecheckout-block-content input::placeholder {
    color: transparent;
}

.simplecheckout-block-content .form-radio-group .form-item:last-child {
    margin-bottom: 0!important;
}

.simplecheckout-block-content .form-control + .control-label,
#simplecheckout_shipping_address .form-control ~ .control-label,
.simpleregister .form-control + .control-label {
    position: absolute;
    top: 0;
    left: 12px;
    color: #D4D4D4;
    transform: translateY(15px);
    font-size: 12px;
    margin-bottom: 0;
    pointer-events: none;
    transition: 0.2s ease all;
}

@media (min-width: 768px) {
    .simplecheckout-block-content .form-control + .control-label,
    #simplecheckout_shipping_address .form-control ~ .control-label,
    .simpleregister .form-control + .control-label  {
        font-size: 14px;
        transform: translateY(14px);
    }
}

.simplecheckout-block-content input.form-control:focus + .control-label,
.simplecheckout-block-content input.form-control:not(:placeholder-shown) + .control-label,
#simplecheckout_shipping_address .form-control:focus ~ .control-label,
#simplecheckout_shipping_address .form-control:not(:placeholder-shown)  ~ .control-label,
.simpleregister input.form-control:focus + .control-label,
.simpleregister input.form-control:not(:placeholder-shown) + .control-label,
.simpleregister select.form-control + .control-label{
  top: 0;
  left: 8px;
  background: #ffffff;
  padding: 0 4px;
  transform: translateY(-50%);
}

.simplecheckout-block-content .form-radio-group .radio label {
    padding: 0 0 0 28px!important;
}

.simplecheckout-block-content .form-radio-group + .control-label,
.simpleregister .form-radio-group + .control-label {
    order: -1;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #231F1F;
    margin-bottom: 16px;
}

.simplecheckout-block-content .radio label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    height: 100%;
    padding: 9px 16px;
    border: 0.5px solid #D4D4D4;
    border-radius: 5px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .simplecheckout-block-content .radio label {
        font-size: 14px;
    }
}

.simplecheckout-block-content .radio.active label {
    color: #C25445;
    background-color: #F9EEED;
    border-color: #F9EEED;
}

.simplecheckout-block-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 6px), 1fr));
    gap: 6px;
    margin-bottom: 16px;
}

.simplecheckout-block-content .accordion__content:not(.hidden) ~ .accordion__toggle{
    color: #8A181B;
}

.simplecheckout-block-content + .method-description {
    font-weight: 500;
    color: #231F1F;
    margin-bottom: 16px;
}

#simplecheckout_cart input.form-control[name=coupon] {
    text-transform: uppercase;
    letter-spacing: 0.6pc;
    text-align: center;
}

#simplecheckout_cart input.form-control[name=coupon]::placeholder {
    text-transform: none;
    letter-spacing: 0;
    text-align: left;
}
#simplecheckout_cart .aria-coupon .drop-cart.active {
    color: #229628;
}

@media (min-width: 768px) {
    .simplecheckout-block-content + .method-description {
        margin-bottom: 24px;
    }

    .simplecheckout-left-column {
        padding: 32px;
        border-radius: 10px;
        box-shadow: 0 1px 10px 0 rgba(186, 186, 186, 0.2);
    }
}

@media (min-width: 1280px) {
    .simplecheckout-step {
        display: grid;
        grid-template-columns: minmax(55%, 748px) minmax(0, 470px);
        align-items: flex-start;
        gap: 62px;
    }
}

@media (min-width: 768px) {
    #simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group {
        width: calc(50% - 13px);
        display: inline-flex;
        margin-right: 22px;
    }

    #simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group:nth-child(6) {
        display: block;
    }

    #simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group:nth-child(2n) {
        margin-right: 0;
    }
}

.simplecheckout-block {
    margin-bottom: 42px;
}

.simplecheckout-block:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .simplecheckout-block .accordion__toggle[aria-expanded] {
        padding: 16px;
    }

    .simplecheckout-block .accordion__content {
        padding-top: 0;
    }
}

#total_total span {
    font-size: 18px;
    font-weight: 500;
    color: #231F1F;
    margin-bottom: 32px
}

#simplecheckout_cart .order__value {
    text-align: right;
}

.simplecheckout-cart-total-remove,
#simplecheckout_button_cart {
    display: none!important;
}

ul.dropdown-address {
    width: 100%;
}

#simplecheckout_shipping_address .form-control ~ .control-label {
    order: -1;
}

/* Search */
.multi-theme-compact .multi-layout {
    border-radius: 10px!important;
}

/* Alert block */
.alert-block {
    padding: 0;
    border: 0;
    background: transparent;
}

[data-page="profile"] .alert-block,
[data-route="checkout/simplecheckout"] .alert-block {
    box-shadow: none;
    animation: notify-soft-shake 0.45s ease 0.25s both;
}

/* Success */
[data-page="profile"] .alert-block .us-alert-success,
[data-route="checkout/simplecheckout"] .alert-block .us-alert-success {
    box-shadow:
        0 18px 45px rgba(34, 150, 40, 0.20),
        0 6px 18px rgba(34, 150, 40, 0.14),
        0 2px 8px rgba(15, 23, 42, 0.08);
}

[data-page="profile"] .alert-block .us-alert-success:hover,
[data-route="checkout/simplecheckout"] .alert-block .us-alert-success:hover {
    transform: translateY(-2px);

    box-shadow:
        0 22px 55px rgba(34, 150, 40, 0.26),
        0 8px 22px rgba(34, 150, 40, 0.16),
        0 3px 10px rgba(15, 23, 42, 0.1);
}

/* Warning */
[data-page="profile"] .alert-block .us-alert-warning,
[data-route="checkout/simplecheckout"] .alert-block .us-alert-warning {
    box-shadow:
        0 18px 45px rgba(253, 224, 227, 0.95),
        0 6px 18px rgba(253, 224, 227, 0.75),
        0 2px 8px rgba(15, 23, 42, 0.08);
}

[data-page="profile"] .alert-block .us-alert-warning:hover,
[data-route="checkout/simplecheckout"] .alert-block .us-alert-warning:hover {
    transform: translateY(-2px);

    box-shadow:
        0 22px 55px rgba(253, 224, 227, 1),
        0 8px 22px rgba(253, 224, 227, 0.85),
        0 3px 10px rgba(15, 23, 42, 0.1);
}

.alert-block .us-alert {
    padding: 24px 32px;
    border: 0;
    border-radius: 16px;
    background: #fff;
    cursor: pointer;

    transition:
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.alert-block .us-alert-content {
    display: flex;
    align-items: center;
    gap: 18px;
}

.alert-block .us-alert-icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.alert-block .us-alert-icon i {
    display: none;
}

.alert-block .us-alert-icon::before {
    content: "";

    display: block;
    width: 32px;
    height: 32px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px;
}

.alert-block .us-alert-text {
    line-height: 1.4;
    color: #1f2937;
}

/* Success */
.alert-block .us-alert-success .us-alert-icon::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21.75 6L11.25 18L6.75 13.5M6.75 18L2.25 13.5M17.25 6L10.875 13.3125' stroke='%23229628' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Warning */
.alert-block .us-alert-warning .us-alert-icon::before,
.alert-block .us-alert-danger .us-alert-icon::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='9' stroke='%23D94A5D' stroke-width='1.6'/%3E%3Cpath d='M12 7.5V13' stroke='%23D94A5D' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M12 16.5H12.01' stroke='%23D94A5D' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E");
}

/* Warning shake */
@keyframes notify-soft-shake {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-4px);
    }

    40% {
        transform: translateX(4px);
    }

    60% {
        transform: translateX(-3px);
    }

    80% {
        transform: translateX(3px);
    }

    100% {
        transform: translateX(0);
    }
}

/* Mobile */
@media (max-width: 480px) {
    .alert-block .us-alert {
        padding: 16px 18px;
        border-radius: 12px;
    }

    .alert-block .us-alert-content {
        gap: 12px;
    }

    .alert-block .us-alert-icon {
        flex-basis: 28px;
        width: 28px;
        height: 28px;
    }

    .alert-block .us-alert-icon::before {
        width: 26px;
        height: 26px;
        background-size: 26px 26px;
    }
}

/* Arrange preferred contact options in two columns and separate the opt-out choice. */
.row-customer_field20 .form-radio-group {
  display: grid;
  grid-template-columns: max-content max-content;
  column-gap: 32px;
  row-gap: 12px;
  align-items: start;
}

.row-customer_field20 .form-item {
  margin-bottom: 0;
}

.row-customer_field20 .form-item:nth-child(5) {
  grid-column: 1 / -1;
  margin-top: 8px;
}

/* Tag cloud */
.spalah-kokon-c {
    --sp-muted: #2B2A2A!important;
    --sp-brand: #8A181B!important;
}

.spalah-kokon-c .skc-chip {
    border-radius: 8px!important;
    border-color: #F0F0F0!important;
    background: transparent!important;
}

.spalah-kokon-c .skc-chip:hover {
    background-color: #F9EEED!important;
    color: #C25445!important;
    border-color: #F9EEED!important;
}

.spalah-kokon-c .skc-head .skc-count {
    background: #F9EEED!important;
}

/* Prduct description */
#product-description-tab-pane p,
#product-description-tab-pane ul,
#product-description-tab-pane div {
    margin-bottom: 24px;
}

#product-description-tab-pane br ~ p,
#product-description-tab-pane br {
    display: none;
}

#product-description-tab-pane h3,
#product-description-tab-pane h2 {
    font-family: inherit!important;
    font-size: 14px!important;
    font-weight: 500!important;
    margin: 0 0 14px;
    color: #231F1F!important;
}

#product-description-tab-pane p h3,
#product-description-tab-pane p h2,
#product-description-tab-pane div h3,
#product-description-tab-pane div h2 {
    margin: 0;
}

/* Multisearch */
.multi-searchIcon {
    z-index: 1;
}

/* set styles in product.twig status_description_in_product */
.product-promo {
    padding: 16px;
    margin: 20px 0;
    border-radius: 10px;
    background-color: #F6F6F6;
    font-size: 14px;
    line-height: 1.4;
    color: #231F1F;
}

.product-promo__header {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 4px 12px;
    margin-bottom: 10px;
}

.product-promo__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #8A181B;
}

.product-promo__dates {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 12px;
    line-height: 16px;
}

.product-promo__date-range {
    color: #625F5F;
}

.product-promo__text > *:last-child {
    margin-bottom: 0;
}

.product-promo__text a {
    color: #8A181B;
    text-decoration: underline;
}

.product-promo__text a:hover {
    text-decoration: none;
}

@media (min-width: 768px) {
    .product-promo {
        padding: 20px;
    }

    .product-promo__title {
        font-size: 18px;
        line-height: 22px;
    }
}

/* A badge whose sticker explains itself in a tooltip rather than in a
   .product-promo block on the page. */
.product-badges__item--has-tip {
    cursor: help;
}

.product-badges__item--has-tip:focus {
    outline: 2px solid rgba(138, 24, 27, 0.4);
    outline-offset: 2px;
}
