
.c-price-dual-currency {
    display: inline;
    white-space: nowrap;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}
.c-price-dual-currency--suffix:empty {
    display: none;
}
.c-price-dual-currency--suffix:not(:empty)::before {
    content: " | ";
    margin: 0 2px;
}
.c-price-exclude-taxes__final-price-withtax {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: baseline;
    white-space: nowrap;
}
.c-price-exclude-taxes__final-price-withtax > * {
    white-space: nowrap;
}
.c-price-label-range-from,
.c-price-label-range-to {
    display: none;
}

.c-product-grid__product-price .c-price-label-default,
.c-product-grid__product-price .c-price-label-catalog,
.c-product-listing__product-actions .c-price-label-default,
.c-product-listing__product-actions .c-price-label-catalog,
.c-collections-products__details-wrapper .c-price-label-default,
.c-collections-products__details-wrapper .c-price-label-catalog,
.c-box .c-price-label-default,
.c-box .c-price-label-catalog {
    display: none;
}

.c-product-grid__product-price .c-price-label-range-from,
.c-product-grid__product-price .c-price-label-range-to,
.c-product-listing__product-actions .c-price-label-range-from,
.c-product-listing__product-actions .c-price-label-range-to,
.c-collections-products__details-wrapper .c-price-label-range-from,
.c-collections-products__details-wrapper .c-price-label-range-to,
.c-box .c-price-label-range-from,
.c-box .c-price-label-range-to {
    display: inline;
}

.c-page-product .c-price-exclude-taxes__final-price-withtax,
.c-page-product .c-price-include-taxes__final-price-withtax {
    display: flex !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
}
.c-page-product .c-price-exclude-taxes__final-price-withtax > *,
.c-page-product .c-price-include-taxes__final-price-withtax > * {
    white-space: nowrap !important;
}

.c-page-product .js-product-prices-holder .c-price-exclude-taxes__product-price {
    display: block !important;
}

.c-page-product .js-product-prices-holder .c-price-exclude-taxes__final-price {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    width: 100%;
    gap: 4px;
}

.c-page-product .js-product-prices-holder .c-price-exclude-taxes__final-price-list {
    display: flex !important;
    justify-content: flex-end !important;
    width: 100%;
}
/* Grid line arrangment for product page */

.grid-container {
  display: grid;
  justify-content: space-evenly;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-gap: 5px;
  background-color: white;
  padding: 10px;
}

.grid-container > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: left;
  padding: 5px 0;
 
}

.item1 {
  grid-row-start: 1;
  grid-row-end: 4;
}
@media only screen and (max-width: 500px)
{
.grid-container {
  display: grid;
  justify-content: space-evenly;
  grid-template-columns: 33% 33% 33%;
  grid-gap: 5px;
  background-color: white;
  padding: 10px;
} 
}


  .divider {
  font-size: 16px;
  display: flex;
  align-items: center;
}

.divider::before, .divider::after {
  flex: 1;
  content: '';
  padding: 2px;
  background-color: #0f7abe;
  margin: 3px;
}
   .outer-rectangle { 
    width: 115px; 
	height: 75px; 
	background-color: #4A569D; 
	border-radius: 8px; 
	position: relative;
	display: flex; 
	justify-content: center; 
	align-items: center; 
	margin: 6px; 
	}

.inner-rectangle { 
	width: 92%; 
	height: 90%; 
	background-color: #ffffff; 
	border-radius: 2px; 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	overflow: hidden; 
	}

.inner-rectangle img { 
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
	object-fit: contain; 
    }

.battery-menu-container > a > img,
.battery-menu-container > img {
    display: block;
    width: 115px !important;
    height: 75px !important;
    box-sizing: border-box;
    padding: 4px;
    border: 6px solid #4A569D;
    border-radius: 8px;
    background: #ffffff;
    object-fit: contain;
    margin: 6px auto;
}

.c-header__standard-logo-section {
    min-height: 50px;
}

.c-header__topline,
.c-header__topline-inner {
    min-height: 34px;
}

.c-header__standard {
    min-height: 120px;
}

