/*
Theme Name: PWFeed Ecommerce
Theme URI: https://www.pwfeed.com/
Author: Poyraz Web
Author URI: https://www.pwfeed.com/
Description: A fast, modern and fully manageable ecommerce theme for WooCommerce stores.
Version: 2.21.6
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: pwfeed-ecommerce
Domain Path: /languages
Tags: e-commerce, woocommerce, responsive, seo, geo, pwfeed-ecommerce
Update URI: https://www.pwfeed.com/pwfeed-ecommerce
*/

:root {
  --pwfeed-ecommerce-yellow: #ffc400;
  --pwfeed-ecommerce-yellow-dark: #edae00;
  --pwfeed-ecommerce-ink: #171717;
  --pwfeed-ecommerce-muted: #747474;
  --pwfeed-ecommerce-line: #e9e9e9;
  --pwfeed-ecommerce-bg: #ffffff;
  --pwfeed-ecommerce-soft: #f7f7f7;
  --pwfeed-ecommerce-radius: 10px;
  --pwfeed-ecommerce-width: 1300px;
  --pwfeed-ecommerce-body-font: "Segoe UI", Arial, sans-serif;
  --pwfeed-ecommerce-body-size: 16px;
  --pwfeed-ecommerce-body-color: #171717;
  --pwfeed-ecommerce-heading-font: "Segoe UI", Arial, sans-serif;
  --pwfeed-ecommerce-button-bg: #ffc400;
  --pwfeed-ecommerce-button-hover: #edae00;
  --pwfeed-ecommerce-button-color: #171717;
  --pwfeed-ecommerce-button-border: #ffc400;
  --pwfeed-ecommerce-button-border-width: 0px;
  --pwfeed-ecommerce-button-radius: 6px;
  --pwfeed-ecommerce-logo-height: 58px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--pwfeed-ecommerce-body-color); background: var(--pwfeed-ecommerce-bg); font-family: var(--pwfeed-ecommerce-body-font); font-size: var(--pwfeed-ecommerce-body-size); line-height: 1.55; }
