:root {
--hobg-black: #111111;
--hobg-ink: #222222;
--hobg-grey-900: #303030;
--hobg-grey-700: #5f5f5f;
--hobg-grey-500: #8b8b8b;
--hobg-grey-300: #d5d5d5;
--hobg-grey-150: #eeeeee;
--hobg-grey-100: #f6f6f6;
--hobg-white: #ffffff;
--hobg-max: 1120px;
--hobg-content: 720px;
--hobg-gap: clamp(1rem, 2.5vw, 2rem);
--hobg-radius: 0;
}
* {
box-sizing: border-box;
}
html {
font-size: 100%;
}
body {
margin: 0;
font-family: "Spectral", Georgia, serif;
font-size: clamp(1rem, 0.96rem + 0.2vw, 1.125rem);
line-height: 1.62;
color: var(--hobg-ink);
background: var(--hobg-white);
}
img {
max-width: 100%;
height: auto;
display: block;
}
a {
color: inherit;
text-decoration-thickness: 0.06em;
text-underline-offset: 0.16em;
}
a:hover,
a:focus {
text-decoration-thickness: 0.12em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Spectral", Georgia, serif;
line-height: 1.12;
font-weight: 600;
letter-spacing: -0.01em;
color: var(--hobg-black);
margin: 0 0 0.75em;
}
h1 {
font-size: clamp(2.1rem, 1.6rem + 2.4vw, 4.2rem);
}
h2 {
font-size: clamp(1.55rem, 1.25rem + 1.2vw, 2.4rem);
}
h3 {
font-size: clamp(1.2rem, 1.1rem + 0.35vw, 1.5rem);
}
p,
ul,
ol,
dl,
figure {
margin-top: 0;
margin-bottom: 1.2rem;
}
button,
input,
select,
textarea,
.button,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .button {
font-family: "Karla", system-ui, sans-serif;
}
button,
.button,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 2.75rem;
padding: 0.68rem 1rem;
border: 1px solid var(--hobg-black);
border-radius: var(--hobg-radius);
background: var(--hobg-black);
color: var(--hobg-white);
font-weight: 700;
line-height: 1;
text-decoration: none;
cursor: pointer;
}
button:hover,
.button:hover,
.wp-block-button__link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce .button:hover,
button:focus,
.button:focus,
.wp-block-button__link:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce #respond input#submit:focus,
.woocommerce .button:focus {
background: var(--hobg-white);
color: var(--hobg-black);
}
input,
select,
textarea {
max-width: 100%;
border: 1px solid var(--hobg-grey-300);
padding: 0.65rem 0.75rem;
background: var(--hobg-white);
color: var(--hobg-ink);
}
input:focus,
select:focus,
textarea:focus {
outline: 2px solid var(--hobg-black);
outline-offset: 2px;
}
.skip-link,
.screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.skip-link:focus {
position: fixed;
top: 1rem;
left: 1rem;
z-index: 999;
width: auto;
height: auto;
clip: auto;
padding: 0.6rem 0.8rem;
background: var(--hobg-black);
color: var(--hobg-white);
}
.site-header {
border-bottom: 1px solid var(--hobg-grey-300);
background: var(--hobg-white);
}
.site-header__inner,
.site-footer__inner,
.content-wrap,
.front-page-wrap {
width: min(calc(100% - 2rem), var(--hobg-max));
margin-inline: auto;
}
.site-header__inner {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
grid-template-areas:
"brand search"
"nav nav";
gap: 0.45rem var(--hobg-gap);
align-items: center;
padding: 0.75rem 0 0.55rem;
}
.site-branding {
grid-area: brand;
}
.site-branding a {
display: inline-grid;
text-decoration: none;
}
.site-title {
font-family: "Spectral", Georgia, serif;
font-size: clamp(1.45rem, 1.2rem + 0.8vw, 2rem);
font-weight: 600;
line-height: 1.05;
}
.site-tagline {
font-family: "Karla", system-ui, sans-serif;
font-size: 0.86rem;
letter-spacing: 0.04em;
text-transform: uppercase;
color: var(--hobg-grey-700);
}
.primary-navigation,
.site-search,
.footer-navigation {
font-family: "Karla", system-ui, sans-serif;
font-size: 0.95rem;
}
.primary-navigation {
grid-area: nav;
}
.primary-menu,
.footer-menu {
display: flex;
flex-wrap: wrap;
gap: 0.35rem 1rem;
list-style: none;
margin: 0;
padding: 0;
}
.primary-menu a,
.footer-menu a {
text-decoration: none;
}
.primary-menu a:hover,
.primary-menu a:focus,
.footer-menu a:hover,
.footer-menu a:focus {
text-decoration: underline;
}
.site-search {
grid-area: search;
justify-self: end;
align-self: center;
}
.search-form {
display: flex;
gap: 0.35rem;
}
.search-field {
width: min(14rem, 48vw);
min-height: 2.4rem;
}
.search-submit {
min-height: 2.4rem;
padding-inline: 0.75rem;
}
.site-main {
padding-block: clamp(2rem, 4vw, 4rem);
}
.content-wrap--narrow {
max-width: var(--hobg-content);
}
.content-wrap--wide {
max-width: var(--hobg-max);
}
.site-footer {
border-top: 1px solid var(--hobg-grey-300);
margin-top: clamp(2rem, 5vw, 5rem);
padding-block: 2rem;
font-family: "Karla", system-ui, sans-serif;
font-size: 0.95rem;
color: var(--hobg-grey-700);
}
.site-footer__inner {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 1rem;
}
.site-footer p {
margin: 0;
}
.hobg-home-hero {
display: grid;
grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1fr);
gap: clamp(1.5rem, 4vw, 4rem);
align-items: center;
padding-bottom: clamp(2.5rem, 6vw, 5rem);
border-bottom: 1px solid var(--hobg-grey-300);
}
.hobg-home-hero__image a {
display: block;
position: relative;
background: var(--hobg-grey-100);
border: 1px solid var(--hobg-grey-300);
overflow: hidden;
}
.hobg-home-hero__image img {
width: 100%;
}
.hobg-kicker {
font-family: "Karla", system-ui, sans-serif;
font-size: 0.82rem;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--hobg-grey-700);
margin-bottom: 0.8rem;
}
.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
font-family: "Karla", system-ui, sans-serif;
font-size: 1.08rem;
font-weight: 700;
color: var(--hobg-black);
}
.hobg-section {
padding-block: clamp(2rem, 5vw, 4rem);
border-bottom: 1px solid var(--hobg-grey-300);
}
.hobg-section__header {
display: flex;
justify-content: space-between;
align-items: end;
gap: 1rem;
margin-bottom: 1.25rem;
}
.hobg-section__header h2 {
margin: 0;
}
.hobg-catalogue-home > .hobg-section__header {
margin-bottom: 0;
}
.hobg-catalogue-home .hobg-catalogue-section {
padding-block: 1.75rem 0;
border-bottom: 0;
}
.hobg-product-grid,
.products {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(min(100%, 150px), 180px));
justify-content: start;
align-items: start;
gap: var(--hobg-gap);
list-style: none;
margin: 0;
padding: 0;
}
.hobg-post-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
gap: var(--hobg-gap);
}
.hobg-product-card,
.woocommerce ul.products li.product {
border-top: 1px solid var(--hobg-grey-300);
padding-top: 1rem;
}
.hobg-product-card__image,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
display: block;
position: relative;
}
.hobg-product-card__image {
aspect-ratio: 2 / 3;
background: var(--hobg-grey-100);
border: 1px solid var(--hobg-grey-300);
margin-bottom: 1rem;
overflow: hidden;
}
.hobg-product-card__image img,
.woocommerce ul.products li.product a img {
width: 100%;
aspect-ratio: 2 / 3;
height: auto;
object-fit: cover;
}
.hobg-product-card__image img {
height: 100%;
}
.woocommerce ul.products li.product {
float: none;
width: auto;
margin: 0;
}
.hobg-preorder-badge {
position: absolute;
z-index: 2;
top: 0.65rem;
left: 0;
display: inline-flex;
align-items: center;
min-height: 1.75rem;
padding: 0.35rem 0.65rem;
background: var(--hobg-black);
color: var(--hobg-white);
font-family: "Karla", system-ui, sans-serif;
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.08em;
line-height: 1;
text-transform: uppercase;
}
.hobg-product-card h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-size: 1.25rem;
margin-bottom: 0.3rem;
}
.hobg-product-card h3 a,
.woocommerce ul.products li.product a {
text-decoration: none;
}
.hobg-product-contributors {
font-family: "Karla", system-ui, sans-serif;
font-size: 0.94rem;
color: var(--hobg-grey-700);
margin-bottom: 0.8rem;
}
.hobg-product-contributors p {
margin: 0.1rem 0;
}
.hobg-product-contributors span {
font-weight: 700;
color: var(--hobg-grey-900);
}
.hobg-contributor-gallery {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(min(100%, 150px), 1fr));
gap: 0.75rem;
}
.hobg-contributor-gallery__item {
position: relative;
display: block;
aspect-ratio: 1 / 1;
overflow: hidden;
background: var(--hobg-grey-100);
border: 1px solid var(--hobg-grey-300);
text-decoration: none;
}
.hobg-contributor-gallery__item img {
width: 100%;
height: 100%;
object-fit: cover;
filter: grayscale(100%);
}
.hobg-contributor-gallery__item .hobg-contributor-gallery__name {
position: absolute;
inset: auto 0 0;
padding: 0.65rem;
font-family: "Karla", system-ui, sans-serif;
font-weight: 700;
background: rgba(255, 255, 255, 0.92);
color: var(--hobg-black);
transform: translateY(100%);
transition: transform 160ms ease;
}
.hobg-contributor-gallery__item:hover .hobg-contributor-gallery__name,
.hobg-contributor-gallery__item:focus .hobg-contributor-gallery__name {
transform: translateY(0);
}
.hobg-post-card,
.hobg-entry-card {
border-top: 1px solid var(--hobg-grey-300);
padding-top: 1rem;
}
.hobg-post-card__date,
.hobg-entry-card__date {
font-family: "Karla", system-ui, sans-serif;
font-size: 0.82rem;
letter-spacing: 0.05em;
text-transform: uppercase;
color: var(--hobg-grey-700);
margin-bottom: 0.45rem;
}
.hobg-post-card h3 a,
.hobg-entry-card h1 a,
.hobg-entry-card h2 a {
text-decoration: none;
}
.hobg-post-list {
display: grid;
gap: 2rem;
}
.entry-content > * {
max-width: var(--hobg-content);
}
.entry-content > .alignwide {
max-width: var(--hobg-max);
}
.entry-content > .alignfull {
max-width: none;
width: 100vw;
margin-left: calc(50% - 50vw);
}
.archive-header,
.entry-header {
margin-bottom: clamp(1.5rem, 3vw, 3rem);
}
.entry-image {
margin-bottom: 2rem;
}
.hobg-contributor-single__header {
display: grid;
grid-template-columns: minmax(120px, 240px) minmax(0, 1fr);
gap: var(--hobg-gap);
align-items: end;
}
.hobg-contributor-single__title {
font-size: clamp(1.75rem, 1.45rem + 1.2vw, 2.6rem);
margin-bottom: 0.35em;
}
.hobg-contributor-single__photo img {
aspect-ratio: 1 / 1;
object-fit: cover;
filter: grayscale(100%);
border: 1px solid var(--hobg-grey-300);
}
.hobg-contributor-roles,
.hobg-contributor-links,
.hobg-contributor-products {
font-family: "Karla", system-ui, sans-serif;
}
.hobg-contributor-links,
.hobg-contributor-products {
margin-top: 2rem;
padding-top: 1.5rem;
border-top: 1px solid var(--hobg-grey-300);
}
.hobg-contributor-links ul,
.hobg-contributor-products ul {
padding-left: 1.1rem;
}
.hobg-single-product__top {
display: grid;
grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1fr);
gap: clamp(1.5rem, 4vw, 4rem);
align-items: start;
}
.hobg-single-product__gallery {
border: 1px solid var(--hobg-grey-300);
background: var(--hobg-grey-100);
}
.hobg-single-product__summary {
position: sticky;
top: 1rem;
}
.hobg-single-product .product_title {
margin-bottom: 0.75rem;
}
.hobg-single-product form.cart {
margin-top: 1.5rem;
}
.hobg-product-technical,
.hobg-product-description,
.hobg-product-delivery-note {
margin-top: clamp(2rem, 5vw, 4rem);
padding-top: clamp(1.25rem, 3vw, 2rem);
border-top: 1px solid var(--hobg-grey-300);
}
.hobg-product-technical dl {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));
gap: 0;
border-top: 1px solid var(--hobg-grey-300);
border-left: 1px solid var(--hobg-grey-300);
}
.hobg-product-technical dl div {
padding: 0.85rem;
border-right: 1px solid var(--hobg-grey-300);
border-bottom: 1px solid var(--hobg-grey-300);
}
.hobg-product-technical dt {
font-family: "Karla", system-ui, sans-serif;
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
color: var(--hobg-grey-700);
}
.hobg-product-technical dd {
margin: 0.25rem 0 0;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
font-family: "Karla", system-ui, sans-serif;
border-top: 0;
border-left: 4px solid var(--hobg-black);
background: var(--hobg-grey-100);
color: var(--hobg-ink);
}
.woocommerce table.shop_table,
.woocommerce-cart-form,
.woocommerce-checkout-review-order,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
border-radius: 0;
border-color: var(--hobg-grey-300);
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
border-color: var(--hobg-grey-300);
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
min-height: 2.75rem;
}
.woocommerce .quantity .qty {
min-height: 2.75rem;
width: 4.5rem;
}
.navigation.pagination {
margin-top: 2rem;
font-family: "Karla", system-ui, sans-serif;
}
.nav-links {
display: flex;
flex-wrap: wrap;
gap: 0.4rem;
}
.nav-links .page-numbers {
padding: 0.4rem 0.65rem;
border: 1px solid var(--hobg-grey-300);
text-decoration: none;
}
.nav-links .current {
background: var(--hobg-black);
color: var(--hobg-white);
border-color: var(--hobg-black);
}
@media (max-width: 820px) {
.site-header__inner,
.hobg-home-hero,
.hobg-single-product__top,
.hobg-contributor-single__header {
grid-template-columns: 1fr;
}
.site-search {
justify-self: start;
grid-column: 1 / -1;
}
.hobg-single-product__summary {
position: static;
}
}
@media (max-width: 520px) {
.site-header__inner,
.site-footer__inner,
.content-wrap,
.front-page-wrap {
width: min(calc(100% - 1.25rem), var(--hobg-max));
}
.primary-menu,
.footer-menu {
gap: 0.25rem 0.75rem;
}
.search-form {
width: 100%;
}
.search-field {
width: 100%;
}
}
@media (max-width: 760px) {
.hobg-product-grid,
.products {
grid-template-columns: repeat(auto-fill, minmax(min(100%, 140px), 1fr));
}
} .site-header__inner {
padding: 0.65rem 0 0.55rem;
gap: 0.45rem var(--hobg-gap);
}
.site-main {
padding-block: 1rem 2.5rem;
}
.hobg-home-hero {
padding-bottom: 1.35rem;
gap: clamp(1rem, 3vw, 2.5rem);
}
.hobg-section {
padding-block: 1.35rem;
}
.hobg-section__header {
margin-bottom: 0.65rem;
}
.hobg-section__header h2,
.hobg-catalogue-section .hobg-section__header h2 {
font-size: clamp(1.05rem, 0.95rem + 0.45vw, 1.35rem);
line-height: 1.2;
}
.hobg-catalogue-home > .hobg-section__header {
margin-bottom: 0.25rem;
}
.hobg-catalogue-home .hobg-catalogue-section {
padding-block: 0.75rem 0;
}
.hobg-catalogue-section + .hobg-catalogue-section {
margin-top: 0.75rem;
}
.hobg-product-grid,
.products {
grid-template-columns: repeat(auto-fill, minmax(min(100%, 120px), 140px));
gap: 0.9rem;
}
.hobg-product-card,
.woocommerce ul.products li.product {
padding-top: 0.65rem;
}
.hobg-product-card__image {
margin-bottom: 0.55rem;
}
.hobg-product-card h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-family: "Karla", system-ui, sans-serif;
font-size: 0.96rem;
font-weight: 500;
line-height: 1.25;
margin-bottom: 0.2rem;
}
.hobg-product-card .price,
.woocommerce ul.products li.product .price {
font-family: "Karla", system-ui, sans-serif;
font-size: 0.9rem;
font-weight: 500;
margin: 0.35rem 0 0;
}
.hobg-preorder-badge {
display: none !important;
}
.hobg-preorder-feature-list {
display: grid;
gap: 1rem;
}
.hobg-preorder-feature {
display: grid;
grid-template-columns: minmax(115px, 150px) minmax(0, 1fr);
gap: clamp(0.85rem, 2vw, 1.4rem);
align-items: start;
padding-top: 0.85rem;
border-top: 1px solid var(--hobg-grey-300);
}
.hobg-preorder-feature__image {
display: block;
aspect-ratio: 2 / 3;
border: 1px solid var(--hobg-grey-300);
background: var(--hobg-grey-100);
overflow: hidden;
}
.hobg-preorder-feature__image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.hobg-preorder-feature h3 {
font-family: "Karla", system-ui, sans-serif;
font-size: clamp(1rem, 0.95rem + 0.4vw, 1.25rem);
font-weight: 500;
line-height: 1.25;
margin: 0 0 0.3rem;
}
.hobg-preorder-feature h3 a {
text-decoration: none;
}
.hobg-preorder-feature .price {
font-size: 0.95rem;
font-weight: 500;
margin: 0.35rem 0;
}
.hobg-preorder-feature__excerpt {
font-size: 0.98rem;
line-height: 1.55;
color: var(--hobg-grey-900);
}
.hobg-preorder-feature__excerpt p {
margin: 0 0 0.75rem;
}
.button--small {
min-height: 2.25rem;
padding: 0.45rem 0.75rem;
font-size: 0.9rem;
}
.hobg-product-technical {
margin-top: 1.5rem;
}
.hobg-product-description,
.hobg-product-delivery-note {
margin-top: clamp(1.75rem, 4vw, 3rem);
}
@media (max-width: 760px) {
.hobg-product-grid,
.products {
grid-template-columns: repeat(auto-fill, minmax(min(100%, 135px), 1fr));
}
.hobg-preorder-feature {
grid-template-columns: minmax(90px, 120px) minmax(0, 1fr);
}
}
@media (max-width: 520px) {
.hobg-preorder-feature {
grid-template-columns: 1fr;
}
.hobg-preorder-feature__image {
max-width: 180px;
}
} .site-main {
padding-block: 0.35rem 2.5rem;
}
.hobg-home-catalogue {
margin-top: 0;
}
.hobg-home-catalogue > .hobg-catalogue-section:first-child {
margin-top: 0;
}
.hobg-catalogue-section--preorders {
border: 1px solid var(--hobg-grey-300);
padding: 0.85rem;
margin: 0 0 1rem;
background: var(--hobg-white);
}
.hobg-catalogue-section--preorders .hobg-section__header {
margin-bottom: 0.45rem;
}
.hobg-catalogue-two-columns {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 1rem;
}
.hobg-catalogue-two-columns .hobg-catalogue-section {
padding-block: 0.35rem 0;
border-bottom: 0;
}
.hobg-catalogue-two-columns .hobg-catalogue-section + .hobg-catalogue-section {
margin-top: 0;
}
.hobg-catalogue-two-columns .hobg-product-grid {
grid-template-columns: repeat(auto-fill, minmax(min(100%, 105px), 125px));
gap: 0.75rem;
}
.hobg-preorder-feature-list {
gap: 0.75rem;
}
.hobg-preorder-feature {
padding-top: 0.65rem;
grid-template-columns: minmax(100px, 135px) minmax(0, 1fr);
}
.hobg-preorder-feature:first-child {
padding-top: 0;
border-top: 0;
}
.hobg-preorder-feature .hobg-kicker {
margin-bottom: 0.3rem;
}
.hobg-product-delivery-note {
font-family: "Karla", system-ui, sans-serif;
font-size: 0.82rem;
line-height: 1.45;
color: var(--hobg-grey-700);
margin-top: 1.15rem;
padding-top: 0.85rem;
}
.hobg-product-delivery-note h2 {
font-family: "Karla", system-ui, sans-serif;
font-size: 0.88rem;
font-weight: 700;
letter-spacing: 0.04em;
line-height: 1.2;
text-transform: uppercase;
margin-bottom: 0.35rem;
}
.hobg-product-delivery-note p {
margin-bottom: 0;
}
.hobg-contributor-gallery__placeholder {
position: absolute;
inset: 0;
display: grid;
place-items: center;
font-family: "Karla", system-ui, sans-serif;
font-size: clamp(1.6rem, 4vw, 2.4rem);
font-weight: 700;
letter-spacing: 0.04em;
background: var(--hobg-grey-100);
color: var(--hobg-grey-700);
}
.hobg-contributor-gallery__item .hobg-contributor-gallery__name {
position: absolute;
inset: auto 0 0;
padding: 0.65rem;
font-family: "Karla", system-ui, sans-serif;
font-weight: 700;
background: rgba(255, 255, 255, 0.92);
color: var(--hobg-black);
transform: translateY(100%);
transition: transform 160ms ease;
}
.hobg-contributor-gallery__item:hover .hobg-contributor-gallery__name,
.hobg-contributor-gallery__item:focus .hobg-contributor-gallery__name {
transform: translateY(0);
}
@media (max-width: 760px) {
.hobg-catalogue-two-columns {
grid-template-columns: 1fr;
}
.hobg-catalogue-two-columns .hobg-product-grid {
grid-template-columns: repeat(auto-fill, minmax(min(100%, 135px), 1fr));
}
} .hobg-home-product-authors {
font-family: "Karla", system-ui, sans-serif;
font-size: 0.88rem;
line-height: 1.35;
color: var(--hobg-grey-700);
margin: 0.25rem 0 0.45rem;
}
.hobg-home-product-authors a {
color: inherit;
text-decoration: none;
}
.hobg-home-product-authors a:hover,
.hobg-home-product-authors a:focus {
text-decoration: underline;
}
.hobg-product-title-price .price {
display: inline;
font-size: inherit;
font-weight: inherit;
margin: 0;
white-space: nowrap;
}
.hobg-title-price-separator {
white-space: nowrap;
}
.hobg-product-grid,
.products {
grid-template-columns: repeat(auto-fill, minmax(min(100%, 135px), 165px));
}
.hobg-catalogue-two-columns .hobg-product-grid {
grid-template-columns: repeat(auto-fill, minmax(min(100%, 130px), 160px));
gap: 0.9rem;
}
.hobg-preorder-feature {
grid-template-columns: minmax(125px, 165px) minmax(0, 1fr);
}
.hobg-preorder-feature__action {
margin: 0.5rem 0 0;
}
.hobg-preorder-feature__action .button,
.hobg-preorder-feature .button--small {
min-height: 1.85rem;
padding: 0.32rem 0.58rem;
font-size: 0.76rem;
letter-spacing: 0.035em;
}
@media (max-width: 760px) {
.hobg-catalogue-two-columns .hobg-product-grid,
.hobg-product-grid,
.products {
grid-template-columns: repeat(auto-fill, minmax(min(100%, 135px), 1fr));
}
.hobg-preorder-feature {
grid-template-columns: minmax(105px, 145px) minmax(0, 1fr);
}
} .site-header__inner {
grid-template-columns: minmax(0, 1fr) auto;
grid-template-areas:
"brand search"
"nav nav";
gap: 0.35rem var(--hobg-gap);
padding-block: 0.65rem 0.45rem;
}
.site-branding {
grid-area: brand;
}
.primary-navigation {
grid-area: nav;
}
.site-search {
grid-area: search;
align-self: center;
}
.hobg-preorder-feature__action .button,
.hobg-preorder-feature .button--small {
min-height: 1.25rem;
padding: 0.16rem 0.34rem;
font-size: 0.62rem;
line-height: 1.1;
letter-spacing: 0.025em;
}
@media (max-width: 760px) {
.site-header__inner {
grid-template-columns: 1fr;
grid-template-areas:
"brand"
"search"
"nav";
gap: 0.45rem;
}
.site-search {
justify-self: stretch;
}
} .hobg-catalogue-three-sections {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.hobg-catalogue-three-sections .hobg-product-grid {
grid-template-columns: repeat(auto-fill, minmax(min(100%, 125px), 1fr));
}
@media (max-width: 980px) {
.hobg-catalogue-three-sections {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 760px) {
.hobg-catalogue-three-sections {
grid-template-columns: 1fr;
}
} .hobg-home-catalogue > .hobg-catalogue-section:not(.hobg-catalogue-section--preorders) {
margin-top: 0.95rem;
}
.hobg-home-catalogue > .hobg-catalogue-section:not(.hobg-catalogue-section--preorders) .hobg-section__header {
margin-bottom: 0.45rem;
}
.hobg-home-catalogue > .hobg-catalogue-section:not(.hobg-catalogue-section--preorders) .hobg-product-grid {
grid-template-columns: repeat(auto-fill, minmax(min(100%, 140px), 170px));
gap: 0.9rem;
}
@media (max-width: 760px) {
.hobg-home-catalogue > .hobg-catalogue-section:not(.hobg-catalogue-section--preorders) .hobg-product-grid {
grid-template-columns: repeat(auto-fill, minmax(min(100%, 135px), 1fr));
}
} .hobg-newsletter-section {
padding-block: 1.35rem;
}
.hobg-newsletter-box {
display: grid;
grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
gap: clamp(1rem, 3vw, 2rem);
align-items: start;
border: 1px solid var(--hobg-grey-300);
padding: clamp(0.9rem, 2vw, 1.3rem);
background: var(--hobg-white);
}
.hobg-newsletter-box h2 {
font-size: clamp(1.05rem, 0.95rem + 0.45vw, 1.35rem);
line-height: 1.2;
margin-bottom: 0.45rem;
}
.hobg-newsletter-box__text,
.hobg-newsletter-box__form {
font-family: "Karla", system-ui, sans-serif;
font-size: 0.92rem;
line-height: 1.45;
}
.hobg-newsletter-box__text p:last-child,
.hobg-newsletter-box__form p:last-child {
margin-bottom: 0;
}
.hobg-newsletter-box__form form {
margin: 0;
}
.hobg-newsletter-box__form input[type="email"],
.hobg-newsletter-box__form input[type="text"] {
width: 100%;
}
.hobg-newsletter-box__form .ff-el-group,
.hobg-newsletter-box__form .fluentform .ff-el-group {
margin-bottom: 0.7rem;
}
.hobg-newsletter-box__form .ff-btn-submit,
.hobg-newsletter-box__form button[type="submit"],
.hobg-newsletter-box__form input[type="submit"] {
min-height: 2rem;
padding: 0.38rem 0.7rem;
font-size: 0.82rem;
}
@media (max-width: 760px) {
.hobg-newsletter-box {
grid-template-columns: 1fr;
}
} .hobg-newsletter-box__form .wpcf7 form,
.hobg-newsletter-box__form .wpcf7 p {
margin-block: 0 0.7rem;
}
.hobg-newsletter-box__form .wpcf7 input[type="email"] {
max-width: 100%;
}
.hobg-newsletter-admin-notice {
font-family: "Karla", system-ui, sans-serif;
font-size: 0.82rem;
line-height: 1.35;
border: 1px solid var(--hobg-grey-300);
padding: 0.55rem 0.7rem;
background: var(--hobg-grey-100);
}.toastify {
display: inline-flex;
align-items: center;
box-shadow: 0px 0px 12px rgba(0, 0, 0, .12);
background: white;
position: fixed;
opacity: 0;
transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
cursor: pointer;
text-decoration: none;
max-width: calc(50% - 20px);
z-index: 2147483647;
padding: 12px 13px;
border: 1px solid #ebeef5;
border-radius: 8px;
font-size: 16px;
color: #606266;
}
.toastify.has-toastify-icon {
display: flex;
align-items: flex-start;
gap: 12px;
}
.toastify.has-toastify-icon .toastify-icon {
width: 21px;
height: 21px;
}
.toastify.has-toastify-icon .toastify-icon.success svg path {
fill: #67c23a;
}
.toastify.has-toastify-icon .toastify-icon.error svg path{
fill: #f56c6c;
}
.toastify.has-toastify-icon .toastify-icon.warning svg path{
fill: #e6a23c;
}
.toastify.has-toastify-icon .toastify-icon.info svg path{
fill: #909399;
}
.toastify .warn {
display: block;
top: 0;
}
.toastify.on {
opacity: 1;
}
.toast-close {
background: 0 0;
border: 0;
color: #fff;
cursor: pointer;
font-family: inherit;
font-size: 1em;
opacity: 0.4;
padding: 0 5px;
}
.toastify-right {
right: 15px;
}
.toastify-left {
left: 15px;
}
.toastify-top {
top: -150px;
}
.toastify-bottom {
bottom: -150px;
}
.toastify-rounded {
border-radius: 25px;
}
.toastify-avatar {
width: 1.5em;
height: 1.5em;
margin: -7px 5px;
border-radius: 2px;
}
.toastify-center {
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
max-width: fit-content;
max-width: -moz-fit-content;
}
@media only screen and (max-width: 360px) {
.toastify-left,
.toastify-right {
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
max-width: fit-content;
}
}:root{--fct-cart-drawer-primary-text-color: var(--fct-primary-text-color, #2F3448);--fct-cart-drawer-secondary-text-color: var(--fct-secondary-text-color, #565865);--fct-cart-drawer-primary-bg-color: var(--fct-primary-bg-color, #253241);--fct-cart-drawer-border-color: var(--fct-border-color, #D6DAE1);--fct-cart-drawer-bg: #ffffff;--fct-cart-drawer-open-btn-bg-color: #ffffff;--fct-cart-drawer-close-btn-color: #253241;--fct-cart-drawer-quantity-bg-color: #ffffff;--fct-cart-drawer-quantity-color: var(--fct-cart-drawer-primary-text-color);--fct-cart-drawer-quantity-border-color: var(--fct-cart-drawer-border-color);--fct-cart-drawer-quantity-btn-bg: #FAFAFA;--fct-cart-drawer-quantity-btn-color: var(--fct-cart-drawer-secondary-text-color);--fct-cart-drawer-quantity-btn-hover-bg: #F5F6F7;--fct-cart-drawer-badge-bg-color: #000;--fct-cart-drawer-badge-text-color: #ffffff;--fct-cart-drawer-btn-bg-color: var(--fct-btn-bg-color, var(--fct-cart-drawer-primary-bg-color));--fct-cart-drawer-btn-text-color: var(--fct-btn-text-color, #ffffff);--fct-cart-drawer-btn-border-color: var(--fct-btn-border-color, var(--fct-cart-drawer-btn-bg-color));--fct-view-cart-btn-bg-color: #ffffff;--fct-view-cart-drawer-btn-color: var(--fct-cart-drawer-primary-text-color);--fct-view-cart-drawer-btn-border-color: var(--fct-cart-drawer-border-color);--fct-view-cart-drawer-btn-hover-bg: #F9FAFB;--fct-cart-item-delete-btn-bg-color: #ffffff;--fct-cart-item-delete-btn-hover-bg-color: #F5F6F7;--fct-cart-item-delete-btn-border-color: var(--fct-cart-drawer-border-color);--fct-cart-item-delete-btn-color: var(--fct-cart-drawer-primary-text-color);--fct-cart-drawer-footer-action-bg-color: #ffffff}.fct-cart-drawer-container h1,.fct-cart-drawer-container h2,.fct-cart-drawer-container h3,.fct-cart-drawer-container h4,.fct-cart-drawer-container h5,.fct-cart-drawer-container h6,.fluent-cart-cart-page h1,.fluent-cart-cart-page h2,.fluent-cart-cart-page h3,.fluent-cart-cart-page h4,.fluent-cart-cart-page h5,.fluent-cart-cart-page h6{margin:0}.fct-cart-drawer-overlay{visibility:hidden;position:fixed;top:0;left:0;z-index:999999;height:100%;width:100%;opacity:0;background-color:#00000080;transition:.5s cubic-bezier(.16,1,.3,1)}.fct-cart-drawer-overlay.active{visibility:visible;opacity:1}.fct-cart-drawer{position:fixed;left:100%;bottom:0;z-index:999999;width:500px;max-width:100%;background-color:var(--fct-cart-drawer-bg);--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);height:100vh;height:100dvh;transition:.5s cubic-bezier(.16,1,.3,1)}.fct-cart-drawer *{box-sizing:border-box}.fct-cart-drawer.open{left:calc(100% - min(100%,500px))}.fct-cart-drawer.admin_bar_enabled{height:calc(100vh - 32px);height:calc(100dvh - 32px)}.fct-cart-drawer .fct-cart-total-wrapper{padding:20px}.fct-cart-drawer-header{position:relative;z-index:4;display:flex;align-items:center;justify-content:space-between;border-width:1px;border-top-width:0px;border-left-width:0px;border-right-width:0px;border-style:solid;border-color:var(--fct-cart-drawer-border-color);padding:20px}.fct-cart-drawer-header .title{margin:0;display:flex;align-items:center;gap:6px;font-size:18px;font-weight:600;text-transform:none;line-height:1;color:var(--fct-cart-drawer-primary-text-color)}.fct-cart-drawer-header .fct-cart-drawer-close-button{height:16px;width:16px;cursor:pointer;border-style:none;background-color:transparent;padding:0;color:var(--fct-cart-drawer-close-btn-color);--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.fct-cart-drawer-header .fct-cart-drawer-close-button svg{height:14px;width:14px}.fct-cart-drawer-content-wrapper{max-height:calc(100% - 220px);overflow:auto}.fct-cart-drawer-list-content{margin:0;list-style-type:none;padding:0}.fct-cart-drawer-footer{position:absolute;bottom:0;width:100%}.fct-cart-drawer-footer a{position:relative;margin:0;display:flex;max-height:40px;width:100%;cursor:pointer;align-items:center;justify-content:center;border-radius:8px;border-width:0px;background-color:var(--fct-cart-drawer-btn-bg-color);padding:15px 16px;font-size:16px;font-weight:600;line-height:1;color:var(--fct-cart-drawer-btn-text-color);-webkit-text-decoration-line:none;text-decoration-line:none;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.fct-cart-drawer-footer a:hover{background-color:var(--fct-cart-drawer-btn-bg-color)}.fct-cart-drawer-footer a:focus{outline:2px solid transparent;outline-offset:2px}.fct-cart-drawer-footer a.view-cart-button{border-width:1px;border-style:solid;border-color:var(--fct-view-cart-drawer-btn-border-color);background-color:var(--fct-view-cart-btn-bg-color);color:var(--fct-view-cart-drawer-btn-color)}.fct-cart-drawer-footer a.view-cart-button:hover{background-color:var(--fct-view-cart-drawer-btn-hover-bg)}.fct-cart-drawer-footer-actions{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:10px;background-color:var(--fct-cart-drawer-footer-action-bg-color);padding:20px;box-shadow:0 -4px 16px -2px #001d380f}.fct-cart-badge-count{display:flex;aspect-ratio:1 / 1;height:20px;width:20px;align-items:center;justify-content:center;border-radius:9999px;background-color:var(--fct-cart-drawer-badge-bg-color);text-align:center;font-size:12px;font-weight:600;color:var(--fct-cart-drawer-badge-text-color);transition-duration:.3s}.fluent-cart-cart-empty-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding-top:100px}.fluent-cart-cart-empty-content-text{font-size:14px;color:var(--fct-cart-drawer-secondary-text-color)}.fluent-cart-cart-empty-content-text a:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.fluent-cart-shake-cart-button{animation:shakeCartButton .2s linear}.fct-cart-drawer-list .fct-cart-item{position:relative;display:flex;justify-content:space-between;border-width:1px;border-top-width:0px;border-left-width:0px;border-right-width:0px;border-style:solid;--tw-border-opacity: 1;border-color:rgb(234 236 240 / var(--tw-border-opacity, 1));padding:20px}.fct-cart-drawer-list .fct-cart-item .fct-cart-item-info{display:flex;flex:1 1 0%;gap:18px}.fct-cart-drawer-list .fct-cart-item .fct-cart-item-image{height:100%;width:60px;flex-shrink:0;border-radius:8px}.fct-cart-drawer-list .fct-cart-item .fct-cart-item-image a{display:block;height:100%;border-radius:inherit;-webkit-text-decoration-line:none;text-decoration-line:none}.fct-cart-drawer-list .fct-cart-item .fct-cart-item-image a:focus-within{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}.fct-cart-drawer-list .fct-cart-item .fct-cart-item-image a:focus{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}.fct-cart-drawer-list .fct-cart-item .fct-cart-item-image a:focus-within{outline-style:none}.fct-cart-drawer-list .fct-cart-item .fct-cart-item-image img{aspect-ratio:1 / 1;height:auto;width:100%;border-radius:inherit;-o-object-fit:cover;object-fit:cover}.fct-cart-drawer-list .fct-cart-item .fct-cart-item-details{padding-right:40px}.fct-cart-drawer-list .fct-cart-item .fct-cart-item-details .fct-cart-item-title{margin-bottom:6px;display:block;font-size:16px;font-weight:400;line-height:1.3;color:var(--fct-cart-drawer-primary-text-color)}.fct-cart-drawer-list .fct-cart-item .fct-cart-item-details .fct-cart-item-title a{color:var(--fct-cart-drawer-primary-text-color);-webkit-text-decoration-line:none;text-decoration-line:none}.fct-cart-drawer-list .fct-cart-item .fct-cart-item-details .fct-cart-item-title a:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.fct-cart-drawer-list .fct-cart-item .fct-cart-item-details .fct-cart-item-variant{margin-bottom:4px;margin-top:0;font-size:14px;line-height:20px;--tw-text-opacity: 1;color:rgb(86 88 101 / var(--tw-text-opacity, 1))}.fct-cart-drawer-list .fct-cart-item .fct-cart-item-details .fct-cart-item-variant.variant-title-hidden{display:none}.fct-cart-drawer-list .fct-cart-item .fct-cart-item-details .fct-cart-item-price{margin-bottom:4px;font-size:13px;font-weight:600;color:var(--fct-cart-drawer-primary-text-color)}.fct-cart-drawer-list .fct-cart-item .fct-cart-item-details .fct-cart-item-price span{font-weight:400;color:var(--fct-cart-drawer-secondary-text-color)}.fct-cart-drawer-list .fct-cart-item .fct-cart-item-details .fct-cart-item-price+.fluent-cart-cart-list-item-quantity{margin-top:12px}.fct-cart-drawer-list .fct-cart-item .fct-cart-item-details .fct-cart-item-price.item-price-hidden{display:none}.fct-cart-drawer-list .fct-cart-item .fct-cart-item-details .fluent-cart-cart-list-item-additional-info{font-size:13px;font-weight:600;--tw-text-opacity: 1;color:rgb(47 52 72 / var(--tw-text-opacity, 1))}.fct-cart-drawer-list .fct-cart-item .fct-cart-item-details .fluent-cart-cart-list-item-additional-info span{display:block;font-weight:400;line-height:1.4;--tw-text-opacity: 1;color:rgb(86 88 101 / var(--tw-text-opacity, 1))}.fct-cart-drawer-list .fct-cart-item .fct-cart-item-details .fluent-cart-cart-list-item-additional-info+.fluent-cart-cart-list-item-quantity{margin-top:12px}.fct-cart-drawer-list .fct-cart-item .fct-cart-item-total{font-size:16px;font-weight:600;line-height:1.1;color:var(--fct-cart-drawer-primary-text-color)}.fct-cart-drawer-list .fct-cart-item .fct-cart-item-delete-button{display:flex;height:32px;width:32px;cursor:pointer;align-items:center;justify-content:center;border-radius:8px;border-width:1px;border-style:solid;border-color:var(--fct-cart-item-delete-btn-border-color);background-color:var(--fct-cart-item-delete-btn-bg-color);padding:0;color:var(--fct-cart-item-delete-btn-color);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.1s}.fct-cart-drawer-list .fct-cart-item .fct-cart-item-delete-button:hover{background-color:var(--fct-cart-item-delete-btn-hover-bg-color)}.fct-cart-drawer-list .fct-cart-item .fct-cart-item-delete-button svg{height:16px;width:16px}.fct-cart-drawer-list .fct-cart-item .fct-cart-item-summary{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:10px}.fct-cart-drawer-open-btn{position:fixed;bottom:20px;right:20px;z-index:999;display:flex;height:56px;width:56px;cursor:pointer;align-items:center;justify-content:center;border-radius:8px;border-width:0px;background-color:var(--fct-cart-drawer-open-btn-bg-color);padding:4px}.fct-cart-drawer-open-btn:hover{background-color:var(--fct-cart-drawer-open-btn-bg-color)}.fct-cart-drawer-open-btn:focus{position:fixed}.fct-cart-drawer-open-btn{box-shadow:0 16px 32px -4px #1b25331f}.fct-cart-drawer-open-btn img{height:28px}.fct-cart-drawer-open-btn .fct-cart-badge-count{position:absolute;top:-5px;right:-5px}.fct-cart-drawer-open-btn.is-hidden{display:none}.fct-cart-item-quantity{margin-top:4px;display:inline-flex;align-items:center;border-radius:8px;border-width:1px;border-style:solid;border-color:var(--fct-cart-drawer-quantity-border-color);background-color:var(--fct-cart-drawer-quantity-bg-color)}.fct-cart-item-quantity .qty-btn{margin:0;display:flex;height:32px;width:32px;align-items:center;justify-content:center;background-color:var(--fct-cart-drawer-quantity-btn-bg);padding:0;color:var(--fct-cart-drawer-quantity-btn-color);--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);outline-width:0px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;cursor:pointer}.fct-cart-item-quantity .qty-btn svg{height:12px;width:12px;fill:#000}.fct-cart-item-quantity .qty-btn:hover{background-color:var(--fct-cart-drawer-quantity-btn-hover-bg)}.fct-cart-item-quantity .decrease-btn{border-radius:8px 0 0 8px/8px 0px 0px 8px;border-width:1px;border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-style:solid;--tw-border-opacity: 1;border-color:rgb(214 218 225 / var(--tw-border-opacity, 1))}.fct-cart-item-quantity .increase-btn{border-radius:0 8px 8px 0/0px 8px 8px 0px;border-width:1px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-style:solid;--tw-border-opacity: 1;border-color:rgb(214 218 225 / var(--tw-border-opacity, 1))}.fct-cart-item-quantity .qty-value{display:flex;height:32px;width:40px;align-items:center;justify-content:center;border-width:0px;padding:0 4px;text-align:center;font-size:13px;font-weight:500;color:var(--fct-cart-drawer-quantity-color);--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.fct-cart-item-quantity.is-subscription-product{display:none}.fct-cart-total-wrapper{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:18px;font-weight:600;--tw-text-opacity: 1;color:rgb(47 52 72 / var(--tw-text-opacity, 1))}.fluent-cart-cart-cart-button-wrap{display:flex;justify-content:flex-end}.fluent-cart-cart-cart-button-wrap .fluent-cart-cart-checkout-page-button{width:auto}@keyframes shakeCartButton{0%,to{right:0}50%{right:12px}}.warn,.warn:before,.warn:after{position:relative;padding:0;margin:0}.warn{font-size:25px;color:transparent}.warn.warning{display:inline-block;top:0;width:1.15em;height:1.15em;overflow:hidden;border:none;margin-right:8px;background-color:transparent;border-radius:.625em}.toast-close{color:#fc0000!important;position:absolute;right:4px;top:5px}.toastify{max-width:350px!important}.toastify span{display:inline-flex;align-items:center}.warn.warning:before{content:"";display:block;top:-.08em;left:0;position:absolute;border:transparent .6em solid;border-bottom-color:#fd3;border-bottom-width:1em;border-top-width:0;box-shadow:#999 0 1px 1px}.warn.warning:after{display:block;position:absolute;top:.1em;left:0;width:100%;padding:0 1px;text-align:center;content:"!";font-size:.65em;font-weight:700;color:#333}.fluent-cart-menu-cart-open-button-container .fct-cart-drawer-open-btn{position:relative;bottom:unset;right:unset;padding:0;height:50px;width:50px}.fluent-cart-cart-page .fct-cart-total-wrapper{margin:0;padding:0}.fluent-cart-cart-page .fluent-cart-cart-list-item-wrapper{gap:12px;padding-left:0;padding-right:0}.fluent-cart-cart-page .fct-cart-total-wrapper li{padding-left:0;padding-right:0}.fluent-cart-cart-page .fluent-cart-cart-list-item-wrapper .content-wrap .fluent-cart-cart-list-item-title{white-space:normal}.fluent-cart-cart-page .fluent-cart-cart-cart-button-wrap{margin-top:12px;display:flex;align-items:center;justify-content:flex-end}.fluent-cart-cart-page .fluent-cart-cart-checkout-page-button{display:inline-flex!important;width:auto!important}.fluent-cart-cart-page .fluent-cart-cart-list-item-wrapper .delete-button-wrap{right:0}.fct-loader-wrap{background:#ffffff80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);position:absolute;top:0;left:0;z-index:2;display:none;height:100%;width:100%;align-items:center;justify-content:center}.fct-loader-wrap.show{display:flex}.fct-loader-spinner{position:relative;height:50px;width:50px;flex:none}.fct-loader-spinner:after,.fct-loader-spinner:before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;border-radius:9999px;border-width:2px;border-style:solid;--tw-border-opacity: 1;border-color:rgb(37 50 65 / var(--tw-border-opacity, 1));border-top-color:transparent;border-right-color:transparent;animation:fluentCartSpin 1.3s linear infinite}.fct-loader-spinner:after{transform:rotate(30deg);top:10%;left:10%;height:80%;width:80%;animation:fluentCartSpin 1s linear infinite}@keyframes fluentCartSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 575px){.fluent-cart-cart-page{margin-bottom:20px!important}.fluent-cart-cart-page .fluent-cart-cart-list-item-wrapper .content-wrap .fluent-cart-cart-list-item-title{font-size:14px;line-height:20px}.fluent-cart-cart-page .fluent-cart-cart-list-item-wrapper .media-wrap{width:50px}.fluent-cart-cart-page .fluent-cart-cart-list-item-wrapper .left-content{gap:16px}}@media (max-width: 768px){.fct-cart-drawer.admin_bar_enabled{height:100vh;height:100dvh}}.fct-bundle-products{margin-top:20px}.fct-bundle-products.is-hidden{display:none}.fct-bundle-products .fct-bundle-products-title{margin-bottom:6px;font-size:14px;font-weight:500;line-height:20px;color:var(--fct-cart-drawer-primary-text-color)}.fct-bundle-products .fct-bundle-products-list{font-size:13px;color:var(--fct-cart-drawer-secondary-text-color)}.fct-bundle-products .fct-bundle-products-list p{margin-top:0;margin-bottom:2px}.fct-bundle-products .fct-bundle-products-more{display:grid;grid-template-rows:0fr;transition:grid-template-rows .2s ease-out}.fct-bundle-products .fct-bundle-products-more-list{overflow:hidden}.fct-bundle-products .fct-see-more-btn{cursor:pointer;background-color:transparent;padding:0;font-size:13px;font-weight:500;line-height:20px;color:var(--fct-cart-drawer-secondary-text-color);-webkit-text-decoration-line:none;text-decoration-line:none}.fct-bundle-products .fct-see-more-btn:hover{color:var(--fct-cart-drawer-primary-text-color)}.fct-bundle-products .fct-see-more-btn span{display:inline-flex;align-items:center;gap:6px}.fct-bundle-products .fct-see-more-btn .see-less-text{display:none}.fct-bundle-products .fct-see-more-btn svg{height:6px;width:10px}.fct-bundle-products.show-all .fct-bundle-products-more{grid-template-rows:1fr}.fct-bundle-products.show-all .fct-see-more-btn .see-more-text{display:none}.fct-bundle-products.show-all .fct-see-more-btn .see-less-text{display:inline-flex}.fct-admin-notice{margin:12px 0;padding:10px 14px;border-left:4px solid #2271b1;background:#f0f6fc;font-size:13px}.fct-store-logo-img{max-width:var(--max-width, 150px);max-height:var(--max-height, 70px)}.fct_price_suffix{margin-left:.25em}.wcpay-express-checkout-wrapper{width:100%;clear:both;display:flex;flex-direction:column}.wcpay-express-checkout-wrapper #wcpay-express-checkout-element{opacity:0;transition:all .3s ease-in-out;min-height:0;margin:0}.wcpay-express-checkout-wrapper #wcpay-express-checkout-element.is-ready{opacity:1}.wcpay-express-checkout-wrapper #wcpay-express-checkout-element.is-ready:not(:first-child){margin-top:12px}.woocommerce-cart .wcpay-express-checkout-wrapper{margin-bottom:0}.woocommerce-checkout .wcpay-express-checkout-wrapper #wcpay-express-checkout-element.is-ready:first-child{margin-top:4px}.woocommerce-checkout .wcpay-express-checkout-wrapper #wcpay-woopay-button{margin-top:4px}.woocommerce .type-product .wcpay-express-checkout-wrapper,.wp-block-add-to-cart-form .wcpay-express-checkout-wrapper,.wp-block-add-to-cart-with-options .wcpay-express-checkout-wrapper,.wc-proceed-to-checkout .wcpay-express-checkout-wrapper{margin-top:1em;margin-bottom:1em}.wcpay-express-checkout-wrapper,.wc-block-components-express-payment__event-buttons{list-style:none}.wcpay-express-checkout-wrapper .StripeElement iframe,.wc-block-components-express-payment__event-buttons .StripeElement iframe{max-width:unset}