@media only screen and (max-width: 1110px) {
    .c-header__mobile,
    .c-header__mobile-menu {
        min-height: 68px;
    }

    .c-header__mobile.sticky-menu,
    .c-header__mobile.sticky-menu .c-header__mobile-menu,
    .sticky-menu {
        transition: none !important;
        animation: none !important;
    }

    .c-header__mobile-menu {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .c-header__mobile-menu-item {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .c-header__mobile-menu-item.mobile-menu-item-nav {
        flex: 0 0 50px;
        width: 50px;
    }

    .c-header__mobile-menu-item.mobile-menu-item-search {
        flex: 0 0 40px;
        width: 40px;
    }

    .c-header__standard-logo-section {
        flex: 1 1 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 0;
    }

    .c-header__mobile-menu-item.is-mobile-cart {
        flex: 0 0 110px;
        width: 110px;
        min-width: 110px;
        max-width: 110px;
        height: 50px;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        box-sizing: border-box;
        overflow: hidden;
    }

    .c-header__mobile-menu-item.is-mobile-cart .c-header__wishlist.is-mobile {
        flex: 0 0 40px;
        width: 40px;
        min-width: 40px;
        margin: 0 8px 0 0;
        padding: 0;
    }

    .c-header__mobile-menu-item.is-mobile-cart .mobile-menu-item-cart,
    .c-header__mobile-menu-item.is-mobile-cart .js-mobile-menu-item-cart {
        flex: 0 0 50px;
        width: 50px;
        min-width: 50px;
        height: 50px;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        box-sizing: border-box;
    }

    .c-header__search--mobile {
        display: none;
        position: absolute;
        top: 46px;
        left: 0;
        width: 100%;
        height: 63px;
        z-index: 99999;
    }

    .c-header__mobile .c-header__logo-image {
        max-width: 162px !important;
        max-height: 50px !important;
        width: auto !important;
        height: auto !important;
    }
}

.c-header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-header__logo-image {
    position: static !important;
    top: auto !important;
    left: auto !important;
    display: block;
    aspect-ratio: auto !important;
    width: auto !important;
    height: auto !important;
    max-width: 250px;
    max-height: 77px;
}

.c-page-product .c-product-page__product-brand-wrapper .c-product-page__product-brand-image-link.outer-rectangle {
    margin: 0 0 0 10px;
    flex-shrink: 0;
}

@media only screen and (min-width: 1111px) {
    .c-box-main-menu__content {
        overflow: hidden;
    }

    .c-box-main-menu__list {
        display: flex;
        flex-wrap: nowrap !important;
        justify-content: flex-start;
        overflow: hidden;
        white-space: nowrap;
    }

    .c-box-main-menu__item {
        flex: 0 0 auto;
        max-width: none;
    }

    .c-box-main-menu__item-link {
        display: block;
        white-space: nowrap;
    }
}

@media only screen and (max-width: 1110px) {
    .c-page-product .c-product-page__product-brand-wrapper .c-product-page__product-brand-image-link.outer-rectangle {
        margin: 8px auto 0;
    }

    .o-product-questions .o-qa-layout {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

    .o-product-questions .o-qa-illustration,
    .o-product-questions .o-qa-content,
    .o-product-questions .o-qa-empty,
    .o-product-questions .o-qa-ask {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .o-product-questions .o-qa-content {
        min-width: 100%;
    }

    .o-product-questions .o-qa-ask {
        display: block;
        box-sizing: border-box;
    }
}
/* Product Q&A block */
.o-product-questions-block {
    margin-top: 24px;
}

.o-product-questions {
    background: #F5F5F5;
    border: 1px solid #e2ded7;
    border-radius: 12px;
    padding: 22px;
}

.o-product-questions h2,
.o-product-questions h3 {
    margin: 0 0 16px 0;
    font-size: 20px;
    letter-spacing: 0.3px;
}


.o-qa-item {
    background: #ffffff;
    border: 1px solid #e6e1d8;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.o-qa-question,
.o-qa-answer {
    font-size: 15px;
    line-height: 1.45;
    color: #2a2a2a;
}

.o-qa-question-text {
  white-space: normal;      
  overflow: visible;        
  text-overflow: clip;      
  word-break: break-word;  
}

.o-product-questions .o-qa-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 1em;
        font-size: 1rem;
        line-height: 1;
}

.o-product-questions .o-qa-ask > summary:after {
    font-size: 1rem;
    line-height: 1;
}

.o-product-questions .o-qa-actions .c-button__add-to-cart {
    width: auto;
    max-width: none;
    margin: 0;
    white-space: nowrap;
}

.o-product-questions .o-qa-actions .c-button__add-to-cart:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    pointer-events: none;
}

.o-product-questions .o-qa-turnstile {
    display: flex;
    justify-content: flex-end;
    margin: 8px 0 2px;
}

.o-qa-question strong,
.o-qa-answer strong {
    color: #8a5b2a;
    font-weight: 700;
    margin-right: 6px;
}

.o-qa-meta {
    font-size: 12px;
    color: #7a7368;
    margin-top: 6px;
}

.o-qa-empty {
    color: #6f6a61;
    padding: 10px 0 16px 0;
}

.o-qa-form {
    margin-top: 18px;
}

.o-qa-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}

.o-qa-form textarea {
    width: 100%;
    min-height: 110px;
    border: 1px solid #d8d2c8;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.4;
    box-sizing: border-box;
    background: #fff;
}

.o-qa-form textarea:focus {
    border-color: #c49b63;
    outline: none;
    box-shadow: 0 0 0 2px rgba(196, 155, 99, 0.15);
}

.o-qa-actions {
    margin-top: 10px;
}

.c-page-product .c-product-page__product-meta-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 6px;
    min-height: 30px;
    margin: 8px 10px 0 0;
    padding: 14px;
    border: 1px dashed #d1d5db;
    border-radius: 5px;
    background: #f9fafb;
    text-align: left;
    color: #6b7280;
}

.c-page-product .c-product-page__product-meta-box .c-product-page__product-code-label {
    margin: 0;
    color: #6b7280;
    font-size: 11px;
    flex: 0 0 auto;
}

.c-page-product .c-product-page__product-meta-box .c-product-page__product-code {
    color: #111827;
    font-size: 13px;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 767px) {
    .o-product-questions {
        padding: 16px;
        border-radius: 10px;
    }

    .o-qa-item {
        padding: 12px;
        border-radius: 8px;
    }

    .c-page-product .c-product-page__product-meta-box {
        width: 100%;
        margin: 8px 0 0;
        padding: 12px;
    }
}

.c-promotion-grid-page .o-product-list-grid-view .o-product-grid-wrapper.width2 .c-product-grid__product-image-wrapper,
.c-promotion-grid-page .o-product-list-grid-view .o-product-grid-wrapper.width2 .c-product-grid__product-image-link,
.c-all-promotions-page .o-product-list-grid-view .o-product-grid-wrapper.width2 .c-product-grid__product-image-wrapper,
.c-all-promotions-page .o-product-list-grid-view .o-product-grid-wrapper.width2 .c-product-grid__product-image-link {
    aspect-ratio: 1000 / 535;
    width: 100%;
    max-width: none;
    max-height: none;
    height: auto;
}

.c-promotion-grid-page .o-product-list-grid-view .o-product-grid-wrapper.width2 .c-product-grid__product-image,
.c-all-promotions-page .o-product-list-grid-view .o-product-grid-wrapper.width2 .c-product-grid__product-image {
    width: 100%;
    height: 100%;
    max-height: none;
    aspect-ratio: auto;
}

@media only screen and (max-width: 640px) {
    .c-promotion-grid-page .o-product-list-grid-view .o-product-grid-wrapper.width2 .c-product-grid__product-image-wrapper,
    .c-promotion-grid-page .o-product-list-grid-view .o-product-grid-wrapper.width2 .c-product-grid__product-image-link,
    .c-all-promotions-page .o-product-list-grid-view .o-product-grid-wrapper.width2 .c-product-grid__product-image-wrapper,
    .c-all-promotions-page .o-product-list-grid-view .o-product-grid-wrapper.width2 .c-product-grid__product-image-link {
        min-height: 220px;
    }
}

@media only screen and (max-width: 1110px) {
    .c-categories-page .o-product-list-grid-view .o-product-grid-wrapper.width2 .c-product-grid__product-image-wrapper,
    .c-categories-page .o-product-list-grid-view .o-product-grid-wrapper.width2 .c-product-grid__product-image-link {
        aspect-ratio: 1000 / 535 !important;
        width: 100%;
        max-width: none !important;
        max-height: none !important;
        height: auto !important;
        min-height: 0 !important;
    }

    .c-categories-page .o-product-list-grid-view .o-product-grid-wrapper.width2 .c-product-grid__product-image {
        width: 100%;
        height: 100%;
        max-height: none !important;
        aspect-ratio: auto !important;
    }
}


/* ============================================================
   BM Footer — самостоятелни селектори (bm-footer__)
   ============================================================ */

/* ── Wrapper ── */
.bm-footer {
    width: 100%;
    box-sizing: border-box;
    padding: 2rem 0 0;
    background-color: #2b3990;
}

.bm-footer__content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    box-sizing: border-box;
}

