.scroll { display: block; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }

.woocommerce-Price-amount { white-space: nowrap; }
.products .item__title, .product-wrap__title, .mini-cart__name, .cart-wrap__list .row__title { text-wrap: pretty; }
.price del, .item__price del, .product-wrap__price del { margin-right: 8px; font-size: .7em; font-weight: 400; color: #8f8a87; }
.price ins, .item__price ins, .product-wrap__price ins { text-decoration: none; }

.products .item__buy.loading { opacity: .6; pointer-events: none; }
.products .added_to_cart { display: none; }

.cart-wrap__list .product-remove { display: contents; }
.woocommerce-cart-form.processing, .cart_totals.processing { opacity: .6; pointer-events: none; transition: opacity .3s; }
.blockUI.blockOverlay { display: none !important; }

.mini-cart-lock, .mini-cart-lock body { overflow: hidden; }
.mini-cart { position: fixed; inset: 0; z-index: 1000; visibility: hidden; transition: visibility 0s .3s; }
.mini-cart.is-open { visibility: visible; transition: none; }
.mini-cart__overlay { position: absolute; inset: 0; background: rgba(42, 33, 28, .5); opacity: 0; transition: opacity .3s; }
.mini-cart.is-open .mini-cart__overlay { opacity: 1; }
.mini-cart__panel { position: absolute; top: 0; right: 0; bottom: 0; display: flex; flex-direction: column; width: 420px; max-width: 100%; padding-bottom: env(safe-area-inset-bottom, 0px); background: #fff; transform: translateX(100%); transition: transform .3s; }
.mini-cart.is-open .mini-cart__panel { transform: none; }
.mini-cart__head { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; border-bottom: 1px solid #e4e4e6; }
.mini-cart__title { font-size: 24px; line-height: 30px; font-weight: 600; color: #2a211c; }
.mini-cart__close { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; margin-right: -10px; padding: 0; border: none; background: none; cursor: pointer; }
.mini-cart__inner { display: flex; flex: 1; flex-direction: column; min-height: 0; }
.mini-cart__list { flex: 1; overflow-y: auto; padding: 8px 24px; list-style: none; }
.mini-cart__item { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid #e4e4e6; transition: opacity .3s; }
.mini-cart__item:last-child { border-bottom: none; }
.mini-cart__item.is-loading { opacity: .4; pointer-events: none; }
.mini-cart__image { flex-shrink: 0; width: 72px; height: 72px; border-radius: 8px; object-fit: cover; background: #f4f4f5; }
.mini-cart__info { display: flex; flex: 1; flex-direction: column; gap: 4px; min-width: 0; }
.mini-cart__name { font-size: 16px; line-height: 21px; font-weight: 500; color: #2a211c; transition: color .3s; }
a.mini-cart__name:hover { color: #c0583a; }
.mini-cart__meta { font-size: 15px; line-height: 20px; color: #57524e; }
.mini-cart__remove { display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 32px; height: 32px; padding: 0; border: 1px solid #e4e4e6; border-radius: 50%; background: #fff; cursor: pointer; transition: border-color .3s; }
.mini-cart__remove:hover { border-color: #c0583a; }
.mini-cart__foot { display: flex; flex-direction: column; gap: 12px; padding: 20px 24px 24px; border-top: 1px solid #e4e4e6; }
.mini-cart__total { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 4px; font-size: 18px; line-height: 24px; color: #2a211c; }
.mini-cart__total strong { font-size: 24px; line-height: 30px; font-weight: 600; color: #c0583a; }
.mini-cart__btn { width: 100%; justify-content: center; }
.mini-cart__link { align-self: center; font-size: 16px; line-height: 22px; font-weight: 500; color: #2a211c; text-decoration: underline; text-underline-position: from-font; }
.mini-cart__link:hover { color: #c0583a; text-decoration: none; }
.mini-cart__empty { display: flex; flex: 1; flex-direction: column; align-items: center; justify-content: center; gap: 20px; padding: 24px; font-size: 18px; color: #57524e; text-align: center; }
@media (max-width: 480px) {
    .mini-cart__head { padding: 16px; }
    .mini-cart__list { padding: 4px 16px; }
    .mini-cart__foot { padding: 16px; }
    .mini-cart__title { font-size: 20px; line-height: 26px; }
}

.woocommerce-notices-wrapper:empty { display: none; }
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-notice {
    display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 20px;
    margin: 0 0 24px; padding: 16px 20px; border-radius: 8px; list-style: none;
    background: #f4f4f5; font-size: 16px; line-height: 22px; color: #2a211c;
}
.woocommerce-message { background: #edf5ee; }
.woocommerce-error { background: #fbeeea; color: #8f2d17; }
.woocommerce-error li { list-style: none; }
.woocommerce-message .button, .woocommerce-info .button { color: #c0583a; font-weight: 500; text-decoration: underline; text-underline-position: from-font; }
.woocommerce-message .button:hover, .woocommerce-info .button:hover { text-decoration: none; }

.product-wrap__gallery { display: flex; flex-direction: column; gap: 12px; background: none; }
.product-wrap__main-image { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 10px; background: #f4f4f5; }
.product-wrap__thumbs { display: flex; flex-wrap: wrap; gap: 10px; }
.product-wrap__thumb { width: 80px; height: 80px; padding: 0; border: 1px solid #e4e4e6; border-radius: 8px; overflow: hidden; background: #f4f4f5; cursor: pointer; transition: border-color .3s; }
.product-wrap__thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-wrap__thumb.is-active, .product-wrap__thumb:hover { border-color: #c0583a; }
.product-wrap__stock--out { background: #fbeeea; color: #8f2d17; }
.product-wrap__excerpt p + p { margin-top: 10px; }
.product-wrap__cart .btn { border: none; }
.product-wrap__cart .stock { display: none; }

.shop-wrap__tab { display: inline-flex; align-items: center; }
.woocommerce-pagination { margin-top: 32px; }
.woocommerce-pagination ul { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.woocommerce-pagination a, .woocommerce-pagination span { display: flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 12px; border: 1px solid #e4e4e6; border-radius: 4px; font-weight: 500; color: #2a211c; }
.woocommerce-pagination .current { border-color: #c0583a; background: #c0583a; color: #fff; }

.cart-wrap .woocommerce, .checkout-wrap .woocommerce { width: 100%; }
.cart-wrap__form { min-width: 0; }
.cart-wrap__list .row .variation { display: none; }
.cart-wrap__list .row .qty { height: 44px; }
.cart-wrap__actions { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }
.cart-wrap .cart-empty { margin-bottom: 20px; font-size: 19px; line-height: 30px; color: #57524e; background: none; padding: 0; }
.cart-wrap .return-to-shop .button { display: inline-flex; padding: 14px 28px; border-radius: 4px; background: #c0583a; color: #fff; font-size: 17px; line-height: 21px; font-weight: 500; }
.woocommerce-cart-form .blockUI, .woocommerce-checkout .blockUI { border-radius: 10px; }

.checkout-wrap .woocommerce-form-coupon-toggle, .checkout-wrap .checkout_coupon { display: none; }
.checkout-wrap__form #customer_details { display: flex; flex-direction: column; gap: 32px; }
.fieldset__grid .form-row, .woocommerce-additional-fields .form-row { margin: 0; padding: 0; }
.fieldset__grid .field--half { grid-column: auto; }
.form-row .field__label .required, .form-row .field__label .optional { font-weight: 400; color: #8f8a87; text-decoration: none; }
.form-row .field__label .required { color: #c0583a; }
.woocommerce-input-wrapper { display: block; width: 100%; }
.form-row.woocommerce-invalid .field__input { border-color: #d0463b; }
.form-row.woocommerce-validated .field__input { border-color: #e4e4e6; }
.form-row .checkout-inline-error-message { margin-top: 6px; font-size: 14px; line-height: 18px; color: #d0463b; }
textarea.field__input { min-height: 120px; resize: vertical; }

.checkout-wrap__summary { gap: 18px; }
.review { display: block; width: 100%; border-collapse: collapse; }
.review tbody, .review tfoot { display: flex; flex-direction: column; gap: 12px; }
.review tfoot { margin-top: 14px; padding-top: 14px; box-shadow: inset 0 1px 0 #dcdcdf; gap: 14px; }
.review tr { display: flex; justify-content: space-between; gap: 16px; }
.review th, .review td { padding: 0; font-weight: inherit; text-align: left; }
.review tr td:last-child, .review tr th + td { text-align: right; }
.review__qty { color: #8f8a87; white-space: nowrap; }
.review .summary__row--total { padding-top: 14px; box-shadow: inset 0 1px 0 #dcdcdf; }
.review tfoot > .summary__row--total:first-child { padding-top: 0; box-shadow: none; }
.review .summary__row--total td { font-size: 26px; line-height: 32px; font-weight: 600; color: #c0583a; }
.review__block td { display: block; width: 100%; text-align: left !important; }
.review__label { display: block; margin-bottom: 10px; font-size: 16px; line-height: 20px; font-weight: 500; color: #2a211c; }
.review__empty { font-size: 15px; line-height: 21px; color: #57524e; list-style: none; }
.choices-list { display: flex; flex-direction: column; gap: 10px; margin: 0; padding: 0; list-style: none; }
.choices-list .choice { display: block; padding: 0; background: #fff; }
.choices-list .choice__label { display: flex; align-items: center; gap: 12px; width: 100%; padding: 14px 16px; cursor: pointer; }
.choices-list .choice__text { font-size: 14px; line-height: 19px; text-align: left; }
.choices-list .choice__text b { font-size: 16px; line-height: 21px; }
.choices-list .choice:has(input[type="hidden"]) { border-color: #c0583a; background: #fbf5f3; }
.choices-list .choice:has(input[type="hidden"]) .choice__box { display: none; }
.choices-list .payment_box { padding: 0 16px 14px 48px; font-size: 14px; line-height: 20px; color: #57524e; }
#payment { margin-top: 18px; }
#payment .place-order { display: flex; flex-direction: column; gap: 12px; margin-top: 18px; }
#payment .woocommerce-terms-and-conditions-wrapper { font-size: 14px; line-height: 20px; color: #57524e; }
#payment .woocommerce-terms-and-conditions-wrapper a { color: #2a211c; text-decoration: underline; }

.status .woocommerce { display: flex; justify-content: center; }
.status-wrap .woocommerce-Price-amount { color: #2a211c; }

.text-page-wrap > *:first-child { margin-top: 0; }
.text-page-wrap h3 { margin: 28px 0 12px; font-size: 22px; line-height: 29px; font-weight: 500; color: #2a211c; }
.text-page-wrap ol { display: flex; flex-direction: column; gap: 8px; margin-top: 14px; padding-left: 22px; }
.text-page-wrap ol li { font-size: 18px; line-height: 29px; color: #57524e; }

@media (max-width: 992px) {
    .checkout-wrap__summary { position: static; }
}

@media (max-width: 768px) {
    .review .summary__row--total td { font-size: 22px; line-height: 28px; }
    .text-page-wrap ol li { font-size: 17px; line-height: 27px; }
}
