.woocommerce div.product div.images {
    grid-column: 1;
    width: auto;
    margin: 0;
    float: none;
}

.woocommerce div.product div.summary,
.woocommerce div.product div.summary.entry-summary {
    grid-column: 2;
    width: auto;
    margin: 0;
    float: none;
    clear: none;
}

.single-product-layout {
    display: grid;
    grid-template-columns: 6fr 4fr;
    gap: 48px;
}

.single-product-layout__left {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 48px;
}

.single-product-layout__left,
.single-product-layout__right {
    min-width: 0;
}

.single-product-layout__left .single-product-summary {
    display: none;
}
.added_to_cart.wc-forward {
    display: none !important;
}
@media screen and (max-width:998px) {
    .single-product-layout {
        grid-template-columns: 1fr;
    }

    .single-product-layout__left .single-product-summary {
        display: flex;
    }
    .single-product-layout__right  {
        display: none;
    }

}

.single-product-summary {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.single-product-summary__title {
    margin: 0;
    color: #212121;
    font-size: 28px;
    font-weight: 500;
    line-height: 125%;
}

.single-product-summary__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 28px;
    align-items: center;
}

.single-product-summary__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 32px;
}

.single-product-summary__category-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 6px 16px;
    border-radius: 999px;
    background: #FFF7F7;
    color: #C40F0F;
    font-size: 14px;
    font-weight: 300;
    line-height: 145%;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.single-product-summary__meta-label {
    color: #BDBDBD;
    font-size: 14px;
    font-weight: 300;
    line-height: 145%;
    letter-spacing: 0.02em;
}

.single-product-summary__brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.single-product-summary__brand-image {
    display: block;
    width: auto;
    max-width: 72px;
    max-height: 24px;
    object-fit: contain;
}

.single-product-summary__brand-text,
.single-product-summary__stock {
    color: #616161;
    font-size: 14px;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: 0.02em;
}

.single-product-summary__stock.is-out-of-stock {
    color: #C40F0F;
}

.single-product-summary__info-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.single-product-summary__info-title {
    margin: 0;
    color: #BDBDBD;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0.01em;
}

.single-product-summary__info-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    border: 1px solid #FED3D3;
    border-radius: 12px;
    background: #FFF7F7;
}

.single-product-summary__info-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: #212121;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0.01em;
}

.single-product-summary__info-label {
    color: #212121;
}

.single-product-summary__info-value {
    color: #C40F0F;
}

.single-product-summary__price-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.single-product-summary__price-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.single-product-summary__price-regular {
    color: #BDBDBD;
    font-size: 20px;
    font-weight: 300;
    line-height: 140%;
    text-decoration: line-through;
}

.single-product-summary__price-regular--plain {
    text-decoration: none;
}

.single-product-summary__price-discount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #FFF7F7;
    color: #C40F0F;
    font-size: 14px;
    font-weight: 400;
    line-height: 145%;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #C40F0F;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
}

.woocommerce-variation-price del {
    color: #BDBDBD;
    font-size: 20px;
    font-weight: 300;
}

.woocommerce-variation-price ins {
    text-decoration: none;
}

.single-product-summary__price-current {
    color: #C40F0F;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
}

.single-product-summary__price-current .woocommerce-Price-amount {
    color: inherit;
}

.single-product-summary__price-current--html .price {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.single-product-summary__price-current--html del {
    color: #BDBDBD;
    font-size: 20px;
    font-weight: 300;
}

.single-product-summary__price-current--html del .woocommerce-Price-amount {
    color: #BDBDBD;
}

.single-product-summary__price-current--html ins {
    text-decoration: none;
}

.single-product-summary__purchase {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.single-product-summary>.price,
.single-product-summary>.stock,
.single-product-summary>.product_meta {
    display: none;
}

.single-product-purchase__form {
    margin: 0;
}

.single-product-purchase__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: stretch;
}

.single-product-purchase__quantity {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: max-content;
    min-height: 0;
    padding: 12px;
    border: 1px solid #EEEEEE;
    border-radius: 12px;
    background: #FFFFFF;
}

.single-product-purchase__quantity .quantity {
    margin: 0;
}

.single-product-purchase__quantity .qty {
    width: 24px;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    line-height: 145%;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
    -moz-appearance: textfield;
}

.woocommerce .quantity .qty {
    width: 24px !important;
}

.single-product-purchase__quantity .qty::-webkit-outer-spin-button,
.single-product-purchase__quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.single-product-purchase__qty-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #212121;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    flex: 0 0 20px;
}

