:root {
--radius: 0.625rem;
--spacing: 0.25rem;
--wp--preset--color--border: #e5e5e5;
--wp--preset--color--input: #e5e5e5;
--wp--preset--color--ring: #a1a1a1;
--wp--preset--color--sidebar: #fafafa;
--wp--preset--color--sidebar-foreground: #0a0a0a;
--wp--preset--color--sidebar-primary: #171717;
--wp--preset--color--sidebar-primary-foreground: #fafafa;
--wp--preset--color--sidebar-accent: #f5f5f5;
--wp--preset--color--sidebar-accent-foreground: #171717;
--wp--preset--color--sidebar-border: #e5e5e5;
--wp--preset--color--sidebar-ring: #a1a1a1;
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
--default-transition-duration: 0.15s;
--text-xs--line-height: calc(1 / 0.75);
--text-sm--line-height: calc(1.25 / 0.875);
--text-base--line-height: calc(1.5 / 1);
--text-lg--line-height: calc(1.75 / 1.125);
--text-xl--line-height: calc(1.75 / 1.25);
--text-2xl--line-height: calc(2 / 1.5);
--text-3xl--line-height: calc(2.25 / 1.875);
--text-4xl--line-height: calc(2.5 / 2.25);
--text-5xl--line-height: 1;
--text-7xl--line-height: 1;
--border: var(--wp--preset--color--border);
--input: var(--wp--preset--color--input);
--ring: var(--wp--preset--color--ring);
--sidebar: var(--wp--preset--color--sidebar);
--sidebar-foreground: var(--wp--preset--color--sidebar-foreground);
--sidebar-primary: var(--wp--preset--color--sidebar-primary);
--sidebar-primary-foreground: var(
--wp--preset--color--sidebar-primary-foreground
);
--sidebar-accent: var(--wp--preset--color--sidebar-accent);
--sidebar-accent-foreground: var(
--wp--preset--color--sidebar-accent-foreground
);
--sidebar-border: var(--wp--preset--color--sidebar-border);
--sidebar-ring: var(--wp--preset--color--sidebar-ring);
--code: var(--wp--preset--color--code);
--code-foreground: var(--wp--preset--color--code-foreground);
--background: var(--wp--preset--color--background);
--foreground: var(--wp--preset--color--foreground);
--card: var(--wp--preset--color--card);
--card-foreground: var(--wp--preset--color--card-foreground);
--popover: var(--wp--preset--color--popover);
--popover-foreground: var(--wp--preset--color--popover-foreground);
--primary: var(--wp--preset--color--primary);
--primary-foreground: var(--wp--preset--color--primary-foreground);
--secondary: var(--wp--preset--color--secondary);
--secondary-foreground: var(--wp--preset--color--secondary-foreground);
--muted: var(--wp--preset--color--muted);
--muted-foreground: var(--wp--preset--color--muted-foreground);
--accent: var(--wp--preset--color--accent);
--accent-foreground: var(--wp--preset--color--accent-foreground);
--destructive: var(--wp--preset--color--destructive);
--destructive-foreground: var(--wp--preset--color--destructive-foreground);
}
.dark {
--wp--preset--color--background: #0a0a0a;
--wp--preset--color--foreground: #fafafa;
--wp--preset--color--card: #171717;
--wp--preset--color--card-foreground: #fafafa;
--wp--preset--color--popover: #262626;
--wp--preset--color--popover-foreground: #fafafa;
--wp--preset--color--primary: #e5e5e5;
--wp--preset--color--primary-foreground: #171717;
--wp--preset--color--secondary: #262626;
--wp--preset--color--secondary-foreground: #fafafa;
--wp--preset--color--muted: #262626;
--wp--preset--color--muted-foreground: #a1a1a1;
--wp--preset--color--accent: #404040;
--wp--preset--color--accent-foreground: #fafafa;
--wp--preset--color--destructive: #ff6467;
--wp--preset--color--border: rgba(255, 255, 255, 0.1);
--wp--preset--color--input: rgba(255, 255, 255, 0.15);
--wp--preset--color--ring: rgb(115, 115, 115);
--wp--preset--color--sidebar: #171717;
--wp--preset--color--sidebar-foreground: #fafafa;
--wp--preset--color--sidebar-primary: #1447e6;
--wp--preset--color--sidebar-primary-foreground: #fafafa;
--wp--preset--color--sidebar-accent: #262626;
--wp--preset--color--sidebar-accent-foreground: #fafafa;
--wp--preset--color--sidebar-border: rgba(255, 255, 255, 0.1);
--wp--preset--color--sidebar-ring: #525252;
--wp--preset--color--code: #161616;
--wp--preset--color--code-foreground: #a1a1a2;
} * {
border-color: var(--border);
}
body {
font-feature-settings: "rlig" 1, "calt" 1;
}
button[disabled] {
opacity: 0.5;
}
fieldset {
border: 1px solid var(--border);
} table,
.wp-block-table table {
border-collapse: collapse;
border: 1px solid color-mix(in oklab, var(--border) 85%, transparent);
}
table th,
table td,
.wp-block-table th,
.wp-block-table td {
border: 1px solid color-mix(in oklab, var(--border) 85%, transparent);
padding: 0.75rem 1rem;
} .wp-block-button__link {
transition-property: all;
transition-timing-function: var(--default-transition-timing-function);
transition-duration: var(--default-transition-duration);
cursor: pointer;
display: inline-flex;
align-items: center;
justify-content: center;
text-decoration: none;
} .wp-block-button__link,
.wp-element-button,
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
border-radius: 9999px !important;
} .wp-block-button.is-style-outline .wp-block-button__link {
background-color: transparent;
color: var(--primary);
border: 1px solid var(--border);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
background-color: var(--accent);
color: var(--accent-foreground);
}
.wp-block-button.is-style-secondary .wp-block-button__link {
background-color: var(--secondary);
color: var(--secondary-foreground);
}
.wp-block-button.is-style-secondary .wp-block-button__link:hover {
background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
}
.wp-block-button.is-style-destructive .wp-block-button__link {
background-color: var(--destructive);
color: var(--destructive-foreground);
}
.wp-block-button.is-style-destructive .wp-block-button__link:hover {
background-color: color-mix(in oklab, var(--destructive) 90%, transparent);
}
.wp-block-button.is-style-ghost .wp-block-button__link {
background-color: transparent;
color: var(--primary);
}
.wp-block-button.is-style-ghost .wp-block-button__link:hover {
background-color: var(--accent);
color: var(--accent-foreground);
} .dark-mode-toggle {
display: none !important;
justify-content: center;
border-radius: calc(var(--radius) - 2px);
transition-property: background-color;
transition-timing-function: var(--default-transition-timing-function);
transition-duration: var(--default-transition-duration);
}
.dark-mode-toggle:hover {
background-color: var(--accent);
}
.dark-mode-toggle svg {
width: 1.25rem;
height: 1.25rem;
} .has-xs-font-size {
line-height: var(--text-xs--line-height);
}
.has-sm-font-size {
line-height: var(--text-sm--line-height);
}
.has-base-font-size {
line-height: var(--text-base--line-height);
}
.has-lg-font-size {
line-height: var(--text-lg--line-height);
}
.has-xl-font-size {
line-height: var(--text-xl--line-height);
}
.has-2-xl-font-size {
line-height: var(--text-2xl--line-height);
}
.has-3-xl-font-size {
line-height: var(--text-3xl--line-height);
}
.has-4-xl-font-size {
line-height: var(--text-4xl--line-height);
}
.has-5-xl-font-size {
line-height: var(--text-5xl--line-height);
}
.has-7-xl-font-size {
line-height: var(--text-7xl--line-height);
} @media (prefers-reduced-motion: reduce) {
* {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
} @media print {
.dark-mode-toggle {
display: none;
}
* {
background: white !important;
color: black !important;
}
} @media screen and (min-width: 600px) {
.wp-block-navigation.is-style-pill .wp-block-navigation-item__content {
text-decoration: none;
}
.wp-block-navigation.is-style-pill .wp-block-navigation-item.has-child,
.wp-block-navigation.is-style-pill .wp-block-navigation-submenu__toggle {
cursor: default;
}
.wp-block-navigation.is-style-pill .wp-block-navigation-item__content {
padding: var(--wp--preset--spacing--2) var(--wp--preset--spacing--3);
}
.wp-block-navigation.is-style-pill
ul:not(.wp-block-navigation__submenu-container)
> .wp-block-navigation-item {
background-color: var(--background);
border-radius: calc(var(--radius) - 2px);
}
.wp-block-navigation.is-style-pill
ul:not(.wp-block-navigation__submenu-container)
> .wp-block-navigation-item
> .wp-block-navigation-item__content {
color: var(--foreground);
border-radius: calc(var(--radius) - 2px);
}
.wp-block-navigation.is-style-pill
ul:not(.wp-block-navigation__submenu-container)
> .wp-block-navigation-item:hover {
background-color: var(--accent);
}
.wp-block-navigation.is-style-pill
ul:not(.wp-block-navigation__submenu-container)
> .wp-block-navigation-item:hover
> .wp-block-navigation-item__content {
color: var(--accent-foreground);
}
.wp-block-navigation.is-style-pill
ul:not(.wp-block-navigation__submenu-container)
> .wp-block-navigation-item:has(.wp-block-navigation-submenu__toggle)
> .wp-block-navigation-item__content {
padding-right: 0;
}
.wp-block-navigation.is-style-pill .wp-block-navigation-submenu__toggle {
width: unset;
display: flex;
align-items: center;
justify-content: center;
padding: var(--wp--preset--spacing--2) var(--wp--preset--spacing--4);
margin: 0;
}
.wp-block-navigation.is-style-pill
ul:not(.wp-block-navigation__submenu-container)
> .wp-block-navigation-item
> .wp-block-navigation-submenu__toggle
svg {
transition-property: transform;
transition-timing-function: var(--default-transition-timing-function);
transition-duration: var(--default-transition-duration);
}
.wp-block-navigation.is-style-pill
ul:not(.wp-block-navigation__submenu-container)
> .wp-block-navigation-item:hover
> .wp-block-navigation-submenu__toggle
svg {
transform: rotate(180deg);
}
.wp-block-navigation.is-style-pill .wp-block-navigation__submenu-container {
padding: var(--wp--preset--spacing--2);
border-radius: calc(var(--radius) - 2px);
border: 1px solid var(--border);
margin-top: var(--wp--preset--spacing--2);
box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}
.wp-block-navigation.is-style-pill
.wp-block-navigation__submenu-container::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
top: calc(var(--wp--preset--spacing--3) * -1);
z-index: -1;
}
.wp-block-navigation.is-style-pill
.wp-block-navigation__submenu-container
> .wp-block-navigation-item {
border-radius: calc(var(--radius) - 4px);
}
.wp-block-navigation.is-style-pill
.wp-block-navigation__submenu-container
> .wp-block-navigation-item:hover {
background-color: var(--accent);
color: var(--accent-foreground);
}
.dark
.wp-block-navigation.is-style-pill
.wp-block-navigation__submenu-container {
background-color: var(--popover) !important;
}
}
@media screen and (max-width: 768px) {
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation__submenu-container {
gap: var(--wp--preset--spacing--5);
}
} .molecule-top-nav {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
z-index: 50;
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
background-color: rgb(255 255 255 / 88%) !important;
border-bottom: 1px solid #e5e7eb;
color: #111827; padding-right: 0 !important;
padding-left: 0 !important;
}
.wp-site-blocks {
padding-top: var(--molecule-top-nav-offset, 0px);
} :where(.wp-site-blocks) > .molecule-top-nav {
margin-block-start: 0 !important;
} hr,
hr.wp-block-separator,
.wp-block-separator {
appearance: none;
-webkit-appearance: none;
background: transparent !important;
border: 0 !important;
border-top: 1px solid
color-mix(in oklab, var(--border) 85%, transparent)
!important;
box-shadow: none !important;
filter: none !important;
}
.wp-block-separator.has-alpha-channel-opacity {
opacity: 1 !important;
} body.admin-bar .molecule-top-nav {
top: 32px;
}
@media (max-width: 782px) {
body.admin-bar .molecule-top-nav {
top: 46px;
}
} .molecule-top-nav-inner {
max-width: 80rem;
margin-left: auto !important;
margin-right: auto !important;
padding-top: 0.95rem;
padding-bottom: 0.95rem;
padding-right: 1rem !important;
padding-left: 1rem !important;
box-sizing: border-box;
} @media (min-width: 640px) {
.molecule-top-nav-inner {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
}
@media (min-width: 1024px) {
.molecule-top-nav-inner {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
}
.molecule-top-nav-mobile {
display: grid !important;
grid-template-columns: 1fr auto 1fr;
align-items: center;
column-gap: 0.5rem;
}
.molecule-top-nav-mobile .molecule-top-nav-icons {
justify-content: flex-end;
overflow: visible;
flex-shrink: 0;
}
.molecule-top-nav-mobile .molecule-top-nav-icons .molecule-icon-link {
flex-shrink: 0;
} .molecule-mobile-menu-button {
display: inline-flex;
align-items: center;
justify-content: center;
width: 2.5rem;
height: 2.5rem;
border-radius: calc(var(--radius) - 2px);
background: transparent;
border: 0;
color: #111827;
cursor: pointer;
padding: 0;
transition: background-color var(--default-transition-duration)
var(--default-transition-timing-function);
}
.molecule-mobile-menu-button:hover,
.molecule-mobile-menu-button:focus-visible {
background-color: var(--accent);
outline: none;
}
.molecule-mobile-menu-button svg {
width: 22px;
height: 22px;
} .molecule-mobile-drawer-backdrop {
position: fixed;
inset: 0;
z-index: 1099;
background-color: rgb(0 0 0 / 0.4);
opacity: 0;
transition: opacity var(--default-transition-duration)
var(--default-transition-timing-function);
}
.molecule-mobile-drawer-backdrop.is-open {
opacity: 1;
} .molecule-mobile-drawer {
position: fixed;
top: 0;
left: 0;
bottom: 0;
z-index: 1100;
width: min(80vw, 320px);
background-color: var(--background, #ffffff);
box-shadow: 2px 0 12px rgb(0 0 0 / 0.15);
display: flex;
flex-direction: column;
transform: translateX(-100%);
transition: transform var(--default-transition-duration)
var(--default-transition-timing-function);
overflow-y: auto;
}
.molecule-mobile-drawer.is-open {
transform: translateX(0);
} .molecule-mobile-drawer-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0.75rem 1rem;
border-bottom: 1px solid var(--border, #e5e7eb);
} .molecule-mobile-drawer-close {
display: inline-flex;
align-items: center;
justify-content: center;
width: 2.5rem;
height: 2.5rem;
border-radius: calc(var(--radius) - 2px);
background: transparent;
border: 0;
color: #111827;
cursor: pointer;
padding: 0;
flex-shrink: 0;
transition: background-color var(--default-transition-duration)
var(--default-transition-timing-function);
}
.molecule-mobile-drawer-close:hover,
.molecule-mobile-drawer-close:focus-visible {
background-color: var(--accent);
outline: none;
}
.molecule-mobile-drawer-close svg {
width: 24px;
height: 24px;
} .molecule-mobile-drawer-quick-icons {
display: flex;
align-items: center;
gap: 0.25rem;
}
.molecule-mobile-drawer-quick-icons a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 2.5rem;
height: 2.5rem;
border-radius: calc(var(--radius) - 2px);
background: transparent;
color: #111827;
text-decoration: none;
position: relative;
transition: background-color var(--default-transition-duration)
var(--default-transition-timing-function);
}
.molecule-mobile-drawer-quick-icons a:hover,
.molecule-mobile-drawer-quick-icons a:focus-visible {
background-color: var(--accent);
}
.molecule-mobile-drawer-quick-icons svg {
width: 22px;
height: 22px;
} .molecule-mobile-drawer-nav {
display: flex;
flex-direction: column;
padding: 1rem;
gap: 0.25rem;
}
.molecule-mobile-drawer-nav a {
display: block;
padding: 0.625rem 0.75rem;
border-radius: calc(var(--radius) - 2px);
color: #111827;
text-decoration: none;
font-size: var(--wp--preset--font-size--sm, 0.9375rem);
font-weight: 500;
transition: background-color var(--default-transition-duration)
var(--default-transition-timing-function);
}
.molecule-mobile-drawer-nav a:hover,
.molecule-mobile-drawer-nav a:focus-visible {
background-color: var(--accent);
}
.molecule-top-nav-logo .custom-logo-link {
display: inline-flex;
align-items: center;
}
.molecule-top-nav-logo img,
.molecule-top-nav-logo .custom-logo {
width: auto;
height: 24px;
max-height: 24px;
}
.molecule-top-nav-icons {
display: flex;
align-items: center;
gap: 0.5rem;
flex-wrap: nowrap;
}
.molecule-top-nav-icons > * {
margin: 0 !important;
}
.molecule-icon-link {
color: #111827;
display: inline-flex;
align-items: center;
justify-content: center;
width: 2.5rem;
height: 2.5rem;
border-radius: calc(var(--radius) - 2px);
background: transparent;
text-decoration: none;
transition: background-color var(--default-transition-duration)
var(--default-transition-timing-function);
}
.molecule-icon-link:hover,
.molecule-icon-link:focus-visible {
background-color: #f3f4f6;
color: #111827;
}
.molecule-cart-icon-link {
position: relative;
}
.molecule-cart-count {
position: absolute;
top: 0.375rem;
right: 0.35rem;
transform: translate(50%, -50%);
min-width: 1.125rem;
height: 1.125rem;
padding: 0 0.2rem;
border-radius: 9999px;
background-color: #000000;
color: #ffffff;
font-size: 0.625rem;
font-weight: 600;
line-height: 1.125rem;
text-align: center;
pointer-events: none;
}
.molecule-top-nav-desktop {
display: none !important;
margin-top: 0 !important;
} .molecule-top-nav,
.molecule-top-nav-inner,
.molecule-top-nav-desktop,
.molecule-desktop-navigation {
overflow: visible;
} .molecule-desktop-navigation {
display: flex;
align-items: center;
gap: 0.25rem;
}
.molecule-desktop-navigation > a {
color: #111827;
font-size: var(--wp--preset--font-size--sm);
text-decoration: none;
padding: 0.375rem 0.5rem;
border-radius: calc(var(--radius) - 2px);
transition: background-color var(--default-transition-duration)
var(--default-transition-timing-function);
}
.molecule-desktop-navigation > a:hover,
.molecule-desktop-navigation > a:focus-visible {
background-color: #f3f4f6;
color: #111827;
} .molecule-desktop-nav-dropdown {
position: relative;
display: inline-flex;
align-items: center;
} .molecule-desktop-dropdown-toggle {
display: inline-flex;
align-items: center;
gap: 0.2rem;
color: #111827;
font-size: var(--wp--preset--font-size--sm);
font-family: inherit;
font-weight: inherit;
line-height: inherit;
letter-spacing: inherit;
text-decoration: none;
padding: 0.375rem 0.5rem;
border-radius: calc(var(--radius) - 2px) !important;
border: 0;
background: transparent;
cursor: pointer;
-webkit-appearance: none;
appearance: none;
transition: background-color var(--default-transition-duration)
var(--default-transition-timing-function);
}
.molecule-desktop-dropdown-toggle:hover,
.molecule-desktop-dropdown-toggle:focus-visible {
background-color: #f3f4f6;
color: #111827;
}
.molecule-desktop-dropdown-toggle svg {
width: 0.85rem;
height: 0.85rem;
transition: transform var(--default-transition-duration)
var(--default-transition-timing-function);
}
.molecule-desktop-nav-dropdown.is-open .molecule-desktop-dropdown-toggle svg {
transform: rotate(180deg);
} .molecule-desktop-nav-dropdown::after {
content: "";
position: absolute;
left: 0;
right: 0;
top: 100%;
height: 0.35rem;
pointer-events: auto;
} .molecule-desktop-dropdown-panel {
position: absolute;
top: calc(100% + 0.35rem);
left: 0;
z-index: 1001;
min-width: 10rem;
padding: 0.25rem;
background-color: #ffffff;
border: 1px solid #e5e7eb;
border-radius: var(--radius, 0.5rem);
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); overflow: hidden;
}
.molecule-desktop-dropdown-panel a {
display: block;
padding: 0.375rem 0.5rem;
border-radius: calc(var(--radius) - 4px);
font-size: var(--wp--preset--font-size--sm);
color: #111827;
text-decoration: none;
white-space: nowrap;
transition: background-color var(--default-transition-duration)
var(--default-transition-timing-function); box-sizing: border-box;
width: 100%;
max-width: 100%;
}
.molecule-desktop-dropdown-panel a:hover,
.molecule-desktop-dropdown-panel a:focus-visible {
background-color: #f3f4f6;
color: #111827;
} .page main .wp-block-post-title {
max-width: var(--wp--style--global--content-size);
margin-top: 0;
margin-right: auto;
margin-bottom: var(--wp--preset--spacing--6);
margin-left: auto;
text-align: left;
} footer .wp-block-navigation .wp-block-navigation-item__content,
footer .wp-block-navigation .wp-block-navigation-item__label {
font-weight: 400;
} body {
--wp--style--root--padding-right: 1rem;
--wp--style--root--padding-left: 1rem;
}
@media (min-width: 640px) {
body {
--wp--style--root--padding-right: 1.5rem;
--wp--style--root--padding-left: 1.5rem;
}
.wp-site-blocks > .has-global-padding,
.wp-block-template-part > .has-global-padding {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
}
@media (min-width: 1024px) {
body {
--wp--style--root--padding-right: 2rem;
--wp--style--root--padding-left: 2rem;
}
.wp-site-blocks > .has-global-padding,
.wp-block-template-part > .has-global-padding {
padding-right: 2rem !important;
padding-left: 2rem !important;
}
.molecule-top-nav-mobile {
display: none !important;
}
.molecule-top-nav-desktop {
display: grid !important;
grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
align-items: center;
column-gap: 1rem;
margin-top: 0 !important;
} .molecule-top-nav-desktop .molecule-top-nav-logo,
.molecule-top-nav-desktop .molecule-top-nav-icons {
min-width: 0;
}
.molecule-top-nav-desktop .molecule-top-nav-logo {
display: flex;
align-items: center;
justify-content: flex-start;
}
.molecule-top-nav-desktop .molecule-top-nav-icons {
display: flex;
align-items: center;
justify-content: flex-end;
}
.molecule-top-nav-desktop .molecule-desktop-navigation {
justify-self: center;
justify-content: center;
min-width: 0;
}
} @media (max-width: 1023px) {
.molecule-top-nav {
backdrop-filter: none;
-webkit-backdrop-filter: none;
}
} @media (max-width: 639px) {
.molecule-top-nav-mobile .molecule-header-search,
.molecule-top-nav-mobile .molecule-header-account {
display: none !important;
}
} input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="url"],
input[type="tel"],
textarea,
.wp-block-search__input,
.wc-block-components-textarea,
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form
.wc-block-components-text-input
input[type="password"],
.wc-block-components-form .wc-block-components-text-input input[type="search"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input textarea,
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="password"],
.wc-block-components-text-input input[type="search"],
.wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input textarea,
select,
.wc-blocks-components-select .wc-blocks-components-select__select,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row select,
.woocommerce-page form .form-row textarea.input-text {
background-color: transparent;
color: var(--foreground) !important;
border-width: 1px !important;
border-style: solid;
border-color: var(--border);
border-radius: calc(var(--radius) - 2px) !important;
padding: 0.25rem 0.75rem !important;
font-size: 0.875rem !important;
line-height: 1.25/0.875 !important;
height: calc(var(--spacing) * 9);
box-shadow: 0 0.0625rem 0.125rem 0 rgb(0 0 0 / 0.05);
transition-property: border-color;
transition-timing-function: var(--default-transition-timing-function);
transition-duration: var(--default-transition-duration);
}
textarea,
.wc-block-components-textarea,
.wc-block-components-form .wc-block-components-text-input textarea {
height: auto;
}
.wp-block-search__input:focus-visible,
.wp-block-search__input:focus,
input[type="text"]:focus-visible,
input[type="text"]:focus,
input[type="email"]:focus-visible,
input[type="email"]:focus,
input[type="password"]:focus-visible,
input[type="password"]:focus,
input[type="search"]:focus-visible,
input[type="search"]:focus,
input[type="url"]:focus-visible,
input[type="url"]:focus,
input[type="tel"]:focus-visible,
input[type="tel"]:focus,
input[type="number"]:focus-visible,
input[type="number"]:focus,
textarea:focus-visible,
textarea:focus,
.wc-block-components-form
.wc-block-components-text-input
input[type="text"]:focus-visible,
.wc-block-components-form
.wc-block-components-text-input
input[type="text"]:focus,
.wc-block-components-form
.wc-block-components-text-input
input[type="email"]:focus-visible,
.wc-block-components-form
.wc-block-components-text-input
input[type="email"]:focus,
.wc-block-components-form
.wc-block-components-text-input
input[type="password"]:focus-visible,
.wc-block-components-form
.wc-block-components-text-input
input[type="password"]:focus,
.wc-block-components-form
.wc-block-components-text-input
input[type="search"]:focus-visible,
.wc-block-components-form
.wc-block-components-text-input
input[type="search"]:focus,
.wc-block-components-form
.wc-block-components-text-input
input[type="url"]:focus-visible,
.wc-block-components-form
.wc-block-components-text-input
input[type="url"]:focus,
.wc-block-components-form
.wc-block-components-text-input
input[type="tel"]:focus-visible,
.wc-block-components-form
.wc-block-components-text-input
input[type="tel"]:focus,
.wc-block-components-form
.wc-block-components-text-input
input[type="number"]:focus-visible,
.wc-block-components-form
.wc-block-components-text-input
input[type="number"]:focus,
.wc-block-components-text-input input[type="text"]:focus-visible,
.wc-block-components-text-input input[type="text"]:focus,
.wc-block-components-text-input input[type="email"]:focus-visible,
.wc-block-components-text-input input[type="email"]:focus,
.wc-block-components-text-input input[type="number"]:focus-visible,
.wc-block-components-text-input input[type="number"]:focus,
.wc-block-components-text-input input[type="password"]:focus-visible,
.wc-block-components-text-input input[type="password"]:focus,
.wc-block-components-text-input input[type="search"]:focus-visible,
.wc-block-components-text-input input[type="search"]:focus,
.wc-block-components-text-input input[type="tel"]:focus-visible,
.wc-block-components-text-input input[type="tel"]:focus,
.wc-block-components-text-input input[type="url"]:focus-visible,
.wc-block-components-text-input input[type="url"]:focus,
.wc-block-components-textarea:focus-visible,
.wc-block-components-textarea:focus,
select:focus-visible,
select:focus,
.wc-blocks-components-select .wc-blocks-components-select__select:focus-visible,
.wc-blocks-components-select .wc-blocks-components-select__select:focus,
.woocommerce-page form .form-row input.input-text:focus-visible,
.woocommerce-page form .form-row input.input-text:focus,
.woocommerce-page form .form-row select:focus-visible,
.woocommerce-page form .form-row select:focus,
.woocommerce-page form .form-row textarea.input-text:focus-visible,
.woocommerce-page form .form-row textarea.input-text:focus {
outline: none;
border-color: var(--ring);
box-shadow: 0 0 0 3px color-mix(in oklab, oklch(70.8% 0 0) 50%, transparent);
}
select,
.wc-blocks-components-select .wc-blocks-components-select__select {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='oklch(80.6% 0 0)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-position: right 0.75rem center;
background-repeat: no-repeat;
background-size: 0.75rem auto;
appearance: none;
} select option {
background-color: var(--background);
color: var(--foreground);
padding: 0.5rem;
}
select option:checked {
background: linear-gradient(var(--primary), var(--primary));
background-color: var(--primary);
color: var(--primary-foreground);
}
input[type="checkbox"],
.wc-block-components-checkbox
.wc-block-components-checkbox__input[type="checkbox"],
input[type="radio"],
.wc-block-components-checkbox
.wc-block-components-checkbox__input[type="radio"],
.wc-block-components-radio-control .wc-block-components-radio-control__input {
display: inline-flex;
appearance: none;
-webkit-appearance: none;
cursor: inherit;
width: 16px;
height: 16px;
min-width: 16px;
min-height: 16px;
background-color: transparent;
border-width: 1px;
border-style: solid;
border-color: var(--border);
border-radius: 4px;
color: var(--primary-foreground);
box-shadow: none;
}
input[type="checkbox"],
.wc-block-components-checkbox
.wc-block-components-checkbox__input[type="checkbox"] {
position: relative;
}
input[type="checkbox"]:checked,
.wc-block-components-checkbox
.wc-block-components-checkbox__input[type="checkbox"]:checked {
background-color: var(--primary);
}
input[type="radio"],
.wc-block-components-checkbox
.wc-block-components-checkbox__input[type="radio"],
.wc-block-components-radio-control .wc-block-components-radio-control__input {
border-radius: 100%;
}
input[type="checkbox"]:checked::after,
.wc-block-components-checkbox
.wc-block-components-checkbox__input[type="checkbox"]:checked::after {
content: "";
position: absolute;
left: 5px;
top: 1.5px;
width: 3.5px;
height: 8px;
border: solid currentColor;
border-width: 0 1px 1px 0;
-webkit-transform: rotate(45deg) translate(-50%, -50%);
-ms-transform: rotate(45deg) translate(-50%, -50%);
transform: rotate(45deg);
}
input[type="radio"]:checked,
.wc-block-components-checkbox
.wc-block-components-checkbox__input[type="radio"]:checked,
.wc-block-components-radio-control
.wc-block-components-radio-control__input:checked {
border-color: var(--border);
}
input[type="radio"]:checked::before,
.wc-block-components-checkbox
.wc-block-components-checkbox__input[type="radio"]:checked::before,
.wc-block-components-radio-control
.wc-block-components-radio-control__input:checked::before {
width: calc(var(--spacing) * 2);
height: calc(var(--spacing) * 2);
min-width: calc(var(--spacing) * 2);
min-height: calc(var(--spacing) * 2);
border-radius: 100%;
background-color: var(--primary);
}
input[type="checkbox"]:focus-visible,
input[type="checkbox"]:focus,
.wc-block-components-checkbox
.wc-block-components-checkbox__input[type="checkbox"]:focus-visible,
.wc-block-components-checkbox
.wc-block-components-checkbox__input[type="checkbox"]:focus,
input[type="radio"]:focus-visible,
input[type="radio"]:focus,
.wc-block-components-checkbox
.wc-block-components-checkbox__input[type="radio"]:focus-visible,
.wc-block-components-checkbox
.wc-block-components-checkbox__input[type="radio"]:focus,
.wc-block-components-radio-control
.wc-block-components-radio-control__input:focus-visible,
.wc-block-components-radio-control
.wc-block-components-radio-control__input:focus {
outline: none;
} .dark .wp-block-search__input,
.dark input[type="text"],
.dark input[type="email"],
.dark input[type="password"],
.dark input[type="number"],
.dark input[type="search"],
.dark input[type="url"],
.dark input[type="tel"],
.dark textarea,
.dark .wc-block-components-textarea,
.dark
.wc-block-components-form
.wc-block-components-text-input
input[type="text"],
.dark
.wc-block-components-form
.wc-block-components-text-input
input[type="email"],
.dark
.wc-block-components-form
.wc-block-components-text-input
input[type="password"],
.dark
.wc-block-components-form
.wc-block-components-text-input
input[type="number"],
.dark
.wc-block-components-form
.wc-block-components-text-input
input[type="search"],
.dark
.wc-block-components-form
.wc-block-components-text-input
input[type="tel"],
.dark
.wc-block-components-form
.wc-block-components-text-input
input[type="url"],
.dark .wc-block-components-text-input input[type="text"],
.dark .wc-block-components-text-input input[type="email"],
.dark .wc-block-components-text-input input[type="number"],
.dark .wc-block-components-text-input input[type="password"],
.dark .wc-block-components-text-input input[type="search"],
.dark .wc-block-components-text-input input[type="tel"],
.dark .wc-block-components-text-input input[type="url"],
.dark .wc-block-components-textarea,
.dark select,
.dark .wc-blocks-components-select .wc-blocks-components-select__select,
.dark input[type="checkbox"],
.dark
.wc-block-components-checkbox
.wc-block-components-checkbox__input[type="checkbox"],
input[type="radio"],
.dark
.wc-block-components-checkbox
.wc-block-components-checkbox__input[type="radio"],
.dark
.wc-block-components-radio-control
.wc-block-components-radio-control__input {
background-color: color-mix(in oklab, var(--input) 30%, transparent);
}
.dark .wp-block-search__input:focus-visible,
.dark .wp-block-search__input:focus,
.dark input[type="text"]:focus-visible,
.dark input[type="text"]:focus,
.dark input[type="email"]:focus-visible,
.dark input[type="email"]:focus,
.dark input[type="password"]:focus-visible,
.dark input[type="password"]:focus,
.dark input[type="search"]:focus-visible,
.dark input[type="search"]:focus,
.dark input[type="tel"]:focus-visible,
.dark input[type="tel"]:focus,
.dark input[type="url"]:focus-visible,
.dark input[type="url"]:focus,
.dark input[type="number"]:focus-visible,
.dark input[type="number"]:focus,
.dark textarea:focus-visible,
.dark textarea:focus,
.dark
.wc-block-components-form
.wc-block-components-text-input
input[type="text"]:focus-visible,
.dark
.wc-block-components-form
.wc-block-components-text-input
input[type="text"]:focus,
.dark
.wc-block-components-form
.wc-block-components-text-input
input[type="email"]:focus-visible,
.dark
.wc-block-components-form
.wc-block-components-text-input
input[type="email"]:focus-visible,
.dark
.wc-block-components-form
.wc-block-components-text-input
input[type="number"]:focus-visible,
.dark
.wc-block-components-form
.wc-block-components-text-input
input[type="number"]:focus,
.dark
.wc-block-components-form
.wc-block-components-text-input
input[type="password"]:focus-visible,
.dark
.wc-block-components-form
.wc-block-components-text-input
input[type="password"]:focus,
.dark
.wc-block-components-form
.wc-block-components-text-input
input[type="search"]:focus-visible,
.dark
.wc-block-components-form
.wc-block-components-text-input
input[type="search"]:focus,
.dark
.wc-block-components-form
.wc-block-components-text-input
input[type="tel"]:focus-visible,
.dark
.wc-block-components-form
.wc-block-components-text-input
input[type="tel"]:focus,
.dark
.wc-block-components-form
.wc-block-components-text-input
input[type="url"]:focus-visible,
.dark
.wc-block-components-form
.wc-block-components-text-input
input[type="url"]:focus,
.dark .wc-block-components-textarea:focus-visible,
.dark .wc-block-components-textarea:focus,
.dark .wc-block-components-text-input input[type="text"]:focus-visible,
.dark .wc-block-components-text-input input[type="text"]:focus,
.dark .wc-block-components-text-input input[type="email"]:focus-visible,
.dark .wc-block-components-text-input input[type="email"]:focus,
.dark .wc-block-components-text-input input[type="number"]:focus-visible,
.dark .wc-block-components-text-input input[type="number"]:focus,
.dark .wc-block-components-text-input input[type="password"]:focus-visible,
.dark .wc-block-components-text-input input[type="password"]:focus,
.dark .wc-block-components-text-input input[type="search"]:focus-visible,
.dark .wc-block-components-text-input input[type="search"]:focus,
.dark .wc-block-components-text-input input[type="tel"]:focus-visible,
.dark .wc-block-components-text-input input[type="tel"]:focus,
.dark .wc-block-components-text-input input[type="url"]:focus-visible,
.dark .wc-block-components-text-input input[type="url"]:focus,
.dark select:focus-visible,
.dark select:focus,
.dark
.wc-blocks-components-select
.wc-blocks-components-select__select:focus-visible,
.dark .wc-blocks-components-select .wc-blocks-components-select__select:focus {
border-width: 1px !important;
box-shadow: 0 0 0 3px color-mix(in oklab, oklch(55.6% 0 0) 50%, transparent);
}
.dark select,
.dark .wc-blocks-components-select .wc-blocks-components-select__select {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='oklch(100% 0 0/.15)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.dark input[type="checkbox"]:checked,
.dark
.wc-block-components-checkbox
.wc-block-components-checkbox__input[type="checkbox"]:checked {
background-color: var(--primary);
} .molecule-home-main {
display: block;
}
.molecule-hero-badge {
display: inline-flex;
border: 1px solid #e5e7eb;
border-radius: 9999px;
padding: 0.4rem 0.75rem;
background-color: #ffffff;
gap: 0.5rem;
}
.molecule-stars {
margin: 0;
letter-spacing: 0.06em;
line-height: 1;
font-size: 0.8rem;
}
.molecule-hero-cover {
border-radius: 1.5rem;
overflow: hidden;
}
.molecule-hero-cover.wp-block-image {
width: 100%;
margin: 0;
}
.molecule-hero-cover.wp-block-image img {
display: block;
width: 100%;
height: auto;
}
.molecule-product-grid .wp-block-post-template {
margin-top: var(--wp--preset--spacing--6);
}
.molecule-product-card .wc-block-components-product-price {
font-weight: 600;
}
.molecule-product-card .wp-block-post-title {
margin-top: var(--wp--preset--spacing--3);
margin-bottom: var(--wp--preset--spacing--2);
}
.molecule-product-card .wp-block-post-title a,
.molecule-product-card .wp-block-post-title a:visited,
.molecule-product-card .wp-block-post-title a:hover,
.molecule-product-card .wp-block-post-title a:focus,
.molecule-product-card .wp-block-post-title a:focus-visible {
text-decoration: none !important;
}
.molecule-why-choose {
background: color-mix(in oklab, var(--background) 94%, #f4f4f5);
}
.molecule-feature-panel {
border: 1px solid #e5e7eb;
border-radius: 0.75rem;
background: #ffffff;
padding: 1rem 1.25rem;
margin-bottom: 0.85rem;
}
.molecule-feature-panel > summary {
cursor: pointer;
font-size: 1.25rem;
font-weight: 500;
list-style: none;
}
.molecule-feature-panel > summary::-webkit-details-marker {
display: none;
}
.molecule-feature-panel > p {
margin: 0.75rem 0 0;
}
.molecule-feature-image img {
border-radius: 1.5rem;
width: 100%;
aspect-ratio: 1 / 1;
object-fit: cover;
}
.molecule-faq-list {
border-top: none;
}
.molecule-faq-item {
border-bottom: 1px solid #e5e7eb;
padding: 0 0 1rem;
}
.molecule-faq-item > summary {
cursor: pointer;
font-size: 1.35rem;
font-weight: 600;
list-style: none;
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--wp--preset--spacing--4);
}
.molecule-faq-item > summary::-webkit-details-marker {
display: none;
}
.molecule-faq-item > summary::after {
content: "+";
font-size: 1.75rem;
line-height: 1;
font-weight: 300;
color: var(--foreground);
flex-shrink: 0;
}
.molecule-faq-item[open] > summary::after {
content: "\2212";
}
.molecule-faq-item > p {
margin: 0.85rem 0 0;
color: var(--muted-foreground);
} .molecule-research-grid-query .wp-block-post-template {
gap: var(--wp--preset--spacing--6);
}
.molecule-research-card {
position: relative;
height: 100%;
border: 1px solid var(--border);
border-radius: calc(var(--radius) + 0.25rem);
background-color: var(--card);
overflow: hidden;
box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
transition: transform var(--default-transition-duration)
var(--default-transition-timing-function),
box-shadow var(--default-transition-duration)
var(--default-transition-timing-function);
}
.molecule-research-card:hover,
.molecule-research-card:focus-within {
transform: translateY(-2px);
box-shadow: 0 12px 30px rgb(0 0 0 / 0.1);
} .molecule-research-card.is-layout-constrained > * {
margin-block-start: 0;
}
.molecule-research-card-image,
.molecule-research-card-image img {
display: block;
line-height: 0;
margin: 0;
width: 100%;
}
.molecule-research-card-image a {
display: block;
line-height: 0;
}
.molecule-research-card-image img {
aspect-ratio: 16 / 10;
object-fit: cover;
border-radius: calc(var(--radius) + 0.25rem) calc(var(--radius) + 0.25rem) 0 0 !important;
}
.molecule-research-card-content {
padding: var(--wp--preset--spacing--5);
}
.molecule-research-card h3 {
margin: 0;
font-size: clamp(1.1rem, 1.1vw, 1.25rem);
line-height: 1.35;
}
.molecule-research-card h3 a {
text-decoration: none;
color: var(--foreground);
}
.molecule-research-card h3 a::after {
content: "";
position: absolute;
inset: 0;
z-index: 1;
}
.molecule-research-card h3 a:hover,
.molecule-research-card h3 a:focus-visible {
color: var(--primary);
}
.molecule-research-card .wp-block-post-excerpt__excerpt {
margin: 0;
} h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-heading {
font-weight: 400 !important;
} .molecule-search-modal {
position: fixed;
inset: 0;
z-index: 99999;
display: none;
align-items: flex-start;
justify-content: center;
padding: 0;
}
.molecule-search-modal.is-open {
display: flex;
}
.molecule-search-modal__backdrop {
position: absolute;
inset: 0;
background: rgb(0 0 0 / 50%);
backdrop-filter: blur(4px);
}
.molecule-search-modal__container {
position: relative;
width: min(52rem, 100%);
margin: 5rem 1rem 0;
border: 1px solid #e5e7eb;
border-radius: 1rem;
background: #fff;
color: #111827;
box-shadow:
0 25px 50px -12px rgb(0 0 0 / 0.25),
0 12px 24px -12px rgb(0 0 0 / 0.2);
overflow: hidden;
}
.molecule-search-modal__header {
display: flex;
align-items: center;
gap: 1rem;
padding: 1.5rem;
border-bottom: 1px solid #e5e7eb;
}
.molecule-search-modal__input {
flex: 1;
min-height: 0;
margin: 0;
padding: 0 !important;
border: 0 !important;
border-radius: 0;
background: transparent;
color: #111827;
font-size: 1.125rem !important;
font-weight: 400;
line-height: 1.75rem;
font-family: inherit;
outline: none;
height: auto !important;
box-shadow: none !important;
-webkit-appearance: none;
-moz-appearance: textfield;
appearance: none;
}
.molecule-search-modal__input::placeholder {
color: #6b7280;
opacity: 1;
}
.molecule-search-modal__input:focus-visible {
outline: none;
border: 0 !important;
box-shadow: none !important;
}
.molecule-search-modal__input:focus {
outline: none;
border: 0 !important;
box-shadow: none !important;
}
.molecule-search-modal__close {
display: inline-flex;
align-items: center;
justify-content: center;
width: auto;
height: auto;
padding: 0.5rem;
border: 0;
border-radius: 9999px;
background: transparent;
color: #374151;
line-height: 1;
cursor: pointer;
transition: background-color var(--default-transition-duration)
var(--default-transition-timing-function);
}
.molecule-search-modal__close:hover {
background: #f3f4f6;
color: #111827;
}
.molecule-search-modal__close svg {
width: 1.25rem;
height: 1.25rem;
fill: none;
stroke: currentColor;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
}
.molecule-search-modal__results {
max-height: 60vh;
overflow: auto;
padding: 0;
}
.molecule-search-modal__state {
margin: 0;
padding: 2rem;
color: #6b7280;
text-align: center;
font-size: 1rem;
}
.molecule-search-modal__list {
display: block;
border-top: 1px solid #f3f4f6;
}
.molecule-search-modal__item {
display: block;
padding: 1rem;
border: 0;
border-bottom: 1px solid #f3f4f6;
border-radius: 0;
background: #fff;
color: inherit;
text-decoration: none;
transition: background-color var(--default-transition-duration)
var(--default-transition-timing-function);
}
.molecule-search-modal__item:last-child {
border-bottom: 0;
}
.molecule-search-modal__item-content {
min-width: 0;
}
.molecule-search-modal__item::before {
content: "";
display: table;
}
.molecule-search-modal__item::after {
content: "";
display: table;
clear: both;
}
.molecule-search-modal__item .molecule-search-modal__thumb {
float: left;
width: 4rem;
height: 4rem;
margin-right: 1rem;
}
.molecule-search-modal__item .molecule-search-modal__item-content {
overflow: hidden;
}
.molecule-search-modal__item-meta {
display: flex;
align-items: start;
gap: 0.5rem;
margin-bottom: 0.25rem;
}
.molecule-search-modal__item:hover,
.molecule-search-modal__item:focus-visible {
border-color: transparent;
background: #f9fafb;
color: inherit;
}
.molecule-search-modal__thumb {
width: 4rem;
height: 4rem;
border-radius: 0.5rem;
border: 0;
overflow: hidden;
background: #f3f4f6;
}
.molecule-search-modal__thumb img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.molecule-search-modal__thumb-fallback {
display: block;
width: 100%;
height: 100%;
}
.molecule-search-modal__item-content {
min-width: 0;
}
.molecule-search-modal__badge {
display: inline-block;
font-size: 0.75rem;
line-height: 1;
text-transform: capitalize;
border: 0;
border-radius: 9999px;
padding: 0.25rem 0.5rem;
background: #f3f4f6;
color: #4b5563;
}
.molecule-search-modal__item-title {
margin: 0;
font-size: 1rem;
font-weight: 600;
line-height: 1.5;
color: #111827;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.molecule-search-modal__item-excerpt {
margin: 0;
font-size: 0.875rem;
line-height: 1.45;
color: #4b5563;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
body.molecule-search-modal-open {
overflow: hidden;
} .molecule-search-modal__input::-webkit-search-decoration,
.molecule-search-modal__input::-webkit-search-cancel-button,
.molecule-search-modal__input::-webkit-search-results-button,
.molecule-search-modal__input::-webkit-search-results-decoration {
-webkit-appearance: none;
appearance: none;
display: none;
}
.molecule-search-modal__input::-ms-clear,
.molecule-search-modal__input::-ms-reveal {
display: none;
width: 0;
height: 0;
}
@media (max-width: 767px) {
.molecule-search-modal__container {
margin-top: 4rem;
margin-inline: 0.75rem;
width: calc(100% - 1.5rem);
}
.molecule-search-modal__header {
padding: 1rem;
}
.molecule-search-modal__item .molecule-search-modal__thumb {
width: 3.5rem;
height: 3.5rem;
}
}.molecule-promo-popup[hidden] {
display: none !important;
}
.molecule-promo-popup {
position: fixed;
inset: 0;
z-index: 2147483000 !important;
display: grid;
place-items: center;
padding: 1rem;
}
.molecule-promo-popup__backdrop {
position: absolute;
inset: 0;
background: rgb(0 0 0 / 0.75);
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
}
.molecule-promo-popup__dialog {
position: relative;
z-index: 1;
width: min(100%, 32rem);
margin-inline: 1rem;
background: var(--background);
color: var(--foreground);
border: 1px solid var(--border);
border-radius: calc(var(--radius) + 2px);
box-shadow: 0 25px 70px rgb(0 0 0 / 0.3);
padding: 2rem;
}
.molecule-promo-popup__logo {
display: flex;
justify-content: center;
margin-bottom: 1.5rem;
}
.molecule-promo-popup__logo .custom-logo-link {
display: inline-flex;
align-items: center;
}
.molecule-promo-popup__logo .custom-logo {
width: auto;
height: 2rem;
max-height: 2rem;
}
.molecule-promo-popup__fallback-logo {
margin: 0;
font-size: 1.25rem;
font-weight: 600;
}
.molecule-promo-popup__intro {
text-align: center;
margin-bottom: 1.5rem;
}
.molecule-promo-popup__title {
margin: 0 0 1rem;
font-size: var(--wp--preset--font-size--lg);
line-height: var(--text-lg--line-height);
}
.molecule-promo-popup__copy {
margin: 0;
font-size: var(--wp--preset--font-size--sm);
line-height: var(--text-sm--line-height);
color: var(--muted-foreground);
}
.molecule-promo-popup__actions {
margin: 0 0 1rem;
display: flex;
gap: 1rem;
}
.molecule-promo-popup__button {
flex: 1;
min-height: 2.75rem;
display: inline-flex !important;
align-items: center;
justify-content: center;
border-radius: 9999px !important;
border: 1px solid transparent;
padding: 0.75rem 1rem;
font-size: var(--wp--preset--font-size--base);
line-height: var(--text-base--line-height);
font-weight: 600;
text-decoration: none;
cursor: pointer;
transition: background-color var(--default-transition-duration)
var(--default-transition-timing-function),
color var(--default-transition-duration)
var(--default-transition-timing-function);
}
.molecule-promo-popup__button--decline {
background: var(--secondary);
color: var(--secondary-foreground);
border-color: var(--border);
}
.molecule-promo-popup__button--decline:hover,
.molecule-promo-popup__button--decline:focus-visible {
background: color-mix(in oklab, var(--secondary) 82%, transparent);
}
.molecule-promo-popup__button--accept {
background: var(--primary);
color: var(--primary-foreground);
}
.molecule-promo-popup__button--accept:hover,
.molecule-promo-popup__button--accept:focus-visible {
background: color-mix(in oklab, var(--primary) 86%, transparent);
}
.molecule-promo-popup__remember {
display: flex;
align-items: center;
gap: 0.5rem;
margin-bottom: 1rem;
}
.molecule-promo-popup__remember-input {
width: 1rem;
height: 1rem;
margin: 0;
}
.molecule-promo-popup__remember-label {
font-size: var(--wp--preset--font-size--sm);
color: var(--foreground);
cursor: pointer;
}
.molecule-promo-popup__disclaimer {
border-top: 1px solid var(--border);
margin-top: 1rem;
padding-top: 1rem;
font-size: 0.75rem;
line-height: 1.5;
color: var(--muted-foreground);
}
body.molecule-promo-popup-open {
overflow: hidden;
}
@media (min-width: 640px) {
.molecule-promo-popup__dialog {
padding: 2rem;
}
}.subscription-product .wc-block-components-product-price .woocommerce-Price-amount {
display: none !important;
} .wc-block-product-template__responsive {
display: flex;
flex-wrap: wrap;
gap: 2rem;
justify-content: flex-start;
} .wc-block-product {
width: calc(33.333% - 1.34rem); display: flex;
flex-direction: column;
justify-content: space-between;
box-sizing: border-box;
background: #fff;
padding: 1rem;
min-height: 520px; border: 1px solid transparent;
border-radius: 16px;
overflow: hidden;
} .wc-block-components-product-image img {
width: 100%;
height: auto;
object-fit: cover;
border-radius: 16px;
}
.wc-block-product > .wc-block-components-product-image,
.wc-block-product > .wc-block-components-product-image > a {
border-radius: 16px;
overflow: hidden;
} .wc-block-product > .wc-block-components-product-image {
grid-column: 1 / -1;
} .wc-block-product > h2.wp-block-post-title {
grid-column: 1;
min-height: 0;
margin: 0;
text-align: left;
line-height: 1.4;
} .wc-block-product > .subscription-period-prices {
grid-column: 2;
min-height: 0;
margin: 0;
text-align: right;
white-space: nowrap;
} .wp-block-woocommerce-product-price,
.wp-block-woocommerce-product-button {
margin-top: auto;
text-align: center;
} .wc-block-product-template .wc-block-product {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
row-gap: 0.5rem;
column-gap: 0.75rem;
align-items: center;
min-height: auto;
height: auto;
align-content: start;
position: relative;
cursor: pointer;
} .wc-block-product-template .wc-block-product:hover,
.wc-block-product-template .wc-block-product:focus-within {
outline: none;
box-shadow: none;
border-color: #eaeaea;
}
.wc-block-product-template .wc-block-product .wc-block-components-product-image > a:hover,
.wc-block-product-template .wc-block-product .wc-block-components-product-image > a:focus,
.wc-block-product-template .wc-block-product .wc-block-components-product-image > a:focus-visible {
outline: none !important;
box-shadow: none !important;
padding: 0 !important;
} .wc-block-product-template .wc-block-product .wc-block-components-product-image > a::after {
content: "";
position: absolute;
inset: 0;
z-index: 2;
} .wc-block-product-template .wc-block-product .wp-block-woocommerce-product-button,
.wc-block-product-template .wc-block-product a.added_to_cart {
display: none !important;
}
.subscription-options-wrapper {
margin-top: 10px;
}
.subscription-options-wrapper label {
display: block;
margin-bottom: 5px;
} @media (max-width: 1024px) {
.wc-block-product {
width: calc(50% - 1rem);
}
} @media (max-width: 600px) {
.wc-block-product {
width: 100%;
}
}
.my-account-subscriptions-table .button {
background-color: #cc0000;
color: white;
padding: 6px 10px;
text-decoration: none;
}
.subscription-error {
clear: both;
color: red;
font-size: 12px;
display: block;
margin-top: 4px;
}
#_subscription_interval {
float: none !important;
}
.description {
padding: 0;
margin: 0 0 0 40px;
display: inline;
}
.wc-block-components-product-details__value {
font-weight: normal !important;
}.wc-block-components-drawer {
background: transparent;
}
.wc-block-components-drawer {
border-color: var(--border);
}
.wc-block-components-drawer__screen-overlay {
background-color: color-mix(in oklab, #000 50%, transparent);
}
#coming-soon-footer-banner {
background-color: var(--card);
border-top-color: var(--border);
} .wc-block-components-text-input,
.wc-blocks-components-select__container {
display: flex;
flex-direction: column;
gap: 6px;
} .woocommerce div.product form.cart .single_add_to_cart_button.button,
.woocommerce div.product form.cart .single_add_to_cart_button.button.alt,
button.single_add_to_cart_button.button.alt.wp-element-button {
border-radius: 9999px !important;
}
.single-product .molecule-available-sizes {
display: grid;
grid-template-columns: max-content 1fr;
align-items: center;
column-gap: 12px;
margin: 0;
padding: 0.75rem 1rem 0.75rem 0;
}
.single-product .molecule-available-sizes__label {
margin: 0;
color: var(--foreground);
font-size: 0.875rem;
line-height: 40px;
font-weight: 600;
}
.single-product .molecule-available-sizes__options {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.single-product .molecule-available-sizes__option {
display: inline-flex;
box-sizing: border-box;
align-items: center;
justify-content: center;
width: 88px;
height: 40px;
padding: 0 16px;
border: 1px solid #d1d5db;
border-radius: 9999px;
background: #f9fafb;
color: #111827;
font-size: 14px;
font-weight: 400;
line-height: 1;
transition: all 0.2s ease;
}
.single-product .molecule-variable-size-selector__option {
cursor: pointer;
}
.single-product .molecule-variable-size-selector__option:hover,
.single-product .molecule-variable-size-selector__option:focus-visible {
border-color: #9ca3af;
background: #f3f4f6;
outline: none;
}
.single-product .molecule-variable-size-selector__option.is-active {
border-color: #111827;
background: #111827;
color: #ffffff;
}
.single-product .variations_form.molecule-size-enhanced tr.molecule-size-row {
display: none !important;
}
.single-product .variations_form.molecule-hide-variations-table table.variations {
display: none !important;
} .single-product .variations_form.molecule-size-enhanced .single_variation {
display: none !important;
}
.single-product .variations_form.molecule-size-enhanced .single_variation_wrap {
margin-top: 1rem !important;
} .single-product
.variations_form.molecule-size-enhanced
.single_variation
.woocommerce-variation-price {
display: none !important;
} .single-product table.variations th.label {
padding-left: 0 !important;
padding-inline-start: 0 !important;
}
.single-product table.variations th.label label {
margin-left: 0 !important;
} .woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
.woocommerce div.product div.images .woocommerce-product-gallery__image,
.woocommerce div.product div.images .woocommerce-product-gallery__image > a,
.woocommerce div.product div.images .woocommerce-product-gallery__image img,
.woocommerce div.product div.images .woocommerce-product-gallery__image .zoomImg {
border-radius: calc(var(--radius) + 4px);
} .single-product hr,
.single-product .wp-block-separator {
margin-top: calc(var(--spacing) * 12) !important;
margin-bottom: calc(var(--spacing) * 12) !important;
} .single-product .woocommerce-tabs table,
.single-product .wp-block-post-content table,
.single-product table.shop_attributes {
width: 100%;
} .single-product .woocommerce-Tabs-panel--description > h2:first-child {
display: none;
}
.woocommerce .molecule-product-disclaimer {
width: 100%;
margin-top: calc(var(--spacing) * 12);
padding-top: calc(var(--spacing) * 8);
border-top: 1px solid var(--border);
}
.woocommerce .molecule-product-disclaimer__box {
background-color: var(--muted);
border-radius: calc(var(--radius) + 4px);
padding: calc(var(--spacing) * 6);
}
@media (min-width: 48rem) {
.woocommerce .molecule-product-disclaimer__box {
padding: calc(var(--spacing) * 8);
}
}
.woocommerce .molecule-product-disclaimer__title {
margin: 0 0 calc(var(--spacing) * 4);
color: var(--foreground);
font-size: 1.125rem;
line-height: 1.5;
font-weight: 600;
}
.woocommerce .molecule-product-disclaimer__content {
color: var(--muted-foreground);
font-size: 0.875rem;
line-height: 1.625;
}
.woocommerce .molecule-product-disclaimer__content > p {
margin: 0;
}
.woocommerce .molecule-product-disclaimer__content > p + p {
margin-top: calc(var(--spacing) * 4);
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
.woocommerce div.product div.images .woocommerce-product-gallery__image,
.woocommerce div.product div.images .woocommerce-product-gallery__image > a {
overflow: hidden;
}
.woocommerce .molecule-account-auth-link {
margin-top: calc(var(--spacing) * 4);
margin-bottom: 0;
color: var(--muted-foreground);
font-size: 0.875rem;
} .woocommerce-account main.wp-block-group {
margin-top: calc(var(--spacing) * 8) !important;
}
.woocommerce-account main.wp-block-group > .wp-block-group.alignfull {
padding-top: calc(var(--spacing) * 8) !important;
} .woocommerce-account .woocommerce-MyAccount-navigation {
width: 22%;
max-width: 240px;
overflow: hidden;
}
.woocommerce-account .woocommerce-MyAccount-content {
width: calc(78% - 1rem);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
display: flex;
flex-direction: column;
gap: 0.3rem;
margin: 0;
padding: 0;
padding-inline-start: 0;
list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
margin: 0;
padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
display: inline-flex;
align-items: center;
gap: 0.5rem;
width: 100%;
box-sizing: border-box;
border-radius: 12px;
padding: 0.55rem 0.85rem;
color: #6b7280;
text-decoration: none !important;
transition: background-color var(--default-transition-duration)
var(--default-transition-timing-function),
color var(--default-transition-duration) var(--default-transition-timing-function);
}
.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation a:focus-visible {
background-color: #f3f4f6;
color: #111827;
text-decoration: none !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation a:visited,
.woocommerce-account .woocommerce-MyAccount-navigation a:active {
text-decoration: none !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation a::before {
content: "";
width: 1rem;
height: 1rem;
flex: 0 0 1rem;
background-color: currentColor;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
-webkit-mask-size: 1rem 1rem;
mask-repeat: no-repeat;
mask-position: center;
mask-size: 1rem 1rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active > a {
color: #111827;
background-color: #e5e7eb;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--dashboard a::before {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 10.5 12 3l9 7.5'/%3E%3Cpath d='M5 9.5V21h14V9.5'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 10.5 12 3l9 7.5'/%3E%3Cpath d='M5 9.5V21h14V9.5'/%3E%3C/svg%3E");
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--orders a::before {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16.5 7.5h.01'/%3E%3Cpath d='M21 11.5 12.5 20 4 11.5V4h7.5L21 11.5z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16.5 7.5h.01'/%3E%3Cpath d='M21 11.5 12.5 20 4 11.5V4h7.5L21 11.5z'/%3E%3C/svg%3E");
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--downloads a::before {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v12'/%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3Cpath d='M5 21h14'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v12'/%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3Cpath d='M5 21h14'/%3E%3C/svg%3E");
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-address a::before {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 6-8 11-8 11s-8-5-8-11a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 6-8 11-8 11s-8-5-8-11a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--payment-methods a::before {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='5' width='20' height='14' rx='2'/%3E%3Cpath d='M2 10h20'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='5' width='20' height='14' rx='2'/%3E%3Cpath d='M2 10h20'/%3E%3C/svg%3E");
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-account a::before {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21a8 8 0 0 1 16 0'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21a8 8 0 0 1 16 0'/%3E%3C/svg%3E");
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--my-subscriptions a::before {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 2v6h6'/%3E%3Cpath d='M21 12A9 9 0 0 0 6 5.3L3 8'/%3E%3Cpath d='M21 22v-6h-6'/%3E%3Cpath d='M3 12a9 9 0 0 0 15 6.7l3-2.7'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 2v6h6'/%3E%3Cpath d='M21 12A9 9 0 0 0 6 5.3L3 8'/%3E%3Cpath d='M21 22v-6h-6'/%3E%3Cpath d='M3 12a9 9 0 0 0 15 6.7l3-2.7'/%3E%3C/svg%3E");
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a::before {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4'/%3E%3Cpath d='m16 17 5-5-5-5'/%3E%3Cpath d='M21 12H9'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4'/%3E%3Cpath d='m16 17 5-5-5-5'/%3E%3Cpath d='M21 12H9'/%3E%3C/svg%3E");
} .woocommerce-account .molecule-account-nav-mobile {
display: none;
}
.woocommerce-account .molecule-account-nav-mobile__select {
width: 100%;
min-height: 2.5rem;
border: 1px solid var(--input);
border-radius: calc(var(--radius) - 2px);
background-color: var(--background);
color: var(--foreground);
font-size: 0.875rem;
line-height: 1.25;
padding: 0.5rem 0.75rem;
}
@media (max-width: 767px) {
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
width: 100%;
max-width: none;
}
.woocommerce-account .molecule-account-nav-mobile {
display: block;
margin-bottom: 0.75rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul {
display: none;
}
} .woocommerce #customer_login .u-column1,
.woocommerce #customer_login .u-column2 {
width: 100%;
float: none;
}
.woocommerce-account .woocommerce form.woocommerce-form-login,
.woocommerce-account .woocommerce form.woocommerce-form-register {
border: 0;
padding: 0;
background: transparent;
box-shadow: none;
}
body.molecule-auth-mode-login #customer_login .u-column2 {
display: none !important;
}
body.molecule-auth-mode-register #customer_login .u-column1 {
display: none !important;
} .woocommerce div.product div.images .woocommerce-product-gallery__image > a {
display: block;
width: 100%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image img.wp-post-image {
display: block;
width: 100%;
max-width: 100%;
height: auto;
} .single-product
.wp-block-woocommerce-product-image-gallery
{
width: 100% !important;
max-width: none !important;
}
.single-product
.wp-block-woocommerce-product-image-gallery
.woocommerce-product-gallery {
width: 100% !important;
max-width: none !important;
}
.single-product
.wp-block-woocommerce-product-image-gallery
.woocommerce-product-gallery__wrapper,
.single-product
.wp-block-woocommerce-product-image-gallery
.woocommerce-product-gallery__wrapper
.woocommerce-product-gallery__image:first-child,
.single-product
.wp-block-woocommerce-product-image-gallery
.woocommerce-product-gallery__wrapper
.woocommerce-product-gallery__image:first-child
> a,
.single-product
.wp-block-woocommerce-product-image-gallery
.woocommerce-product-gallery__wrapper
.woocommerce-product-gallery__image:first-child
img.wp-post-image {
width: 100% !important;
max-width: none !important;
}
.wc-block-components-form
.wc-block-components-text-input
input:-webkit-autofill
+ label,
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input input:-webkit-autofill + label,
.wc-block-components-text-input.is-active label {
transform: none;
}
.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label,
.wc-blocks-components-select .wc-blocks-components-select__label {
position: relative;
top: unset;
left: unset;
transform: none;
max-width: none;
order: -1;
font-size: 0.875rem;
color: var(--foreground);
line-height: calc(1.25 / 0.875);
margin: 0;
}
.wc-block-components-address-form__address_2-toggle {
font-size: 0.875rem;
}
.wc-blocks-components-select .wc-blocks-components-select__container {
height: unset;
background: unset;
border-radius: unset;
}
.wc-blocks-components-select .wc-blocks-components-select__container svg {
display: none;
}
.wc-block-components-checkbox__mark {
display: none;
} .wc-block-mini-cart__badge {
background-color: var(--foreground);
color: var(--background);
}
.wc-block-mini-cart__footer {
border-color: var(--border);
}
.wc-block-components-drawer:after,
.wc-block-mini-cart__footer:after {
border-color: var(--border);
opacity: 1;
}
.wp-block-woocommerce-mini-cart-title-block.wc-block-mini-cart__title {
font-size: 1rem;
}
.wc-block-components-quantity-selector {
border: none;
}
.wc-block-components-quantity-selector:after {
display: none;
}
.wc-block-components-quantity-selector
.wc-block-components-quantity-selector__button {
border: 1px solid var(--input);
border-radius: calc(var(--radius) - 2px);
opacity: 1;
background-color: var(--background);
box-shadow: 0 1px 2px 0 var(--tw-shadow-color, #0000000d);
width: 30px;
height: 30px;
}
.dark
.wc-block-components-quantity-selector
.wc-block-components-quantity-selector__button {
background-color: color-mix(in oklab, var(--input) 30%, transparent);
}
.wc-block-components-quantity-selector
input.wc-block-components-quantity-selector__input {
height: unset;
background-color: transparent;
}
.wc-block-components-quantity-selector
input.wc-block-components-quantity-selector__input:focus {
outline: none;
box-shadow: none;
}
.dark
.wc-block-components-quantity-selector
input.wc-block-components-quantity-selector__input {
background-color: transparent;
}
.wc-block-cart-items__row {
background-color: var(--card);
color: var(--card-foreground);
border-radius: calc(var(--radius) + 4px);
overflow: hidden;
border: 1px solid var(--border);
box-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a),
0 1px 2px -1px var(--tw-shadow-color, #0000001a);
padding: 0 !important;
margin-bottom: 1rem;
font-size: 1rem;
}
.wc-block-cart-items__row:last-child {
margin-bottom: 0;
}
.wc-block-cart-items__row .wc-block-cart-item__product,
.wc-block-cart-items__row .wc-block-cart-item__total {
padding: 1rem !important;
}
.wc-block-cart-items__row .wc-block-cart-item__image {
padding: 1rem !important;
}
.wc-block-cart-items__row .wc-block-cart-item__image a {
display: block;
overflow: hidden;
border-radius: calc(var(--radius) - 2px);
}
.wc-block-cart-items__row .wc-block-cart-item__image img {
display: block;
width: 100%;
height: auto;
border-radius: calc(var(--radius) - 2px);
}
.wc-block-cart-items__row .wc-block-components-product-metadata {
color: var(--muted-foreground);
}
.wc-block-cart-items__row .wc-block-components-product-price__regular {
font-weight: 400;
color: var(--muted-foreground);
}
.wc-block-cart-items__header {
display: none;
}
.is-large table.wc-block-cart-items .wc-block-cart-items__row {
display: grid;
grid-template-columns: 112px 132px;
}
.is-large
table.wc-block-cart-items
.wc-block-cart-items__row
.wc-block-cart-item__image {
grid-column-start: 1;
grid-row-start: 1;
}
.is-large
table.wc-block-cart-items
.wc-block-cart-items__row
.wc-block-cart-item__product {
grid-column-end: 4;
grid-column-start: 2;
grid-row-start: 1;
justify-self: stretch;
}
.is-large
table.wc-block-cart-items
.wc-block-cart-items__row
.wc-block-cart-item__total {
grid-row-start: 1;
}
.wc-block-cart__main .wc-block-cart-items {
border: 0;
}
.wc-block-cart table.wc-block-cart-items,
.wc-block-cart table.wc-block-cart-items td,
.wc-block-cart table.wc-block-cart-items th {
margin-bottom: 0;
}
.wc-block-cart__main .wc-block-cart-items td {
border: 0;
}
@container (max-width: 699px) {
.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
display: block;
margin: 0;
}
}
.wc-block-components-order-summary
.wc-block-components-order-summary-item__quantity {
box-shadow: none;
border: 1px solid var(--border);
padding: 0;
font-size: 0.75rem;
}
.wc-block-components-order-summary
.wc-block-components-order-summary-item__image
> img {
border-radius: calc(var(--radius) - 2px);
} .wc-block-components-sidebar-layout.wc-block-cart,
.wc-block-components-sidebar-layout.wc-block-checkout {
display: grid;
grid-template-columns: 1fr;
gap: calc(var(--spacing) * 8);
}
@media (min-width: 64rem) {
.wc-block-components-sidebar-layout.wc-block-cart,
.wc-block-components-sidebar-layout.wc-block-checkout {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.wc-block-components-sidebar-layout.wc-block-cart .wc-block-components-main,
.wc-block-components-sidebar-layout.wc-block-checkout
.wc-block-components-main {
grid-column: span 2 / span 2;
}
}
.wc-block-components-sidebar-layout.wc-block-cart > *,
.wc-block-components-sidebar-layout.wc-block-checkout > * {
width: 100%;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
padding: 0;
}
.wc-block-cart .wc-block-components-sidebar,
.wp-block-woocommerce-checkout-order-summary-block {
height: fit-content;
background-color: var(--card);
box-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a),
0 1px 2px -1px var(--tw-shadow-color, #0000001a);
border-radius: calc(var(--radius) + 4px);
border: 1px solid var(--border);
padding: calc(var(--spacing) * 6);
} .wc-block-components-totals-coupon__form {
align-items: flex-end;
}
.wc-block-components-totals-coupon__form
.wc-block-components-totals-coupon__button {
display: inline-flex;
align-items: center;
justify-content: center;
white-space: nowrap;
height: calc(var(--spacing) * 9);
padding-left: calc(var(--spacing) * 4);
padding-right: calc(var(--spacing) * 4);
border-radius: calc(var(--radius) - 2px);
font-size: 0.875rem;
font-weight: 500;
border: 1px solid var(--input);
background-color: var(--background);
color: var(--foreground);
transition-property: color, background-color, border-color;
transition-timing-function: var(--default-transition-timing-function);
transition-duration: var(--default-transition-duration);
}
.wc-block-components-totals-coupon__form
.wc-block-components-totals-coupon__button:hover {
background-color: var(--accent);
color: var(--accent-foreground);
}
.wc-block-components-totals-coupon__form
.wc-block-components-totals-coupon__button:focus-visible {
outline: 2px solid var(--ring);
outline-offset: 2px;
}
.wc-block-components-totals-coupon__form
.wc-block-components-totals-coupon__button:disabled {
pointer-events: none;
opacity: 0.5;
}
.dark
.wc-block-components-totals-coupon__form
.wc-block-components-totals-coupon__button {
background-color: color-mix(in oklab, var(--input) 30%, transparent);
border-color: var(--input);
}
.dark
.wc-block-components-totals-coupon__form
.wc-block-components-totals-coupon__button:hover {
background-color: var(--accent);
} .wc-block-cart .wc-block-cart__totals-title {
text-transform: none;
padding: 0;
font-size: 1rem;
}
.wc-block-components-totals-wrapper {
border-color: var(--border);
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
border-color: var(--border);
}
.wp-block-woocommerce-cart-order-summary-coupon-form-block {
font-size: 0.875rem;
}
.wp-block-woocommerce-cart-order-summary-coupon-form-block
.wc-block-components-panel__button[aria-expanded="false"] {
margin-bottom: 0;
}
.wc-block-components-totals-coupon .wc-block-components-panel__button {
margin-bottom: 0.5rem;
}
.wc-block-cart__submit {
margin-bottom: 0;
}
.wc-block-components-radio-control--highlight-checked:after {
border-color: var(--border);
}
.wc-block-components-radio-control--highlight-checked
.wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked
label.wc-block-components-radio-control__option--checked-option-highlighted {
box-shadow: inset 0 0 0 1px currentColor;
z-index: 1;
}
.wc-block-components-radio-control-accordion-content {
font-size: 0.875rem;
color: var(--muted-foreground);
}
.wc-block-checkout__actions
.wc-block-checkout__actions_row
.wc-block-components-checkout-place-order-button {
padding: 5px 1rem;
}
.wc-block-checkout__actions .wc-block-checkout__actions_row {
display: flex;
flex-direction: column-reverse;
align-items: stretch;
gap: 0.75rem;
}
.wc-block-checkout__actions
.wc-block-checkout__actions_row
.wc-block-components-checkout-place-order-button {
width: 100%;
min-height: 3.25rem;
padding: 0.875rem 1.25rem;
font-size: var(--wp--preset--font-size--base);
font-weight: 600;
}
.wc-block-checkout__actions
.wc-block-checkout__actions_row
.wc-block-components-checkout-return-to-cart-button {
align-self: flex-start;
}
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
border-color: var(--border);
} .wp-block-woocommerce-checkout-order-summary-block
.wc-block-components-checkout-order-summary__title {
margin-top: 0;
padding: 0;
border: none;
}
.wp-block-woocommerce-checkout-order-summary-block
.wc-block-components-checkout-order-summary__title
.wc-block-components-checkout-order-summary__title-text {
margin: 0;
}
.wc-block-components-order-summary,
.wc-block-components-sidebar .slot-wrapper .wc-block-components-panel,
.wc-block-components-sidebar .wc-block-components-panel,
.wc-block-components-sidebar .wc-block-components-totals-coupon,
.wc-block-components-sidebar .wc-block-components-totals-item {
padding: 0;
}
@media screen and (max-width: 699px) {
.wp-block-woocommerce-checkout-order-summary-block
.wc-block-components-checkout-order-summary__title
.wc-block-components-checkout-order-summary__title-icon {
display: flex;
align-items: center;
justify-content: center;
}
}
.wp-block-woocommerce-checkout-order-summary-block
.wc-block-components-checkout-order-summary__content.is-open {
border: none;
}
.wc-block-components-checkout-order-summary__content
.wc-block-components-totals-wrapper:last-child {
padding-bottom: 0;
}
.wp-block-woocommerce-checkout-order-summary-block
.checkout-order-summary-block-fill {
border: none;
}
.checkout-order-summary-block-fill-wrapper {
margin-bottom: calc(var(--spacing) * 6);
}
.wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper
.wc-block-components-order-summary,
.wp-block-woocommerce-checkout-order-summary-block
.checkout-order-summary-block-fill
.wc-block-components-totals-coupon,
.wp-block-woocommerce-checkout-order-summary-block
.checkout-order-summary-block-fill
.wc-block-components-totals-item {
padding: 0;
}
.wp-block-woocommerce-checkout-order-summary-totals-block {
border-color: var(--border);
}
@container (max-width: 699px) {
.wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
padding-bottom: calc(var(--spacing) * 6);
}
}
.checkout-order-summary-block-fill
.wc-block-components-totals-wrapper:last-child {
padding-bottom: 0;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item {
border-bottom: 1px solid var(--border);
}
.wc-block-components-order-summary .wc-block-components-order-summary-item:last-child {
border-bottom: none;
}.xoo-wsc-container,
.xoo-wsc-slider,
.xoo-wsc-basket {
transition-duration: 0.2s !important;
transition-timing-function: var(--default-transition-timing-function) !important;
}
.xoo-wsc-opac {
transition: height 0s 0.2s, opacity 0.2s 0s !important;
}
.xoo-wsc-cart-active .xoo-wsc-opac {
transition: height 0s 0s, opacity 0.2s !important;
} body.molecule-promo-popup-open .xoo-wsc-opac,
body.molecule-promo-popup-open .xoo-wsc-container,
body.molecule-promo-popup-open .xoo-wsc-slider,
body.molecule-promo-popup-open .xoo-wsc-basket {
opacity: 0 !important;
visibility: hidden !important;
pointer-events: none !important;
} .xoo-wsc-container .xoo-wsc-bki,
.xoo-wsc-container .xoo-wsch-bki {
display: inline-flex;
align-items: center;
justify-content: center;
width: 1.6rem;
height: 1.6rem;
font-size: 0;
line-height: 0;
}
.xoo-wsc-container .xoo-wsc-bki::before,
.xoo-wsc-container .xoo-wsch-bki::before {
content: "";
display: block;
width: 1.6rem;
height: 1.6rem;
background-repeat: no-repeat;
background-position: center;
background-size: 1.6rem 1.6rem;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke-width='2' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 8H3.902a2 2 0 0 0-1.937 2.497l2.238 8.7A2 2 0 0 0 6.14 20.7h11.72a2 2 0 0 0 1.937-1.503l2.238-8.7A2 2 0 0 0 20.098 8H12Zm0 0V2' stroke='%23111827' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
} .xoo-wsc-container .xoo-wsch-basket {
display: none !important;
} .xoo-wsc-container .xoo-wsch-close {
display: inline-flex;
align-items: center;
justify-content: center;
width: 2.5rem;
height: 2.5rem;
padding: 0.25rem;
border-radius: calc(var(--radius) - 2px);
color: #111827;
background: transparent;
font-size: 0;
line-height: 0;
cursor: pointer;
}
.xoo-wsc-container .xoo-wsch-close::before {
content: "";
display: block;
width: 1rem;
height: 1rem;
background-repeat: no-repeat;
background-position: center;
background-size: 1rem 1rem;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke-width='2' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m18 6-12 12M6 6l12 12' stroke='%23111827' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.xoo-wsc-container .xoo-wsch-close:hover,
.xoo-wsc-container .xoo-wsch-close:focus-visible {
background-color: #f3f4f6;
} .xoo-wsc-container .xoo-wsc-ft-btn,
.xoo-wsc-container .xoo-wsc-btn {
border-radius: 9999px !important;
} .xoo-wsc-container .xoo-wsc-ft-btn-cart,
.xoo-wsc-container .xoo-wsc-ft-btn-continue {
border: 1px solid var(--border) !important;
background-color: var(--background) !important;
color: #000000 !important;
}
.xoo-wsc-container .xoo-wsc-ft-btn-cart:hover,
.xoo-wsc-container .xoo-wsc-ft-btn-cart:focus-visible,
.xoo-wsc-container .xoo-wsc-ft-btn-continue:hover,
.xoo-wsc-container .xoo-wsc-ft-btn-continue:focus-visible {
background-color: var(--accent) !important;
color: #000000 !important;
} .xoo-wsc-container .xoo-wsc-ft-btn-cart,
.xoo-wsc-container .xoo-wsc-ft-btn-continue {
display: none !important;
} .xoo-wsc-container .xoo-wsc-ft-btn-checkout {
width: 100%;
} .xoo-wsc-container .xoo-wsc-footer-txt {
color: var(--muted-foreground);
font-size: 0.75rem;
line-height: 1.4;
} .xoo-wsc-container .xoo-wsc-ft-btn:focus-visible,
.xoo-wsc-container .xoo-wsc-btn:focus-visible {
outline: 2px solid var(--ring);
outline-offset: 2px;
}