/* ── Grid 2 реда x 3 колони ── */
.bm-footer__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 2rem 1.5rem;
    padding: 2rem 0;
    width: 100%;
    box-sizing: border-box;
}

/* ── Колона ── */
.bm-footer__col {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    box-sizing: border-box;
}

.bm-footer__col-title {
    font-weight: 700;
    font-size: 15px;
    margin: 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #fff;
    color: #fff;
}

/* ── Link row: flex column — заглавие + под-линкове ── */
.bm-footer__link-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px hsla(0, 0%, 100%, .1) solid;
    padding-bottom: 8px;
}

/* ── Wrapper за линк + toggle бутон на един хоризонтален ред ── */
.bm-footer__link-top {
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.bm-footer__link-top > .bm-footer__link {
    flex: 1;
    min-width: 0;
}

/* ── Главен линк ── */
.bm-footer__link {
    display: block;
    width: 100%;
    box-sizing: border-box;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    word-break: break-word;
    text-decoration: none;
    line-height: 1.6;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
}

.bm-footer__link:hover {
    color: #fff;
    text-decoration: underline;
}

/* ── Toggle бутон ── */
.bm-footer__toggle {
    flex-shrink: 0;
    background: transparent;
    border: none;
    border-left: 1px hsla(0, 0%, 100%, .1) solid;
    padding: 9px 10px 9px 25px;
    box-shadow: none;
    color: #bf472d;
    font-size: 1.25rem;
    transition: color .2s ease;
    min-width: 54px;
    cursor: pointer;
    line-height: 1;
}

.bm-footer__toggle:hover {
    color: #fff;
}

.bm-footer__toggle-icon {
    display: block;
    text-align: center;
    line-height: 1;
    pointer-events: none;
    transition: color 0.2s ease;
}

/* ── Под-линкове (скрити по подразбиране) ── */
.bm-footer__sub-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px 0 4px 12px;
    border-left: 2px solid rgba(255, 255, 255, 0.15);
    margin-top: 6px;
    animation: bm-sub-slide-down 0.2s ease;
}

