/*!
Theme Name: avawp
Version: 1.0.0
Text Domain: avawp
*/

input.qty,
.reset_variations,
th.label,
.single-wrap__content--variations .variations_form .woocommerce-variation-price,
.added_to_cart,
.woocommerce-variation-add-to-cart .qty,
.single-wrap__content--variations form.cart .qty,
.wvs-has-image-tooltip:after,
.wvs-has-image-tooltip:before,
[data-wvstooltip]:after,
[data-wvstooltip]:before,
.woocommerce-order-details,
.woocommerce-customer-details,
.woof_submit_search_form_container,
.woof_checkbox_sales_container,
.woof_childs_list_opener,
.woof_container_product_cat .icheckbox_square-blue,
.irs--round .irs-grid-text,
.irs--round .irs-min,
.irs--round .irs-max,
.irs--round .irs-grid,
.irs--round .irs-single,
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before,
.show-password-input2,
.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}

.default-checkout .woocommerce-NoticeGroup,
.default-checkout #customer_details,
.default-checkout .woocommerce-checkout-review-order-table,
.default-checkout h3,
.default-checkout .woocommerce-info,
.default-checkout .woocommerce-form-coupon-toggle {
    display: none !important;
}

.default-checkout #payment .place-order,
.default-checkout #payment .woocommerce-terms-and-conditions-wrapper {
    display: none !important;
}

.checkout-wrap__sidebar .default-checkout {
    margin-top: 30px;
}

.wrp {
    margin-bottom: 126px;
}


.header-wrap__modal--list .item-actions del,
.modal .checkout-wrap__sidebar--title,
.checkout-wrap__sidebar .header-wrap__modal--subtitle,
.checkout-wrap__sidebar .header-wrap__modal--total,
.checkout-wrap__sidebar .btn-checkout {
    display: none;
}

.default-wrap .woocommerce-order-details,
.default-wrap .woocommerce-customer-details {
    display: block !important;
}

.wpcf7-not-valid-tip,
.err {
    font-size: 14px;
    margin-top: 5px;
}

.err {
    color: red;
    display: none;
}

.err-active {
    display: block;
}

.wpcf7-spinner {
    position: absolute;
}

table.variations {
    margin-bottom: 30px;
}

.woo-variation-swatches .variable-items-wrapper {
    flex-wrap: wrap;
    gap: 11px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents,
.woo-variation-swatches .variable-items-wrapper li {
    padding: 0 !important;
    border: none !important;
    background: none !important;
    margin: 0 !important;
    box-shadow: none !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents span {
    display: flex !important;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 21px;
    border: solid 1px #121212;
    font-size: 13px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) span {
    background-color: #000;
    color: #fff;
}

.woocommerce-variation-add-to-cart,
.single-wrap__content--variations form.cart:not(.variations_form) {
    display: flex;
    align-self: center;
    justify-content: space-between;
}

.woocommerce-variation-add-to-cart .btn,
.single-wrap__content--variations form.cart .btn {
    width: 100%;
    max-width: calc(100% - 67px);
    min-height: 50px;
}

.to-favorite {
    cursor: pointer;
}

.to-favorite svg * {
    transition: .3s;
}

.to-favorite svg * {
    fill: #fff;
    stroke-width: 1px;
}

.to-favorite__active svg * {
    fill: #000;
}

.single-wrap__content--variations .to-favorite {
    width: 54px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #121212;
    transition: .3s;
}

.single-wrap__content--variations .to-favorite__active {
    background-color: #000;
}

.single-wrap__content--variations .to-favorite__active svg * {
    fill: #fff;
    border: #fff;
}

.loading {
    position: relative;
    overflow: hidden;
}

.loading::after {
    content: '';
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    position: absolute !important;
    left: 50% !important;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    top: 50% !important;
    z-index: 3;
    background: url('./assets/img/main/loading.svg') no-repeat center center / contain !important;
}

.loading::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 2;
}

.checkout-wrap__sidebar.is-updating {
    position: relative;
    pointer-events: none;
}

.checkout-wrap__sidebar.is-updating::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7) url('./assets/img/main/loading.svg') no-repeat center center;
    background-size: 30px 30px;
    z-index: 10;
}

.btn-loading {
    position: relative;
    pointer-events: none;
    color: transparent !important;
}

.btn-loading::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url('./assets/img/main/loading.svg') no-repeat center center / contain;
}

.header-wrap__modal--list .item-actions ins {
    text-decoration: none;
}

#modalAdded .header-wrap__modal--list .item-actions {
    padding-right: 10px;
}