h1, h2, h3 { font-family: var(--pwfeed-ecommerce-heading-font); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
body.pwfeed-ecommerce-site button, body.pwfeed-ecommerce-site .button, body.pwfeed-ecommerce-site input[type="submit"] { border: var(--pwfeed-ecommerce-button-border-width) solid var(--pwfeed-ecommerce-button-border); border-radius: var(--pwfeed-ecommerce-button-radius); color: var(--pwfeed-ecommerce-button-color); background: var(--pwfeed-ecommerce-button-bg); font-family: var(--pwfeed-ecommerce-body-font); cursor: pointer; }
body.pwfeed-ecommerce-site button:hover, body.pwfeed-ecommerce-site .button:hover, body.pwfeed-ecommerce-site input[type="submit"]:hover { background: var(--pwfeed-ecommerce-button-hover); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.pwfeed-ecommerce-container { width: min(calc(100% - 40px), var(--pwfeed-ecommerce-width)); margin-inline: auto; }

.pwfeed-ecommerce-topbar { min-height: 30px; display: flex; align-items: center; color: #fff; background: #171717; font-size: 12px; }
.pwfeed-ecommerce-topbar strong { color: var(--pwfeed-ecommerce-yellow); }
.pwfeed-ecommerce-topbar-notice { display: flex; align-items: center; gap: 7px; }
.pwfeed-ecommerce-svg-icon { width: 1em; height: 1em; display: block; }
.pwfeed-ecommerce-topbar-icon { width: 17px; height: 17px; }
.pwfeed-ecommerce-topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.pwfeed-ecommerce-topbar-links { display: flex; gap: 18px; }

.pwfeed-ecommerce-main-header { border-bottom: 1px solid var(--pwfeed-ecommerce-line); background: #fff; }
.pwfeed-ecommerce-main-header-inner { min-height: 86px; display: grid; grid-template-columns: 280px minmax(260px, 1fr) auto; gap: 28px; align-items: center; }
.pwfeed-ecommerce-brand { display: flex; align-items: center; gap: 13px; font-size: 30px; font-weight: 800; letter-spacing: -.8px; white-space: nowrap; }
.pwfeed-ecommerce-brand-mark { width: 42px; height: 46px; border-radius: 7px 7px 10px 10px; display: grid; place-items: center; color: #fff; background: var(--pwfeed-ecommerce-yellow); font-size: 17px; font-weight: 900; position: relative; }
.pwfeed-ecommerce-brand-mark::before { content: ""; position: absolute; width: 16px; height: 10px; border: 2px solid var(--pwfeed-ecommerce-yellow); border-bottom: 0; border-radius: 10px 10px 0 0; top: -9px; }
.pwfeed-ecommerce-brand .custom-logo { display: block; max-height: var(--pwfeed-ecommerce-logo-height); width: auto; }
.pwfeed-ecommerce-responsive-logo,.pwfeed-ecommerce-brand-picture{display:inline-flex;align-items:center;flex:0 0 auto}.pwfeed-ecommerce-brand-picture .custom-logo{display:block;width:auto;height:var(--pwfeed-logo-desktop-height);max-height:none;object-fit:contain}
@media (max-width:782px){.pwfeed-ecommerce-brand-picture .custom-logo{height:var(--pwfeed-logo-mobile-height)}}
.pwfeed-ecommerce-logo-copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; gap: 2px; color: inherit; letter-spacing: normal; line-height: 1.15; text-decoration: none; white-space: normal; }
.pwfeed-ecommerce-logo-copy:hover,.pwfeed-ecommerce-logo-copy:focus { color: inherit; text-decoration: none; }
.pwfeed-ecommerce-logo-copy-line-1, .pwfeed-ecommerce-logo-copy-line-2 { display: block; }
.pwfeed-ecommerce-logo-copy-line-1 { font-weight: 700; }
.pwfeed-ecommerce-logo-copy-line-2 { font-weight: 400; }
.pwfeed-ecommerce-search { position: relative; }
.pwfeed-ecommerce-search form { height: 50px; display: flex; border: 1px solid #dedede; border-radius: 8px; overflow: hidden; background: #fff; }
.pwfeed-ecommerce-search input { flex: 1; min-width: 0; border: 0; outline: 0; padding: 0 17px; color: #333; }
.pwfeed-ecommerce-search button { width: 55px; height: 100%; flex: 0 0 55px; display: inline-flex; align-items: center; justify-content: center; padding: 0; border: 0; border-radius: 0; line-height: 1; cursor: pointer; color: #111; background: var(--pwfeed-ecommerce-yellow); font-size: 22px; }
.pwfeed-ecommerce-search-icon { width: 1em; height: 1em; display: block; flex: 0 0 1em; }
.pwfeed-ecommerce-search-results { position: absolute; z-index: 120; top: calc(100% + 7px); left: 0; right: 0; max-height: min(70vh, 640px); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; border: 1px solid var(--pwfeed-ecommerce-line); border-radius: 9px; background: #fff; box-shadow: 0 16px 35px rgba(0,0,0,.14); }
.pwfeed-ecommerce-search-results[hidden] { display: none; }
.pwfeed-ecommerce-search-result { min-height: 70px; padding: 9px 12px; display: grid; grid-template-columns: 52px minmax(0,1fr) auto; align-items: center; gap: 12px; border-bottom: 1px solid var(--pwfeed-ecommerce-line); }
.pwfeed-ecommerce-search-result:last-child { border-bottom: 0; }
.pwfeed-ecommerce-search-result:hover, .pwfeed-ecommerce-search-result:focus { background: #fff8d8; outline: 0; }
.pwfeed-ecommerce-search-result img { width: 52px; height: 52px; object-fit: contain; border-radius: 5px; background: #f7f7f7; }
.pwfeed-ecommerce-search-result strong { overflow: hidden; color: #242424; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.pwfeed-ecommerce-search-result-price { color: #171717; font-size: 13px; font-weight: 700; white-space: nowrap; }
.pwfeed-ecommerce-search-message { margin: 0; padding: 14px; color: #747474; font-size: 13px; }
.pwfeed-ecommerce-search-more { position: sticky; bottom: 0; display: block; padding: 13px 16px; border-top: 1px solid var(--pwfeed-ecommerce-line); color: #171717; background: #fff8d8; font-size: 13px; font-weight: 700; text-align: center; }
.pwfeed-ecommerce-search-more:hover, .pwfeed-ecommerce-search-more:focus { color: #000; background: var(--pwfeed-ecommerce-yellow); outline: 0; }
.pwfeed-ecommerce-header-actions { display: flex; gap: 25px; align-items: center; }
.pwfeed-ecommerce-action { min-width: 54px; min-height: 44px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; font-size: 11px; position: relative; }
.pwfeed-ecommerce-action-icon { width: 25px; height: 25px; font-size: 25px; line-height: 1; }
.pwfeed-ecommerce-count { position: absolute; top: -6px; right: 5px; min-width: 18px; height: 18px; padding: 0 4px; display: grid; place-items: center; border-radius: 50%; background: var(--pwfeed-ecommerce-yellow); font-size: 10px; font-weight: 700; }

.pwfeed-ecommerce-nav-wrap { background: #fff; border-bottom: 1px solid var(--pwfeed-ecommerce-line); }
.pwfeed-ecommerce-nav { min-height: 58px; display: flex; align-items: stretch; gap: 35px; }
.pwfeed-ecommerce-category-toggle { width: 215px; display: flex; align-items: center; gap: 14px; padding: 0 17px; border: 0; border-radius: 7px 7px 0 0; color: #111; background: var(--pwfeed-ecommerce-yellow); font-weight: 700; cursor: pointer; }
.pwfeed-ecommerce-menu { flex: 1; display: flex; align-items: stretch; gap: 0; margin: 0; padding: 0; list-style: none; }
.pwfeed-ecommerce-menu > li { display: flex; align-items: center; position: relative; }
.pwfeed-ecommerce-menu > li > a { height: 100%; display: flex; align-items: center; padding: 0 16px; font-size: 14px; font-weight: 600; }
.pwfeed-ecommerce-menu > li.current-menu-item::after, .pwfeed-ecommerce-menu > li:hover::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--pwfeed-ecommerce-yellow); }
.pwfeed-ecommerce-menu .sub-menu { display: none; position: absolute; z-index: 50; top: 100%; left: 0; min-width: 210px; margin: 0; padding: 0; list-style: none; background: var(--pwfeed-ecommerce-yellow); border: 1px solid var(--pwfeed-ecommerce-line); box-shadow: 0 12px 30px rgba(0,0,0,.09); }
.pwfeed-ecommerce-menu li:hover > .sub-menu { display: block; }
.pwfeed-ecommerce-menu li:focus-within > .sub-menu { display: block; }
.pwfeed-ecommerce-menu .sub-menu li { position: relative; margin: 0; border-bottom: 1px solid rgba(255,255,255,.95); }
.pwfeed-ecommerce-menu .sub-menu li:last-child { border-bottom: 0; }
.pwfeed-ecommerce-menu .sub-menu a { display: block; padding: 12px 16px; }
.pwfeed-ecommerce-menu .sub-menu a:hover { color: var(--pwfeed-ecommerce-yellow-dark); }
.pwfeed-ecommerce-menu .sub-menu .sub-menu { top: -1px; left: 100%; }
.pwfeed-ecommerce-nav-special { margin-left: auto; display: flex; align-items: center; gap: 25px; font-size: 13px; white-space: nowrap; }
.pwfeed-ecommerce-nav-special a { min-height: 36px; display: inline-flex; align-items: center; padding: 0 3px; }
.pwfeed-ecommerce-nav-special a:first-child { color: #e6a600; }
.pwfeed-ecommerce-nav-special a:hover, .pwfeed-ecommerce-nav-special a:focus { color: #171717; text-decoration: underline; text-underline-offset: 4px; outline: 0; }

.pwfeed-ecommerce-mobile-toggle { display: none; border: 0; background: var(--pwfeed-ecommerce-yellow); width: 44px; height: 44px; border-radius: 7px; font-size: 22px; }
.pwfeed-ecommerce-submenu-toggle { display: none; }
.pwfeed-ecommerce-category-panel { display: none; position: absolute; z-index: 80; top: 100%; left: 0; width: max-content; max-width: calc(100vw - 40px); padding: 10px 0; overflow-x: auto; background: #fff; border: 1px solid var(--pwfeed-ecommerce-line); box-shadow: 0 12px 30px rgba(0,0,0,.12); }
.pwfeed-ecommerce-category-holder { position: relative; display: flex; }
.pwfeed-ecommerce-category-holder.is-open .pwfeed-ecommerce-category-panel { display: block; }
.pwfeed-ecommerce-category-columns { display: flex; align-items: flex-start; }
.pwfeed-ecommerce-category-column { width: 260px; flex: 0 0 260px; }
.pwfeed-ecommerce-category-column + .pwfeed-ecommerce-category-column { border-left: 1px solid var(--pwfeed-ecommerce-line); }
.pwfeed-ecommerce-category-panel ul,
.pwfeed-ecommerce-category-panel li { margin: 0; padding: 0; list-style: none !important; }
.pwfeed-ecommerce-category-panel li::marker { content: ""; }
.pwfeed-ecommerce-category-panel .pwfeed-ecommerce-category-item { position: relative; }
.pwfeed-ecommerce-category-panel .pwfeed-ecommerce-category-item:not(:last-child) { border-bottom: 1px solid #fff; }
.pwfeed-ecommerce-category-panel .pwfeed-ecommerce-category-item::before { position: absolute; z-index: 1; top: 50%; left: 17px; width: 12px; transform: translateY(-50%); color: currentColor; font-size: 15px; line-height: 1; text-align: center; pointer-events: none; }
.pwfeed-ecommerce-category-panel:not(.pwfeed-ecommerce-category-symbol-none) .pwfeed-ecommerce-category-item > a { padding-left: 38px; }
.pwfeed-ecommerce-category-symbol-none .pwfeed-ecommerce-category-item::before { content: none; }
.pwfeed-ecommerce-category-symbol-chevron .pwfeed-ecommerce-category-item::before { content: "›"; }
.pwfeed-ecommerce-category-symbol-arrow .pwfeed-ecommerce-category-item::before { content: "→"; }
.pwfeed-ecommerce-category-symbol-plus .pwfeed-ecommerce-category-item::before { content: "+"; }
.pwfeed-ecommerce-category-symbol-dot .pwfeed-ecommerce-category-item::before { content: "•"; }
.pwfeed-ecommerce-category-symbol-diamond .pwfeed-ecommerce-category-item::before { content: "◇"; }
.pwfeed-ecommerce-category-panel a { display: flex; justify-content: space-between; padding: 10px 17px; font-weight: 600; }
.pwfeed-ecommerce-category-panel a:hover { background: #fff8d8; }

.pwfeed-ecommerce-home { padding: 22px 0 55px; }
.pwfeed-ecommerce-showcase-grid { min-height: 355px; display: grid; grid-template-columns: minmax(0,1.5fr) minmax(0,1.2fr) minmax(0,1fr); grid-template-rows: 1fr 1fr; grid-template-areas: "one two four" "one three four"; gap: 12px; }
.pwfeed-ecommerce-showcase-tile { min-width: 0; min-height: 0; overflow: hidden; position: relative; display: flex; align-items: flex-end; padding: 25px; border-radius: 10px; color: #171717; background: #ffc400; isolation: isolate; transition: transform .2s ease, box-shadow .2s ease; }
.pwfeed-ecommerce-showcase-tile:hover { color: #171717; transform: translateY(-2px); box-shadow: 0 10px 25px rgba(0,0,0,.12); }
.pwfeed-ecommerce-showcase-tile-1 { grid-area: one; }
.pwfeed-ecommerce-showcase-tile-2 { grid-area: two; }
.pwfeed-ecommerce-showcase-tile-3 { grid-area: three; }
.pwfeed-ecommerce-showcase-tile-4 { grid-area: four; }
.pwfeed-ecommerce-showcase-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: right center; transition: transform .35s ease; }
.pwfeed-ecommerce-showcase-tile:hover .pwfeed-ecommerce-showcase-image { transform: scale(1.025); }
.pwfeed-ecommerce-showcase-tile.has-image::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,rgba(246,232,202,.88) 0%,rgba(246,232,202,.88) 36%,rgba(246,232,202,.55) 58%,rgba(246,232,202,0) 82%); }
.pwfeed-ecommerce-showcase-tile.has-image { color: #fff; }
.pwfeed-ecommerce-showcase-tile.has-image:hover { color: #fff; }
.pwfeed-ecommerce-showcase-content { width: 100%; display: flex; align-items: flex-start; flex-direction: column; }
.pwfeed-ecommerce-showcase-content strong,.pwfeed-ecommerce-showcase-content h1 { display: block; margin: 0; font-size: clamp(20px,2.15vw,34px); line-height: 1.08; letter-spacing: -.6px; }
.pwfeed-ecommerce-showcase-tile-2 .pwfeed-ecommerce-showcase-content strong,
.pwfeed-ecommerce-showcase-tile-3 .pwfeed-ecommerce-showcase-content strong { font-size: clamp(17px,1.55vw,24px); }
.pwfeed-ecommerce-showcase-content span { max-width: 440px; margin-top: 7px; font-size: 14px; line-height: 1.35; }
.pwfeed-ecommerce-showcase-content em { margin-top: 12px; font-size: 12px; font-style: normal; font-weight: 800; text-transform: uppercase; letter-spacing: .4px; }
.pwfeed-ecommerce-button { min-height: 45px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: var(--pwfeed-ecommerce-button-border-width) solid var(--pwfeed-ecommerce-button-border); border-radius: var(--pwfeed-ecommerce-button-radius); color: var(--pwfeed-ecommerce-button-color); background: var(--pwfeed-ecommerce-button-bg); font-weight: 700; cursor: pointer; }
.pwfeed-ecommerce-button:hover { background: var(--pwfeed-ecommerce-button-hover); }

.pwfeed-ecommerce-categories { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 17px; }
.pwfeed-ecommerce-category-card { min-height: 133px; display: grid; grid-template-columns: 105px 1fr 20px; align-items: center; gap: 10px; padding: 12px; border: 1px solid var(--pwfeed-ecommerce-line); border-radius: var(--pwfeed-ecommerce-radius); transition: .2s ease; }
.pwfeed-ecommerce-category-card:hover { transform: translateY(-3px); border-color: #d4d4d4; box-shadow: 0 8px 22px rgba(0,0,0,.06); }
.pwfeed-ecommerce-category-image { width: 100px; height: 100px; object-fit: contain; border-radius: 50%; background: #f5f1eb; }
.pwfeed-ecommerce-category-card h3 { margin: 0 0 6px; font-size: 16px; }
.pwfeed-ecommerce-category-card p { margin: 0; color: #888; font-size: 12px; }
.pwfeed-ecommerce-card-arrow { color: #999; font-size: 20px; }

.pwfeed-ecommerce-home-slider { position: relative; min-height: 190px; margin-top: 17px; overflow: hidden; border-radius: var(--pwfeed-ecommerce-radius); background: #ececec; isolation: isolate; }
.pwfeed-ecommerce-home-slider-track { position: relative; min-height: 190px; }
.pwfeed-ecommerce-home-slider-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition-property: opacity,visibility; transition-duration: .9s; transition-timing-function: ease; }
.pwfeed-ecommerce-home-slider-slide.is-active { z-index: 1; opacity: 1; visibility: visible; }
.pwfeed-ecommerce-home-slider-slide::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg,rgba(23,23,23,.92) 0%,rgba(23,23,23,.92) 34%,rgba(23,23,23,.55) 56%,rgba(23,23,23,0) 84%); pointer-events: none; }
.pwfeed-ecommerce-home-slider-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.pwfeed-ecommerce-home-slider-content { position: relative; z-index: 2; width: min(52%,600px); min-height: 190px; display: flex; flex-direction: column; justify-content: center; padding: 26px 64px; }
.pwfeed-ecommerce-home-slider-content:hover { text-decoration: none; }
.pwfeed-ecommerce-home-slider-title { margin: 0; color: #fff; font-size: 30px; line-height: 1.1; letter-spacing: -.5px; }
.pwfeed-ecommerce-home-slider-text { max-width: 520px; margin: 8px 0 0; color: #fff; font-size: 15px; line-height: 1.45; }
.pwfeed-ecommerce-home-slider-arrow { position: absolute; z-index: 3; top: 50%; width: 44px; height: 44px; display: grid; place-items: center; padding: 0; transform: translateY(-50%); border: 1px solid rgba(255,255,255,.48); border-radius: 50%; color: #fff; background: rgba(0,0,0,.25); font-size: 28px; line-height: 1; cursor: pointer; transition: background .2s ease,border-color .2s ease; }
.pwfeed-ecommerce-home-slider-arrow:hover,.pwfeed-ecommerce-home-slider-arrow:focus-visible { border-color: #fff; color: #fff; background: rgba(0,0,0,.62); }
.pwfeed-ecommerce-home-slider-prev { left: 14px; }
.pwfeed-ecommerce-home-slider-next { right: 14px; }
.pwfeed-ecommerce-home-slider-dots { position: absolute; z-index: 3; left: 50%; bottom: 0; display: flex; gap: 0; transform: translateX(-50%); }
.pwfeed-ecommerce-home-slider-dots button { position: relative; width: 44px; height: 44px; min-width: 44px; min-height: 44px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.pwfeed-ecommerce-home-slider-dots button::before { width: 9px; height: 9px; border: 1px solid #fff; border-radius: 50%; background: rgba(255,255,255,.4); content: ""; transition: background .2s ease,transform .2s ease; }
.pwfeed-ecommerce-home-slider-dots button[aria-current="true"]::before { background: #fff; transform: scale(1.18); }
.pwfeed-ecommerce-home-slider-dots button:focus-visible { outline: 2px solid #fff; outline-offset: -5px; }

.pwfeed-ecommerce-section { margin-top: 25px; }
.pwfeed-ecommerce-section-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 12px; }
.pwfeed-ecommerce-section-title { margin: 0; font-size: 27px; letter-spacing: -.7px; }
.pwfeed-ecommerce-view-all { color: #444; font-size: 13px; font-weight: 600; }
.pwfeed-ecommerce-view-all:hover { color: var(--pwfeed-ecommerce-yellow-dark); }
.pwfeed-ecommerce-product-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 14px; }
.pwfeed-ecommerce-showcase-product-grid { grid-template-columns: repeat(6, minmax(0,1fr)); }
.pwfeed-ecommerce-product-grid.pwfeed-ecommerce-product-grid-count-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.pwfeed-ecommerce-product-grid.pwfeed-ecommerce-product-grid-count-6 { grid-template-columns: repeat(6, minmax(0,1fr)); gap: 14px; }
.pwfeed-ecommerce-product-grid.pwfeed-ecommerce-product-grid-count-8 { grid-template-columns: repeat(8, minmax(0,1fr)); gap: 10px; }
.pwfeed-ecommerce-product-grid .pwfeed-ecommerce-product-card { width: 100%; max-width: 190px; min-height: 0; justify-self: center; padding: 6px; border: 0; border-radius: 0; box-shadow: none; background: transparent; }
.pwfeed-ecommerce-product-grid .pwfeed-ecommerce-product-card:hover { border-color: transparent; box-shadow: none; transform: translateY(-2px); }
.pwfeed-ecommerce-product-grid .pwfeed-ecommerce-product-image { width: 100%; max-width: 160px; height: 112px; margin: 0 auto; aspect-ratio: auto; }
.pwfeed-ecommerce-product-grid .pwfeed-ecommerce-product-title { min-height: 34px; margin: 8px 0 3px; overflow: hidden; font-size: 12px !important; line-height: 1.4; white-space: normal; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.pwfeed-ecommerce-product-grid .pwfeed-ecommerce-rating { display: none; }
.pwfeed-ecommerce-product-grid .pwfeed-ecommerce-price { min-height: 24px; margin: 2px 0 0; gap: 5px; font-size: 14px; line-height: 1.3; }
.pwfeed-ecommerce-product-grid .pwfeed-ecommerce-price del { font-size: 10px; }
.pwfeed-ecommerce-product-grid .pwfeed-ecommerce-sale { top: 5px; right: 5px; padding: 3px 5px; font-size: 9px; }
.pwfeed-ecommerce-product-card { min-width: 0; padding: 14px; border: 1px solid var(--pwfeed-ecommerce-line); border-radius: var(--pwfeed-ecommerce-radius); position: relative; background: #fff; transition: .2s ease; }
.pwfeed-ecommerce-product-card:hover { border-color: #d8d8d8; box-shadow: 0 10px 26px rgba(0,0,0,.06); transform: translateY(-2px); }
.pwfeed-ecommerce-product-image { aspect-ratio: 1/1; display: grid; place-items: center; overflow: hidden; }
.pwfeed-ecommerce-product-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .25s ease; }
.pwfeed-ecommerce-product-card:hover .pwfeed-ecommerce-product-image img { transform: scale(1.035); }
.pwfeed-ecommerce-sale { position: absolute; z-index: 2; top: 14px; right: 14px; padding: 4px 7px; border-radius: 4px; color: #fff; background: #4d962e; font-size: 11px; font-weight: 700; }
.pwfeed-ecommerce-showcase .pwfeed-ecommerce-sale { left: 14px; right: auto; color: #111; background: var(--pwfeed-ecommerce-yellow); }
.pwfeed-ecommerce-product-title { margin: 12px 0 5px; font-size: 15px; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pwfeed-ecommerce-rating { min-height: 20px; color: #ffb000; font-size: 13px; letter-spacing: 1px; }
.pwfeed-ecommerce-rating small { color: #999; letter-spacing: 0; }
.pwfeed-ecommerce-rating .star-rating { float: none; margin: 0; }
.pwfeed-ecommerce-price { min-height: 48px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; margin: 4px 0 8px; font-size: 21px; font-weight: 800; }
.pwfeed-ecommerce-price del { order: 2; color: #aaa; font-size: 12px; font-weight: 400; }
.pwfeed-ecommerce-price ins { text-decoration: none; }
.pwfeed-ecommerce-product-actions { margin-top: 8px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 0; border-top: 1px solid var(--pwfeed-ecommerce-line); }
.pwfeed-ecommerce-card-action, .woocommerce ul.products li.product .pwfeed-ecommerce-card-action { width: 100%; min-width: 0; min-height: 44px; margin: 0 !important; padding: 0 !important; display: grid !important; place-items: center; border: 0 !important; border-radius: 0 !important; color: #242424 !important; background: transparent !important; box-shadow: none !important; cursor: pointer; }
.pwfeed-ecommerce-card-action + .pwfeed-ecommerce-card-action { border-left: 1px solid var(--pwfeed-ecommerce-line) !important; }
.pwfeed-ecommerce-card-action svg { width: 21px; height: 21px; display: block; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; pointer-events: none; }
.pwfeed-ecommerce-card-action:hover, .pwfeed-ecommerce-card-action:focus { color: var(--pwfeed-ecommerce-yellow-dark) !important; background: #fafafa !important; outline: 0; }
.pwfeed-ecommerce-card-favorite.is-favorite { color: #444444 !important; }
.pwfeed-ecommerce-card-favorite.is-favorite svg { fill: currentColor; }
.pwfeed-ecommerce-card-compare.is-compared { color: #444444 !important; background: #f3f3f3 !important; }
.pwfeed-ecommerce-card-cart.added { color: #26843c !important; }
.pwfeed-ecommerce-card-cart.added::after { display: none !important; }
.pwfeed-ecommerce-product-grid .pwfeed-ecommerce-product-actions { margin-top: 5px; }
.pwfeed-ecommerce-product-grid .pwfeed-ecommerce-card-action { min-height: 44px; }
.pwfeed-ecommerce-product-grid .pwfeed-ecommerce-card-action svg { width: 19px; height: 19px; }

.pwfeed-ecommerce-discount-slider { width: 100%; overflow: hidden; padding: 8px 0 12px; }
.pwfeed-ecommerce-discount-slider-track { width: max-content; display: flex; will-change: transform; }
.pwfeed-ecommerce-discount-slider.is-ready .pwfeed-ecommerce-discount-slider-track { animation: pwfeed-ecommerce-discount-scroll var(--pwfeed-ecommerce-discount-duration,30s) linear infinite; }
.pwfeed-ecommerce-discount-slider:hover .pwfeed-ecommerce-discount-slider-track,.pwfeed-ecommerce-discount-slider:focus-within .pwfeed-ecommerce-discount-slider-track { animation-play-state: paused; }
.pwfeed-ecommerce-discount-slider-group { flex: none; display: flex; align-items: stretch; gap: 14px; padding-right: 14px; }
.pwfeed-ecommerce-discount-slider-group .pwfeed-ecommerce-product-card { width: 180px; flex: 0 0 180px; min-height: 0; padding: 6px; border: 0; border-radius: 0; box-shadow: none; background: transparent; }
.pwfeed-ecommerce-discount-slider-group .pwfeed-ecommerce-product-card:hover { border-color: transparent; box-shadow: none; transform: translateY(-2px); }
.pwfeed-ecommerce-discount-slider-group .pwfeed-ecommerce-product-image { width: 100%; max-width: 160px; height: 112px; margin: 0 auto; aspect-ratio: auto; }
.pwfeed-ecommerce-discount-slider-group .pwfeed-ecommerce-product-title { min-height: 34px; margin: 8px 0 3px; overflow: hidden; font-size: 12px !important; line-height: 1.4; white-space: normal; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.pwfeed-ecommerce-discount-slider-group .pwfeed-ecommerce-rating { display: none; }
.pwfeed-ecommerce-discount-slider-group .pwfeed-ecommerce-price { min-height: 24px; margin: 2px 0 0; gap: 5px; font-size: 14px; line-height: 1.3; }
.pwfeed-ecommerce-discount-slider-group .pwfeed-ecommerce-price del { font-size: 10px; }
.pwfeed-ecommerce-discount-slider-group .pwfeed-ecommerce-sale { top: 5px; right: 5px; left: auto; padding: 3px 5px; font-size: 9px; }
.pwfeed-ecommerce-discount-slider-group .pwfeed-ecommerce-product-actions { margin-top: 5px; }
.pwfeed-ecommerce-discount-slider-group .pwfeed-ecommerce-card-action { min-height: 44px; }
.pwfeed-ecommerce-discount-slider-group .pwfeed-ecommerce-card-action svg { width: 19px; height: 19px; }
@keyframes pwfeed-ecommerce-discount-scroll { to { transform: translate3d(var(--pwfeed-ecommerce-discount-distance,-1000px),0,0); } }

.pwfeed-ecommerce-quick-view-open { overflow: hidden; }
.pwfeed-ecommerce-quick-view-modal { position: fixed; z-index: 100000; inset: 0; padding: 20px; display: grid; place-items: center; background: rgba(15,15,15,.58); }
.pwfeed-ecommerce-quick-view-dialog { position: relative; width: min(760px,100%); max-height: min(620px,calc(100dvh - 40px)); overflow: auto; padding: 28px; display: grid; grid-template-columns: minmax(220px,42%) minmax(0,1fr); gap: 28px; border-radius: 12px; background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.pwfeed-ecommerce-quick-view-close { position: absolute; z-index: 2; top: 10px; right: 10px; width: 44px; height: 44px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #222; background: #f3f3f3; font-size: 24px; line-height: 1; cursor: pointer; }
.pwfeed-ecommerce-quick-view-image { min-height: 270px; display: grid; place-items: center; background: #fafafa; }
.pwfeed-ecommerce-quick-view-image img { width: 100%; height: 100%; max-height: 390px; object-fit: contain; }
.pwfeed-ecommerce-quick-view-content { min-width: 0; align-self: center; }
.pwfeed-ecommerce-quick-view-content h2 { margin: 0 38px 12px 0; font-size: 25px; line-height: 1.25; }
.pwfeed-ecommerce-quick-view-price { margin-bottom: 15px; font-size: 22px; font-weight: 800; }
.pwfeed-ecommerce-quick-view-description { color: #626262; font-size: 14px; line-height: 1.65; }
.pwfeed-ecommerce-quick-view-links { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 10px; }
.pwfeed-ecommerce-quick-view-links a { min-height: 44px; padding: 0 16px; display: inline-flex; align-items: center; justify-content: center; border-radius: var(--pwfeed-ecommerce-button-radius); color: var(--pwfeed-ecommerce-button-color); background: var(--pwfeed-ecommerce-button-bg); font-weight: 700; }
.pwfeed-ecommerce-quick-view-links a:last-child { border: 1px solid var(--pwfeed-ecommerce-line); background: #fff; }
.pwfeed-ecommerce-quick-view-status { grid-column: 1/-1; margin: 40px 0; text-align: center; }

.pwfeed-ecommerce-banners { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 25px; }
.pwfeed-ecommerce-banner { min-height: 190px; padding: 30px; position: relative; display: flex; align-items: center; overflow: hidden; isolation: isolate; border: 1px solid #f0d7ac; border-radius: 11px; background: linear-gradient(110deg,#ffd979,#fff1c8); }
.pwfeed-ecommerce-banner:nth-child(2) { background-color: #f5f1eb; background-image: linear-gradient(90deg,#faf7f2,#f4eee4); }
.pwfeed-ecommerce-banner-media { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.pwfeed-ecommerce-banner.has-image::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg,rgba(255,245,220,.96) 0%,rgba(255,245,220,.88) 38%,rgba(255,245,220,.25) 68%,rgba(255,245,220,0) 86%); pointer-events: none; }
.pwfeed-ecommerce-banner:nth-child(2).has-image::after { background: linear-gradient(90deg,rgba(250,247,242,.98) 0%,rgba(250,247,242,.9) 38%,rgba(250,247,242,.28) 68%,rgba(250,247,242,0) 86%); }
.pwfeed-ecommerce-banner-content { z-index: 1; max-width: 54%; }
.pwfeed-ecommerce-banner h3 { margin: 0 0 8px; font-size: 24px; line-height: 1.2; }
.pwfeed-ecommerce-banner p { margin: 0 0 16px; color: #666; font-size: 13px; }
.pwfeed-ecommerce-banner .pwfeed-ecommerce-button { min-height: 40px; padding: 0 17px; background: #fff; font-size: 12px; }

.pwfeed-ecommerce-benefits { margin-top: 25px; padding: 22px; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--pwfeed-ecommerce-line); border-radius: var(--pwfeed-ecommerce-radius); }
.pwfeed-ecommerce-benefit { display: grid; grid-template-columns: 49px 1fr; align-items: center; gap: 13px; padding: 0 22px; border-right: 1px solid var(--pwfeed-ecommerce-line); }
.pwfeed-ecommerce-benefit:last-child { border-right: 0; }
.pwfeed-ecommerce-benefit-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: #ffd964; font-size: 23px; }
.pwfeed-ecommerce-benefit-icon .pwfeed-ecommerce-svg-icon { width: 21px; height: 21px; display: block; }
.pwfeed-ecommerce-benefit strong { display: block; font-size: 14px; }
.pwfeed-ecommerce-benefit > div > span { display: block; color: #555; font-size: 11px; }

.pwfeed-ecommerce-content-wrap { width: min(calc(100% - 40px), var(--pwfeed-ecommerce-width)); margin: 38px auto 70px; }
.pwfeed-ecommerce-content-layout { display: grid; grid-template-columns: minmax(0,1fr) 285px; gap: 35px; }
.pwfeed-ecommerce-entry-title { margin-top: 0; font-size: 36px; }
.pwfeed-ecommerce-entry-content > * { max-width: 100%; }
.pwfeed-ecommerce-sidebar .widget { margin-bottom: 25px; padding: 20px; border: 1px solid var(--pwfeed-ecommerce-line); border-radius: 9px; }
.pwfeed-ecommerce-sidebar .widget-title { margin-top: 0; font-size: 18px; }

.pwfeed-ecommerce-footer { margin-top: 20px; color: #d2d2d2; background: #202020; }
.pwfeed-ecommerce-footer-main { padding: 52px 0; display: grid; grid-template-columns: 1.3fr repeat(3,1fr); gap: 45px; }
.pwfeed-ecommerce-footer-heading { display: block; margin: 0 0 16px; color: #fff; font-size: 17px; font-weight: 700; }
.pwfeed-ecommerce-footer-heading::after { content: ""; width: 38px; height: 1px; margin-top: 9px; display: block; background: #ffc400; }
.pwfeed-ecommerce-footer-logo { min-height: 48px; margin-bottom: 14px; display: flex; align-items: center; }
.pwfeed-ecommerce-footer-logo .custom-logo-link { display: inline-flex; align-items: center; }
.pwfeed-ecommerce-footer-logo .custom-logo { display: block; width: auto; max-height: 58px; }
.pwfeed-ecommerce-footer-brand p { margin: 8px 0; line-height: 1.55; }
.pwfeed-ecommerce-footer ul { margin: 0; padding: 0; list-style: none; }
.pwfeed-ecommerce-footer li { margin: 8px 0; }
.pwfeed-ecommerce-footer a:hover { color: var(--pwfeed-ecommerce-yellow); }
.pwfeed-ecommerce-footer-bottom { padding: 18px 0; border-top: 1px solid #3a3a3a; font-size: 12px; }
.pwfeed-ecommerce-footer-copyright,
.pwfeed-ecommerce-footer-copyright a { font-size: inherit; }
.pwfeed-ecommerce-footer-bottom a{font-weight:600;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;text-decoration-skip-ink:auto}.pwfeed-ecommerce-footer-bottom a:hover{ text-decoration-thickness:2px}.pwfeed-ecommerce-footer-bottom a:focus-visible{outline:2px solid currentColor;outline-offset:3px;border-radius:2px}
.pwfeed-ecommerce-footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.pwfeed-ecommerce-footer-bottom-links { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 8px 18px; }

/* WooCommerce single product */
.pwfeed-ecommerce-product-detail-page .pwfeed-ecommerce-content-wrap { margin-top: 30px; }
.pwfeed-ecommerce-product-detail-page .woocommerce-breadcrumb { margin: 0 0 28px; color: #7b7b7b; font-size: 12px; }
.pwfeed-ecommerce-product-detail-page .woocommerce div.product { position: relative; }
.pwfeed-ecommerce-product-detail-page .woocommerce div.product::after { content: ""; display: table; clear: both; }
.pwfeed-ecommerce-product-detail-page .woocommerce div.product div.images { width: 49%; margin: 0 0 46px; padding-right: 44px; }
.pwfeed-ecommerce-product-detail-page .woocommerce div.product div.summary { width: 47%; margin: 0 0 46px; }
.pwfeed-ecommerce-product-detail-page .woocommerce-product-gallery__wrapper { margin: 0; }
.pwfeed-ecommerce-product-detail-page .woocommerce-product-gallery__image { min-height: 490px; display: grid !important; place-items: center; border: 1px solid #f0f0f0; border-radius: 12px; overflow: hidden; background: #fff; }
.pwfeed-ecommerce-product-detail-page .woocommerce-product-gallery__image a { width: 100%; height: 100%; min-height: inherit; display: grid; place-items: center; }
.pwfeed-ecommerce-product-detail-page .woocommerce-product-gallery__image img { width: 100% !important; max-width: 600px; height: 490px !important; margin: auto; padding: 24px; object-fit: contain; }
.pwfeed-ecommerce-product-detail-page .woocommerce div.product div.images .flex-control-thumbs { margin-top: 12px; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 10px; }
.pwfeed-ecommerce-product-detail-page .woocommerce div.product div.images .flex-control-thumbs li { width: auto; padding: 5px; border: 1px solid #e8e8e8; border-radius: 7px; background: #fff; }
.pwfeed-ecommerce-product-detail-page .woocommerce div.product div.images .flex-control-thumbs li:has(img.flex-active) { border-color: var(--pwfeed-ecommerce-yellow); }
.pwfeed-ecommerce-product-detail-page .woocommerce div.product div.images .flex-control-thumbs img { height: 72px; object-fit: contain; }
.pwfeed-ecommerce-product-detail-page .woocommerce div.product div.images .woocommerce-product-gallery__trigger { z-index: 8; top: auto; right: auto; bottom: 16px; left: 16px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #ececec; border-radius: 50%; color: #202020; background: #fff; box-shadow: 0 6px 22px rgba(0,0,0,.08); }
.pwfeed-ecommerce-product-detail-page .woocommerce div.product div.images .woocommerce-product-gallery__trigger::before { top: 13px; left: 13px; }
.pwfeed-ecommerce-product-detail-page .woocommerce div.product div.images .woocommerce-product-gallery__trigger::after { top: 27px; left: 27px; }
.pwfeed-ecommerce-product-detail-page .woocommerce span.onsale { top: 15px; left: 15px; min-width: 54px; min-height: 30px; padding: 5px 10px; border-radius: 4px; line-height: 20px; }
.pwfeed-ecommerce-product-detail-page .summary .product_title { margin: 0 0 14px; color: var(--pwfeed-ecommerce-ink); font-size: clamp(25px,2.35vw,36px); font-weight: 750; line-height: 1.25; letter-spacing: -.35px; }
.pwfeed-ecommerce-product-detail-page .summary .woocommerce-product-rating { margin: 0 0 13px; display: flex; align-items: center; gap: 12px; }
.pwfeed-ecommerce-product-detail-page .summary .woocommerce-product-rating .star-rating { color: var(--pwfeed-ecommerce-yellow-dark); }
.pwfeed-ecommerce-product-detail-page .summary .price { margin: 0 0 17px; color: #26382c; font-size: clamp(23px,2vw,31px); font-weight: 800; line-height: 1.3; }
.pwfeed-ecommerce-product-detail-page .summary .price del { margin-right: 8px; color: #929292; font-size: .65em; font-weight: 500; }
.pwfeed-ecommerce-product-detail-page .summary .price ins { text-decoration: none; }
.pwfeed-ecommerce-product-detail-page .summary .woocommerce-product-details__short-description { margin-bottom: 19px; color: #555; font-size: 14px; line-height: 1.7; }
.pwfeed-ecommerce-product-detail-page .summary .pwfeed-ecommerce-product-sku { margin: -9px 0 18px; padding: 0; border: 0; color: #666; font-size: 12px; line-height: 1.5; }
.pwfeed-ecommerce-product-detail-page .summary .pwfeed-ecommerce-product-sku .sku_wrapper { display: block; }
.pwfeed-ecommerce-product-detail-page .summary .stock { width: max-content; margin: 0 0 17px; padding: 6px 10px; border-radius: 5px; color: #24713d; background: #eef8f1; font-size: 12px; font-weight: 700; }
.pwfeed-ecommerce-product-detail-page .summary .stock.out-of-stock { color: #a12424; background: #fff0f0; }
.pwfeed-ecommerce-product-shipping-notice { min-height: 66px; margin: 18px 0 20px; padding: 14px 16px; display: flex; align-items: center; gap: 13px; border: 0 !important; border-radius: 7px; color: #4d4d4d; background: #f3f3f3; font-size: 13px; line-height: 1.55; box-shadow: none; }
.pwfeed-ecommerce-product-shipping-icon { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 38px; border-radius: 50%; color: #33493a; background: #edf3ef; }
.pwfeed-ecommerce-product-shipping-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.pwfeed-ecommerce-free-shipping-banner { margin: 0 0 18px; padding: 12px 15px; display: flex; align-items: center; gap: 10px; border: 0 !important; border-radius: 7px; color: #4d4d4d; background: #f3f3f3; font-size: 13px; line-height: 1.5; box-shadow: none; }
.pwfeed-ecommerce-free-shipping-banner > span { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 32px; border-radius: 50%; color: #365241; background: #e8f1eb; }
.pwfeed-ecommerce-free-shipping-banner svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.pwfeed-ecommerce-free-shipping-banner.is-qualified { border: 0 !important; color: #4d4d4d; background: #f3f3f3; }
.widget_shopping_cart .pwfeed-ecommerce-free-shipping-banner { margin: 10px 0; padding: 9px 10px; font-size: 11px; }
.pwfeed-ecommerce-product-detail-page .summary form.cart { margin: 0 0 13px; display: flex; align-items: stretch; flex-wrap: wrap; gap: 10px; }
.pwfeed-ecommerce-product-detail-page .summary form.cart .variations { width: 100%; margin-bottom: 10px; }
.pwfeed-ecommerce-product-detail-page .summary form.cart .variations th,
.pwfeed-ecommerce-product-detail-page .summary form.cart .variations td { padding: 5px 8px 7px 0; vertical-align: middle; }
.pwfeed-ecommerce-product-detail-page .summary form.cart .variations label { font-weight: 700; }
.pwfeed-ecommerce-product-detail-page .summary form.cart .variations select { min-width: 220px; }
.pwfeed-ecommerce-product-detail-page .summary form.cart .woocommerce-variation { width: 100%; }
.pwfeed-ecommerce-product-detail-page .summary form.cart .single_variation_wrap { width: 100%; }
.pwfeed-ecommerce-product-detail-page .summary form.cart .woocommerce-variation-add-to-cart { display: flex; align-items: stretch; gap: 10px; }
.pwfeed-ecommerce-product-detail-page .summary .quantity { height: 46px; margin: 0 !important; display: inline-flex; align-items: stretch; border: 1px solid #dcdcdc; border-radius: 5px; overflow: hidden; background: #fff; }
.pwfeed-ecommerce-product-detail-page .summary .quantity .qty { width: 48px; min-height: 44px; padding: 0 4px; border: 0 !important; border-radius: 0 !important; text-align: center; background: #fff !important; box-shadow: none !important; -moz-appearance: textfield; }
.pwfeed-ecommerce-product-detail-page .summary .quantity .qty::-webkit-outer-spin-button,
.pwfeed-ecommerce-product-detail-page .summary .quantity .qty::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }
body.pwfeed-ecommerce-site .pwfeed-ecommerce-qty-button { width: 44px; min-height: 44px; padding: 0; border: 0; border-radius: 0; color: #292929; background: #fff; font-size: 17px; }
body.pwfeed-ecommerce-site .pwfeed-ecommerce-qty-button:hover { color: #171717; background: #f1f3f1; }
.pwfeed-ecommerce-product-detail-page .summary .single_add_to_cart_button { min-height: 46px; padding: 0 24px !important; display: inline-flex !important; align-items: center; justify-content: center; border-radius: 5px !important; font-size: 13px !important; font-weight: 800 !important; text-transform: uppercase; }
body.pwfeed-ecommerce-site .pwfeed-ecommerce-single-actions { min-height: 42px; margin: 3px 0 17px; display: flex; align-items: center; flex-wrap: wrap; gap: 10px 18px; }
body.pwfeed-ecommerce-site .pwfeed-ecommerce-single-favorite { min-height: 44px; margin: 0; padding: 0; display: inline-flex; align-items: center; gap: 9px; border: 0; color: #333; background: transparent; font-size: 13px; font-weight: 650; }
body.pwfeed-ecommerce-site .pwfeed-ecommerce-single-favorite:hover { color: #171717; background: transparent; }
.pwfeed-ecommerce-single-favorite svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; transition: .18s ease; }
.pwfeed-ecommerce-single-favorite.is-favorite { color: #444; }
.pwfeed-ecommerce-single-favorite.is-favorite svg { fill: #444; stroke: #444; }
body.pwfeed-ecommerce-site .woocommerce .pwfeed-ecommerce-single-compare { width: auto !important; min-width: 0 !important; min-height: 44px !important; margin: 0 !important; padding: 0 !important; display: inline-flex !important; align-items: center !important; justify-content: flex-start !important; gap: 9px !important; border: 0 !important; border-radius: 0 !important; color: #333 !important; background: transparent !important; box-shadow: none !important; font-size: 13px !important; font-weight: 650 !important; line-height: 1.3 !important; text-transform: none !important; }
body.pwfeed-ecommerce-site .woocommerce .pwfeed-ecommerce-single-compare:hover { color: #171717 !important; background: transparent !important; }
body.pwfeed-ecommerce-site .woocommerce .pwfeed-ecommerce-single-compare svg { width: 21px !important; height: 21px !important; min-width: 21px !important; padding: 0 !important; display: block !important; fill: none !important; stroke: currentColor !important; stroke-width: 1.7 !important; stroke-linecap: round !important; stroke-linejoin: round !important; }
.pwfeed-ecommerce-single-compare [data-pwfeed-compare-label] { display: inline !important; white-space: nowrap; }
body.pwfeed-ecommerce-site .woocommerce .pwfeed-ecommerce-single-compare.is-compared { color: #444 !important; }
.pwfeed-ecommerce-product-share { display: inline-flex; align-items: center; gap: 6px; }
.pwfeed-ecommerce-product-share-link { width: 32px; height: 32px; display: inline-grid; place-items: center; border: 1px solid #e1e1e1; border-radius: 50%; color: #4b4b4b; background: #fff; transition: color .18s ease, border-color .18s ease, background-color .18s ease, transform .18s ease; }
.pwfeed-ecommerce-product-share-link:hover { color: #171717; border-color: #bdbdbd; background: #f5f5f5; transform: translateY(-1px); }
.pwfeed-ecommerce-product-share-link:focus-visible { outline: 2px solid var(--pwfeed-ecommerce-yellow); outline-offset: 2px; }
.pwfeed-ecommerce-product-share-link svg { width: 15px; height: 15px; fill: currentColor; }
.pwfeed-ecommerce-product-share-facebook:hover { color: #1877f2; }
.pwfeed-ecommerce-product-share-whatsapp:hover { color: #128c4a; }
.pwfeed-ecommerce-product-share-linkedin:hover { color: #0a66c2; }
body.pwfeed-ecommerce-site .woocommerce-message { border: 0 !important; border-top: 3px solid #b8b8b8 !important; border-radius: 0; box-shadow: none; }
.pwfeed-ecommerce-product-detail-page .summary .product_meta { margin-top: 0; padding-top: 17px; border-top: 1px solid #e7e7e7; color: #666; font-size: 12px; line-height: 1.9; }
.pwfeed-ecommerce-product-detail-page .summary .product_meta.pwfeed-ecommerce-product-sku { margin: -9px 0 18px; padding: 0; border-top: 0; line-height: 1.5; }
.pwfeed-ecommerce-product-detail-page .summary .product_meta > span { display: block; }
.pwfeed-ecommerce-product-detail-page .summary .product_meta a { color: #253e2e; font-weight:600; text-decoration:underline; text-decoration-thickness:1px; text-underline-offset:3px; text-decoration-skip-ink:auto; }
.pwfeed-ecommerce-product-detail-page .summary .product_meta a:hover { text-decoration-thickness:2px; }
.pwfeed-ecommerce-product-detail-page .summary .product_meta a:focus-visible { outline:2px solid currentColor; outline-offset:3px; border-radius:2px; }
.pwfeed-ecommerce-product-trust { margin-top: 17px; padding: 14px 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; border-top: 1px solid #ececec; border-bottom: 1px solid #ececec; }
.pwfeed-ecommerce-product-trust > div { min-width: 0; display: flex; align-items: center; gap: 8px; }
.pwfeed-ecommerce-product-trust > div > span { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 34px; border-radius: 50%; color: #354a3b; background: #f0f4f1; }
.pwfeed-ecommerce-product-trust svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.pwfeed-ecommerce-product-trust p { min-width: 0; margin: 0; line-height: 1.25; }
.pwfeed-ecommerce-product-trust strong,
.pwfeed-ecommerce-product-trust small { display: block; }
.pwfeed-ecommerce-product-trust strong { color: #27352c; font-size: 11px; }
.pwfeed-ecommerce-product-trust small { margin-top: 3px; color: #555; font-size: 10px; font-weight: 500; }
.pwfeed-ecommerce-product-detail-page .woocommerce-tabs { clear: both; width: 100%; margin: 0 0 50px; padding-top: 24px; border-top: 1px solid #e8e8e8; }
.pwfeed-ecommerce-product-detail-page .woocommerce-tabs ul.tabs {
  width: max-content !important;
  max-width: 100% !important;
  min-height: 48px;
  margin: 0 0 24px !important;
  padding: 4px !important;
  display: inline-flex !important;
  justify-content: flex-start !important;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
  border: 0 !important;
  border-radius: 6px !important;
  background: #f0f1f2 !important;
  box-shadow: none !important;
  scrollbar-width: thin;
}
.pwfeed-ecommerce-product-detail-page .woocommerce-tabs ul.tabs::before,
.pwfeed-ecommerce-product-detail-page .woocommerce-tabs ul.tabs::after,
.pwfeed-ecommerce-product-detail-page .woocommerce-tabs ul.tabs > li::before,
.pwfeed-ecommerce-product-detail-page .woocommerce-tabs ul.tabs > li::after {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  content: none !important;
}
.pwfeed-ecommerce-product-detail-page .woocommerce-tabs ul.tabs > li {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: transparent !important;
  box-shadow: none !important;
  transition: background-color .16s ease;
}
.pwfeed-ecommerce-product-detail-page .woocommerce-tabs ul.tabs > li:not(.active):hover {
  background-color: #dde0e2 !important;
}
.pwfeed-ecommerce-product-detail-page .woocommerce-tabs ul.tabs > li.active {
  background: #fff !important;
  box-shadow: 0 1px 3px rgba(17,24,39,.12) !important;
}
.pwfeed-ecommerce-product-detail-page .woocommerce-tabs ul.tabs > li > a {
  min-height: 40px !important;
  padding: 0 18px !important;
  display: flex !important;
  align-items: center;
  border: 0 !important;
  border-radius: 4px !important;
  color: #4a4f55 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  white-space: nowrap;
  transform: none !important;
}
.pwfeed-ecommerce-product-detail-page .woocommerce-tabs ul.tabs > li.active > a {
  color: #171717 !important;
}
.pwfeed-ecommerce-product-detail-page .woocommerce-tabs ul.tabs > li > a::before,
.pwfeed-ecommerce-product-detail-page .woocommerce-tabs ul.tabs > li > a::after {
  display: none !important;
  content: none !important;
}
.pwfeed-ecommerce-product-detail-page .woocommerce-tabs ul.tabs > li > a:hover {
  color: #171717 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  filter: none !important;
  text-decoration: none !important;
}
.pwfeed-ecommerce-product-detail-page .woocommerce-tabs ul.tabs > li > a:focus-visible {
  outline: 2px solid #171717;
  outline-offset: -2px;
}
.pwfeed-ecommerce-product-detail-page .woocommerce-Tabs-panel {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding: 28px 36px !important;
  border: 1px solid #ececec;
  border-radius: 1px !important;
  color: #414141;
  background: #fafafa;
  box-shadow: 0 8px 24px rgba(17,24,39,.035);
  font-size: 14px;
  line-height: 1.8;
}
.pwfeed-ecommerce-product-detail-page .woocommerce-Tabs-panel > h2:first-child { display: none; }
.pwfeed-ecommerce-product-detail-page .woocommerce-product-attributes { border: 1px solid #ececec; }
.pwfeed-ecommerce-product-detail-page .woocommerce-product-attributes th,
.pwfeed-ecommerce-product-detail-page .woocommerce-product-attributes td { padding: 11px 14px; border-bottom: 1px solid #ececec; }
.pwfeed-ecommerce-brand-tab strong { display: block; margin-bottom: 10px; font-size: 18px; }
.pwfeed-ecommerce-brand-tab a { color: #314d39; font-weight: 700; }
.pwfeed-ecommerce-shipping-tab ul { padding-left: 20px; }
.pwfeed-ecommerce-shipping-tab li { margin: 8px 0; }
.pwfeed-ecommerce-product-detail-page .related,
.pwfeed-ecommerce-product-detail-page .upsells { clear: both; margin-top: 42px; }
.pwfeed-ecommerce-product-detail-page .pwfeed-ecommerce-related-heading,
.pwfeed-ecommerce-product-detail-page .upsells > h2 { margin-bottom: 24px; font-size: 27px; }
.pwfeed-ecommerce-product-detail-page .pwfeed-ecommerce-related-heading { color: var(--pwfeed-ecommerce-heading-color, #171717); font-family: var(--pwfeed-ecommerce-heading-font, inherit); font-weight: 700; line-height: 1.2; }

.woocommerce .woocommerce-breadcrumb { color: #777; font-size: 13px; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 14px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; min-width: 0; margin: 0 !important; padding: 6px; border: 0; border-radius: 0; background: transparent; }
.woocommerce ul.products li.product a img { width: 100%; max-width: 160px; height: 112px; margin: 0 auto 8px; object-fit: contain; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 34px; padding: 0; overflow: hidden; font-size: 12px; line-height: 1.4; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.woocommerce ul.products li.product .star-rating { display: none; }
.woocommerce ul.products li.product .price { min-height: 24px; margin: 2px 0 0; color:#242424; font-size: 14px; font-weight: 800; }
.woocommerce ul.products li.product .price bdi,.woocommerce ul.products li.product .price .woocommerce-Price-amount,.woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol{color:inherit}
.pwfeed-ecommerce-price{color:#242424}.pwfeed-ecommerce-price bdi,.pwfeed-ecommerce-price .woocommerce-Price-amount,.pwfeed-ecommerce-price .woocommerce-Price-currencySymbol{color:inherit}.pwfeed-ecommerce-price del{color:#666}
.woocommerce ul.products li.product .pwfeed-ecommerce-product-actions { clear: both; }
.woocommerce ul.products li.product .button, .woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce input.button.alt { color: #111; background: var(--pwfeed-ecommerce-yellow); }
.woocommerce ul.products li.product .button:hover, .woocommerce button.button.alt:hover, .woocommerce a.button.alt:hover, .woocommerce input.button.alt:hover { color: #111; background: var(--pwfeed-ecommerce-yellow-dark); }
.woocommerce span.onsale { background: var(--pwfeed-ecommerce-yellow); color: #111; }
.pwfeed-ecommerce-continue-shopping { margin: 16px 0 24px; }
.pwfeed-ecommerce-commerce-page { max-width: var(--pwfeed-ecommerce-content-width); }
.pwfeed-ecommerce-commerce-page .pwfeed-ecommerce-entry { width: 100%; }
.pwfeed-ecommerce-commerce-page .woocommerce-cart-form { width: 100%; }
.woocommerce .pwfeed-ecommerce-continue-shopping .button { min-height: 44px; padding: 0 18px; display: inline-flex; align-items: center; color: var(--pwfeed-ecommerce-button-color); background: var(--pwfeed-ecommerce-button-bg); }
.woocommerce .pwfeed-ecommerce-continue-shopping .button:hover { color: var(--pwfeed-ecommerce-button-color); background: var(--pwfeed-ecommerce-button-hover); }
.pwfeed-ecommerce-favorites-content { min-height: 420px; }
.pwfeed-ecommerce-favorites-content > h1 { margin: 0 0 24px; }
.pwfeed-ecommerce-favorites-list > .pwfeed-ecommerce-product-grid { grid-template-columns: repeat(6,minmax(0,1fr)); }
.pwfeed-ecommerce-favorites-empty { padding: 55px 24px; border: 1px solid var(--pwfeed-ecommerce-line); border-radius: var(--pwfeed-ecommerce-radius); text-align: center; background: #fff; }
.pwfeed-ecommerce-favorites-empty[hidden] { display: none; }
.pwfeed-ecommerce-favorites-empty p { margin: 0 0 18px; color: #666; }
.pwfeed-ecommerce-favorites-empty .pwfeed-ecommerce-button { min-height: 44px; padding: 0 18px; display: inline-flex; align-items: center; }

.pwfeed-ecommerce-compare-content { min-height: 480px; padding-top: 44px; padding-bottom: 64px; }
.pwfeed-ecommerce-compare-heading { margin: 0 0 28px; display: flex; align-items: center; gap: 16px; }
.pwfeed-ecommerce-compare-heading-icon { width: 54px; height: 54px; flex: 0 0 54px; display: grid; place-items: center; border-radius: 16px; color: #171717; background: var(--pwfeed-ecommerce-yellow); box-shadow: 0 8px 24px rgba(237,174,0,.2); }
.pwfeed-ecommerce-compare-heading-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.pwfeed-ecommerce-compare-heading h1 { margin: 0; font-size: clamp(30px,3vw,42px); line-height: 1.1; letter-spacing: -.8px; }
.pwfeed-ecommerce-compare-heading p { margin: 6px 0 0; color: #747474; font-size: 14px; }
.pwfeed-ecommerce-compare-scroll { width: 100%; overflow-x: auto; border: 1px solid #e7e7e7; border-radius: 16px; background: #fff; box-shadow: 0 12px 38px rgba(25,25,25,.06); scrollbar-color: #c8c8c8 #f5f5f5; scrollbar-width: thin; }
.pwfeed-ecommerce-compare-table { width: 100%; min-width: 980px; border: 0; border-collapse: separate; border-spacing: 0; table-layout: fixed; }
.pwfeed-ecommerce-compare-table th,.pwfeed-ecommerce-compare-table td { padding: 18px; border: 0; border-right: 1px solid #ececec; border-bottom: 1px solid #ececec; text-align: left; vertical-align: middle; }
.pwfeed-ecommerce-compare-table thead th { padding: 20px 18px; vertical-align: top; background: #fff; }
.pwfeed-ecommerce-compare-table th:first-child,.pwfeed-ecommerce-compare-table tbody th { width: 150px; color: #3f3f3f; background: #f7f7f7; font-size: 12px; font-weight: 750; letter-spacing: .1px; }
.pwfeed-ecommerce-compare-table thead th:first-child { padding-top: 27px; color: #171717; border-radius: 15px 0 0; box-shadow: inset 4px 0 0 var(--pwfeed-ecommerce-yellow); }
.pwfeed-ecommerce-compare-table tbody tr:nth-child(even) td { background: #fcfcfc; }
.pwfeed-ecommerce-compare-table tbody tr:hover td { background: #fffaf0; }
.pwfeed-ecommerce-compare-table tr:last-child > * { border-bottom: 0; }
.pwfeed-ecommerce-compare-table tr > *:last-child { border-right: 0; }
.pwfeed-ecommerce-compare-product { display: block; color: #171717; }
.pwfeed-ecommerce-compare-product img { width: 100%; height: 190px; padding: 14px; display: block; object-fit: contain; border-radius: 12px; background: #f7f8f8; transition: transform .22s ease,background .22s ease; }
.pwfeed-ecommerce-compare-product:hover img { background: #fff8dc; transform: translateY(-2px); }
.pwfeed-ecommerce-compare-product strong { min-height: 46px; margin-top: 14px; display: -webkit-box; overflow: hidden; color: #171717; font-size: 14px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
body.pwfeed-ecommerce-site .pwfeed-ecommerce-compare-remove { min-height: 30px; margin: 10px 0 0; padding: 0 11px 0 7px; display: inline-flex; align-items: center; gap: 5px; border: 1px solid #e6e6e6; border-radius: 999px; color: #666; background: #fff; font-size: 11px; font-weight: 650; }
body.pwfeed-ecommerce-site .pwfeed-ecommerce-compare-remove span { width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; color: #555; background: #f0f0f0; font-size: 15px; line-height: 1; }
body.pwfeed-ecommerce-site .pwfeed-ecommerce-compare-remove:hover { border-color: #d7d7d7; color: #171717; background: #f5f5f5; }
.pwfeed-ecommerce-compare-price { color: #171717; font-size: 19px; font-weight: 850; letter-spacing: -.2px; }
.pwfeed-ecommerce-compare-stock { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700; }
.pwfeed-ecommerce-compare-stock > span { width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: #a9a9a9; box-shadow: 0 0 0 4px rgba(169,169,169,.13); }
.pwfeed-ecommerce-compare-stock.is-in-stock { color: #3d6250; }
.pwfeed-ecommerce-compare-stock.is-in-stock > span { background: #5a806c; box-shadow: 0 0 0 4px rgba(90,128,108,.13); }
.pwfeed-ecommerce-compare-stock.is-out-of-stock { color: #8a4a4a; }
.pwfeed-ecommerce-compare-stock.is-out-of-stock > span { background: #a85b5b; box-shadow: 0 0 0 4px rgba(168,91,91,.12); }
.pwfeed-ecommerce-compare-description { color: #5f5f5f; font-size: 12px; line-height: 1.65; }
.pwfeed-ecommerce-compare-description p { margin: 0; }
.pwfeed-ecommerce-compare-description p + p { margin-top: 8px; }
.pwfeed-ecommerce-compare-attributes { margin: 0; }
.pwfeed-ecommerce-compare-attributes dt { margin-top: 8px; color: #333; font-weight: 700; }
.pwfeed-ecommerce-compare-attributes dt:first-child { margin-top: 0; }
.pwfeed-ecommerce-compare-attributes dd { margin: 2px 0 0; color: #666; }
.pwfeed-ecommerce-compare-cart { width: 100%; min-height: 44px; padding: 0 15px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; font-size: 12px; font-weight: 800; box-shadow: 0 5px 14px rgba(237,174,0,.14); }
.pwfeed-ecommerce-compare-empty { padding: 64px 24px; border-radius: 16px; text-align: center; background: #f5f5f5; }
.pwfeed-ecommerce-compare-empty p { margin: 0 0 18px; color: #555; }
.pwfeed-ecommerce-compare-empty .pwfeed-ecommerce-button { min-height: 44px; padding: 0 18px; display: inline-flex; align-items: center; }
.pwfeed-ecommerce-compare-limit { margin: 14px 2px 0; display: flex; align-items: center; gap: 8px; color: #747474; font-size: 12px; }
.pwfeed-ecommerce-compare-limit > span { width: 19px; height: 19px; flex: 0 0 19px; display: grid; place-items: center; border-radius: 50%; color: #171717; background: #eeeeee; font-size: 11px; font-weight: 800; font-style: normal; }
.pwfeed-ecommerce-compare-bar { position: fixed; z-index: 9997; right: 24px; bottom: 24px; }
.pwfeed-ecommerce-compare-bar[hidden] { display: none; }
.pwfeed-ecommerce-compare-bar a { min-height: 48px; padding: 0 15px; display: inline-flex; align-items: center; gap: 9px; border-radius: 5px; color: #fff; background: #333; box-shadow: 0 8px 25px rgba(0,0,0,.2); font-size: 13px; font-weight: 700; }
.pwfeed-ecommerce-compare-bar a:hover { color: #fff; background: #171717; }
.pwfeed-ecommerce-compare-bar svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.pwfeed-ecommerce-compare-bar strong { min-width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: #171717; background: var(--pwfeed-ecommerce-yellow); font-size: 11px; }

/* PW Store customer account */
.pwfeed-ecommerce-account-page .pwfeed-ecommerce-content-wrap { padding-top: 44px; padding-bottom: 68px; }
.logged-in.pwfeed-ecommerce-account-page .pwfeed-ecommerce-content-wrap > .woocommerce { display: block; }
.pwfeed-ecommerce-account-layout { width: 100%; display: grid; grid-template-columns: 280px minmax(0,1fr); align-items: start; gap: 28px; }
.pwfeed-ecommerce-account-navigation.woocommerce-MyAccount-navigation { width: 100%; float: none; overflow: hidden; border: 1px solid #e8e8e8; border-radius: 16px; background: #fff; box-shadow: 0 12px 35px rgba(20,20,20,.06); }
.pwfeed-ecommerce-account-user { padding: 22px 20px; display: flex; align-items: center; gap: 13px; border-bottom: 1px solid #ececec; background: linear-gradient(135deg,#fff8d6 0%,#fff 75%); }
.pwfeed-ecommerce-account-avatar { width: 58px; height: 58px; flex: 0 0 58px; padding: 3px; display: block; border: 2px solid var(--pwfeed-ecommerce-button-bg); border-radius: 50%; background: #fff; }
.pwfeed-ecommerce-account-avatar img { width: 100%; height: 100%; display: block; border-radius: 50%; object-fit: cover; }
.pwfeed-ecommerce-account-user-copy { min-width: 0; display: flex; flex-direction: column; }
.pwfeed-ecommerce-account-user-copy strong { overflow: hidden; color: #171717; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.pwfeed-ecommerce-account-user-copy small { overflow: hidden; margin-top: 2px; color: #777; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.pwfeed-ecommerce-account-navigation ul { margin: 0; padding: 10px; list-style: none; }
.pwfeed-ecommerce-account-navigation li { margin: 0; padding: 0; border: 0; }
.pwfeed-ecommerce-account-navigation li + li { margin-top: 3px; }
.pwfeed-ecommerce-account-navigation li a { min-height: 47px; padding: 0 11px; display: flex; align-items: center; gap: 11px; border-radius: 9px; color: #555; font-size: 13px; font-weight: 650; transition: color .18s ease,background .18s ease,transform .18s ease; }
.pwfeed-ecommerce-account-navigation li a:hover { color: #171717; background: #f7f7f7; transform: translateX(2px); }
.pwfeed-ecommerce-account-navigation li.is-active a { color: var(--pwfeed-ecommerce-button-color); background: var(--pwfeed-ecommerce-button-bg); }
.pwfeed-ecommerce-account-menu-icon { width: 31px; height: 31px; flex: 0 0 31px; display: grid; place-items: center; border-radius: 8px; color: #555; background: #f2f2f2; }
.pwfeed-ecommerce-account-navigation li.is-active .pwfeed-ecommerce-account-menu-icon { color: var(--pwfeed-ecommerce-button-color); background: rgba(255,255,255,.65); }
.pwfeed-ecommerce-account-menu-icon svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.pwfeed-ecommerce-account-menu-arrow { width: 15px; height: 15px; margin-left: auto; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; opacity: .55; }
.pwfeed-ecommerce-account-navigation .woocommerce-MyAccount-navigation-link--customer-logout { margin-top: 10px; padding-top: 10px; border-top: 1px solid #ececec; }
.pwfeed-ecommerce-account-navigation .woocommerce-MyAccount-navigation-link--customer-logout a:hover { color: #853d3d; background: #fff1f1; }
.logged-in.pwfeed-ecommerce-account-page .woocommerce-MyAccount-content { width: 100%; min-width: 0; min-height: 510px; padding: 30px; float: none; border: 1px solid #e8e8e8; border-radius: 16px; background: #fff; box-shadow: 0 12px 35px rgba(20,20,20,.06); }
.pwfeed-ecommerce-account-dashboard { display: block; }
.pwfeed-ecommerce-account-welcome { position: relative; overflow: hidden; padding: 29px 30px; border-radius: 14px; background: linear-gradient(130deg,#171717 0%,#303030 100%); }
.pwfeed-ecommerce-account-welcome::after { content: "PW"; position: absolute; right: -8px; bottom: -35px; color: rgba(255,255,255,.045); font-size: 120px; font-weight: 900; letter-spacing: -10px; line-height: 1; }
.pwfeed-ecommerce-account-page .woocommerce-MyAccount-content .pwfeed-ecommerce-account-eyebrow { position: relative; z-index: 1; display: block; color: var(--pwfeed-ecommerce-button-bg) !important; background: transparent; font-size: 10px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.pwfeed-ecommerce-account-page .woocommerce-MyAccount-content .pwfeed-ecommerce-account-welcome h2 { position: relative; z-index: 1; margin: 7px 0 0; color: #fff !important; background: transparent; font-size: clamp(24px,3vw,34px); line-height: 1.2; text-shadow: 0 1px 2px rgba(0,0,0,.25); }
.pwfeed-ecommerce-account-page .woocommerce-MyAccount-content .pwfeed-ecommerce-account-welcome p { position: relative; z-index: 1; max-width: 620px; margin: 10px 0 0; color: #e2e2e2 !important; background: transparent; font-size: 13px; line-height: 1.7; }
.pwfeed-ecommerce-account-quick-grid { margin-top: 20px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.pwfeed-ecommerce-account-quick-grid > a { min-height: 168px; padding: 20px; display: flex; flex-direction: column; border: 1px solid #e8e8e8; border-radius: 13px; color: #171717; background: #fff; transition: border-color .2s ease,box-shadow .2s ease,transform .2s ease; }
.pwfeed-ecommerce-account-quick-grid > a:hover { border-color: #ded5ad; box-shadow: 0 12px 25px rgba(20,20,20,.08); transform: translateY(-3px); }
.pwfeed-ecommerce-account-quick-grid > a > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: var(--pwfeed-ecommerce-button-radius); color: var(--pwfeed-ecommerce-button-color); background: var(--pwfeed-ecommerce-button-bg); }
.pwfeed-ecommerce-account-quick-grid svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.pwfeed-ecommerce-account-quick-grid strong { margin-top: 16px; font-size: 14px; }
.pwfeed-ecommerce-account-quick-grid small { margin-top: 5px; color: #777; font-size: 11px; line-height: 1.55; }
.pwfeed-ecommerce-account-help { margin-top: 20px; padding: 17px 18px; display: flex; align-items: center; gap: 13px; border-radius: 12px; background: #f5f5f5; }
.pwfeed-ecommerce-account-help-icon { width: 36px; height: 36px; flex: 0 0 36px; display: grid; place-items: center; border-radius: 50%; color: var(--pwfeed-ecommerce-button-color); background: var(--pwfeed-ecommerce-button-bg); font-weight: 850; }
.pwfeed-ecommerce-account-help > div { min-width: 0; display: flex; flex: 1; flex-direction: column; }
.pwfeed-ecommerce-account-help strong { font-size: 13px; }
.pwfeed-ecommerce-account-help small { margin-top: 2px; color: #777; font-size: 11px; }
.pwfeed-ecommerce-account-help > a { min-height: 44px; padding: 0 14px; display: inline-flex; align-items: center; justify-content: center; border: var(--pwfeed-ecommerce-button-border-width) solid var(--pwfeed-ecommerce-button-border); border-radius: var(--pwfeed-ecommerce-button-radius); color: var(--pwfeed-ecommerce-button-color) !important; background: var(--pwfeed-ecommerce-button-bg); font-size: 11px; font-weight: 750; }
.pwfeed-ecommerce-account-help > a:hover { color: var(--pwfeed-ecommerce-button-color) !important; background: var(--pwfeed-ecommerce-button-hover); }
.pwfeed-ecommerce-account-page .woocommerce-MyAccount-content > h2,.pwfeed-ecommerce-account-page .woocommerce-MyAccount-content > h3,.pwfeed-ecommerce-account-page .woocommerce-MyAccount-content form > h3,.pwfeed-ecommerce-account-page .woocommerce-Addresses h2 { margin: 0 0 20px; color: #171717; font-size: 22px; line-height: 1.3; }
.pwfeed-ecommerce-account-page .woocommerce-MyAccount-content p { color: #606060; font-size: 13px; }
.pwfeed-ecommerce-account-page .woocommerce-MyAccount-content a:not(.button) { color: #5c4a00; }
.pwfeed-ecommerce-account-page .woocommerce-orders-table,.pwfeed-ecommerce-account-page .woocommerce-table { overflow: hidden; border: 1px solid #e7e7e7; border-radius: 12px; border-collapse: separate; border-spacing: 0; }
.pwfeed-ecommerce-account-page .woocommerce-orders-table th,.pwfeed-ecommerce-account-page .woocommerce-table th { padding: 14px; border: 0; border-bottom: 1px solid #e7e7e7; color: #444; background: #f5f5f5; font-size: 11px; text-transform: uppercase; }
.pwfeed-ecommerce-account-page .woocommerce-orders-table td,.pwfeed-ecommerce-account-page .woocommerce-table td { padding: 14px; border: 0; border-bottom: 1px solid #ededed; color: #555; font-size: 12px; }
.pwfeed-ecommerce-account-page .woocommerce-orders-table tr:last-child td,.pwfeed-ecommerce-account-page .woocommerce-table tr:last-child td { border-bottom: 0; }
.pwfeed-ecommerce-account-page .woocommerce-MyAccount-content .button { min-height: 38px; padding: 0 14px; display: inline-flex; align-items: center; justify-content: center; border: var(--pwfeed-ecommerce-button-border-width) solid var(--pwfeed-ecommerce-button-border) !important; border-radius: var(--pwfeed-ecommerce-button-radius) !important; color: var(--pwfeed-ecommerce-button-color) !important; background: var(--pwfeed-ecommerce-button-bg) !important; font-weight: 750; }
.pwfeed-ecommerce-account-page .woocommerce-MyAccount-content .button:hover { color: var(--pwfeed-ecommerce-button-color) !important; background: var(--pwfeed-ecommerce-button-hover) !important; }
.pwfeed-ecommerce-account-page .woocommerce-MyAccount-content .woocommerce-Addresses { width: 100%; display: grid !important; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: stretch; gap: 16px; }
.pwfeed-ecommerce-account-page .woocommerce-MyAccount-content .woocommerce-Addresses > .woocommerce-Address { width: 100% !important; min-width: 0; min-height: 220px; margin: 0 !important; padding: 20px; float: none !important; clear: none !important; border: 1px solid #e7e7e7; border-radius: 12px; background: #fafafa; box-sizing: border-box; }
.pwfeed-ecommerce-account-page .woocommerce-Address-title { width: 100%; display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.pwfeed-ecommerce-account-page .woocommerce-Address-title h2,.pwfeed-ecommerce-account-page .woocommerce-Address-title .edit { margin: 0 !important; float: none !important; }
.pwfeed-ecommerce-account-page .woocommerce-Address-title h2 { flex: 1; font-size: 20px; }
.pwfeed-ecommerce-account-page .woocommerce-Address-title .edit { flex: 0 0 auto; padding-top: 4px; font-size: 11px; white-space: nowrap; }
.pwfeed-ecommerce-account-page .woocommerce-Address address { margin-top: 17px; color: #666; font-size: 12px; line-height: 1.8; }
.pwfeed-ecommerce-address-intro { margin: 0 0 18px !important; }
.pwfeed-ecommerce-account-page .woocommerce-MyAccount-content .pwfeed-ecommerce-address-grid { width: 100%; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: stretch; gap: 16px; }
.pwfeed-ecommerce-account-page .woocommerce-MyAccount-content .pwfeed-ecommerce-address-grid.is-single { grid-template-columns: minmax(0,1fr); }
.pwfeed-ecommerce-account-page .woocommerce-MyAccount-content .pwfeed-ecommerce-address-card { width: 100% !important; min-width: 0; min-height: 220px; margin: 0 !important; padding: 20px; float: none !important; clear: none !important; border: 1px solid #e7e7e7; border-radius: 12px; background: #fafafa; box-sizing: border-box; }
.pwfeed-ecommerce-account-page .pwfeed-ecommerce-address-card-header { width: 100%; display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.pwfeed-ecommerce-account-page .pwfeed-ecommerce-address-card-header h2,.pwfeed-ecommerce-account-page .pwfeed-ecommerce-address-card-header .edit { margin: 0 !important; float: none !important; }
.pwfeed-ecommerce-account-page .pwfeed-ecommerce-address-card-header h2 { flex: 1; font-size: 20px; }
.pwfeed-ecommerce-account-page .pwfeed-ecommerce-address-card-header .edit { min-height: 44px; flex: 0 0 auto; padding: 0 10px; display: inline-flex; align-items: center; border: var(--pwfeed-ecommerce-button-border-width) solid var(--pwfeed-ecommerce-button-border); border-radius: var(--pwfeed-ecommerce-button-radius); color: var(--pwfeed-ecommerce-button-color) !important; background: var(--pwfeed-ecommerce-button-bg); font-size: 11px; font-weight: 700; white-space: nowrap; }
.pwfeed-ecommerce-account-page .pwfeed-ecommerce-address-card-header .edit:hover { color: var(--pwfeed-ecommerce-button-color) !important; background: var(--pwfeed-ecommerce-button-hover); }
.pwfeed-ecommerce-account-page .pwfeed-ecommerce-address-card address { margin: 17px 0 0; color: #666; font-size: 12px; line-height: 1.8; }
.pwfeed-ecommerce-account-page .woocommerce-MyAccount-content fieldset { margin: 24px 0 0; padding: 20px; border: 1px solid #e7e7e7; border-radius: 12px; }
.pwfeed-ecommerce-account-page .woocommerce-MyAccount-content legend { padding: 0 8px; color: #333; font-size: 12px; font-weight: 750; }
.pwfeed-ecommerce-account-page .woocommerce-MyAccount-content .form-row { margin: 0 0 16px; padding: 0; }
.pwfeed-ecommerce-account-page .woocommerce-MyAccount-content .form-row label { margin-bottom: 6px; color: #444; font-size: 12px; font-weight: 650; }
.pwfeed-ecommerce-account-page .woocommerce-MyAccount-content input.input-text,.pwfeed-ecommerce-account-page .woocommerce-MyAccount-content select,.pwfeed-ecommerce-account-page .woocommerce-MyAccount-content textarea { min-height: 46px; padding: 10px 12px; border: 1px solid #dcdcdc; border-radius: 8px; background: #fff; box-shadow: none; }
.pwfeed-ecommerce-account-page .woocommerce-MyAccount-content input.input-text:focus,.pwfeed-ecommerce-account-page .woocommerce-MyAccount-content select:focus,.pwfeed-ecommerce-account-page .woocommerce-MyAccount-content textarea:focus { border-color: #b89a18; outline: 0; box-shadow: 0 0 0 3px rgba(255,196,0,.12); }
.pwfeed-ecommerce-account-page:not(.logged-in) .woocommerce { max-width: 960px; margin-inline: auto; }
.pwfeed-ecommerce-account-page:not(.logged-in) #customer_login { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.pwfeed-ecommerce-account-page:not(.logged-in) #customer_login > .col-1,.pwfeed-ecommerce-account-page:not(.logged-in) #customer_login > .col-2 { width: 100%; padding: 28px; float: none; border: 1px solid #e7e7e7; border-radius: 16px; background: #fff; box-shadow: 0 12px 35px rgba(20,20,20,.06); }
.pwfeed-ecommerce-account-page:not(.logged-in) #customer_login h2 { margin: 0 0 20px; font-size: 26px; }
.pwfeed-ecommerce-account-page:not(.logged-in) .woocommerce-form-login,.pwfeed-ecommerce-account-page:not(.logged-in) .woocommerce-form-register { margin: 0; padding: 0; border: 0; }

/* Order received / payment result */
.woocommerce-order-received .pwfeed-ecommerce-entry-title { display: none; }
.woocommerce-order-received .pwfeed-ecommerce-content-wrap { padding-top: 42px; padding-bottom: 70px; }
.pwfeed-ecommerce-order-result { max-width: 1050px; margin: 0 auto; }
.pwfeed-ecommerce-order-result-card { padding: 42px; overflow: hidden; position: relative; border: 1px solid #e5e5e5; border-radius: 18px; text-align: center; background: #fff; box-shadow: 0 16px 44px rgba(20,20,20,.08); }
.pwfeed-ecommerce-order-result-card::after { content: "PW"; position: absolute; right: -16px; bottom: -48px; z-index: 0; color: rgba(20,20,20,.025); font-size: 155px; font-weight: 900; letter-spacing: -12px; line-height: 1; }
.pwfeed-ecommerce-order-result-icon { width: 72px; height: 72px; margin: 0 auto 18px; position: relative; z-index: 1; display: grid; place-items: center; border-radius: 50%; }
.pwfeed-ecommerce-order-result-icon svg { width: 40px; height: 40px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.pwfeed-ecommerce-order-result-card.is-success .pwfeed-ecommerce-order-result-icon { color: #326b4a; background: #e7f3ec; }
.pwfeed-ecommerce-order-result-card.is-failed .pwfeed-ecommerce-order-result-icon { color: #8c3c3c; background: #f8eaea; }
.pwfeed-ecommerce-order-result-eyebrow { position: relative; z-index: 1; display: block; color: #6f6f6f; font-size: 10px; font-weight: 800; letter-spacing: 1.3px; text-transform: uppercase; }
.pwfeed-ecommerce-order-result-card h1 { margin: 8px 0 0; position: relative; z-index: 1; color: #171717; font-size: clamp(28px,4vw,42px); line-height: 1.2; }
.pwfeed-ecommerce-order-result-card > p { max-width: 650px; margin: 12px auto 0; position: relative; z-index: 1; color: #676767; font-size: 13px; line-height: 1.7; }
.pwfeed-ecommerce-order-summary.woocommerce-order-overview { margin: 30px 0 0 !important; padding: 0 !important; position: relative; z-index: 1; display: grid; grid-template-columns: repeat(auto-fit,minmax(145px,1fr)); overflow: hidden; border: 1px solid #e7e7e7; border-radius: 12px; background: #fafafa; }
.pwfeed-ecommerce-order-summary.woocommerce-order-overview::before,.pwfeed-ecommerce-order-summary.woocommerce-order-overview::after { display: none; }
.pwfeed-ecommerce-order-summary.woocommerce-order-overview li { min-width: 0; margin: 0 !important; padding: 17px 15px !important; float: none !important; border: 0 !important; border-right: 1px solid #e5e5e5 !important; color: #777; font-size: 10px !important; line-height: 1.4; text-align: left; text-transform: uppercase; }
.pwfeed-ecommerce-order-summary.woocommerce-order-overview li:last-child { border-right: 0 !important; }
.pwfeed-ecommerce-order-summary li span { display: block; }
.pwfeed-ecommerce-order-summary li strong { margin-top: 5px; display: block; overflow-wrap: anywhere; color: #171717; font-size: 12px; line-height: 1.45; text-transform: none; }
.pwfeed-ecommerce-order-result-actions { margin-top: 25px; position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px; }
.pwfeed-ecommerce-order-result-actions .button { min-height: 44px; padding: 0 20px !important; display: inline-flex !important; align-items: center; justify-content: center; border: var(--pwfeed-ecommerce-button-border-width) solid var(--pwfeed-ecommerce-button-border) !important; border-radius: var(--pwfeed-ecommerce-button-radius) !important; color: var(--pwfeed-ecommerce-button-color) !important; background: var(--pwfeed-ecommerce-button-bg) !important; }
.pwfeed-ecommerce-order-result-actions .button:hover { color: var(--pwfeed-ecommerce-button-color) !important; background: var(--pwfeed-ecommerce-button-hover) !important; }
.pwfeed-ecommerce-order-result-actions .pwfeed-ecommerce-order-secondary { color: #333 !important; border: 1px solid #dedede !important; background: #fff !important; }
.pwfeed-ecommerce-order-result-actions .pwfeed-ecommerce-order-secondary:hover { background: #f3f3f3 !important; }
.woocommerce-order-received .woocommerce-order-details,.woocommerce-order-received .woocommerce-customer-details,.woocommerce-order-received .woocommerce-bacs-bank-details { max-width: 1050px; margin: 28px auto 0; padding: 26px; border: 1px solid #e7e7e7; border-radius: 14px; background: #fff; }
.woocommerce-order-received .woocommerce-order-details__title,.woocommerce-order-received .woocommerce-column__title,.woocommerce-order-received .wc-bacs-bank-details-heading { margin: 0 0 18px; font-size: 20px; }
.woocommerce-order-received .woocommerce-order-details table { margin: 0; border-color: #e5e5e5; }
.woocommerce-order-received .woocommerce-order-details th,.woocommerce-order-received .woocommerce-order-details td { padding: 13px; border-color: #e7e7e7; font-size: 12px; }
.woocommerce-order-received .woocommerce-customer-details address { padding: 18px; border: 0; border-radius: 10px; background: #f7f7f7; font-size: 12px; line-height: 1.8; }
.pwfeed-ecommerce-pagination, .woocommerce nav.woocommerce-pagination { margin: 34px 0 10px; }
.pwfeed-ecommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul { margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 7px; border: 0; list-style: none; }
.pwfeed-ecommerce-pagination li, .woocommerce nav.woocommerce-pagination ul li { border: 0; }
.pwfeed-ecommerce-pagination a, .pwfeed-ecommerce-pagination span, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 38px; height: 38px; padding: 0 11px; display: grid; place-items: center; border: 1px solid var(--pwfeed-ecommerce-line); border-radius: 6px; color: #303030; background: #fff; font-size: 13px; font-weight: 700; }
.pwfeed-ecommerce-pagination .current, .woocommerce nav.woocommerce-pagination ul li span.current { color: #171717; border-color: var(--pwfeed-ecommerce-yellow); background: var(--pwfeed-ecommerce-yellow); }
.pwfeed-ecommerce-pagination a:hover, .woocommerce nav.woocommerce-pagination ul li a:hover { border-color: var(--pwfeed-ecommerce-yellow); background: #fff8d8; }

@media (max-width: 1050px) {
  .pwfeed-ecommerce-account-layout { grid-template-columns: 240px minmax(0,1fr); gap: 18px; }
  .logged-in.pwfeed-ecommerce-account-page .woocommerce-MyAccount-content { padding: 22px; }
  .pwfeed-ecommerce-account-quick-grid { grid-template-columns: 1fr; }
  .pwfeed-ecommerce-account-quick-grid > a { min-height: 116px; }
  .pwfeed-ecommerce-main-header-inner { grid-template-columns: 220px 1fr auto; gap: 15px; }
  .pwfeed-ecommerce-brand { font-size: 23px; }
  .pwfeed-ecommerce-header-actions { gap: 10px; }
  .pwfeed-ecommerce-action .pwfeed-ecommerce-action-label { display: none; }
  .pwfeed-ecommerce-nav { gap: 15px; }
  .pwfeed-ecommerce-menu { gap: 0; }
  .pwfeed-ecommerce-nav-special { display: none; }
  .pwfeed-ecommerce-categories { grid-template-columns: repeat(2,1fr); }
  .pwfeed-ecommerce-benefit { padding: 0 12px; }
  .pwfeed-ecommerce-product-grid, .pwfeed-ecommerce-showcase-product-grid, .woocommerce ul.products, .pwfeed-ecommerce-favorites-list > .pwfeed-ecommerce-product-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
  .pwfeed-ecommerce-product-grid.pwfeed-ecommerce-product-grid-count-4,
  .pwfeed-ecommerce-product-grid.pwfeed-ecommerce-product-grid-count-6,
  .pwfeed-ecommerce-product-grid.pwfeed-ecommerce-product-grid-count-8 { grid-auto-flow: row; grid-template-columns: repeat(var(--pwfeed-ecommerce-featured-columns,4), minmax(180px,1fr)); overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x proximity; }
  .pwfeed-ecommerce-product-grid.pwfeed-ecommerce-product-grid-count-4 { --pwfeed-ecommerce-featured-columns: 4; }
  .pwfeed-ecommerce-product-grid.pwfeed-ecommerce-product-grid-count-6 { --pwfeed-ecommerce-featured-columns: 6; }
  .pwfeed-ecommerce-product-grid.pwfeed-ecommerce-product-grid-count-8 { --pwfeed-ecommerce-featured-columns: 8; }
  .pwfeed-ecommerce-product-grid[class*="pwfeed-ecommerce-product-grid-count-"] > * { scroll-snap-align: start; }
  .pwfeed-ecommerce-product-detail-page .woocommerce div.product div.images { padding-right: 24px; }
  .pwfeed-ecommerce-product-detail-page .woocommerce-product-gallery__image,
  .pwfeed-ecommerce-product-detail-page .woocommerce-product-gallery__image a { min-height: 410px; }
  .pwfeed-ecommerce-product-detail-page .woocommerce-product-gallery__image img { height: 410px !important; }
  .pwfeed-ecommerce-product-trust { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
  .woocommerce-order-received .pwfeed-ecommerce-content-wrap { padding-top: 26px; padding-bottom: 44px; }
  .pwfeed-ecommerce-order-result-card { padding: 28px 18px; border-radius: 14px; }
  .pwfeed-ecommerce-order-result-icon { width: 62px; height: 62px; }
  .pwfeed-ecommerce-order-result-card h1 { font-size: 28px; }
  .pwfeed-ecommerce-order-summary.woocommerce-order-overview { grid-template-columns: 1fr; }
  .pwfeed-ecommerce-order-summary.woocommerce-order-overview li { border-right: 0 !important; border-bottom: 1px solid #e5e5e5 !important; text-align: center; }
  .pwfeed-ecommerce-order-summary.woocommerce-order-overview li:last-child { border-bottom: 0 !important; }
  .pwfeed-ecommerce-order-result-actions { align-items: stretch; flex-direction: column; }
  .pwfeed-ecommerce-order-result-actions .button { width: 100%; }
  .woocommerce-order-received .woocommerce-order-details,.woocommerce-order-received .woocommerce-customer-details,.woocommerce-order-received .woocommerce-bacs-bank-details { padding: 18px; border-radius: 11px; }
  .pwfeed-ecommerce-account-page .pwfeed-ecommerce-content-wrap { padding-top: 28px; padding-bottom: 44px; }
  .pwfeed-ecommerce-account-layout { display: block; }
  .pwfeed-ecommerce-account-navigation.woocommerce-MyAccount-navigation { margin-bottom: 18px; }
  .pwfeed-ecommerce-account-user { padding: 16px; }
  .pwfeed-ecommerce-account-navigation ul { padding: 8px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 5px; }
  .pwfeed-ecommerce-account-navigation li + li { margin-top: 0; }
  .pwfeed-ecommerce-account-navigation li a { min-height: 44px; padding: 0 8px; gap: 7px; font-size: 11px; }
  .pwfeed-ecommerce-account-navigation .woocommerce-MyAccount-navigation-link--customer-logout { margin-top: 0; padding-top: 0; border-top: 0; }
  .pwfeed-ecommerce-account-menu-icon { width: 28px; height: 28px; flex-basis: 28px; }
  .pwfeed-ecommerce-account-menu-arrow { display: none; }
  .logged-in.pwfeed-ecommerce-account-page .woocommerce-MyAccount-content { min-height: 0; padding: 16px; border-radius: 12px; }
  .pwfeed-ecommerce-account-welcome { padding: 23px 20px; }
  .pwfeed-ecommerce-account-welcome h2 { font-size: 24px; }
  .pwfeed-ecommerce-account-quick-grid { gap: 10px; }
  .pwfeed-ecommerce-account-help { align-items: flex-start; flex-wrap: wrap; }
  .pwfeed-ecommerce-account-help > div { min-width: calc(100% - 50px); }
  .pwfeed-ecommerce-account-help > a { margin-left: 49px; }
  .pwfeed-ecommerce-account-page .woocommerce-MyAccount-content .woocommerce-Addresses { grid-template-columns: 1fr; }
  .pwfeed-ecommerce-account-page .woocommerce-MyAccount-content .pwfeed-ecommerce-address-grid { grid-template-columns: 1fr; }
  .pwfeed-ecommerce-account-page:not(.logged-in) #customer_login { grid-template-columns: 1fr; }
  .pwfeed-ecommerce-account-page:not(.logged-in) #customer_login > .col-1,.pwfeed-ecommerce-account-page:not(.logged-in) #customer_login > .col-2 { padding: 20px; border-radius: 12px; }
  .pwfeed-ecommerce-compare-bar { right: 12px; bottom: 12px; }
  .pwfeed-ecommerce-compare-bar a { min-height: 44px; padding: 0 12px; }
  .pwfeed-ecommerce-compare-content { padding-top: 28px; }
  .pwfeed-ecommerce-compare-heading { margin-bottom: 20px; gap: 12px; }
  .pwfeed-ecommerce-compare-heading-icon { width: 46px; height: 46px; flex-basis: 46px; border-radius: 13px; }
  .pwfeed-ecommerce-compare-heading h1 { font-size: 28px; }
  .pwfeed-ecommerce-compare-heading p { font-size: 12px; }
  .pwfeed-ecommerce-compare-scroll { border-radius: 12px; }
  .pwfeed-ecommerce-compare-table { min-width: 920px; }
  .pwfeed-ecommerce-compare-table th,.pwfeed-ecommerce-compare-table td { padding: 13px; }
  .pwfeed-ecommerce-compare-table th:first-child,.pwfeed-ecommerce-compare-table tbody th { position: sticky; left: 0; z-index: 3; width: 112px; box-shadow: 1px 0 0 #e6e6e6; }
  .pwfeed-ecommerce-compare-table thead th:first-child { z-index: 4; }
  .pwfeed-ecommerce-compare-product img { height: 155px; }
  .pwfeed-ecommerce-container, .pwfeed-ecommerce-content-wrap { width: min(calc(100% - 24px), var(--pwfeed-ecommerce-width)); }
  .pwfeed-ecommerce-topbar-links { display: none; }
  .pwfeed-ecommerce-main-header-inner { min-height: 72px; grid-template-columns: 1fr auto; }
  .pwfeed-ecommerce-brand { font-size: 21px; }
  .pwfeed-ecommerce-brand-mark { width: 34px; height: 38px; }
  .pwfeed-ecommerce-search { grid-column: 1/-1; padding-bottom: 13px; }
  .pwfeed-ecommerce-header-actions .pwfeed-ecommerce-action:not(:last-child) { display: none; }
  .pwfeed-ecommerce-nav { min-height: 52px; align-items: center; }
  .pwfeed-ecommerce-category-holder { display: none; }
  .pwfeed-ecommerce-mobile-toggle { display: block; }
  .pwfeed-ecommerce-menu { display: none; position: absolute; z-index: 100; top: auto; left: 12px; right: 12px; margin-top: 52px; padding: 12px; max-height: calc(100dvh - 70px); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; flex-direction: column; gap: 0; background: #fff; border: 1px solid var(--pwfeed-ecommerce-line); box-shadow: 0 15px 30px rgba(0,0,0,.12); }
  .pwfeed-ecommerce-menu.is-open { display: flex; }
  .pwfeed-ecommerce-menu li { width: 100%; }
  .pwfeed-ecommerce-menu li.menu-item-has-children { position: relative; }
  .pwfeed-ecommerce-menu li.menu-item-has-children > a { padding-right: 52px; }
  .pwfeed-ecommerce-menu > li > a { width: 100%; padding: 10px; }
  .pwfeed-ecommerce-menu > li + li { border-left: 0 !important; }
  .pwfeed-ecommerce-menu .sub-menu,
  .pwfeed-ecommerce-menu li:hover > .sub-menu,
  .pwfeed-ecommerce-menu li:focus-within > .sub-menu { display: none; position: static; min-width: 0; margin: 0; padding: 0 0 0 14px; border: 0; box-shadow: none; }
  .pwfeed-ecommerce-menu li.is-submenu-open > .sub-menu { display: block; }
  .pwfeed-ecommerce-submenu-toggle { position: absolute; z-index: 2; top: 2px; right: 2px; width: 42px; height: 40px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 6px; color: currentColor; background: rgba(0,0,0,.06); font-size: 20px; line-height: 1; cursor: pointer; }
  .pwfeed-ecommerce-submenu-toggle::before { content: "⌄"; display: block; transition: transform .2s ease; }
  .pwfeed-ecommerce-menu li.is-submenu-open > .pwfeed-ecommerce-submenu-toggle::before { transform: rotate(180deg); }
  .pwfeed-ecommerce-home { padding-top: 12px; }
  .pwfeed-ecommerce-showcase-grid { min-height: 570px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.25fr 1fr 1.1fr; grid-template-areas: "one one" "two three" "four four"; }
  .pwfeed-ecommerce-showcase-tile { padding: 20px; }
  .pwfeed-ecommerce-categories { grid-template-columns: 1fr 1fr; gap: 10px; }
  .pwfeed-ecommerce-category-card { min-height: 105px; grid-template-columns: 70px 1fr; }
  .pwfeed-ecommerce-category-image { width: 66px; height: 66px; }
  .pwfeed-ecommerce-category-card p, .pwfeed-ecommerce-card-arrow { display: none; }
  .pwfeed-ecommerce-home-slider,.pwfeed-ecommerce-home-slider-track,.pwfeed-ecommerce-home-slider-content { min-height: 210px; }
  .pwfeed-ecommerce-home-slider-content { width: 70%; padding: 28px 52px; }
  .pwfeed-ecommerce-product-grid, .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .pwfeed-ecommerce-product-grid.pwfeed-ecommerce-product-grid-count-4 { grid-template-columns: repeat(4, minmax(210px,1fr)); overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x proximity; }
  .pwfeed-ecommerce-product-grid.pwfeed-ecommerce-product-grid-count-6 { grid-template-columns: repeat(6, minmax(210px,1fr)); overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x proximity; }
  .pwfeed-ecommerce-product-grid.pwfeed-ecommerce-product-grid-count-8 { grid-template-columns: repeat(8, minmax(210px,1fr)); overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x proximity; }
  .pwfeed-ecommerce-product-grid[class*="pwfeed-ecommerce-product-grid-count-"] > * { scroll-snap-align: start; }
  .pwfeed-ecommerce-product-card { padding: 10px; }
  .pwfeed-ecommerce-banners { grid-template-columns: 1fr; }
  .pwfeed-ecommerce-benefits { grid-template-columns: 1fr 1fr; gap: 18px; }
  .pwfeed-ecommerce-benefit { border-right: 0; padding: 0; }
  .pwfeed-ecommerce-content-layout { grid-template-columns: 1fr; }
  .pwfeed-ecommerce-footer-main { grid-template-columns: 1fr 1fr; }
  .pwfeed-ecommerce-quick-view-dialog { padding: 20px; grid-template-columns: 1fr; gap: 16px; }
  .pwfeed-ecommerce-quick-view-image { min-height: 210px; }
  .pwfeed-ecommerce-quick-view-content h2 { font-size: 21px; }
  .pwfeed-ecommerce-favorites-list > .pwfeed-ecommerce-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pwfeed-ecommerce-product-detail-page .pwfeed-ecommerce-content-wrap { margin-top: 18px; }
  .pwfeed-ecommerce-product-detail-page .woocommerce-breadcrumb { margin-bottom: 18px; }
  .pwfeed-ecommerce-product-detail-page .woocommerce div.product div.images,
  .pwfeed-ecommerce-product-detail-page .woocommerce div.product div.summary { width: 100%; float: none; }
  .pwfeed-ecommerce-product-detail-page .woocommerce div.product div.images { margin-bottom: 24px; padding-right: 0; }
  .pwfeed-ecommerce-product-detail-page .woocommerce div.product div.summary { margin-bottom: 34px; }
  .pwfeed-ecommerce-product-detail-page .woocommerce-product-gallery__image,
  .pwfeed-ecommerce-product-detail-page .woocommerce-product-gallery__image a { min-height: 360px; }
  .pwfeed-ecommerce-product-detail-page .woocommerce-product-gallery__image img { height: 360px !important; padding: 15px; }
  .pwfeed-ecommerce-product-detail-page .summary .product_title { font-size: 27px; }
  .pwfeed-ecommerce-product-trust { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .pwfeed-ecommerce-product-detail-page .woocommerce-tabs ul.tabs { width: 100%; justify-content: flex-start; }
  .pwfeed-ecommerce-product-detail-page .woocommerce-tabs ul.tabs li a { min-height: 44px; padding: 0 15px; font-size: 12px; }
  .pwfeed-ecommerce-product-detail-page .woocommerce-Tabs-panel { padding: 21px 22px !important; border-radius: 1px !important; }
}

@media (max-width: 480px) {
  .pwfeed-ecommerce-topbar-inner { justify-content: center; }
  .pwfeed-ecommerce-brand-text { font-size: 20px; }
  .pwfeed-ecommerce-showcase-grid { min-height: 0; display: flex; flex-direction: column; }
  .pwfeed-ecommerce-showcase-tile { min-height: 190px; }
  .pwfeed-ecommerce-showcase-tile-1,
  .pwfeed-ecommerce-showcase-tile-4 { min-height: 245px; }
  .pwfeed-ecommerce-categories { grid-template-columns: 1fr; }
  .pwfeed-ecommerce-category-card { min-height: 90px; }
  .pwfeed-ecommerce-home-slider,.pwfeed-ecommerce-home-slider-track,.pwfeed-ecommerce-home-slider-content { min-height: 230px; }
  .pwfeed-ecommerce-home-slider-content { width: 82%; padding: 30px 42px; }
  .pwfeed-ecommerce-home-slider-arrow { width: 44px; height: 44px; font-size: 23px; }
  .pwfeed-ecommerce-home-slider-prev { left: 7px; }
  .pwfeed-ecommerce-home-slider-next { right: 7px; }
  .pwfeed-ecommerce-favorites-list > .pwfeed-ecommerce-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pwfeed-ecommerce-product-title { font-size: 13px; }
  .pwfeed-ecommerce-price { font-size: 17px; }
  .pwfeed-ecommerce-add { font-size: 11px; }
  .pwfeed-ecommerce-benefits { grid-template-columns: 1fr; }
  .pwfeed-ecommerce-section-title { font-size: 24px; }
  .pwfeed-ecommerce-footer-main { grid-template-columns: 1fr; }
  .pwfeed-ecommerce-footer-bottom-inner { align-items: flex-start; flex-direction: column; }
  .pwfeed-ecommerce-footer-bottom-links { justify-content: flex-start; }
  .pwfeed-ecommerce-product-detail-page .woocommerce-product-gallery__image,
  .pwfeed-ecommerce-product-detail-page .woocommerce-product-gallery__image a { min-height: 300px; }
  .pwfeed-ecommerce-product-detail-page .woocommerce-product-gallery__image img { height: 300px !important; }
  .pwfeed-ecommerce-product-detail-page .summary form.cart,
  .pwfeed-ecommerce-product-detail-page .summary form.cart .woocommerce-variation-add-to-cart { align-items: stretch; }
  .pwfeed-ecommerce-product-detail-page .summary .single_add_to_cart_button { flex: 1; padding: 0 14px !important; }
  .pwfeed-ecommerce-product-trust { grid-template-columns: 1fr; }
  .pwfeed-ecommerce-product-trust > div { padding: 3px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .pwfeed-ecommerce-home-slider-slide { transition-duration: 0s !important; }
  .pwfeed-ecommerce-discount-slider { overflow-x: auto; }
  .pwfeed-ecommerce-discount-slider-track { animation: none !important; transform: none !important; }
}