.single-product-purchase__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    padding: 12px 20px;
    border: 1px solid #C40F0F;
    border-radius: 12px;
    background: #FFFFFF;
    color: #C40F0F;
    font-size: 14px;
    font-weight: 500;
    line-height: 145%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, opacity .2s ease;
}

.single-product-purchase__button--buy-now {
    background: #C40F0F;
    color: #FFFFFF;
}

.single-product-purchase__button--buy-now:hover,
.single-product-purchase__button--buy-now:focus-visible {
    background: #A80B0B;
    border-color: #A80B0B;
}

.single-product-purchase__button--add-cart:hover,
.single-product-purchase__button--add-cart:focus-visible {
    background: #FFF7F7;
}

.single-product-purchase__button.is-loading,
.single-product-purchase__button:disabled {
    cursor: not-allowed;
}

.single-product-purchase__button.is-loading>* {
    opacity: 0;
}

.single-product-purchase__button.is-loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid currentColor;
    border-right-color: transparent;
    animation: epal-single-product-spin .7s linear infinite;
}

.single-product-purchase__button--buy-now.is-loading::after {
    color: #FFFFFF;
}

.single-product-purchase__button--add-cart.is-loading::after {
    color: #C40F0F;
}

.single-product-purchase__button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.single-product-purchase__button-icon svg {
    width: 24px;
    height: 24px;
}

.single-product-purchase__button>* {
    transition: opacity .2s ease;
}