#defaultPrice {
    display: flex;
    flex-direction: column;
}

.header-wrap__modal--total .woocommerce-Price-currencySymbol {
    padding-left: 0;
}

.custom-check label {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.custom-check input {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
}

.custom-check span {
    display: block;
    width: calc(100% - 20px);
    padding-left: 10px;
}

.checkout-wrap__sidebar--payment {
    margin-top: 30px;
}

ul.woocommerce-order-overview {
    padding-left: 20px;
}

.woof_block_html_items ul {
    display: block !important;
}

.archive-wrap__content--flex-orderby .choices__inner {
    border: none;
}

.woof_container_inner {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: solid 1px #00000038;
}

.woof_container_inner h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    cursor: pointer;
    margin-bottom: 15px;
}

.woof_container_inner h4::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: url('./assets/img/main/arr-filter.svg') no-repeat center center;
    transition: .3s;
}

.open h4::after {
    transform: rotate(180deg);
}

.open ul,
.open .irs {
    display: none !important;
}

.irs--round .irs-from,
.irs--round .irs-to {
    background: none !important;
    color: #000 !important;
}

.irs--round .irs-bar {
    height: 2px !important;
    background-color: #121212 !important;
}

.irs--round .irs-handle {
    width: 22px !important;
    height: 22px !important;
    background-color: #121212 !important;
    border: solid 6px #fff !important;
}

.header-wrap__modal--list .item-meta__image img {
    width: auto;
}

.woocommerce-account .woocommerce {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    flex: 0 0 260px;
    width: 260px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    flex: 1;
    min-width: 300px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    overflow: hidden;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #eaeaea;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    color: #1D1D1D;
    font-weight: 500;
    transition: all 0.3s ease;
    background-color: #fff;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #f9f9f9;
    color: #E0295D;
    padding-left: 25px;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #f4f4f4;
    color: #E0295D;
    border-left: 4px solid #E0295D;
    padding-left: 16px;
}

.woocommerce-account h2,
.woocommerce-account h3 {
    color: #1D1D1D;
    font-weight: 700;
    margin-bottom: 20px;
}

.woocommerce-MyAccount-content p {
    color: #4a4a4a;
    line-height: 1.6;
}

.woocommerce-MyAccount-content a:not(.button) {
    color: #E0295D;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-content a:not(.button):hover {
    color: #1D1D1D;
    border-bottom-color: #1D1D1D;
}

.woocommerce form .form-row {
    margin-bottom: 20px;
}

.woocommerce form .form-row label {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #1D1D1D;
    font-weight: 600;
}

.woocommerce-notices-wrapper {
    width: 100%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    color: #1D1D1D;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
    border-color: #E0295D;
}

.woocommerce fieldset {
    border: 1px solid #eaeaea;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    background: transparent;
}

