
.c-price-dual-currency {
    display: inline;
    white-space: nowrap;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}
.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-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;
}
/* 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-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 !important;
        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: #f7f5f2;
    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-left: 4px solid #c49b63;
    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-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;
    }
}