.single-product-summary__extra {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.single-product-summary__extra-top,
.single-product-summary__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.single-product-summary__extra-label {
    color: #616161;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0.01em;
}

.single-product-summary__sku {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.single-product-summary__sku-value {
    color: #9E9E9E;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0.01em;
}

.single-product-summary__share {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-left: auto;
}

.single-product-summary__share-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.single-product-summary__share-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #9E9E9E;
    text-decoration: none;
    cursor: pointer;
    transition: color .2s ease, opacity .2s ease;
}

.single-product-summary__share-button svg {
    display: block;
    width: 16px;
    height: 16px;
}

.single-product-summary__share-button:hover,
.single-product-summary__share-button:focus-visible,
.single-product-summary__share-button.is-copied {
    color: #C40F0F;
}

.single-product-summary__tag-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.single-product-summary__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    border: 1px solid #EEEEEE;
    border-radius: 999px;
    background: #FAFAFA;
    color: #616161;
    font-size: 14px;
    font-weight: 300;
    line-height: 145%;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.single-product-summary__tag:hover,
.single-product-summary__tag:focus-visible {
    border-color: #C40F0F;
    background: #FFF7F7;
    color: #C40F0F;
}

.variations_form.cart {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.variations_form.cart .variations {
    margin: 0;
}

.variations_form.cart .variations tbody,
.variations_form.cart .variations tr,
.variations_form.cart .variations td,
.variations_form.cart .variations th {
    display: block;
    width: 100%;
}

.variations_form.cart .variations tr+tr {
    margin-top: 12px;
}

.variations_form.cart .variations th {
    margin-bottom: 8px;
    color: #616161;
    font-size: 14px;
    font-weight: 400;
    line-height: 145%;
    text-align: left;
}

.variations_form.cart .variations select {
    width: 100%;
    min-height: 48px;
    padding: 10px 14px;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    background: #FFFFFF;
    color: #212121;
    font-size: 14px;
}

.variations_form.cart .reset_variations {
    display: inline-flex;
    margin-top: 8px;
    color: #C40F0F;
    font-size: 13px;
    text-decoration: none;
}

.single_variation_wrap .woocommerce-variation {
    margin-bottom: 4px;
}

.single_variation_wrap .woocommerce-variation-price {
    margin-bottom: 12px;
}

.single_variation_wrap .woocommerce-variation-price .price {
    margin: 0;
    color: #C40F0F;
    font-size: 22px;
    font-weight: 500;
}

@keyframes epal-single-product-spin {
    to {
        transform: rotate(360deg);
    }
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper {
    grid-column: 1;
    width: auto;
    margin: 0;
    clear: none;
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin: 0 0 32px;
    padding: 0;
    list-style: none;
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs::before,
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li::before,
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: 1px solid #EEEEEE;
    border-radius: 12px;
    background: #FFFFFF;
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-decoration: none;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li.active a,
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li a:hover,
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li a:focus-visible {
    border-color: #FED3D3;
    background: #FFF7F7;
    color: #C40F0F;
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.epal-product-tab {
    color: #212121;
}

.epal-product-tab__description {
    position: relative;
}

.epal-product-tab__description.has-overflow:not(.is-expanded) .epal-product-tab__description-content {
    max-height: 572px;
    overflow: hidden;
}

.epal-product-tab__description-content {
    color: #212121;
    font-weight: 300;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 1%;

}

.epal-product-tab__description-content> :first-child {
    margin-top: 0;
}

.epal-product-tab__description-content> :last-child {
    margin-bottom: 0;
}

.epal-product-tab__description-content h1,
.epal-product-tab__description-content h2,
.epal-product-tab__description-content h3,
.epal-product-tab__description-content h4 {
    color: #212121;
    font-weight: 500;
    line-height: 135%;
}

.epal-product-tab__description-content h1,
.epal-product-tab__description-content h2 {
    font-size: 22px;
}

.epal-product-tab__description-content img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.epal-product-tab__description-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 150px;
    padding: 24px 16px 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 86.06%);
}

.epal-product-tab__description.is-expanded .epal-product-tab__description-overlay {
    position: static;
    height: auto;
    padding: 20px 0 0;
    background: transparent;
}

.epal-product-tab__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #C40F0F;
    font-size: 14px;
    font-weight: 500;
    line-height: 145%;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.epal-product-tab__toggle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease;
}

.epal-product-tab__description.is-expanded .epal-product-tab__toggle-icon {
    transform: rotate(180deg);
}

.epal-product-tab__pdf-wrap {
    width: 100%;
    min-height: 720px;
    border: 1px solid #EEEEEE;
    border-radius: 16px;
    overflow: hidden;
    background: #FFFFFF;
}

.epal-product-tab__pdf-frame {
    display: block;
    width: 100%;
    min-height: 720px;
    border: 0;
}

.epal-product-tab__empty {
    padding: 24px;
    border: 1px solid #EEEEEE;
    border-radius: 16px;
    background: #FFFFFF;
    color: #616161;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0.01em;
}

.woocommerce div.product .related.products,
.woocommerce div.product .upsells.products {
    grid-column: 1 / -1;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    justify-content: flex-start;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    padding: 0 0 8px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    width: 100%;
    max-width: 96px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    flex: 0 0 96px;
    width: 96px;
    margin: 0;
    list-style: none;
    scroll-snap-align: start;
}

.woocommerce div.product div.images .flex-control-thumbs::-webkit-scrollbar {
    height: 6px;
}

.woocommerce div.product div.images .flex-control-thumbs::-webkit-scrollbar-track {
    background: #F5F5F5;
    border-radius: 999px;
}

.woocommerce div.product div.images .flex-control-thumbs::-webkit-scrollbar-thumb {
    background: #D0D0D0;
    border-radius: 999px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
    display: block !important;
    width: 100%;
    text-align: center;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image>a {
    display: block;
    width: 100%;
    text-align: center;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image img {
    display: block;
    width: 100%;
    max-width: 416px;
    height: auto;
    margin: 0 auto;
}

.woocommerce div.product div.images .single-product-gallery__nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 3;
    margin: 0;
    padding: 0;
    list-style: none;
    transform: translateY(-50%);
    pointer-events: none;
}

.woocommerce div.product div.images .single-product-gallery__nav-button {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 12px;
    border: 0;
    border-radius: 24px;
    background: #F5F5F5;
    pointer-events: auto;
    font-size: 0;
    color: transparent;
    opacity: 1;
    cursor: pointer;
}

.woocommerce div.product div.images .single-product-gallery__nav-button--prev {
    left: 0;
}

.woocommerce div.product div.images .single-product-gallery__nav-button--next {
    right: 0;
}

.woocommerce div.product div.images .single-product-gallery__nav-button::before {
    content: "";
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
}

.woocommerce div.product div.images .single-product-gallery__nav-button--next::before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 4.16668L12.5 10L7.5 15.8333' stroke='%23212121' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.woocommerce div.product div.images .single-product-gallery__nav-button--prev::before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 4.16668L7.5 10L12.5 15.8333' stroke='%23212121' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.woocommerce div.product div.images .single-product-gallery__nav-button:disabled {
    opacity: 0.45;
    cursor: default;
}

.related.products {
    display: flex;
    flex-direction: column;
    gap: 24px;

}

.related.products ul.products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 16px;
}

.related.products ul.products::before {
    display: none;
}

.related.products ul.products li {
    width: 100% !important;
}

.single-product-same-shaft {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 48px;
    margin-bottom: 48px;
}

.single-product-same-shaft__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.single-product-same-shaft__title {
    margin: 0;
    color: #212121;
    font-size: 24px;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.single-product-same-shaft__nav {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.single-product-same-shaft__nav-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 8px;
    border: 0;
    background: transparent;
    color: #212121;
    cursor: pointer;
    transition: opacity .2s ease, transform .2s ease;
}

.single-product-same-shaft__nav-button:hover,
.single-product-same-shaft__nav-button:focus-visible {
    transform: translateY(-1px);
}

.single-product-same-shaft__nav-button:disabled {
    opacity: 0.35;
    cursor: not-allowed;
    transform: none;
}

.single-product-same-shaft__nav-button svg {
    display: block;
    width: 24px;
    height: 24px;
}

.single-product-same-shaft__carousel:not(.owl-loaded) {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.single-product-same-shaft__carousel .owl-stage {
    display: flex;
}

.single-product-same-shaft__carousel .owl-item {
    height: auto;
}

.single-product-same-shaft__carousel .owl-item .product-card {
    height: 100%;
}

.single-product-same-shaft__view-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    min-height: 52px;
    padding: 12px 20px;
    border: 1px solid #C40F0F;
    border-radius: 12px;
    background: #FFFFFF;
    color: #C40F0F;
    font-size: 14px;
    font-weight: 500;
    line-height: 145%;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.single-product-same-shaft__view-all:hover,
.single-product-same-shaft__view-all:focus-visible {
    background: #9E0A0A;
    border-color: #9E0A0A;
    color: #FFFFFF;
}

.added_to_cart.wc-forward {
    display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0;
}

.commit {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.commit-item {
    border: 1px solid #F5F5F5;
    padding: 16px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap;
    min-width: 0;
}

.commit-item p {
    min-width: 0;
    word-break: break-word;
}

.commit-item-icon {
    padding: 12px;
    border-radius: 12px;
    background-color: #F5F5F5;
}

.commit-item-icon img {
    width: 24px;
    height: 24px;
}

.commit-item p {
    color: #616161;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 1%;
}

@media screen and (max-width: 1191px) {
    .related.products ul.products {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }


}

@media screen and (max-width: 998px) {
    .woocommerce div.product {
        display: block;
    }

    .related.products ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .commit {
        grid-template-columns: 1fr;
    }

    .woocommerce div.product div.images,
    .woocommerce div.product div.summary,
    .woocommerce div.product div.summary.entry-summary,
    .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper,
    .woocommerce div.product .related.products,
    .woocommerce div.product .upsells.products {
        width: 100%;
        margin-bottom: 24px;
    }

    .single-product-summary__title {
        font-size: 24px;
    }

    .single-product-purchase__actions {
        flex-direction: column;
    }

    .single-product-purchase__quantity,
    .single-product-purchase__button {
        width: 100%;
    }

    .single-product-summary__extra-top,
    .single-product-summary__tags {
        align-items: flex-start;
    }

    .single-product-summary__share {
        margin-left: 0;
    }

    .single-product-same-shaft {
        margin-top: 40px;
    }

    .single-product-same-shaft__title {
        font-size: 22px;
    }

    .single-product-same-shaft__carousel:not(.owl-loaded) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs {
        justify-content: flex-start;
        gap: 12px;
        margin-bottom: 24px;
    }

    .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li {
        width: calc(50% - 6px);
    }



    .epal-product-tab__pdf-wrap,
    .epal-product-tab__pdf-frame {
        min-height: 560px;
    }

}

@media screen and (max-width: 768px) {
    .related.products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .single-product-summary {
        gap: 20px;
    }

    .single-product-summary__meta {
        gap: 12px;
    }

    .single-product-summary__info-box {
        padding: 16px;
        gap: 12px;
        border-radius: 12px;
    }

    .single-product-summary__price-current {
        font-size: 22px;
    }

    .single-product-summary__extra {
        gap: 20px;
    }

    .single-product-summary__share,
    .single-product-summary__tag-list {
        gap: 10px;
    }

    .single-product-summary__tag {
        min-height: 34px;
        padding: 8px 14px;
        font-size: 15px;
    }

    .single-product-same-shaft__header {
        align-items: flex-start;
    }

    .single-product-same-shaft__title {
        font-size: 20px;
    }

    .single-product-same-shaft__carousel:not(.owl-loaded) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .single-product-same-shaft__view-all {
        width: 100%;
    }

    .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs {
        flex-direction: column;
    }

    .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li {
        width: 100%;
    }



    .epal-product-tab__description-content {
        font-size: 15px;
    }

    .epal-product-tab__description-content h1,
    .epal-product-tab__description-content h2 {
        font-size: 22px;
    }

    .epal-product-tab__description-overlay {
        padding: 24px 12px 12px;
    }

    .epal-product-tab__pdf-wrap,
    .epal-product-tab__pdf-frame {
        min-height: 440px;
    }
}