.woocommerce fieldset legend {
    color: #1D1D1D;
    font-weight: 600;
    padding: 0 10px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce input[type="submit"],
.woocommerce-account .woocommerce-edit-account button[type="submit"] {
    background-color: #E0295D !important;
    color: #ffffff !important;
    padding: 14px 25px;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    text-shadow: none;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce input[type="submit"]:hover,
.woocommerce-account .woocommerce-edit-account button[type="submit"]:hover {
    background-color: #1D1D1D !important;
    color: #ffffff !important;
}

.woocommerce table.my_account_orders {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    overflow: hidden;
}

.woocommerce table.my_account_orders thead th {
    background-color: #1D1D1D;
    color: #fff;
    padding: 15px;
    text-align: left;
    font-weight: 600;
}

.woocommerce table.my_account_orders tbody td {
    padding: 15px;
    border-bottom: 1px solid #eaeaea;
    color: #4a4a4a;
}

.woocommerce table.my_account_orders tbody tr:last-child td {
    border-bottom: none;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    padding: 15px 20px;
    margin-bottom: 25px;
    background-color: #f9f9f9;
    border-top: 3px solid #E0295D;
    color: #1D1D1D;
    list-style: none;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
    color: #E0295D;
    font-weight: 600;
}

.woocommerce-error {
    border-top-color: #1D1D1D;
}

.woocommerce-Address {
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.woocommerce-Address-title h3 {
    margin-top: 0;
    font-size: 18px;
    color: #1D1D1D;
}

.woocommerce-Address address {
    font-style: normal;
    color: #666;
}

@media (max-width: 768px) {
    .woocommerce-account .woocommerce {
        flex-direction: column;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        flex: auto;
    }

    .woocommerce table.my_account_orders {
        display: block;
        overflow-x: auto;
    }
}

.woocommerce-account h1,
.woocommerce-account h2,
.woocommerce-account h3,
.woocommerce-account h4 {
    text-align: left !important;
}

.woocommerce form .form-row .input-text {
    padding-right: 45px;
}

.woocommerce form .form-row {
    position: relative;
}

.woocommerce form .form-row .show-password-input {
    position: absolute;
    top: 69%;
    right: 10px;
    transform: translateY(-50%);
    background: transparent !important;
    border: none !important;
    outline: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    box-shadow: none !important;
    cursor: pointer;
    z-index: 10;
    min-width: 0 !important;
}

.woocommerce form .form-row .show-password-input::after {
    content: "\f177";
    font-family: 'Dashicons';
    font-size: 18px;
    color: #1D1D1D;
    display: block;
    line-height: 1;
}

.woocommerce form .form-row .show-password-input::after {
    content: "👁";
    font-family: sans-serif;
    font-style: normal;
}

.woocommerce form .form-row .show-password-input:hover::after {
    color: #E0295D;
}

.single-wrap__gallery--main .item img {
	max-height: 500px;
}

@media (max-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 30px;
    }

    .woocommerce table.shop_table,
    .woocommerce table.my_account_orders {
        border: 0;
        background: transparent;
    }

    .woocommerce table.shop_table thead,
    .woocommerce table.my_account_orders thead {
        display: none;
    }

    .woocommerce table.shop_table tr,
    .woocommerce table.my_account_orders tr {
        display: block;
        margin-bottom: 20px;
        border: 1px solid #eaeaea;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    }

    .woocommerce table.shop_table td,
    .woocommerce table.my_account_orders td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: right;
        padding: 15px;
        border-bottom: 1px solid #f1f1f1;
        font-size: 14px;
    }

    .woocommerce table.shop_table td:last-child,
    .woocommerce table.my_account_orders td:last-child {
        border-bottom: none;
    }

    .woocommerce table.shop_table td::before,
    .woocommerce table.my_account_orders td::before {
        content: attr(data-title);
        font-weight: 700;
        float: left;
        color: #1D1D1D;
        text-transform: uppercase;
        font-size: 12px;
        margin-right: 10px;
    }

    .woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-actions {
        justify-content: flex-end;
    }

    .woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-actions a.button {
        width: 100%;
        text-align: center;
        margin-top: 5px;
        padding: 10px;
    }
}

@media (max-width: 768px) {

    .woocommerce table.shop_table,
    .woocommerce table.my_account_orders {
        display: block;
        width: 100%;
        border: none;
    }

    .woocommerce table.shop_table thead,
    .woocommerce table.my_account_orders thead {
        display: none;
    }

    .woocommerce table.shop_table tbody,
    .woocommerce table.my_account_orders tbody {
        display: block;
        width: 100%;
    }

    .woocommerce table.shop_table tr,
    .woocommerce table.my_account_orders tr {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        border: 1px solid #eaeaea;
        border-radius: 8px;
        background: #fff;
        padding: 10px 20px;
        box-sizing: border-box;
        position: relative;
    }

    .woocommerce table.shop_table td,
    .woocommerce table.my_account_orders td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: right;
        border-bottom: 1px solid #eee;
        padding: 15px 0;
        font-size: 14px;
        width: 100%;
        box-sizing: border-box;
    }

    .woocommerce table.shop_table td:last-child,
    .woocommerce table.my_account_orders td:last-child {
        border-bottom: none;
    }

    .woocommerce table.shop_table td::before,
    .woocommerce table.my_account_orders td::before {
        content: attr(data-title);
        font-weight: 700;
        text-transform: uppercase;
        font-size: 12px;
        color: #1D1D1D;
        text-align: left;
        margin-right: 15px;
        flex-shrink: 0;
    }

    .woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-number a {
        font-weight: 700;
        color: #E0295D;
        text-decoration: none;
    }

    .woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-actions {
        display: block;
        text-align: center;
        padding-top: 20px;
    }

    .woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-actions::before {
        display: none;
    }

    .woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-actions a.button {
        display: block;
        width: 100%;
        margin: 0;
        text-align: center;
        box-sizing: border-box;
    }

    .woocommerce-table tfoot {
        display: block;
        width: 100%;
    }
}

#customer_login {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 20px;
}

#customer_login .u-column1,
#customer_login .u-column2 {
    padding: 30px;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    background: #fff;
    height: fit-content;
}

#customer_login h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eaeaea;
}

