/* Isolated WooCommerce product archive layout and off-canvas filters. */
.oxiyfine-shop { max-width: 1350px; padding-top: 30px; }
.oxiyfine-wishlist-page { padding: 56px 24px 80px; }
.oxiyfine-wishlist-page__inner { margin: 0 auto; max-width: 1350px; }
.oxiyfine-wishlist-page h1 { font-family: var(--font-heading); font-size: 38px; margin: 0 0 10px; }
.oxiyfine-wishlist-page__intro { color: #687073; margin: 0 0 30px; }
.oxiyfine-wishlist-page__status { color: #687073; min-height: 24px; }
.oxiyfine-wishlist-page__table-wrap { margin-top: 20px; overflow-x: auto; }
.oxiyfine-wishlist-page__table { border: 1px solid #e5e5e5; border-collapse: collapse; min-width: 760px; width: 100%; }
.oxiyfine-wishlist-page__table th { background: #fff; color: #111; font-size: 14px; font-weight: 700; padding: 14px 16px; text-align: center; }
.oxiyfine-wishlist-page__table th:first-child { text-align: left; }
.oxiyfine-wishlist-page__table td { border-top: 1px solid #e5e5e5; color: #111; font-size: 14px; padding: 14px 16px; text-align: center; vertical-align: middle; }
.oxiyfine-wishlist-row__product { text-align: left !important; width: 28%; }
.oxiyfine-wishlist-row__product a { align-items: center; color: #111; display: flex; gap: 22px; text-decoration: none; }
.oxiyfine-wishlist-row__product img { height: 72px; object-fit: contain; width: 72px; }
.oxiyfine-wishlist-row__price { font-weight: 700; }
.oxiyfine-wishlist-row__availability { color: #1f4f75 !important; }
.oxiyfine-wishlist-row__cart a { background: var(--primary); color: #fff; display: inline-block; font-size: 12px; font-weight: 700; padding: 16px 26px; text-decoration: none; text-transform: uppercase; }
.oxiyfine-wishlist-row__cart a:hover { background: var(--danger); color: #fff; }
.oxiyfine-wishlist-row__remove { width: 72px; }
.oxiyfine-wishlist-row__remove button { background: transparent; border: 0; color: #111; cursor: pointer; font-size: 16px; padding: 8px; }
.oxiyfine-wishlist-row__remove button:hover { color: #b42318; }
.oxiyfine-shop-categories { margin: 0 0 28px; overflow: hidden; }
.oxiyfine-shop-categories__track { display: flex; gap: 16px; overflow-x: auto; padding: 2px 1px 10px; scrollbar-width: thin; }
.oxiyfine-shop-categories__item { color: #202020; flex: 0 0 112px; font-size: 13px; font-weight: 600; line-height: 1.3; text-align: center; text-decoration: none; }
.oxiyfine-shop-categories__image { align-items: center; background: #f4f4f2; border-radius: 8px; display: flex; height: 100px; justify-content: center; margin-bottom: 9px; overflow: hidden; }
.oxiyfine-shop-categories__image img { height: 100%; object-fit: cover; width: 100%; }
.oxiyfine-shop-toolbar { align-items: center; border-bottom: 1px solid #e7e7e7; border-top: 1px solid #e7e7e7; display: grid; gap: 16px; grid-template-columns: auto 1fr auto; margin-bottom: 28px; padding: 13px 0; }
.oxiyfine-shop-filter-toggle { background: transparent; border: 0; color: #1d1d1d; cursor: pointer; font-size: 14px; font-weight: 700; padding: 8px 0; }
.oxiyfine-shop-filter-toggle span { font-size: 18px; margin-right: 6px; }
.oxiyfine-shop-toolbar__count .woocommerce-result-count { color: #777; float: none; font-size: 13px; margin: 0; }
.oxiyfine-shop-toolbar__ordering .woocommerce-ordering { float: none; margin: 0; }
.oxiyfine-shop-toolbar__ordering select { background: #fff; border: 1px solid #ddd; border-radius: 0; font-size: 13px; max-width: 220px; padding: 9px 28px 9px 10px; }
.oxiyfine-shop .products { gap: 24px 18px; }
.oxiyfine-product-card { border: 0; }
.oxiyfine-product-card__image { aspect-ratio: 1 / 1.1; background: #f7f6f5; display: block; overflow: hidden; position: relative; }
.oxiyfine-product-card__image-link { display: block; height: 100%; }
.oxiyfine-product-card__image img { height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.oxiyfine-product-card__image:hover img, .oxiyfine-product-card__image:focus-within img { transform: scale(1.035); }
.oxiyfine-product-card__image .oxiyfine-product-card__actions { align-items: center; bottom: 0; display: flex; gap: 5px; justify-content: center; left: 0; opacity: 0; padding: 10px; position: absolute; right: 0; transform: translateY(8px); transition: opacity .25s ease, transform .25s ease; }
.oxiyfine-product-card__image:hover .oxiyfine-product-card__actions, .oxiyfine-product-card__image:focus-within .oxiyfine-product-card__actions { opacity: 1; transform: translateY(0); }
.oxiyfine-product-card__action { align-items: center; background: #fff; border: 0; color: #202020; cursor: pointer; display: inline-flex; height: 40px; justify-content: center; padding: 0; text-decoration: none; width: 40px; }
.oxiyfine-product-card__action:hover, .oxiyfine-product-card__action:focus-visible { background: #202020; color: #fff; }
.oxiyfine-product-card__action--wishlist.is-added { color: #d92f4f; }
.oxiyfine-product-card__action--wishlist.is-added:hover, .oxiyfine-product-card__action--wishlist.is-added:focus-visible { color: #fff; }
.oxiyfine-product-card__action--wishlist > button { align-items: center; background: transparent; border: 0; color: inherit; cursor: pointer; display: flex; height: 100%; justify-content: center; padding: 0; width: 100%; }
.oxiyfine-product-card__yith-action { display: none !important; }
.oxiyfine-product-card__action--cart span { font-size: 23px; line-height: 1; }
.oxiyfine-product-card__action--wishlist .yith-wcwl-add-to-wishlist { display: block; margin: 0; }
.oxiyfine-product-card__action--wishlist .yith-wcwl-add-button a, .oxiyfine-product-card__action--wishlist .yith-wcwl-wishlistexistsbrowse a, .oxiyfine-product-card__action--wishlist > a { align-items: center; color: inherit; display: flex; font-size: 0; height: 40px; justify-content: center; width: 40px; }
.oxiyfine-product-card__action--wishlist .yith-wcwl-add-button a::before, .oxiyfine-product-card__action--wishlist > a::before { content: '\f004'; font-family: 'Font Awesome 6 Free'; font-size: 16px; font-weight: 400; }
.oxiyfine-product-card__action--wishlist .yith-wcwl-wishlistexistsbrowse a::before { content: '\f004'; font-family: 'Font Awesome 6 Free'; font-size: 16px; font-weight: 900; }
.oxiyfine-product-card__content { padding: 13px 0 0; }
.oxiyfine-product-card__title { font-size: 14px; font-weight: 600; margin-bottom: 6px; }
.oxiyfine-product-card__price { font-size: 14px; }
.oxiyfine-shop-load-more { margin: 38px auto 0; max-width: 230px; text-align: center; }
.oxiyfine-shop-load-more__count { color: #777; font-size: 13px; margin: 0 0 14px; }
.oxiyfine-shop-load-more__progress { background: #e8e8e8; height: 6px; margin: 0 auto 26px; overflow: hidden; width: 100%; }
.oxiyfine-shop-load-more__progress span { background: #111; display: block; height: 100%; }
.oxiyfine-shop-load-more__button { background: #e9e9e9; color: #202020; display: block; font-size: 13px; font-weight: 600; padding: 15px 12px; text-decoration: none; }
.oxiyfine-shop-load-more__button:hover, .oxiyfine-shop-load-more__button:focus-visible { background: #202020; color: #fff; }
.oxiyfine-quick-view[hidden] { display: none; }
.oxiyfine-quick-view { align-items: center; display: flex; inset: 0; justify-content: center; padding: 40px; position: fixed; z-index: 10000; }
.oxiyfine-quick-view__backdrop { background: rgba(8, 10, 15, .82); inset: 0; position: absolute; }
.oxiyfine-quick-view__dialog { background: #fff; box-sizing: border-box; max-height: calc(100vh - 80px); max-width: 1110px; overflow-x: hidden; overflow-y: auto; position: relative; width: 100%; z-index: 1; }
.oxiyfine-quick-view__close { align-items: center; background: #111; border: 0; border-radius: 50%; box-shadow: 0 2px 8px rgba(0, 0, 0, .25); color: #fff; cursor: pointer; display: flex; font-size: 18px; height: 36px; justify-content: center; position: absolute; right: 14px; top: 14px; width: 36px; z-index: 2; }
.oxiyfine-quick-view__close:hover, .oxiyfine-quick-view__close:focus-visible { background: #333; color: #fff; }
.oxiyfine-quick-view__content { padding: 32px; }
.oxiyfine-quick-view__product { align-items: center; display: grid; gap: 44px; grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr); }
.oxiyfine-quick-view__image { align-items: center; background: #f7f6f5; display: flex; justify-content: center; min-height: 420px; }
.oxiyfine-quick-view__image img { display: block; height: 100%; max-height: 520px; max-width: 100%; object-fit: contain; width: 100%; }
.oxiyfine-quick-view__details h2 { font-size: 28px; margin: 0 0 18px; }
.oxiyfine-quick-view__price { font-size: 20px; font-weight: 700; margin-bottom: 28px; }
.oxiyfine-quick-view__button { background: #202020; color: #fff; display: inline-block; padding: 14px 22px; text-decoration: none; }
.oxiyfine-quick-view__button:hover, .oxiyfine-quick-view__button:focus-visible { background: #444; color: #fff; }
.oxiyfine-quick-view__loading { padding: 80px 20px; text-align: center; }
body.oxiyfine-quick-view-open { overflow: hidden; }
.oxiyfine-shop-overlay { background: rgba(17, 21, 30, .52); inset: 0; position: fixed; z-index: 9998; }
.oxiyfine-shop-overlay[hidden] { display: none; }
.oxiyfine-shop-filter-drawer { background: #fff; box-shadow: 8px 0 30px rgba(0,0,0,.16); height: 100dvh; left: 0; max-width: 380px; position: fixed; top: 0; transform: translateX(-105%); transition: transform .28s ease; visibility: hidden; width: min(92vw, 360px); z-index: 9999; }
.oxiyfine-shop-filter-drawer.is-open { transform: translateX(0); visibility: visible; }
.oxiyfine-shop-filter-form { display: flex; flex-direction: column; height: 100%; }
.oxiyfine-shop-filter-form header, .oxiyfine-shop-filter-form footer { align-items: center; display: flex; flex: 0 0 auto; justify-content: space-between; padding: 20px 22px; }
.oxiyfine-shop-filter-form header { border-bottom: 1px solid #e6e6e6; }
.oxiyfine-shop-filter-form header h2 { font-size: 18px; margin: 0; text-transform: uppercase; }
.oxiyfine-shop-filter-close { background: transparent; border: 0; color: #222; cursor: pointer; font-size: 30px; line-height: 1; padding: 0; }
.oxiyfine-shop-filter-form__body { flex: 1 1 auto; overflow-y: auto; padding: 0 22px 20px; }
.oxiyfine-shop-filter-form section { border-bottom: 1px solid #e7e7e7; padding: 20px 0; }
.oxiyfine-shop-filter-form h3 { font-size: 16px; margin: 0 0 14px; }
.oxiyfine-shop-filter-form__range { display: grid; gap: 4px; margin-bottom: 12px; }
.oxiyfine-shop-price-range { accent-color: #202020; cursor: pointer; width: 100%; }
.oxiyfine-shop-filter-form__prices { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
.oxiyfine-shop-filter-form label { color: #4b4b4b; cursor: pointer; font-size: 13px; }
.oxiyfine-shop-filter-form input[type="number"] { border: 1px solid #d9d9d9; display: block; margin-top: 5px; padding: 8px; width: 100%; }
.oxiyfine-shop-filter-form__checks { display: grid; gap: 12px; }
.oxiyfine-shop-filter-form__checks input { margin-right: 7px; }
.oxiyfine-shop-filter-form__tags { display: flex; flex-wrap: wrap; gap: 7px; }
.oxiyfine-shop-filter-form__tags input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.oxiyfine-shop-filter-form__tags span { background: #f2f2f2; display: block; padding: 6px 8px; }
.oxiyfine-shop-filter-form__tags input:checked + span { background: #202020; color: #fff; }
.oxiyfine-shop-filter-form footer { border-top: 1px solid #e6e6e6; gap: 12px; }
.oxiyfine-shop-filter-clear { color: #333; font-size: 13px; text-decoration: underline; }
.oxiyfine-shop-filter-apply { background: #202020; border: 1px solid #202020; color: #fff; cursor: pointer; padding: 11px 17px; }
body.oxiyfine-shop-filter-open { overflow: hidden; }
@media (max-width: 768px) { .oxiyfine-shop { padding: 24px 16px; } .oxiyfine-wishlist-page { padding: 36px 16px 60px; } .oxiyfine-wishlist-page h1 { font-size: 30px; } .oxiyfine-shop-toolbar { gap: 8px; grid-template-columns: auto 1fr; } .oxiyfine-shop-toolbar__ordering { grid-column: 1 / -1; } .oxiyfine-shop-toolbar__ordering select { max-width: none; width: 100%; } .oxiyfine-shop .products { gap: 22px 12px; } .oxiyfine-product-card__title { font-size: 13px; } .oxiyfine-product-card__image .oxiyfine-product-card__actions { align-items: initial; bottom: auto; display: block; left: auto; opacity: 1; padding: 0; right: auto; top: 0; transform: none; } .oxiyfine-product-card__action--cart, .oxiyfine-product-card__action--view { display: none; } .oxiyfine-product-card__action--wishlist { display: inline-flex; height: 30px; position: absolute; right: 12px; top: 12px; width: 30px; } .oxiyfine-shop-load-more { margin-top: 32px; max-width: 230px; } .oxiyfine-quick-view { padding: 12px; } .oxiyfine-quick-view__dialog { max-height: calc(100vh - 24px); } .oxiyfine-quick-view__close { right: 12px; top: 12px; } .oxiyfine-quick-view__content { padding: 18px; } .oxiyfine-quick-view__product { gap: 22px; grid-template-columns: 1fr; } .oxiyfine-quick-view__image { min-height: 280px; } .oxiyfine-quick-view__details h2 { font-size: 22px; } }

@media (max-width: 600px) { .oxiyfine-wishlist-page__table { border: 0; min-width: 0; } .oxiyfine-wishlist-page__table thead { display: none; } .oxiyfine-wishlist-page__table tbody, .oxiyfine-wishlist-page__table tr, .oxiyfine-wishlist-page__table td { display: block; width: auto; } .oxiyfine-wishlist-page__table tr { border: 1px solid #e5e5e5; margin-bottom: 14px; padding: 8px; } .oxiyfine-wishlist-page__table td { border: 0; display: flex; justify-content: space-between; padding: 9px 4px; text-align: right !important; } .oxiyfine-wishlist-page__table td::before { color: #111; content: attr(data-label); font-weight: 700; text-align: left; } .oxiyfine-wishlist-row__product a { gap: 12px; } .oxiyfine-wishlist-row__product img { height: 54px; width: 54px; } .oxiyfine-wishlist-row__cart a { padding: 11px 16px; } .oxiyfine-wishlist-row__remove { justify-content: flex-end !important; } .oxiyfine-wishlist-row__remove::before { content: none !important; } }

@media (max-width: 768px) {
	.oxiyfine-product-card__image { aspect-ratio: 1 / 1; border-radius: 1px; background: #f3f5f3; }
	.oxiyfine-product-card__image-link { align-items: center; display: flex; justify-content: center; }
	.oxiyfine-product-card__image img { height: 100%; object-fit: contain; padding: 18px; width: 100%; }
	.oxiyfine-product-card__image .oxiyfine-product-card__actions { bottom: 0; height: 100%; left: 0; pointer-events: none; right: 0; top: 0; width: 100%; }
	.oxiyfine-product-card__action--wishlist { background: #fff; border-radius: 1px;  pointer-events: auto; z-index: 3; }
}