.bm-footer__sub-links[hidden] {
    display: none;
}

.bm-footer__sub-link {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    line-height: 1.5;
    transition: color .2s ease;
    white-space: normal;
    word-break: break-word;
}

.bm-footer__sub-link:hover {
    color: #fff;
    text-decoration: underline;
}

@keyframes bm-sub-slide-down {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Контакти ── */
.bm-footer__contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.bm-footer__contact-row {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 0;
}

.bm-footer__contact-label {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
}

.bm-footer__contact-link {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    word-break: break-all;
    line-height: 1.5;
}

.bm-footer__contact-link:hover {
    color: #fff;
    text-decoration: underline;
}

/* ── Newsletter ── */
.bm-footer__newsletter {
    padding: 2rem 0;
    border-top: 1px solid hsla(0, 0%, 100%, .1);
}

.bm-footer__newsletter-title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 1rem;
}

.bm-footer__newsletter-inputs {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.bm-footer__newsletter-input {
    flex: 1 1 220px;
    min-width: 0;
    padding: 0.5rem 0.75rem;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.bm-footer__newsletter-btn {
    flex-shrink: 0;
    cursor: pointer;
}

/* ── GDPR ── */
.bm-footer__gdpr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    margin-top: 1rem;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.bm-footer__gdpr-note {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.bm-footer__gdpr-icon-wrap {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.bm-footer__gdpr-icon-text {
    font-weight: 700;
    font-size: 12px;
}

.bm-footer__gdpr-link {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-weight: 600;
}

.bm-footer__gdpr-link:hover {
    color: #fff;
    text-decoration: underline;
}

/* ============================================================
   Responsive — Mobile
   ============================================================ */
@media (max-width: 768px) {
    .bm-footer__grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 1.5rem 0;
    }

    .bm-footer__col {
        gap: 15px;
    }

    .bm-footer__contact-list {
        gap: 15px;
    }

    .bm-footer__newsletter-inputs {
        flex-direction: column;
        align-items: stretch;
    }

    .bm-footer__newsletter-input {
        flex: 1 1 auto;
    }

    .bm-footer__gdpr {
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem;
    }
}

/* Product options - boxed UI */
.c-product-page__product-options--boxed {
    padding: 16px;
    border: 1px solid #d7dbe4;
    border-radius: 14px;
    background: #f6f8fb;
    margin: 0 0 12px;
}

.c-product-page__option-item--boxed {
    padding: 12px;
    border: 1px solid #e2e7ef;
    border-radius: 12px;
    background: #fff;
    margin: 0 0 10px;
}

.c-product-page__option-item--boxed:last-child {
    margin-bottom: 0;
}

.c-product-option-expiredate__button-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 8px;
    padding: 2px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.c-product-page__option-item--expiredate .c-product-page__option-content {
    display: block;
    width: 100%;
}

.c-product-page__option-item--expiredate .js-get-product-option-label {
    display: none;
}

.c-product-option-expiredate__promo {
    display: block;
    margin: 0 0 8px;
    padding: 8px 10px;
    border-radius: 5px;
    background: #eef2f8;
    border: 1px solid #d2dbea;
    color: #1f2f46;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.c-product-option-expiredate__button {
    display: block;
    flex: 0 0 31%;
    max-width: 31%;
}

.c-product-option-expiredate__button::before {
    display: none !important;
    border: 0 !important;
}

.c-product-option-expiredate__label {
    display: flex;
    flex-direction: column;
    font-family: "Rawline medium", "Adjusted Arial Fallback";
    gap: 5px;
    min-height: 118px;
    padding: 12px;
    position: relative;
    border: 1px solid #c9d6e8;
    border-radius: 5px;
    background: linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(17, 35, 64, .06);
    transition: all .2s ease;
}

.c-product-option-expiredate__best-before {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #5b6c84;
    line-height: 1.2;
}

.c-product-option-expiredate__option-name {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 900;
    color: #142840;
    line-height: 1.15;
    min-height: 2.5em;
    text-align: center;
    letter-spacing: -0.01em;
}

.c-product-option-expiredate__price-row {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 6px;
    margin-top: auto;
    width: 100%;
    padding-right: 5px;
    box-sizing: border-box;
}

.c-product-option-expiredate__price-label {
    font-size: 11px;
    font-weight: 700;
    color: #62738a;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.c-product-option-expiredate__old-price {
    font-size: 13px;
    font-weight: 600;
    color: #7b8da5;
    line-height: 1.2;
    text-decoration: line-through;
    white-space: nowrap;
}

.c-product-option-expiredate__old-price:empty {
    display: none;
}

.c-product-option-expiredate__value-text {
    font-size: 19px;
    font-weight: 900;
    color: #1a3658;
    line-height: 1.2;
    white-space: nowrap;
    letter-spacing: -0.01em;
}

.c-product-option-expiredate__radio-button {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
    margin: 0;
}

.c-product-option-expiredate__button.selected .c-product-option-expiredate__label {
    background: linear-gradient(180deg, #eef4ff 0%, #e2ebf8 100%);
    border-color: #6f90bf;
    color: #10233d;
    box-shadow: 0 0 0 2px rgba(111, 144, 191, .22), 0 4px 10px rgba(16, 35, 61, .08);
}

.c-product-option-expiredate__button:hover .c-product-option-expiredate__label {
    border-color: #6f90bf;
}

.c-product-option-expiredate__button.selected::before {
    display: none !important;
    border: 0 !important;
}

.c-product-option-expiredate__save-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    min-height: 18px;
    margin: 0;
    padding: 5px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
    color: #ffffff;
    background: #007ACC;
    border: none;
    cursor: default;
    pointer-events: none;
    transition: background .2s ease, color .2s ease;
}

.c-product-option-expiredate__button.selected .c-product-option-expiredate__save-badge,
.c-product-option-expiredate__save-badge:hover {
    background: #005fa3;
    color: #fff;
}

.c-product-option-expiredate__save-badge.is-hidden {
    display: none;
}

@media only screen and (max-width: 1110px) {
    .c-product-option-expiredate__button {
        flex: 0 0 31%;
        max-width: 31%;
    }

    .c-product-option-expiredate__option-name {
        font-size: 17px;
    }

    .c-product-option-expiredate__value-text {
        font-size: 17px;
    }
}

@media only screen and (max-width: 640px) {
    .c-product-option-expiredate__button-wrapper {
        gap: 8px;
        margin-top: 6px;
    }

    .c-product-option-expiredate__button {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .c-product-option-expiredate__label {
        min-height: 98px;
        padding: 9px;
        gap: 4px;
    }

    .c-product-option-expiredate__best-before,
    .c-product-option-expiredate__price-label {
        font-size: 10px;
    }

    .c-product-option-expiredate__old-price {
        font-size: 12px;
    }

    .c-product-option-expiredate__option-name {
        font-size: 16px;
        min-height: 2.35em;
    }

    .c-product-option-expiredate__value-text {
        font-size: 16px;
    }

    .c-product-option-expiredate__save-badge {
        min-height: 18px;
        padding: 5px;
        font-size: 10px;
    }
}