.woocommerce-form-login .woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
}

.woocommerce-form-login .woocommerce-form-login__rememberme input[type="checkbox"] {
    margin: 0 10px 0 0;
    width: 18px;
    height: 18px;
    accent-color: #E0295D;
    cursor: pointer;
}

.woocommerce-form-login .woocommerce-LostPassword {
    margin-top: 15px;
}

.woocommerce-form-login .woocommerce-LostPassword a {
    color: #666;
    font-size: 14px;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.woocommerce-form-login .woocommerce-LostPassword a:hover {
    color: #E0295D;
}

.woocommerce-form-register .woocommerce-privacy-policy-text {
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
}

.woocommerce-form-register .woocommerce-privacy-policy-text a {
    color: #E0295D;
    text-decoration: none;
    font-weight: 600;
}

.single-wrap__gallery--labels {
    z-index: 2;
}

.archive-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 48px;
    padding: 0;
}

.archive-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 6px;
    background-color: #f2f2f2;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s;
}

.archive-pagination .page-numbers:hover {
    background-color: #e5e5e5;
}

.archive-pagination .page-numbers.current {
    background-color: #1a1a1a;
    color: #ffffff;
}

.archive-pagination .page-numbers.prev,
.archive-pagination .page-numbers.next {
    background-color: #f2f2f2;
    color: #333333;
}

.archive-pagination .page-numbers.dots {
    cursor: default;
    pointer-events: none;
}

@media (max-width: 768px) {
    #customer_login {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 550px) {
    .wrp {
        margin-bottom: 62px;
    }
}

/* --- Задача #9: вирівнювання карток товарів у каталозі --- */
.products-wrap__list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.products-wrap__list .item-title {
    height: auto !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
}

.products-wrap__list .item-price {
    margin-top: auto !important;
    padding-top: 29px;
    height: auto !important;
    overflow: visible !important;
}
p.checkout-wrap__sidebar--free-shipping {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkout-wrap__sidebar--total-amount {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    white-space: nowrap;
}

.checkout-wrap__sidebar--total-label {
    font-weight: 700;
}


/* Hide empty "Unkategorisiert" category from shop sidebar filter */
li.woof_term_633 { display: none !important; }
li.woof_term_629 { display: none !important; }


.item-label {
    display: inline-block;
    width: fit-content;
    padding: 4px 8px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
}

/* ===== Product Videos Swiper ===== */
.pv-section {
    padding: 60px 0;
    overflow: hidden;
    background: #fff;
}
.pv-swiper {
    width: 100%;
    overflow: visible !important;
    padding: 20px 0;
}
.pv-swiper .swiper-wrapper {
    align-items: center;
}
.pv-slide {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    width: 255px !important;
}
.pv-slide__card {
    position: relative;
    width: 255px;
    height: 372px;
    border-radius: 16px;
    overflow: hidden;
    background: #111;
    transition: transform 0.3s;
}
.pv-slide__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pv-slide__controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.35), transparent);
}
.pv-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
    padding: 0;
    transition: background 0.2s;
}
.pv-btn:hover {
    background: rgba(255,255,255,0.5);
}
.pv-slide__caption {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 500;
    color: #1D1D1F;
    text-align: center;
    line-height: 1.3;
}
@media (max-width: 768px) {
    .pv-section {
        padding: 40px 0;
    }
    .pv-slide__card {
        width: 200px;
        height: 290px;
    }
    .pv-slide {
        width: 200px !important;
    }
}

/* ===================== product-promo ===================== */
.product-promo {
  padding: 60px 0;
  background: #fff;
}
.product-promo__inner {
  max-width: 820px;
  margin: 0 auto;
}
.product-promo__inner h2 {
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 700;
  margin-bottom: 20px;
  color: #1d1d1f;
}
.product-promo__inner p {
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.7;
  color: #3a3a3a;
  margin-bottom: 16px;
}
.product-promo__inner strong {
  font-weight: 700;
  color: #1d1d1f;
}
.product-promo__inner ul {
  padding-left: 20px;
  margin-top: 10px;
}
.product-promo__inner ul li {
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.7;
  color: #3a3a3a;
  margin-bottom: 6px;
  list-style: disc;
}

