.nww-editor-placeholder {
outline: 1px dashed #9aa0a6;
}
.nww-editor-placeholder:not(.nww-product-gallery):not(.nww-product-meta):not(.nww-breadcrumbs) {
padding: 12px;
background: #f6f7f7;
color: #1d2327;
} .nww-breadcrumbs {
display: block;
width: 100%;
}
.nww-breadcrumbs__list {
display: flex;
flex-wrap: wrap;
align-items: center;
list-style: none;
margin: 0;
padding: 0;
gap: 0.25rem;
}
.nww-breadcrumbs__item {
display: inline-flex;
align-items: center;
}
.nww-breadcrumbs__sep {
display: inline-flex;
align-items: center;
margin-inline: 0.5rem;
line-height: 1;
}
.nww-breadcrumbs__link:focus-visible,
.nww-breadcrumbs__current:focus-visible {
outline: 2px solid currentColor;
outline-offset: 2px;
}
.nww-breadcrumbs-scroll-yes .nww-breadcrumbs__list {
flex-wrap: nowrap;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
} .nww-product-gallery {
display: grid;
gap: var(--nww-gap, 12px);
width: 100%;
}
.nww-product-gallery--thumbs {
grid-template-columns: 1fr;
} .nww-thumbs-pos-left .nww-product-gallery--thumbs,
.nww-thumbs-pos-right .nww-product-gallery--thumbs {
grid-template-columns: auto 1fr;
align-items: start;
}
.nww-thumbs-pos-left .nww-product-gallery__thumbnails {
order: 0;
flex-direction: column;
}
.nww-thumbs-pos-left .nww-product-gallery__stage {
order: 1;
}
.nww-thumbs-pos-right .nww-product-gallery__thumbnails {
order: 1;
flex-direction: column;
}
.nww-thumbs-pos-right .nww-product-gallery__stage {
order: 0;
}
.nww-thumbs-pos-top .nww-product-gallery__thumbnails {
order: 0;
}
.nww-thumbs-pos-top .nww-product-gallery__stage {
order: 1;
}
.nww-thumbs-pos-bottom .nww-product-gallery__thumbnails {
order: 1;
}
.nww-thumbs-pos-bottom .nww-product-gallery__stage {
order: 0;
}
.nww-product-gallery__thumbnails {
display: flex;
flex-wrap: wrap;
gap: var(--nww-gap, 8px);
}
.nww-product-gallery__stage {
position: relative;
min-width: 0;
}
.nww-product-gallery__main-img,
.nww-product-gallery__slide-img {
display: block;
width: 100%;
height: auto;
transition: transform 0.3s ease;
}
.nww-product-gallery__main-link,
.nww-product-gallery__slide-link {
display: block;
}
.nww-product-gallery__thumb {
display: block;
padding: 0;
margin: 0;
border: 2px solid transparent;
background: transparent;
cursor: pointer;
overflow: hidden;
line-height: 0;
transition: opacity 0.2s ease, border-color 0.2s ease;
}
.nww-product-gallery__thumb img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.nww-product-gallery__thumb:focus-visible {
outline: 2px solid currentColor;
outline-offset: 2px;
}
.nww-product-gallery__nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 2;
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border: 0;
background: rgba(255, 255, 255, 0.9);
cursor: pointer;
line-height: 1;
}
.nww-product-gallery__nav:focus-visible {
outline: 2px solid currentColor;
outline-offset: 2px;
}
.nww-product-gallery__nav--prev {
inset-inline-start: 8px;
}
.nww-product-gallery__nav--next {
inset-inline-end: 8px;
}
.nww-product-gallery__dots {
display: flex;
justify-content: center;
gap: 6px;
margin-top: 10px;
}
.nww-product-gallery__dot {
width: 8px;
height: 8px;
padding: 0;
border: 0;
border-radius: 50%;
background: #c3c4c7;
cursor: pointer;
}
.nww-product-gallery__dot.is-active {
background: #1d2327;
}
.nww-product-gallery__fraction {
text-align: center;
margin-top: 8px;
}
.nww-product-gallery__caption {
margin-top: 8px;
}
.nww-product-gallery__grid {
display: grid;
gap: var(--nww-gap, 12px);
}
.nww-product-gallery__empty {
padding: 24px;
text-align: center;
border: 1px dashed #c3c4c7;
}
.nww-gallery-sticky-yes .nww-product-gallery {
position: sticky;
}
.nww-is-variation-image .nww-product-gallery__main-img {
box-shadow: 0 0 0 2px rgba(34, 113, 177, 0.35);
}
@media (max-width: 1024px) {
.nww-no-sticky-tablet-yes .nww-product-gallery {
position: static;
}
.nww-thumbs-pos-tablet-bottom .nww-product-gallery--thumbs,
.nww-thumbs-pos-tablet-top .nww-product-gallery--thumbs {
grid-template-columns: 1fr;
}
}
@media (max-width: 767px) {
.nww-no-sticky-mobile-yes .nww-product-gallery {
position: static;
}
.nww-thumbs-pos-mobile-bottom .nww-product-gallery--thumbs,
.nww-thumbs-pos-mobile-top .nww-product-gallery--thumbs,
.nww-thumbs-pos-mobile-left .nww-product-gallery--thumbs,
.nww-thumbs-pos-mobile-right .nww-product-gallery--thumbs {
grid-template-columns: 1fr;
}
.nww-thumbs-pos-mobile-left .nww-product-gallery__thumbnails,
.nww-thumbs-pos-mobile-right .nww-product-gallery__thumbnails {
flex-direction: row;
}
}
@media (prefers-reduced-motion: reduce) {
.nww-product-gallery__main-img,
.nww-product-gallery__slide-img,
.nww-product-gallery__thumb,
.nww-breadcrumbs__link {
transition: none;
}
} .nww-product-meta {
display: grid;
gap: 10px;
width: 100%;
}
.nww-product-meta--grid,
.nww-product-meta--cards {
display: grid;
}
.nww-product-meta--inline {
display: flex;
flex-wrap: wrap;
gap: 12px;
}
.nww-product-meta--table {
display: block;
}
.nww-meta-item {
display: flex;
gap: 8px;
align-items: baseline;
}
.nww-label-top .nww-meta-item {
flex-direction: column;
align-items: flex-start;
}
.nww-label-right .nww-meta-item {
flex-direction: row-reverse;
justify-content: flex-end;
}
.nww-label-inline .nww-meta-label::after {
content: ':';
margin-inline-end: 0.25em;
}
.nww-meta-label {
font-weight: 600;
}
.nww-meta-list {
margin: 0;
padding-inline-start: 1.25em;
}
.nww-meta-more {
margin-top: 6px;
padding: 0;
border: 0;
background: transparent;
color: inherit;
text-decoration: underline;
cursor: pointer;
}
.nww-meta-more:focus-visible {
outline: 2px solid currentColor;
outline-offset: 2px;
}
.nww-meta-table-layout {
width: 100%;
border-collapse: collapse;
}
.nww-meta-table-layout th,
.nww-meta-table-layout td {
padding: 8px;
text-align: start;
vertical-align: top;
border-bottom: 1px solid #dcdcde;
}
.nww-meta-icon {
display: inline-flex;
align-items: center;
line-height: 1;
}
.nww-product-meta--cards .nww-meta-item {
border: 1px solid #dcdcde;
padding: 12px;
border-radius: 4px;
} .nww-product-data__badges {
display: inline-flex;
flex-wrap: wrap;
gap: 6px;
align-items: center;
}
.nww-product-data__badge,
.nww-meta-badge {
display: inline-flex;
align-items: center;
padding: 2px 8px;
border-radius: 999px;
background: #f0f0f1;
line-height: 1.4;
}
.nww-product-data__term-link {
transition: color 0.15s ease, background-color 0.15s ease;
}
.nww-product-data__hierarchy {
display: inline;
}
.nww-product-data__hierarchy-sep {
opacity: 0.7;
margin: 0 0.15em;
}
.nww-product-data__list {
margin: 0;
}
@media (max-width: 767px) {
.nww-table-stack-yes .nww-meta-table-layout,
.nww-table-stack-yes .nww-meta-table-layout tbody,
.nww-table-stack-yes .nww-meta-table-layout tr,
.nww-table-stack-yes .nww-meta-table-layout th,
.nww-table-stack-yes .nww-meta-table-layout td {
display: block;
width: 100%;
}
.nww-table-stack-yes .nww-meta-table-layout th {
border-bottom: 0;
padding-bottom: 0;
}
} .nww-product-filters {
--nww-pf-gap: 1rem;
display: block;
width: 100%;
position: relative;
}
.nww-product-filters__groups {
display: flex;
flex-direction: column;
gap: var(--nww-pf-gap);
}
.nww-product-filters--horizontal .nww-product-filters__groups,
.nww-product-filters--layout-grid .nww-product-filters__groups,
.nww-product-filters--layout-bar .nww-product-filters__groups {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
gap: var(--nww-pf-gap);
}
.nww-product-filters__title {
margin: 0 0 0.75rem;
}
.nww-product-filters__editor-note {
margin: 0 0 0.75rem;
padding: 0.5rem 0.75rem;
font-size: 0.875rem;
background: #f0f0f1;
}
.nww-product-filters__group {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.nww-product-filters__accordion-btn {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
margin: 0;
padding: 0.5rem 0;
border: 0;
background: transparent;
cursor: pointer;
text-align: start;
font: inherit;
color: inherit;
}
.nww-product-filters__accordion-btn:focus-visible {
outline: 2px solid currentColor;
outline-offset: 2px;
}
.nww-product-filters__accordion-icon::before {
content: "+";
}
.nww-product-filters__group.is-open .nww-product-filters__accordion-icon::before {
content: "−";
}
.nww-product-filters__label {
font-weight: 600;
}
.nww-product-filters__input,
.nww-product-filters__select {
width: 100%;
box-sizing: border-box;
padding: 0.5rem 0.75rem;
border: 1px solid #c3c4c7;
background: #fff;
color: inherit;
font: inherit;
}
.nww-product-filters__input:focus-visible,
.nww-product-filters__select:focus-visible {
outline: 2px solid currentColor;
outline-offset: 1px;
}
.nww-product-filters__options {
display: flex;
flex-direction: column;
gap: 0.35rem;
}
.nww-product-filters__options--buttons {
flex-direction: row;
flex-wrap: wrap;
gap: 0.5rem;
}
.nww-product-filters__option,
.nww-product-filters__option-btn {
display: inline-flex;
align-items: center;
gap: 0.4rem;
cursor: pointer;
}
.nww-product-filters__option-btn {
padding: 0.35rem 0.75rem;
border: 1px solid #c3c4c7;
}
.nww-product-filters__option-btn[data-active="1"],
.nww-product-filters__option-btn:has(input:checked) {
border-color: currentColor;
}
.nww-product-filters__option-btn input {
position: absolute;
opacity: 0;
pointer-events: none;
}
.nww-product-filters__price {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0.5rem;
}
.nww-product-filters__actions {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.75rem;
margin-top: var(--nww-pf-gap);
}
.nww-product-filters__apply {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0.6rem 1.1rem;
border: 0;
cursor: pointer;
font: inherit;
background: #1d2327;
color: #fff;
}
.nww-product-filters__clear {
font: inherit;
color: inherit;
}
.nww-product-filters__active {
margin-bottom: 0.75rem;
}
.nww-product-filters__chips {
display: flex;
flex-wrap: wrap;
gap: 0.4rem;
list-style: none;
margin: 0.4rem 0 0;
padding: 0;
}
.nww-product-filters__chip {
display: inline-flex;
align-items: center;
gap: 0.35rem;
padding: 0.25rem 0.55rem;
background: #f0f0f1;
color: inherit;
text-decoration: none;
font-size: 0.875rem;
}
.nww-product-filters__mobile-toggle {
display: none;
align-items: center;
gap: 0.5rem;
margin-bottom: 0.75rem;
padding: 0.6rem 1rem;
border: 1px solid #c3c4c7;
background: #fff;
font: inherit;
cursor: pointer;
}
.nww-product-filters__badge {
display: inline-flex;
min-width: 1.25rem;
height: 1.25rem;
align-items: center;
justify-content: center;
border-radius: 999px;
background: #1d2327;
color: #fff;
font-size: 0.75rem;
padding: 0 0.35rem;
}
.nww-product-filters__overlay {
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.45);
z-index: 9998;
}
.nww-product-filters__close {
position: absolute;
top: 0.75rem;
inset-inline-end: 0.75rem;
border: 0;
background: transparent;
font-size: 1.5rem;
line-height: 1;
cursor: pointer;
}
.nww-product-filters--mobile-offcanvas .nww-product-filters__mobile-toggle {
display: inline-flex;
}
@media (max-width: 767px) {
.nww-product-filters--mobile-offcanvas .nww-product-filters__panel {
position: fixed;
top: 0;
bottom: 0;
inset-inline-start: 0;
z-index: 9999;
max-width: 100%;
padding: 1.25rem;
background: #fff;
box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
overflow: auto;
transform: translateX(-105%);
transition: transform 0.25s ease;
}
.nww-product-filters--mobile-offcanvas.nww-product-filters--side-right .nww-product-filters__panel {
inset-inline-start: auto;
inset-inline-end: 0;
transform: translateX(105%);
}
.nww-product-filters--mobile-offcanvas.is-offcanvas-open .nww-product-filters__panel {
transform: translateX(0);
}
@media (prefers-reduced-motion: reduce) {
.nww-product-filters--mobile-offcanvas .nww-product-filters__panel {
transition: none;
}
}
}
@media (min-width: 768px) {
.nww-product-filters--mobile-offcanvas .nww-product-filters__mobile-toggle,
.nww-product-filters--mobile-offcanvas .nww-product-filters__overlay,
.nww-product-filters--mobile-offcanvas .nww-product-filters__close {
display: none;
}
}
html.nww-pf-no-scroll {
overflow: hidden;
}
.nww-product-filters.nww-is-loading {
pointer-events: none;
}
.nww-results-updating {
opacity: 0.55;
transition: opacity 0.2s ease;
min-height: 120px;
}
@media (prefers-reduced-motion: reduce) {
.nww-results-updating {
transition: none;
}
}
.nww-pf-results-overlay {
position: absolute;
inset: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 0.5rem;
background: rgba(255, 255, 255, 0.65);
z-index: 5;
pointer-events: none;
}
.nww-pf-spinner {
width: 1.5rem;
height: 1.5rem;
border: 2px solid #c3c4c7;
border-top-color: #1d2327;
border-radius: 50%;
animation: nww-pf-spin 0.7s linear infinite;
}
@keyframes nww-pf-spin {
to {
transform: rotate(360deg);
}
}
@media (prefers-reduced-motion: reduce) {
.nww-pf-spinner {
animation: none;
}
}
.nww-product-filters__option.is-unavailable {
opacity: 0.45;
}
.nww-product-filters__count {
margin-inline-start: 0.25rem;
opacity: 0.75;
font-size: 0.9em;
}
.nww-product-filters__progressive {
display: flex;
flex-direction: column;
gap: 0.65rem;
}
.nww-product-filters__progressive-label {
display: block;
margin-bottom: 0.25rem;
font-weight: 600;
}
.nww-product-filters__drill-list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 0.35rem;
}
.nww-product-filters__drill-item,
.nww-product-filters__drill-back {
display: flex;
width: 100%;
align-items: center;
justify-content: space-between;
gap: 0.5rem;
padding: 0.45rem 0.6rem;
border: 1px solid #c3c4c7;
background: #fff;
font: inherit;
cursor: pointer;
text-align: start;
}
.nww-product-filters__live.screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
} .nww-category-navigator {
display: flex;
flex-direction: column;
gap: 1rem;
}
.nww-category-navigator__editor-note {
margin: 0 0 0.75rem;
font-size: 0.875rem;
color: #646970;
}
.nww-category-navigator__breadcrumb-wrap {
margin: 0;
}
.nww-category-navigator__breadcrumb {
font-size: 0.9rem;
line-height: 1.4;
}
.nww-category-navigator__breadcrumb-list {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.35rem;
margin: 0;
padding: 0;
list-style: none;
}
.nww-category-navigator__breadcrumb-item {
display: inline-flex;
align-items: center;
}
.nww-category-navigator__breadcrumb-link,
.nww-category-navigator__breadcrumb-link:visited { text-decoration: underline;
text-underline-offset: 2px;
transition: color 0.2s ease;
}
.nww-category-navigator__breadcrumb-link:focus-visible {
outline: 2px solid currentColor;
outline-offset: 2px;
}
.nww-category-navigator__breadcrumb-current {
font-weight: 600;
}
.nww-category-navigator__breadcrumb-separator {
display: inline-flex;
align-items: center;
list-style: none;
}
.nww-category-navigator__siblings-title {
margin: 0 0 0.5rem;
font-size: 0.9rem;
font-weight: 600;
}
.nww-category-navigator--empty .nww-category-navigator__grid {
display: none;
}
.nww-category-navigator__body {
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.nww-category-navigator__empty {
margin: 0;
font-size: 0.9rem;
color: #646970;
}
.nww-category-navigator__breadcrumb-sep {
margin: 0 0.35rem;
opacity: 0.65;
}
.nww-category-navigator__breadcrumb-current {
font-weight: 600;
}
.nww-category-navigator__back,
.nww-category-navigator__back:visited {
display: inline-flex;
align-items: center;
gap: 0.35rem;
width: fit-content;
font-size: 0.9rem;
text-decoration: none;
cursor: pointer;
transition: color 0.2s ease, background-color 0.2s ease;
}
.nww-category-navigator__back:focus-visible {
outline: 2px solid currentColor;
outline-offset: 2px;
}
.nww-category-navigator__grid {
display: grid;
grid-template-columns: minmax(0, 1fr);
row-gap: 8px;
column-gap: 0;
margin: 0;
padding: 0;
list-style: none;
}
.nww-category-navigator.nww-category-navigator--layout-list .nww-category-navigator__grid {
grid-template-columns: minmax(0, 1fr);
column-gap: 0;
}
.nww-category-navigator__card {
display: flex;
align-items: center;
justify-content: space-between;
gap: 0.75rem;
box-sizing: border-box;
width: 100%;
min-height: 44px;
padding: 10px 14px;
border: 1px solid #dcdcde;
border-radius: 6px;
background: #fff;
text-decoration: none;
cursor: pointer;
transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
:where(.nww-category-navigator__card:hover),
:where(.nww-category-navigator__card:focus-visible) {
background: #f7f7f7;
border-color: #c3c4c7;
}
.nww-category-navigator__card:focus-visible {
outline: 2px solid currentColor;
outline-offset: 2px;
}
:where(.nww-category-navigator__card.is-active),
:where(.nww-category-navigator__card[aria-current="page"]) {
background: #f0f0f1;
border-color: #a7aaad;
}
:where(.nww-category-navigator__card[aria-disabled="true"]) {
opacity: 0.45;
}
.nww-category-navigator__card[aria-disabled="true"] {
cursor: not-allowed;
pointer-events: none;
}
.nww-category-navigator__card-name {
flex: 1 1 auto;
min-width: 0;
font-weight: 500;
line-height: 1.35;
overflow-wrap: break-word;
word-wrap: break-word;
}
.nww-category-navigator__card-count {
flex: 0 0 auto;
font-size: 0.85em;
line-height: 1.2;
}
.nww-category-navigator__card-count--badge {
display: inline-block;
padding: 0.15em 0.5em;
border-radius: 4px;
font-size: 0.8em;
font-weight: 500;
}
:where(.nww-category-navigator__card-count--badge) {
background: #f0f0f1;
color: #646970;
}
.nww-category-navigator__empty {
grid-column: 1 / -1;
margin: 0;
font-size: 0.9rem;
color: #646970;
}
.nww-category-navigator__live.screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
} .nww-category-navigator-mobile__button,
.nww-category-navigator-sheet__header {
display: none;
} .nww-category-navigator-overlay,
.nww-category-navigator-overlay[hidden] {
display: none;
pointer-events: none;
}
.nww-category-navigator-sheet__body {
display: flex;
flex-direction: column;
gap: 1rem;
}
.nww-category-navigator-mobile__button {
align-items: center;
justify-content: space-between;
gap: 0.75rem;
width: 100%;
min-height: 44px;
padding: 10px 14px;
border: 1px solid #dcdcde;
border-radius: 6px;
background-color: #fff;
color: #1d2327;
font: inherit;
text-align: start;
cursor: pointer;
transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
:where(.nww-category-navigator-mobile__button:hover),
:where(.nww-category-navigator-mobile__button:focus-visible) {
background-color: #f7f7f7;
border-color: #c3c4c7;
}
.nww-category-navigator-mobile__button:focus-visible {
outline: 2px solid currentColor;
outline-offset: 2px;
}
.nww-category-navigator-mobile__button-label {
flex: 1 1 auto;
min-width: 0;
font-weight: 500;
}
.nww-category-navigator-mobile__chevron {
flex: 0 0 auto;
display: inline-block;
transition: transform 0.2s ease;
}
.nww-category-navigator.is-mobile-open .nww-category-navigator-mobile__chevron {
transform: rotate(180deg);
}
.nww-category-navigator-sheet__header {
align-items: center;
justify-content: space-between;
gap: 0.75rem;
padding: 12px 16px;
border-bottom: 1px solid #dcdcde;
flex-shrink: 0;
}
.nww-category-navigator-sheet__title {
margin: 0;
font-size: 1rem;
font-weight: 600;
color: #1d2327;
}
.nww-category-navigator-sheet__close {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
margin: 0;
padding: 0;
border: 0;
border-radius: 4px;
background-color: transparent;
font-size: 1.5rem;
line-height: 1;
color: #1d2327;
cursor: pointer;
}
.nww-category-navigator-sheet__close:focus-visible {
outline: 2px solid currentColor;
outline-offset: 2px;
}
.nww-category-navigator-sheet {
background-color: #fff; }
.nww-category-navigator-overlay {
position: fixed;
inset: 0;
z-index: var(--nww-cnav-overlay-z, 9998);
background-color: rgba(0, 0, 0, 0.4);
border: 0;
padding: 0;
margin: 0;
display: none;
pointer-events: none;
}
html.nww-cnav-no-scroll {
overflow: hidden;
}
@media (max-width: 767px) {
.nww-category-navigator--mobile-bottom_sheet.nww-category-navigator--js,
.nww-category-navigator--mobile-dropdown.nww-category-navigator--js {
position: relative;
gap: 0;
}
.nww-category-navigator--mobile-bottom_sheet.nww-category-navigator--js .nww-category-navigator-mobile__button,
.nww-category-navigator--mobile-dropdown.nww-category-navigator--js .nww-category-navigator-mobile__button {
display: flex;
}
.nww-category-navigator--mobile-bottom_sheet.nww-category-navigator--js .nww-category-navigator-sheet__header,
.nww-category-navigator--mobile-dropdown.nww-category-navigator--js .nww-category-navigator-sheet__header {
display: flex;
}
.nww-category-navigator--mobile-bottom_sheet.nww-category-navigator--js .nww-category-navigator-sheet {
position: fixed;
left: 0;
right: 0;
bottom: calc(
var(--nww-category-navigator-bottom-offset, 0px)
+ env(safe-area-inset-bottom, 0px)
);
z-index: var(--nww-cnav-sheet-z, 9999);
display: flex;
flex-direction: column;
max-height: calc(
80vh
- var(--nww-category-navigator-bottom-offset, 0px)
- env(safe-area-inset-bottom, 0px)
);
max-height: calc(
80dvh
- var(--nww-category-navigator-bottom-offset, 0px)
- env(safe-area-inset-bottom, 0px)
);
transform: translateY(100%);
transition: transform 0.2s ease;
visibility: hidden;
pointer-events: none;
}
:where(.nww-category-navigator--mobile-bottom_sheet.nww-category-navigator--js .nww-category-navigator-sheet) {
border-radius: 18px;
box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.12);
}
.nww-category-navigator--mobile-bottom_sheet.nww-category-navigator--js .nww-category-navigator-sheet.nww-category-navigator-sheet--open {
transform: translateY(0);
visibility: visible;
pointer-events: auto;
}
.nww-category-navigator--mobile-bottom_sheet.nww-category-navigator--js.is-mobile-open .nww-category-navigator-overlay,
.nww-category-navigator--mobile-bottom_sheet.nww-category-navigator--js.is-mobile-open .nww-category-navigator-overlay:not([hidden]) {
display: block;
pointer-events: auto;
}
.nww-category-navigator--mobile-bottom_sheet.nww-category-navigator--js .nww-category-navigator-sheet__body {
overflow-y: auto;
overscroll-behavior: contain;
-webkit-overflow-scrolling: touch;
padding: 12px 16px 16px;
flex: 1 1 auto;
min-height: 0;
}
.nww-category-navigator--mobile-dropdown.nww-category-navigator--js .nww-category-navigator-sheet {
position: absolute;
left: 0;
right: 0;
top: calc(100% + 6px);
z-index: var(--nww-cnav-sheet-z, 40);
display: flex;
flex-direction: column;
max-height: min(70vh, 480px);
transform: translateY(-6px);
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: transform 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
}
:where(.nww-category-navigator--mobile-dropdown.nww-category-navigator--js .nww-category-navigator-sheet) {
border: 1px solid #dcdcde;
border-radius: 8px;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.nww-category-navigator--mobile-dropdown.nww-category-navigator--js .nww-category-navigator-sheet.nww-category-navigator-sheet--open {
transform: translateY(0);
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.nww-category-navigator--mobile-dropdown.nww-category-navigator--js.is-mobile-open .nww-category-navigator-overlay,
.nww-category-navigator--mobile-dropdown.nww-category-navigator--js.is-mobile-open .nww-category-navigator-overlay:not([hidden]) {
display: block;
pointer-events: auto;
background: transparent;
}
.nww-category-navigator--mobile-dropdown.nww-category-navigator--js .nww-category-navigator-sheet__body {
overflow-y: auto;
-webkit-overflow-scrolling: touch;
padding: 12px;
}
} .nww-product-grid {
--nww-pg-cols: 4;
--nww-pg-actions-gap: 16px;
--nww-pg-title-lh: 1.3;
position: relative;
width: 100%;
max-width: 100%;
box-sizing: border-box;
}
.nww-product-grid *,
.nww-product-grid *::before,
.nww-product-grid *::after {
box-sizing: border-box;
}
.nww-product-grid__items {
display: grid;
grid-template-columns: repeat(var(--nww-pg-cols, 4), minmax(0, 1fr));
align-items: stretch;
width: 100%;
}
.nww-product-grid.is-loading,
.nww-product-grid.nww-is-loading,
.nww-product-grid.nww-results-updating {
opacity: 0.72;
transition: opacity 0.2s ease;
pointer-events: none;
} .nww-product-grid--equal-height .nww-product-card {
display: flex;
flex-direction: column;
height: 100%;
}
.nww-product-grid--equal-height .nww-product-card__content {
flex: 1 1 auto;
}
.nww-product-card__actions {
margin-top: auto;
padding-top: var(--nww-pg-actions-gap, 16px);
}
.nww-product-card {
position: relative;
min-width: 0;
transition: box-shadow 0.2s ease, transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.nww-product-card__image-link {
display: block;
text-decoration: none;
}
.nww-product-card__image-wrap {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
overflow: hidden;
position: relative;
}
.nww-product-card__image-wrap .nww-product-card__img,
.nww-product-card__img {
display: block;
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.nww-product-card__image-wrap--cover .nww-product-card__img {
object-fit: cover;
}
.nww-product-card__image-wrap--fill .nww-product-card__img {
object-fit: fill;
}
.nww-product-card__content {
display: flex;
flex-direction: column;
min-width: 0;
}
.nww-product-card__title {
margin: 0;
word-wrap: break-word;
overflow-wrap: break-word;
}
.nww-product-card__title--clamp-1,
.nww-product-card__title--clamp-2,
.nww-product-card__title--clamp-3 {
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
line-clamp: 2;
}
.nww-product-card__title--clamp-1 {
-webkit-line-clamp: 1;
line-clamp: 1;
}
.nww-product-card__title--clamp-2 {
-webkit-line-clamp: 2;
line-clamp: 2;
}
.nww-product-card__title--clamp-3 {
-webkit-line-clamp: 3;
line-clamp: 3;
}
.nww-product-card__title--reserve.nww-product-card__title--clamp-1 {
min-height: calc(var(--nww-pg-title-lh, 1.3) * 1em);
}
.nww-product-card__title--reserve.nww-product-card__title--clamp-2 {
min-height: calc(var(--nww-pg-title-lh, 1.3) * 2em);
}
.nww-product-card__title--reserve.nww-product-card__title--clamp-3 {
min-height: calc(var(--nww-pg-title-lh, 1.3) * 3em);
}
.nww-product-card__title-link {
text-decoration: none;
}
.nww-product-card__actions {
display: flex;
width: 100%;
}
.nww-product-card__button {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.4em;
text-align: center;
text-decoration: none;
max-width: 100%;
white-space: normal;
word-break: break-word;
line-height: 1.25;
transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.nww-product-card__button:focus-visible {
outline: 2px solid currentColor;
outline-offset: 2px;
}
.nww-product-card__button-icon {
display: inline-flex;
line-height: 1;
flex-shrink: 0;
}
.nww-product-card__button-icon svg {
width: 1em;
height: 1em;
fill: currentColor;
}
.nww-product-grid__empty {
grid-column: 1 / -1;
text-align: center;
}
.nww-product-grid__pagination {
margin-top: 1.5rem;
}
.nww-product-grid__page-list {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
list-style: none;
margin: 0;
padding: 0;
justify-content: center;
align-items: center;
}
.nww-product-grid__page-link {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 2.25rem;
padding: 0.35rem 0.65rem;
text-decoration: none;
}
.nww-product-grid__page-item.is-current .nww-product-grid__page-link,
.nww-product-grid__page-item.is-disabled .nww-product-grid__page-link {
pointer-events: none;
}
.nww-product-grid__page-item.is-disabled .nww-product-grid__page-link {
opacity: 0.45;
}
.nww-product-grid__orderby {
margin: 0 0 1rem;
}
.nww-product-grid--card-clickable .nww-product-card {
cursor: pointer;
}
.nww-product-grid .nww-pf-results-overlay {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
gap: 0.75rem;
background: rgba(255, 255, 255, 0.55);
z-index: 2;
}
.nww-product-grid .nww-pf-results-overlay[hidden] {
display: none;
}