/* ===================== product-compare ===================== */
.product-compare {
  padding: 60px 0;
  background: #f9f9f9;
}
.product-compare__wrap {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
.product-compare__left {
  flex: 1;
}
.product-compare__left--title {
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 700;
  margin-bottom: 12px;
  color: #1d1d1f;
}
.product-compare__left--sub {
  font-size: clamp(14px, 1.2vw, 16px);
  color: #666;
  margin-bottom: 24px;
}
.product-compare__left--list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-compare__left--list li {
  font-size: clamp(14px, 1.2vw, 16px);
  color: #3a3a3a;
  padding: 8px 0 8px 28px;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}
.product-compare__left--list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #2e7d32;
  font-weight: 700;
}
.product-compare__right {
  flex: 1;
}
.product-compare__table {
  width: 100%;
  border-collapse: collapse;
  font-size: clamp(13px, 1.1vw, 15px);
}
.product-compare__table thead th {
  padding: 12px 16px;
  text-align: center;
  font-weight: 700;
  font-size: clamp(13px, 1.1vw, 15px);
  border-bottom: 2px solid #e0e0e0;
  color: #1d1d1f;
}
.product-compare__table thead th:first-child {
  text-align: left;
}
.product-compare__table thead th.ours {
  background: #fff8f0;
}
.product-compare__table thead th.ours img {
  max-height: 28px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.product-compare__table tbody td {
  padding: 10px 16px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  color: #3a3a3a;
  vertical-align: middle;
}
.product-compare__table tbody td:first-child {
  text-align: left;
  font-weight: 500;
  color: #1d1d1f;
}
.product-compare__table tbody td.ours {
  background: #fff8f0;
}
.product-compare__table .check {
  color: #2e7d32;
  font-size: 18px;
  font-weight: 700;
  display: block;
}
.product-compare__table .cross {
  color: #c62828;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

@media (max-width: 768px) {
  .product-compare__wrap {
    flex-direction: column;
    gap: 32px;
  }
  .product-compare__table thead th,
  .product-compare__table tbody td {
    padding: 8px 10px;
  }
}

/* ===================== product-promo ===================== */
.product-promo {
  padding: 60px 0;
  background: #fff;
}
.product-promo__inner {
  max-width: 820px;
  margin: 0 auto;
}
.product-promo__inner h2 {
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 700;
  margin-bottom: 20px;
  color: #1d1d1f;
}
.product-promo__inner p {
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.7;
  color: #3a3a3a;
  margin-bottom: 16px;
}
.product-promo__inner strong {
  font-weight: 700;
  color: #1d1d1f;
}
.product-promo__inner ul {
  padding-left: 20px;
  margin-top: 10px;
}
.product-promo__inner ul li {
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.7;
  color: #3a3a3a;
  margin-bottom: 6px;
  list-style: disc;
}

/* ===================== product-compare ===================== */
.product-compare {
  padding: 60px 0;
  background: #f9f9f9;
}
.product-compare__wrap {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
.product-compare__left {
  flex: 1;
}
.product-compare__left--title {
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 700;
  margin-bottom: 12px;
  color: #1d1d1f;
}
.product-compare__left--sub {
  font-size: clamp(14px, 1.2vw, 16px);
  color: #666;
  margin-bottom: 24px;
}
.product-compare__left--list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-compare__left--list li {
  font-size: clamp(14px, 1.2vw, 16px);
  color: #3a3a3a;
  padding: 8px 0 8px 28px;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}
.product-compare__left--list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #2e7d32;
  font-weight: 700;
}
.product-compare__right {
  flex: 1;
}
.product-compare__table {
  width: 100%;
  border-collapse: collapse;
  font-size: clamp(13px, 1.1vw, 15px);
}
.product-compare__table thead th {
  padding: 12px 16px;
  text-align: center;
  font-weight: 700;
  font-size: clamp(13px, 1.1vw, 15px);
  border-bottom: 2px solid #e0e0e0;
  color: #1d1d1f;
}
.product-compare__table thead th:first-child {
  text-align: left;
}
.product-compare__table thead th.ours {
  background: #fff8f0;
}
.product-compare__table thead th.ours img {
  max-height: 28px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.product-compare__table tbody td {
  padding: 10px 16px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  color: #3a3a3a;
  vertical-align: middle;
}
.product-compare__table tbody td:first-child {
  text-align: left;
  font-weight: 500;
  color: #1d1d1f;
}
.product-compare__table tbody td.ours {
  background: #fff8f0;
}
.product-compare__table .check {
  color: #2e7d32;
  font-size: 18px;
  font-weight: 700;
  display: block;
}
.product-compare__table .cross {
  color: #c62828;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

@media (max-width: 768px) {
  .product-compare__wrap {
    flex-direction: column;
    gap: 32px;
  }
  .product-compare__table thead th,
  .product-compare__table tbody td {
    padding: 8px 10px;
  }
}