/*
Theme Name: Snoobik Blocksy Child
Theme URI: https://srv1.veebidoktor.ee/snoobik
Description: Snoobik storefront styling for the Blocksy theme.
Author: Snoobik
Template: blocksy
Version: 1.11.83
Text Domain: snoobik-blocksy-child
*/

:root {
    --theme-container-edge-spacing: calc(100% - 30px) !important;
    --snoobik-black: #050505;
    --snoobik-surface: #ffffff;
    --snoobik-page: #eef1f5;
    --snoobik-text: #17202a;
    --snoobik-muted: #67717e;
    --snoobik-line: #dfe3e8;
    --snoobik-accent: #1877f2;
    --snoobik-accent-dark: #0f5dcc;
    --snoobik-success: #4b7655;
    --snoobik-radius: 8px;
}

.blockUI.blockOverlay::before {
    content: "";
    position: absolute;
    inset: 0;
    width: var(--overlay-loader-size, 23px);
    height: var(--overlay-loader-size, 23px);
    margin: auto;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 40 40'%3E%3Cpath opacity='.2' fill='currentColor' d='M20.201 5.169c-8.254 0-14.946 6.692-14.946 14.946 0 8.255 6.692 14.946 14.946 14.946s14.946-6.691 14.946-14.946c-.001-8.254-6.692-14.946-14.946-14.946zm0 26.58c-6.425 0-11.634-5.208-11.634-11.634 0-6.425 5.209-11.634 11.634-11.634 6.425 0 11.633 5.209 11.633 11.634 0 6.426-5.208 11.634-11.633 11.634z'%3E%3C/path%3E%3Cpath fill='currentColor' d='m26.013 10.047 1.654-2.866a14.855 14.855 0 0 0-7.466-2.012v3.312c2.119 0 4.1.576 5.812 1.566z'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 20 20' to='360 20 20' dur='0.5s' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 40 40'%3E%3Cpath opacity='.2' fill='currentColor' d='M20.201 5.169c-8.254 0-14.946 6.692-14.946 14.946 0 8.255 6.692 14.946 14.946 14.946s14.946-6.691 14.946-14.946c-.001-8.254-6.692-14.946-14.946-14.946zm0 26.58c-6.425 0-11.634-5.208-11.634-11.634 0-6.425 5.209-11.634 11.634-11.634 6.425 0 11.633 5.209 11.633 11.634 0 6.426-5.208 11.634-11.633 11.634z'%3E%3C/path%3E%3Cpath fill='currentColor' d='m26.013 10.047 1.654-2.866a14.855 14.855 0 0 0-7.466-2.012v3.312c2.119 0 4.1.576 5.812 1.566z'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 20 20' to='360 20 20' dur='0.5s' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/path%3E%3C/svg%3E");
}

.blockUI.blockOverlay {
    background: #fff !important;
    opacity: 0.6 !important;
}

body {
    background: var(--snoobik-page);
    color: var(--snoobik-text);
    font-family: 'Poppins', sans-serif;
}

.snoobik-normal-page {
    box-sizing: border-box;
    width: 100%;
    padding: 16px 15px 80px;
}

.snoobik-normal-page__inner {
    width: min(100%, 1125px);
    margin: 0 auto !important;
}

.snoobik-normal-page__title {
    margin: 0;
    color: var(--theme-headings-color, var(--snoobik-black));
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
}

.snoobik-normal-page__inner > .snoobik-normal-page__title,
.snoobik-normal-page__inner > .ct-breadcrumbs {
}

@media (max-width: 560px) {
    .snoobik-normal-page__inner > .snoobik-normal-page__title,
    .snoobik-normal-page__inner > .ct-breadcrumbs.ct-breadcrumbs-shortcode {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.snoobik-normal-page .ct-breadcrumbs {
    --theme-font-size: 14px;
    --theme-font-weight: 500;
    --theme-text-transform: none;
    line-height: 20px;
    margin-top: 4px;
}

.snoobik-normal-page .ct-breadcrumbs .first-item a {
    color: inherit;
}

.snoobik-normal-page__content {
    margin: 40px auto 0;
    color: var(--snoobik-text);
    font-size: 15px;
    line-height: 1.8;
}

.snoobik-normal-page__content > :first-child {
    margin-top: 0;
}

.snoobik-normal-page__content h2,
.snoobik-normal-page__content h3,
.snoobik-normal-page__content h4,
.snoobik-normal-page__content h5 {
    margin: 2.25em 0 0.65em;
    color: var(--snoobik-black);
    line-height: 1.3;
}

.snoobik-normal-page__content h2 {
    font-size: 28px;
}

.snoobik-normal-page__content h3 {
    font-size: 22px;
}

.snoobik-normal-page__content h5 {
    font-size: 17px;
}

.snoobik-normal-page__content > p,
.snoobik-normal-page__content > ul,
.snoobik-normal-page__content > ol {
    margin: 0 0 1.2em;
}

.snoobik-normal-page__content ul,
.snoobik-normal-page__content ol {
    list-style-position: inside;
}

.snoobik-normal-page__content > ul,
.snoobik-normal-page__content > ol {
    padding-inline-start: 0;
}

.snoobik-normal-page__content a {
    color: var(--snoobik-accent-dark);
}

.snoobik-normal-page__content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 32px auto 0;
    border-radius: var(--snoobik-radius);
}

.snoobik-withdrawal-page .snoobik-normal-page__content {
    width: min(100%, 640px);
    max-width: 640px;
}

.snoobik-withdrawal-page .snoobik-normal-page__content > p.snoobik-withdrawal-intro.wp-block-paragraph {
    margin-bottom: 18px;
}

.snoobik-withdrawal-page .snoobik-withdrawal-notice {
    margin: 0;
    padding: 14px 12px;
    border: 2px solid #efefef;
    border-radius: var(--snoobik-radius);
    background: #ffffff;
    color: var(--snoobik-text);
    font-size: 13px;
    line-height: 1.6;
}

.snoobik-prime-form {
    display: grid;
    gap: 22px;
    margin: 34px auto 0;
}

.snoobik-withdrawal-form__step,
.snoobik-withdrawal-form__confirmation {
    display: grid;
    gap: 18px;
}

.snoobik-withdrawal-form__step[hidden],
.snoobik-withdrawal-form__confirmation[hidden] {
    display: none !important;
}

.snoobik-withdrawal-form .snoobik-prime-form__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
}

.snoobik-withdrawal-form .snoobik-prime-form__field {
    display: grid;
    gap: 8px;
}

.snoobik-withdrawal-form__note {
    margin: -2px 0 0;
    color: var(--snoobik-muted);
    font-size: 11px;
    line-height: 1.6;
}

.snoobik-withdrawal-form__actions {
    display: block;
    margin: 0;
}

.snoobik-withdrawal-form__next,
.snoobik-withdrawal-form__back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 12px 20px;
    border: 1px solid #303030;
    border-radius: var(--snoobik-radius);
    background: #303030;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.snoobik-withdrawal-form__next:hover,
.snoobik-withdrawal-form__next:focus-visible {
    border-color: #000000;
    background: #000000;
    color: #ffffff;
}

.snoobik-withdrawal-form__next {
    width: 100%;
}

.snoobik-withdrawal-form__confirmation h2 {
    margin: 0;
    color: var(--snoobik-black);
    font-size: 22px;
    line-height: 1.3;
}

.snoobik-withdrawal-form__confirmation h2:focus {
    outline: 0;
}

.snoobik-withdrawal-form__summary {
    margin: 0;
    overflow: hidden;
    border: 2px solid #efefef;
    border-radius: var(--snoobik-radius);
    background: #ffffff;
    color: var(--snoobik-text);
}

.snoobik-withdrawal-form__summary > div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    padding: 11px 12px;
    border-bottom: 1px solid var(--snoobik-line);
}

.snoobik-withdrawal-form__summary > div:last-child {
    border-bottom: 0;
}

.snoobik-withdrawal-form__summary dt,
.snoobik-withdrawal-form__summary dd {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
}

.snoobik-withdrawal-form__summary dt {
    color: var(--snoobik-muted);
}

.snoobik-withdrawal-form__summary dd {
    color: #303030;
    font-weight: 700;
    text-align: right;
}

.snoobik-withdrawal-form__confirmation-actions {
    display: block;
    margin: 0;
}

.snoobik-withdrawal-form__confirmation-actions > p {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
}

.snoobik-withdrawal-form__back {
    width: 100%;
    border-color: #dfe3e8;
    background: #ffffff;
    color: #303030;
}

.snoobik-withdrawal-form__back:hover,
.snoobik-withdrawal-form__back:focus-visible {
    border-color: #303030;
    background: #ffffff;
    color: #303030;
}

.snoobik-withdrawal-form__confirmation .snoobik-prime-form__submit {
    width: 100%;
}

.snoobik-prime-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.snoobik-prime-form__field,
.snoobik-prime-form__message,
.snoobik-prime-form__acceptance {
    min-width: 0;
}

.snoobik-prime-form__message,
.snoobik-prime-form__acceptance,
.snoobik-prime-form__actions {
    grid-column: 1 / -1;
}

.snoobik-prime-form .wpcf7-form-control-wrap,
.snoobik-prime-form .p-inputtext,
.snoobik-prime-form select {
    display: block;
    width: 100%;
}

.snoobik-prime-form .p-inputtext:not(.snoobik-prime-dropdown__trigger) {
    box-sizing: border-box;
    min-height: 48px;
    padding: 13px 12px !important;
    border: 2px solid #efefef !important;
    border-radius: var(--snoobik-radius) !important;
    background: #ffffff !important;
    color: #303030 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 12px !important;
    font-weight: 500;
    line-height: 18px;
    outline: 0;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.snoobik-prime-form .p-inputtext:hover,
.snoobik-prime-form .p-inputtext:focus,
.snoobik-prime-form .snoobik-prime-dropdown__trigger:hover,
.snoobik-prime-form .snoobik-prime-dropdown__trigger:focus-visible {
    border-color: var(--snoobik-black) !important;
}

.snoobik-prime-form .p-inputtext:focus,
.snoobik-prime-form .snoobik-prime-dropdown__trigger:focus-visible {
    box-shadow: none !important;
}

.snoobik-prime-form textarea.p-inputtext {
    min-height: 144px;
    resize: vertical;
}

.snoobik-prime-form .snoobik-prime-dropdown {
    width: 100%;
}

.snoobik-prime-form .snoobik-prime-dropdown__trigger {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
}

.snoobik-prime-form .snoobik-prime-dropdown__icon {
    display: none;
}

.snoobik-prime-form__acceptance label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--snoobik-muted);
    cursor: pointer;
    font-size: 12px;
    line-height: 1.6;
}

.snoobik-prime-form__acceptance input[type='checkbox'].snoobik-prime-form__checkbox-input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    white-space: nowrap;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
}

.snoobik-prime-form__checkbox-box {
    display: grid;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    margin-top: 2px;
    place-items: center;
    border: 1px solid #c7cdd4;
    border-radius: 4px;
    background: #ffffff;
    color: #ffffff;
    cursor: pointer;
}

.snoobik-prime-form__checkbox-box .bi {
    display: none;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

.snoobik-prime-form__acceptance input[type='checkbox'].snoobik-prime-form__checkbox-input:checked + .snoobik-prime-form__checkbox-box {
    border-color: #303030;
    background: #303030;
}

.snoobik-prime-form__acceptance input[type='checkbox'].snoobik-prime-form__checkbox-input:checked + .snoobik-prime-form__checkbox-box .bi-check-lg {
    display: block;
}

.snoobik-prime-form__acceptance input[type='checkbox'].snoobik-prime-form__checkbox-input:hover + .snoobik-prime-form__checkbox-box,
.snoobik-prime-form__acceptance input[type='checkbox'].snoobik-prime-form__checkbox-input:focus-visible + .snoobik-prime-form__checkbox-box {
    border-color: #000000;
}

.snoobik-prime-form__acceptance input[type='checkbox'].snoobik-prime-form__checkbox-input:focus-visible + .snoobik-prime-form__checkbox-box {
    box-shadow: none !important;
}

.snoobik-prime-form__actions {
    margin: 0;
}

.snoobik-prime-form__submit,
.snoobik-prime-form .wpcf7-submit.ct-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 12px 20px;
    border: 0;
    border-radius: var(--snoobik-radius);
    background: var(--snoobik-black);
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background-color 180ms ease, transform 180ms ease;
}

.snoobik-prime-form__submit:hover,
.snoobik-prime-form__submit:focus-visible,
.snoobik-prime-form__submit:active,
.snoobik-prime-form .wpcf7-submit.ct-button:hover,
.snoobik-prime-form .wpcf7-submit.ct-button:focus-visible,
.snoobik-prime-form .wpcf7-submit.ct-button:active {
    border-color: #000000 !important;
    background: #000000 !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.snoobik-prime-form__submit:active,
.snoobik-prime-form .wpcf7-submit.ct-button:active {
    transform: translateY(1px);
}

.snoobik-prime-form__submit-icon,
.snoobik-prime-form__submit-spinner {
    display: grid;
    place-items: center;
    transition: opacity 180ms ease, transform 180ms ease;
}

.snoobik-prime-form__submit-icon {
    font-size: 16px;
    line-height: 1;
}

.snoobik-prime-form__submit-spinner {
    position: absolute;
    width: 18px;
    height: 18px;
    border: 0;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.55);
}

.snoobik-prime-form__submit-spinner .p-progress-spinner-svg {
    display: block;
    width: 100%;
    height: 100%;
    transform-origin: center;
}

.snoobik-prime-form__submit-spinner .p-progress-spinner-circle {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    transform-origin: center;
}

.snoobik-prime-form__submit.snoobik-prime-form__submit--loading {
    opacity: 1 !important;
    padding-top: 12px !important;
    padding-right: 20px !important;
    padding-bottom: 12px !important;
    padding-left: 20px !important;
}

.snoobik-prime-form__submit.snoobik-prime-form__submit--loading .snoobik-prime-form__submit-label,
.snoobik-prime-form__submit.snoobik-prime-form__submit--loading .snoobik-prime-form__submit-icon {
    opacity: 0;
    transform: scale(0.55);
}

.snoobik-prime-form__submit.snoobik-prime-form__submit--loading .snoobik-prime-form__submit-spinner {
    opacity: 1;
    transform: scale(1);
}

.snoobik-prime-form__submit.snoobik-prime-form__submit--loading .snoobik-prime-form__submit-spinner .p-progress-spinner-svg {
    animation: snoobik-product-card-spinner-rotate 500ms linear infinite;
}

.snoobik-prime-form__submit.snoobik-prime-form__submit--loading .snoobik-prime-form__submit-spinner .p-progress-spinner-circle {
    animation: snoobik-product-card-spinner-dash 1.5s ease-in-out infinite;
}

.snoobik-gallery {
    margin-top: 12px;
}

.snoobik-gallery__grid {
    --snoobik-gallery-gap: 16px;
    position: relative;
    margin: 0 calc(var(--snoobik-gallery-gap) / -2);
}

.snoobik-gallery__sizer,
.snoobik-gallery__item {
    width: calc(33.333333% - var(--snoobik-gallery-gap));
    margin: 0 calc(var(--snoobik-gallery-gap) / 2) var(--snoobik-gallery-gap);
}

.snoobik-gallery__item {
    position: relative;
    overflow: hidden;
    aspect-ratio: var(--snoobik-gallery-ratio, 1 / 1);
    border-radius: var(--snoobik-radius);
    background: transparent;
}

.snoobik-gallery__item::before {
    display: none;
}

.snoobik-gallery__item.is-loaded::before {
    display: none;
}

.snoobik-gallery__item a,
.snoobik-gallery__item img {
    display: block;
    width: 100%;
    height: 100%;
}

.snoobik-gallery__item a {
    position: relative;
}

.snoobik-gallery__item img {
    object-fit: cover;
    margin: 0;
    opacity: 1;
    transition: transform 300ms ease;
}

.snoobik-gallery__item:hover img,
.snoobik-gallery__item:focus-within img {
    transform: scale(1.03);
}

@keyframes snoobik-gallery-skeleton {
    from {
        background-position: 100% 0;
    }

    to {
        background-position: -100% 0;
    }
}

@media (max-width: 760px) {
    .snoobik-gallery__sizer,
    .snoobik-gallery__item {
        width: calc(50% - var(--snoobik-gallery-gap));
    }
}

@media (max-width: 520px) {
    .snoobik-normal-page {
        padding-right: 15px;
        padding-left: 15px;
    }

    .snoobik-prime-form__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .snoobik-gallery__sizer,
    .snoobik-gallery__item {
        width: calc(100% - var(--snoobik-gallery-gap));
    }
}

@media (prefers-reduced-motion: reduce) {
    .snoobik-gallery__item::before {
        animation: none;
    }

    .snoobik-gallery__item img,
    .snoobik-prime-form__submit,
    .snoobik-prime-form .wpcf7-submit.ct-button,
    .snoobik-prime-form__submit-icon,
    .snoobik-prime-form__submit-spinner,
    .snoobik-prime-form__checkbox-box {
        transition: none;
    }

    .snoobik-prime-form.snoobik-prime-form--loading .snoobik-prime-form__submit-spinner .p-progress-spinner-svg,
    .snoobik-prime-form.snoobik-prime-form--loading .snoobik-prime-form__submit-spinner .p-progress-spinner-circle {
        animation: none;
    }
}

#header.ct-header {
    position: sticky;
    top: var(--admin-bar, 0px);
    z-index: 100;
    color: #ffffff;
}

#header.ct-header .ct-container-fluid {
    --theme-container-edge-spacing: calc(100% - 30px) !important;
}

#header.ct-header [data-id='logo'] .site-title a,
#header.ct-header [data-id='logo'] .site-title a:hover,
#header.ct-header [data-id='logo'] .site-title a:focus-visible {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

#header.ct-header [data-id='search'] > button,
#header.ct-header [data-id='cart'] .ct-cart-item,
#header.ct-header [data-id='trigger'] {
    border-radius: 50%;
    color: #ffffff;
}

#header.ct-header [data-id='search'] > button:hover,
#header.ct-header [data-id='search'] > button:focus-visible,
#header.ct-header [data-id='cart'] .ct-cart-item:hover,
#header.ct-header [data-id='cart'] .ct-cart-item:focus-visible,
#header.ct-header [data-id='trigger']:hover,
#header.ct-header [data-id='trigger']:focus-visible {
    background: #25282c;
    color: #ffffff;
}

#header.ct-header [data-id='trigger']:hover svg,
#header.ct-header [data-id='trigger']:focus-visible svg {
    fill: #050505;
}

#header.ct-header [data-id='search'] .ct-icon {
    font-size: 17px;
}

#header.ct-header [data-id='cart'] .ct-dynamic-count-cart {
    display: inline-grid;
}

#header.ct-header [data-id='search-input'].snoobik-inline-search {
    position: relative;
    display: flex;
    align-items: center;
    width: min(100%, var(--snoobik-search-width, 440px));
    min-width: 440px;
}

#header.ct-header [data-id='search-input'] .snoobik-inline-search__input {
    width: 100%;
    min-width: 0;
    height: var(--snoobik-search-height, 40px);
    padding: 8px 46px 8px 16px;
    border: 1px solid #dfe3e8;
    border-radius: var(--snoobik-search-radius, 8px);
    background: #ffffff;
    color: #303030;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    outline: 0;
    appearance: none;
}

#header.ct-header [data-id='search-input'] .snoobik-inline-search__input::placeholder {
    color: #303030;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    opacity: 1;
}

#header.ct-header [data-id='search-input'] .snoobik-inline-search__input:focus {
    border-color: var(--snoobik-black) !important;
    box-shadow: none !important;
}
[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a,
[data-header*="type-1"] .ct-header [data-id="menu-secondary"] > ul > li > a {
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    height: 34px;
    padding: 8px 12px;
}
[data-column=start] [data-items=primary] [data-menu*=type-1]:first-child>ul>li:first-child>a {
    padding-left: 10px;
}
[data-column=end] [data-items=primary] [data-menu*=type-1]:last-child>ul>li:last-child>a {
    padding-right: 10px;
}
[data-header*="type-1"] .ct-header [data-id="menu-secondary"] > ul > li > a:hover,
[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a:hover {
    background: #f3f3f3;
}

#header.ct-header [data-id='search-input'] .snoobik-inline-search__submit {
    position: absolute;
    top: 50%;
    right: 5px;
    display: inline-grid;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #303030;
    cursor: pointer;
}

#header.ct-header [data-id='search-input'] .snoobik-inline-search__submit:hover,
#header.ct-header [data-id='search-input'] .snoobik-inline-search__submit:focus-visible {
    background: transparent;
    color: #303030;
}

#header.ct-header [data-id='search-input'] .snoobik-inline-search__submit:focus-visible {
    outline: 2px solid var(--snoobik-accent);
    outline-offset: 2px;
}

@media (max-width: 560px) {
    #header.ct-header [data-device='mobile'] [data-row='bottom'][data-column-set='0'] {
        display: none;
    }

    #header.ct-header [data-device='mobile'] [data-row='middle'] > .ct-container {
        grid-template-columns: auto minmax(0, 1fr) auto;
    }

    #header.ct-header [data-device='mobile'] [data-items] {
        gap: 10px;
    }

    #header.ct-header [data-device='mobile'] [data-id='logo'] {
        margin-left: -20px;
        margin-right: 0;
    }

    #header.ct-header [data-device='mobile'] [data-id='search-input'].snoobik-inline-search {
        display: flex !important;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #header.ct-header [data-device='mobile'] [data-id='search-input'] .snoobik-inline-search__input {
        min-width: 0;
    }

    #header.ct-header [data-device='mobile'] [data-id='cart'] {
        margin-right: 0;
        margin-left: 10px;
    }

    #header.ct-header [data-device='mobile'] [data-id='cart'] .ct-dynamic-count-cart {
        right: -5px;
    }

    #header.ct-header [data-device='mobile'] [data-id='search'] {
        display: none;
    }

    #header.ct-header [data-device='mobile'] [data-id='trigger'] {
        display: inline-grid;
        flex: 0 0 36px;
        width: 36px !important;
        height: 36px !important;
        place-items: center;
        margin-left: 0;
        border-radius: 4px;
        background: #ffffff !important;
        color: #050505 !important;
    }

    #header.ct-header [data-device='mobile'] [data-id='trigger']:hover,
    #header.ct-header [data-device='mobile'] [data-id='trigger']:focus-visible {
        background: #ffffff !important;
        color: #050505 !important;
    }

    #offcanvas.snoobik-mobile-menu-panel {
        position: static;
        display: block;
        width: 100%;
        height: auto;
        max-height: 0;
        min-height: 0;
        max-width: none;
        overflow: hidden;
        border-radius: 0;
        background: #000000;
        opacity: 1 !important;
        transform: none !important;
        visibility: hidden;
        transition: max-height 220ms ease, visibility 0s linear 220ms;
    }

    #offcanvas.snoobik-mobile-menu-panel.active {
        max-height: 500px;
        opacity: 1 !important;
        visibility: visible;
        transition: max-height 220ms ease;
    }

    #offcanvas.snoobik-mobile-menu-panel .ct-panel-inner {
        position: static;
        display: block;
        width: 100%;
        height: auto;
        max-width: none;
        transform: none !important;
        transition: none !important;
        background: #000000;
    }

    [data-header*='type-1'] #offcanvas.snoobik-mobile-menu-panel .ct-panel-inner {
        background: #000000 !important;
    }

    #offcanvas.snoobik-mobile-menu-panel .ct-panel-actions {
        display: none;
    }

    #offcanvas.snoobik-mobile-menu-panel .ct-panel-content[data-device='desktop'] {
        display: none;
    }

    #offcanvas.snoobik-mobile-menu-panel .ct-panel-content[data-device='mobile'] {
        display: block;
        width: 100%;
        box-sizing: border-box;
        height: auto;
        overflow: visible;
        padding: 0 15px 28px;
    }

    #offcanvas.snoobik-mobile-menu-panel .ct-panel-content[data-device='mobile'] .ct-panel-content-inner {
        width: 100%;
        max-width: none;
        padding: 0;
    }

    #offcanvas.snoobik-mobile-menu-panel .mobile-menu {
        width: 100%;
    }

    #offcanvas.snoobik-mobile-menu-panel .mobile-menu > ul {
        margin: 0;
        padding: 0;
    }

    #offcanvas.snoobik-mobile-menu-panel .mobile-menu .ct-menu-link {
        min-height: 52px;
        padding: 14px 0;
        border-bottom: 0;
        color: #ffffff !important;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        font-weight: 500;
        line-height: 24px;
        transform: none !important;
        transition: none !important;
    }

    #offcanvas.snoobik-mobile-menu-panel .mobile-menu .ct-menu-link:hover,
    #offcanvas.snoobik-mobile-menu-panel .mobile-menu .ct-menu-link:focus-visible {
        color: #ffffff !important;
        background: #17191c;
    }

    #offcanvas.snoobik-mobile-menu-panel .snoobik-mobile-menu__contact {
        width: 100%;
        margin-top: 24px;
        padding-top: 22px;
        border-top: 1px solid #25282c;
        color: #b9c1cb;
    }

    #offcanvas.snoobik-mobile-menu-panel .snoobik-mobile-menu__contact .wp-block-heading,
    #offcanvas.snoobik-mobile-menu-panel .snoobik-mobile-menu__contact .widget-title {
        margin: 0 0 10px;
        color: #ffffff !important;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }

    #offcanvas.snoobik-mobile-menu-panel .snoobik-mobile-menu__contact p {
        margin: 0;
        color: #b9c1cb;
        font-size: 14px;
        line-height: 24px;
    }

    @media (prefers-reduced-motion: reduce) {
        #offcanvas.snoobik-mobile-menu-panel {
            transition: none;
        }
    }
}

#header.ct-header [data-id='search-input'] .snoobik-inline-search__submit .snoobik-inline-search__icon {
    opacity: 0.75;
    font-size: 14px;
    transition: opacity 120ms ease;
}

#header.ct-header [data-id='search-input'] .snoobik-inline-search__submit:hover .snoobik-inline-search__icon,
#header.ct-header [data-id='search-input'] .snoobik-inline-search__submit:focus-visible .snoobik-inline-search__icon,
#header.ct-header [data-id='search-input'] .snoobik-inline-search__submit.snoobik-search-submit--loading .snoobik-inline-search__icon {
    opacity: 1;
}

.sub-menu .ct-menu-link {
    padding-bottom: 0;
}
.sub-menu .menu-item:last-child .ct-menu-link {
    padding-bottom: 13px;
}

#footer.ct-footer {
    margin-top: 0;
}

#footer.ct-footer a {
    color: #b9c1cb;
}

#footer.ct-footer a:hover,
#footer.ct-footer a:focus-visible {
    color: #ffffff;
}

#footer.ct-footer .ct-widget,
#footer.ct-footer .ct-footer-copyright {
    color: #b9c1cb;
    line-height: 2;
    --theme-text-color: #b9c1cb;
    --theme-link-initial-color: #b9c1cb;
    --theme-link-hover-color: #ffffff;
}

#footer.ct-footer .ct-widget p,
#footer.ct-footer .ct-footer-copyright {
    line-height: 2;
}

#footer.ct-footer [data-column="widget-area-2"] .widget-menu a,
#footer.ct-footer [data-column="widget-area-4"] .widget-menu a {
    line-height: 2.5;
}

#footer.ct-footer [data-row*="middle"] .ct-widget > .wp-block-heading {
    --theme-font-family: Poppins, Sans-Serif;
    --theme-font-weight: 600;
    --theme-font-style: normal;
    --theme-font-size: 16px;
    --theme-heading-color: #fffafa;
    color: var(--theme-heading-color) !important;
    margin-block-end: 0.925em;
}

#footer.ct-footer [data-row*="middle"] [data-column="widget-area-3"] > .ct-widget.widget_text {
    margin-top: 0;
}

.snoobik-prefooter-newsletter {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 30px 15px;
    background: var(--snoobik-page);
    color: var(--snoobik-text);
}
.woocommerce-checkout .snoobik-prefooter-newsletter {
    margin-top: 35px;
}

.snoobik-prefooter-newsletter__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 56px;
    width: min(100%, 1125px);
    margin: 0 auto;
}

.snoobik-prefooter-newsletter__copy h2 {
    margin: 0 0 10px;
    color: var(--snoobik-black);
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.25;
}

.snoobik-prefooter-newsletter__copy p {
    max-width: 420px;
    margin: 0;
    color: var(--snoobik-muted);
    font-size: 14px;
    line-height: 1.6;
}

.snoobik-prefooter-newsletter__form .wpcf7 form {
    margin: 0;
}

.snoobik-prefooter-newsletter__form .wpcf7-form-control-wrap {
    display: block;
    min-width: 0;
    flex: 1 1 auto;
}

.snoobik-prefooter-newsletter__form .snoobik-footer-newsletter__form > p {
    display: flex;
    align-items: stretch;
    gap: 8px;
    margin: 0;
}

.snoobik-prefooter-newsletter__form .snoobik-footer-newsletter__form > p > br {
    display: none;
}

.snoobik-prefooter-newsletter__form input[type='email'] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    padding: 13px 12px;
    border: 2px solid var(--snoobik-black) !important;
    border-radius: var(--snoobik-radius);
    background: var(--snoobik-surface);
    color: #303030;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    outline: 0;
}

.snoobik-prefooter-newsletter__form input[type='email']:focus {
    border: 2px solid var(--snoobik-black) !important;
    box-shadow: none !important;
}

.snoobik-prefooter-newsletter__form input[type='email'].snoobik-newsletter-input--success {
    border: 2px solid var(--snoobik-success) !important;
    color: var(--snoobik-success) !important;
}

.snoobik-prefooter-newsletter__form input[type='email'].snoobik-newsletter-input--success::placeholder {
    color: var(--snoobik-success) !important;
    opacity: 1;
}

.snoobik-prefooter-newsletter__form input[type='email'].snoobik-newsletter-input--error {
    border: 2px solid #b42318 !important;
    color: #b42318 !important;
}

.snoobik-prefooter-newsletter__form input[type='email'].snoobik-newsletter-input--error::placeholder {
    color: #b42318 !important;
    opacity: 1;
}

.snoobik-prefooter-newsletter__form .wpcf7-submit {
    min-height: 48px;
    padding: 13px 22px;
    border: 1px solid var(--snoobik-black);
    border-radius: var(--snoobik-radius);
    background: var(--snoobik-black);
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    cursor: pointer;
}

.snoobik-prefooter-newsletter__form .wpcf7-submit:hover,
.snoobik-prefooter-newsletter__form .wpcf7-submit:focus-visible {
    border-color: #25282c;
    background: #25282c;
}

.snoobik-prefooter-newsletter__form .wpcf7-spinner {
    display: none !important;
}

.snoobik-newsletter-submit {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
}

.snoobik-newsletter-submit .wpcf7-submit {
    position: relative;
    z-index: 0;
}

.snoobik-newsletter-submit .snoobik-newsletter-submit__spinner {
    top: 50%;
    left: 50%;
    margin: -9px;
    color: #ffffff;
}

.snoobik-newsletter-submit--loading .wpcf7-submit {
    color: transparent !important;
    text-shadow: none !important;
}

.snoobik-newsletter-submit--loading .snoobik-newsletter-submit__spinner {
    opacity: 1;
    transform: scale(1);
}

.snoobik-newsletter-submit--loading .snoobik-newsletter-submit__spinner .p-progress-spinner-svg {
    animation: snoobik-product-card-spinner-rotate 500ms linear infinite;
}

.snoobik-newsletter-submit--loading .snoobik-newsletter-submit__spinner .p-progress-spinner-circle {
    animation: snoobik-product-card-spinner-dash 1.5s ease-in-out infinite;
}

.snoobik-prefooter-newsletter__form .wpcf7-not-valid-tip,
.snoobik-prefooter-newsletter__form .wpcf7-response-output {
    margin: 8px 0 0;
    color: #b42318;
    font-size: 11px;
    line-height: 1.4;
}

.snoobik-prefooter-newsletter__form .wpcf7-not-valid-tip {
    display: none !important;
}

.snoobik-prefooter-newsletter__form .wpcf7-response-output {
    display: none;
    padding: 0;
    border: 0;
}

@media (max-width: 767px) {
    .snoobik-prefooter-newsletter {
        padding: 24px 15px;
    }

    .snoobik-prefooter-newsletter__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    .snoobik-prefooter-newsletter__copy h2 {
        font-size: 22px;
    }

    .snoobik-prefooter-newsletter__copy p {
        max-width: none;
    }

    .snoobik-prefooter-newsletter__form .snoobik-footer-newsletter__form > p {
        flex-direction: column;
    }

    .snoobik-prefooter-newsletter__form .wpcf7-submit {
        width: 100%;
    }
}

#footer.ct-footer [data-column="widget-area-1"] .snoobik-footer-social-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#footer.ct-footer [data-column="widget-area-1"] .snoobik-footer-social-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 6px 0;
    padding: 5px;
    background: var(--snoobik-black);
    color: #b9c1cb;
    font-size: 13px;
    font-weight: 800;
    line-height: 13px;
    text-decoration: none;
}

#footer.ct-footer [data-column="widget-area-1"] .snoobik-footer-social-link:hover,
#footer.ct-footer [data-column="widget-area-1"] .snoobik-footer-social-link:focus-visible {
    color: #ffffff;
}

#footer.ct-footer [data-column="widget-area-1"] .snoobik-footer-social-link:focus-visible {
    outline: 2px solid var(--snoobik-accent);
    outline-offset: 2px;
}

#footer.ct-footer [data-column="widget-area-1"] .snoobik-footer-social-link svg {
    display: block;
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    fill: currentColor;
}

.snoobik-site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
    background: var(--snoobik-black);
    color: #ffffff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08), 0 5px 18px rgba(0, 0, 0, 0.18);
}

.snoobik-header-inner {
    display: grid;
    grid-template-columns: auto minmax(180px, 360px) 1fr auto;
    align-items: center;
    gap: 24px;
    margin: 0 auto;
}

.snoobik-brand,
.snoobik-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    text-decoration: none;
    white-space: nowrap;
}

.snoobik-brand:hover,
.snoobik-brand:focus,
.snoobik-footer-brand:hover,
.snoobik-footer-brand:focus {
    color: #ffffff;
}

.snoobik-brand-mark {
    display: inline-grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: var(--snoobik-accent);
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
}

.snoobik-search {
    position: relative;
    display: flex;
    align-items: center;
}

.snoobik-search .bi-search {
    position: absolute;
    left: 15px;
    color: #aeb7c2;
    font-size: 14px;
    pointer-events: none;
}

.snoobik-search input[type='search'] {
    width: 100%;
    min-height: 38px;
    padding: 8px 44px 8px 40px;
    border: 1px solid transparent;
    border-radius: 20px;
    background: #25282c;
    color: #ffffff;
    font: inherit;
    font-size: 13px;
    outline: 0;
}

.snoobik-search input[type='search']::placeholder {
    color: #aeb7c2;
}

.snoobik-search input[type='search']:focus {
    border-color: var(--snoobik-accent);
    box-shadow: none !important;
}

.snoobik-search button {
    position: absolute;
    right: 5px;
    display: inline-grid;
    width: 30px;
    height: 30px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #aeb7c2;
    cursor: pointer;
}

.snoobik-search button:hover,
.snoobik-search button:focus-visible {
    background: #34383d;
    color: #ffffff;
}

.snoobik-primary-nav {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
}

.snoobik-primary-nav a {
    padding: 9px 13px;
    border-radius: 6px;
    color: #e9edf2;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.snoobik-primary-nav a:hover,
.snoobik-primary-nav a:focus-visible {
    background: #25282c;
    color: #ffffff;
}

.snoobik-cart-link {
    position: relative;
    display: inline-grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 19px;
    text-decoration: none;
}

.snoobik-cart-link:hover,
.snoobik-cart-link:focus-visible {
    background: #25282c;
    color: #ffffff;
}

.snoobik-cart-count {
    position: absolute;
    top: -1px;
    right: -1px;
    display: inline-grid;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    place-items: center;
    border: 2px solid var(--snoobik-black);
    border-radius: 10px;
    background: var(--snoobik-accent);
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

.snoobik-site-footer {
    margin-top: 56px;
    background: var(--snoobik-black);
    color: #b9c1cb;
}

.snoobik-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 112px;
    margin: 0 auto;
}

.snoobik-footer-meta {
    margin: 0;
    font-size: 12px;
}

.snoobik-footer-links {
    display: flex;
    gap: 18px;
}

.snoobik-footer-links a {
    color: #b9c1cb;
    font-size: 12px;
    text-decoration: none;
}

.snoobik-footer-links a:hover,
.snoobik-footer-links a:focus-visible {
    color: #ffffff;
}

.woocommerce,
.woocommerce-page {
    font-family: 'Poppins', sans-serif;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
}

[data-header*="type-1"] .ct-header [data-id="menu-secondary"] .sub-menu {
    border: 1px solid #e5e7eb;
}

[data-header*="type-1"] .ct-header [data-id="menu-secondary"] > ul > li.sale-link > a {
    color: #d53624;
}

@media (max-width: 900px) {
    .snoobik-header-inner {
        grid-template-columns: auto minmax(150px, 1fr) auto;
        gap: 14px;
    }

    .snoobik-primary-nav {
        display: none;
    }
}

@media (max-width: 560px) {
    .snoobik-header-inner,
    .snoobik-footer-inner {
    }

    .snoobik-header-inner {
        grid-template-columns: auto 1fr auto;
        min-height: 64px;
        gap: 10px;
    }

    .snoobik-brand {
        font-size: 0;
    }

    .snoobik-brand-mark {
        width: 32px;
        height: 32px;
    }

    .snoobik-footer-inner {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        min-height: 140px;
    }
}

.entry-content:is(.is-layout-flow, .is-layout-constrained) > *:where(:not(h1, h2, h3, h4, h5, h6)),
.entry-content :is(.is-layout-flow, .is-layout-constrained) > *:where(:not(h1, h2, h3, h4, h5, h6)),
.editor-styles-wrapper:is(.is-layout-flow, .is-layout-constrained) > *:where(:not(h1, h2, h3, h4, h5, h6)),
.editor-styles-wrapper :is(.is-layout-flow, .is-layout-constrained) > *:where(:not(h1, h2, h3, h4, h5, h6)) {
    margin-block-end: 0;
}

.snoobik-promo-grid.wp-block-group {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    width: min(100%, calc(100% - 30px));
    max-width: var(--wp--style--global--content-size, var(--theme-normal-container-max-width));
    margin-block: 0;
    margin-inline: auto;
    padding-inline: 0;
    box-sizing: border-box;
}

.snoobik-promo-grid__hero,
.snoobik-promo-grid__side,
.snoobik-promo-card {
    min-width: 0;
    margin-block: 0;
}

.snoobik-promo-grid__hero {
    display: flex !important;
    min-height: 200px;
}

.snoobik-promo-grid__side {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 120px;
    gap: 12px;
}

.snoobik-promo-grid__hero > .snoobik-promo-card {
    flex: 1 1 auto;
    min-height: 200px;
}

.snoobik-promo-grid__side > .snoobik-promo-card {
    height: 120px;
}

.snoobik-promo-card {
    position: relative;
    display: flex !important;
    min-height: 120px;
    overflow: hidden;
    border-radius: 16px;
    isolation: isolate;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    --snoobik-promo-overlay-color: #000000;
}

.snoobik-promo-card__image {
    position: absolute !important;
    inset: 0;
    z-index: 0;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
}

.snoobik-promo-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 700ms ease-out;
}

.snoobik-promo-card--hero .snoobik-promo-card__image img {
    object-position: center;
}

.snoobik-promo-card::before {
    position: absolute !important;
    inset: 0;
    z-index: 1;
    display: block !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: linear-gradient(
        to top,
        color-mix(in srgb, var(--snoobik-promo-overlay-color) 82%, transparent),
        color-mix(in srgb, var(--snoobik-promo-overlay-color) 40%, transparent),
        transparent
    );
    content: '';
    pointer-events: none;
    transition: opacity 300ms ease;
}

.snoobik-promo-card__content {
    position: absolute !important;
    inset: 0;
    z-index: 3;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    max-width: none !important;
    height: 100%;
    min-height: 0;
    margin: 0 !important;
    padding: 20px 16px 22px;
    box-sizing: border-box;
    overflow: hidden;
    background: transparent !important;
}

.snoobik-promo-card__content::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: var(--snoobik-promo-background-desktop-overlay, none), var(--snoobik-promo-background-desktop-image, none);
    background-size: cover, var(--snoobik-promo-background-desktop-size, cover);
    background-position: center center, var(--snoobik-promo-background-desktop-position, center center);
    background-repeat: no-repeat, var(--snoobik-promo-background-desktop-repeat, no-repeat);
    content: '';
    pointer-events: none;
    transform: scale(1);
    transition: transform 700ms ease-out;
}

.editor-styles-wrapper .snoobik-promo-card__content.snoobik-promo-editor-background {
    background-image: none !important;
}

.editor-styles-wrapper .snoobik-promo-card:has(.snoobik-promo-card__content.snoobik-promo-editor-background) .snoobik-promo-card__image img {
    opacity: 0;
}

.snoobik-promo-card__loading {
    position: absolute;
    inset: 0;
    z-index: 5 !important;
    display: none;
    overflow: hidden;
    margin: 0 !important;
    border-radius: inherit;
    background-color: #e9edf0;
    content: '';
    pointer-events: none;
}

.snoobik-promo-card__loading::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.62), transparent);
    content: '';
    transform: translateX(-100%);
    animation: snoobik-search-skeleton 1.35s ease-in-out infinite;
}

@media (min-width: 1024px) {
    .snoobik-promo-card:has(.snoobik-promo-card__content[data-snoobik-promo-background-desktop]:not([data-snoobik-promo-background-desktop=""])) .snoobik-promo-card__image img {
        opacity: 0;
    }

    .snoobik-promo-card__content[data-snoobik-promo-background-desktop]:not([data-snoobik-promo-background-desktop=""]) .snoobik-promo-card__loading {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .snoobik-promo-card:has(.snoobik-promo-card__content[data-snoobik-promo-background-tablet]:not([data-snoobik-promo-background-tablet=""])) .snoobik-promo-card__image img {
        opacity: 0;
    }

    .snoobik-promo-card__content[data-snoobik-promo-background-tablet]:not([data-snoobik-promo-background-tablet=""]) .snoobik-promo-card__loading {
        display: block;
    }
}

@media (max-width: 767.98px) {
    .snoobik-promo-card:has(.snoobik-promo-card__content[data-snoobik-promo-background-mobile]:not([data-snoobik-promo-background-mobile=""])) .snoobik-promo-card__image img {
        opacity: 0;
    }

    .snoobik-promo-card__content[data-snoobik-promo-background-mobile]:not([data-snoobik-promo-background-mobile=""]) .snoobik-promo-card__loading {
        display: block;
    }
}

.snoobik-promo-card__content.snoobik-promo-background-loaded .snoobik-promo-card__loading {
    display: none !important;
}

.snoobik-promo-card__content[style*="--snoobik-promo-background-"]::after {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(110deg, transparent 25%, rgba(255, 255, 255, 0.1) 50%, transparent 75%);
    content: '';
    opacity: 0;
    pointer-events: none;
    transform: translateX(-100%);
    transition: opacity 500ms ease, transform 700ms ease;
}

.snoobik-promo-card__content > * {
    position: relative;
    z-index: 3;
}

.snoobik-promo-card__content > .snoobik-promo-card__loading {
    position: absolute;
    z-index: 5 !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .snoobik-promo-card__content::before {
        background-image: var(--snoobik-promo-background-tablet-overlay, var(--snoobik-promo-background-desktop-overlay, none)), var(--snoobik-promo-background-tablet-image, var(--snoobik-promo-background-desktop-image, none));
        background-size: cover, var(--snoobik-promo-background-tablet-size, var(--snoobik-promo-background-desktop-size, cover));
        background-position: center center, var(--snoobik-promo-background-tablet-position, var(--snoobik-promo-background-desktop-position, center center));
        background-repeat: no-repeat, var(--snoobik-promo-background-tablet-repeat, var(--snoobik-promo-background-desktop-repeat, no-repeat));
    }
}

@media (max-width: 767.98px) {
    .snoobik-promo-card__content::before {
        background-image: var(--snoobik-promo-background-mobile-overlay, var(--snoobik-promo-background-tablet-overlay, var(--snoobik-promo-background-desktop-overlay, none))), var(--snoobik-promo-background-mobile-image, var(--snoobik-promo-background-tablet-image, var(--snoobik-promo-background-desktop-image, none)));
        background-size: cover, var(--snoobik-promo-background-mobile-size, var(--snoobik-promo-background-tablet-size, var(--snoobik-promo-background-desktop-size, cover)));
        background-position: center center, var(--snoobik-promo-background-mobile-position, var(--snoobik-promo-background-tablet-position, var(--snoobik-promo-background-desktop-position, center center)));
        background-repeat: no-repeat, var(--snoobik-promo-background-mobile-repeat, var(--snoobik-promo-background-tablet-repeat, var(--snoobik-promo-background-desktop-repeat, no-repeat)));
    }
}

.snoobik-promo-card:hover .snoobik-promo-card__content::before,
.snoobik-promo-card:focus-within .snoobik-promo-card__content::before {
    transform: scale(1.05);
}

.snoobik-promo-card:hover .snoobik-promo-card__content[style*="--snoobik-promo-background-"]::after,
.snoobik-promo-card:focus-within .snoobik-promo-card__content[style*="--snoobik-promo-background-"]::after {
    opacity: 1;
    transform: translateX(100%);
}

.editor-styles-wrapper .snoobik-promo-card__content.snoobik-promo-editor-background-loading::after {
    z-index: 5;
    background: #e9edf0 !important;
    content: '';
    opacity: 1 !important;
    transform: none !important;
    animation: snoobik-search-skeleton 1.35s ease-in-out infinite;
}

.snoobik-promo-card__title {
    max-width: 28ch;
    margin: 0 !important;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 1.2;
}

.snoobik-promo-card--hero .snoobik-promo-card__title {
    font-size: 20px !important;
}

.snoobik-promo-card__cta {
    position: relative;
    width: fit-content;
    margin: 10px 0 0 !important;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
}

.snoobik-promo-card__cta a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
}

.snoobik-promo-card:focus-visible {
    outline: 3px solid var(--snoobik-accent);
    outline-offset: 4px;
}

.snoobik-promo-card__cta .bi {
    color: currentColor;
    font-family: 'bootstrap-icons';
    font-size: 14px;
    line-height: 1;
    transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.snoobik-promo-card__badge {
    position: absolute !important;
    top: 10px;
    right: 10px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    padding: 4px 9px;
    border-radius: 999px;
    background: #ef4444;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.snoobik-promo-card__discount-subtitle {
    margin: 5px 0 0 !important;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
}

.editor-styles-wrapper .snoobik-promo-card__title,
.editor-styles-wrapper .snoobik-promo-card__cta,
.editor-styles-wrapper .snoobik-promo-card__cta a,
.editor-styles-wrapper .snoobik-promo-card__discount-subtitle {
    color: #ffffff !important;
}

.editor-styles-wrapper .snoobik-promo-card__badge.snoobik-max-discount {
    box-sizing: border-box;
    display: inline-flex !important;
    height: auto !important;
    min-height: 26px;
    padding: 6px 12px !important;
    line-height: 1 !important;
}

.editor-styles-wrapper .snoobik-max-discount-editor.snoobik-promo-card__badge {
    position: static !important;
    inset: auto !important;
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.snoobik-promo-card::after {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(110deg, transparent 25%, rgba(255, 255, 255, 0.1) 50%, transparent 75%);
    content: '';
    opacity: 0;
    pointer-events: none;
    transform: translateX(-100%);
    transition: opacity 500ms ease, transform 700ms ease;
}

.snoobik-promo-card:hover .snoobik-promo-card__image img,
.snoobik-promo-card:focus-within .snoobik-promo-card__image img {
    transform: scale(1.05);
}

.snoobik-promo-card:hover::before,
.snoobik-promo-card:focus-within::before {
    opacity: 0.9;
}

.snoobik-promo-card:hover::after,
.snoobik-promo-card:focus-within::after {
    opacity: 1;
    transform: translateX(100%);
}

.snoobik-promo-card:hover .snoobik-promo-card__cta .bi,
.snoobik-promo-card:focus-within .snoobik-promo-card__cta .bi {
    transform: translateX(4px);
}

@media (min-width: 768px) {
    .snoobik-promo-grid.wp-block-group {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
        margin-block: 0;
    }

    .snoobik-promo-grid__hero {
        grid-column: span 2;
        min-height: 390px;
    }

	.snoobik-promo-grid__hero > .snoobik-promo-card {
		min-height: 390px;
	}

    .snoobik-promo-grid__side {
        display: flex !important;
        flex-direction: column;
        gap: 20px;
        min-height: 390px;
    }

    .snoobik-promo-card--discount,
    .snoobik-promo-card--collars {
        flex: 1 1 0;
        height: auto;
        min-height: 185px;
    }

    .snoobik-promo-card__content {
        padding: 32px 32px 40px;
    }

    .snoobik-promo-card__title {
        font-size: 24px !important;
    }

    .snoobik-promo-card--hero .snoobik-promo-card__title {
        font-size: 36px !important;
    }

    .snoobik-promo-card__cta {
        margin-top: 16px !important;
        font-size: 14px;
    }

    .snoobik-promo-card__cta .bi {
        font-size: 16px;
    }

    .snoobik-promo-card__badge {
        top: 16px;
        right: 16px;
        padding: 6px 12px;
        font-size: 14px;
    }

    .snoobik-promo-card__discount-subtitle {
        margin-top: 8px !important;
        font-size: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .snoobik-promo-card__image img,
    .snoobik-promo-card__content::before,
    .snoobik-promo-card__content[style*="--snoobik-promo-background-"]::after,
    .editor-styles-wrapper .snoobik-promo-card__content.snoobik-promo-editor-background-loading::after,
    .snoobik-promo-card__loading::after,
    .snoobik-promo-card::before,
    .snoobik-promo-card::after,
    .snoobik-promo-card__cta .bi {
        transition: none;
        animation: none;
    }
}

.snoobik-benefits-strip {
    --snoobik-benefits-background: #000000;
    --snoobik-benefits-icon-background: #1a1a1a;
    --snoobik-benefits-divider: rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    width: 100%;
    margin-block: 32px 0 !important;
    padding: 20px 15px;
    background: var(--snoobik-benefits-background) !important;
    color: #ffffff;
}

.snoobik-benefits-strip.alignfull.wp-block-group {
    max-width: none;
}

.snoobik-benefits-strip__inner {
    width: min(100%, var(--wp--style--global--content-size, var(--theme-normal-container-max-width)));
    margin-inline: auto !important;
}

.snoobik-benefits-strip__columns {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-block: 0 !important;
}

.snoobik-benefits-strip__item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-width: 0;
    margin-block: 0 !important;
    padding: 0 24px;
}

.snoobik-benefits-strip__item + .snoobik-benefits-strip__item {
    border-left: 1px solid var(--snoobik-benefits-divider);
}

.snoobik-benefits-strip__icon {
    display: grid;
    flex: 0 0 44px;
    place-items: center;
    width: 44px;
    height: 44px;
    margin: 0 !important;
    border-radius: 50%;
    background: var(--snoobik-benefits-icon-background);
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
}

.editor-styles-wrapper .snoobik-benefits-strip__icon > .bi,
.editor-styles-wrapper .snoobik-benefits-strip__icon > [data-rich-text-placeholder] {
    display: none !important;
}

.editor-styles-wrapper .snoobik-benefits-strip__icon::before {
    display: block;
    font-family: 'bootstrap-icons' !important;
    font-style: normal;
    font-weight: normal !important;
    line-height: 1;
}

.editor-styles-wrapper .snoobik-benefits-strip__icon--truck::before,
.editor-styles-wrapper .snoobik-benefits-strip__item:nth-child(1) .snoobik-benefits-strip__icon::before {
    content: '\f5ea';
}

.editor-styles-wrapper .snoobik-benefits-strip__icon--arrow-counterclockwise::before,
.editor-styles-wrapper .snoobik-benefits-strip__item:nth-child(2) .snoobik-benefits-strip__icon::before {
    content: '\f117';
}

.editor-styles-wrapper .snoobik-benefits-strip__icon--clock-history::before,
.editor-styles-wrapper .snoobik-benefits-strip__item:nth-child(3) .snoobik-benefits-strip__icon::before {
    content: '\f292';
}

.snoobik-benefits-strip__copy {
    min-width: 0;
    margin-block: 0 !important;
}

.snoobik-benefits-strip__title,
.snoobik-benefits-strip__subtitle {
    margin: 0 !important;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
}

.snoobik-benefits-strip__title {
    font-size: 14px !important;
    font-weight: 600;
    line-height: 20px;
}

.snoobik-benefits-strip__subtitle {
    margin-top: 2px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 18px;
}

@media (max-width: 767.98px) {
    .snoobik-benefits-strip {
        margin-top: 24px !important;
        padding: 20px 15px;
    }

    .snoobik-benefits-strip__columns {
        gap: 6px;
    }

    .snoobik-benefits-strip__item {
        flex-direction: column;
        gap: 4px;
        padding: 0 2px;
        text-align: center;
    }

    .snoobik-benefits-strip__item + .snoobik-benefits-strip__item {
        border-left: 0;
    }

    .snoobik-benefits-strip__icon {
        flex-basis: 28px;
        width: 28px;
        height: 28px;
        font-size: 16px;
    }

    .snoobik-benefits-strip__title {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        font-size: 12px !important;
        font-weight: 600;
        line-height: 15px;
    }

    .snoobik-benefits-strip__subtitle {
        display: none;
    }
}

.snoobik-category-navigation {
    --snoobik-category-border: #303030;
    --snoobik-category-text: #303030;
    --snoobik-category-hover: #000000;
    box-sizing: border-box;
    width: 100%;
    margin-block: 0 !important;
    padding: 20px 0;
    background: transparent !important;
}

.snoobik-category-navigation.alignfull.wp-block-snoobik-category-navigation {
    background-color: transparent !important;
}

.snoobik-category-navigation__nav {
    position: relative;
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
}

.snoobik-category-navigation__nav::before,
.snoobik-category-navigation__nav::after {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 72px;
    opacity: 0;
    pointer-events: none;
    content: '';
    transition: opacity 160ms ease;
}

.snoobik-category-navigation__nav::before {
    left: 0;
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.snoobik-category-navigation__nav::after {
    right: 0;
    background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.snoobik-category-navigation__nav--has-overflow-left::before,
.snoobik-category-navigation__nav--has-overflow-right::after {
    opacity: 1;
}

.snoobik-category-navigation__scroller {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0 58px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
    touch-action: pan-y;
    transition: none !important;
    will-change: scroll-position;
}

.snoobik-category-navigation__scroller::-webkit-scrollbar {
    display: none;
}

.snoobik-category-navigation__scroller--dragging {
    cursor: grabbing;
    user-select: none;
}

.snoobik-category-navigation__arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    color: #303030;
    cursor: pointer;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
    transition: background-color 200ms ease, color 200ms ease, box-shadow 200ms ease;
}

.snoobik-category-navigation__arrow[hidden] {
    display: none !important;
}

.snoobik-category-navigation__arrow--previous {
    left: 12px;
}

.snoobik-category-navigation__arrow--next {
    right: 12px;
}

.snoobik-category-navigation__arrow svg {
    display: block;
    width: 20px;
    height: 20px;
}

.snoobik-category-navigation__arrow:hover:not(:disabled),
.snoobik-category-navigation__arrow:focus-visible:not(:disabled),
.snoobik-category-navigation__arrow:active:not(:disabled) {
    background: #ffffff;
    color: #000000;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
}

.snoobik-category-navigation__arrow:focus-visible {
    outline: 2px solid #000000;
    outline-offset: 2px;
}

.snoobik-category-navigation__arrow:disabled {
    color: #aaaaaa;
    cursor: default;
    opacity: 0.7;
}

.snoobik-category-navigation__track {
    display: flex;
    align-items: center;
    gap: 16px;
    width: max-content;
    min-width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
    transition: none !important;
}

.snoobik-category-navigation__item-wrap {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
}

.snoobik-category-navigation__item {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 60px;
    min-height: 60px;
    padding: 4px 16px 4px 6px;
    border: 2px solid transparent;
    border-radius: 8px;
    background-color: #efefef;
    color: var(--snoobik-category-text);
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    white-space: nowrap;
    -webkit-user-drag: none;
    box-shadow: none !important;
    transform: none !important;
    transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease;
}

.editor-styles-wrapper .snoobik-category-navigation__item,
.editor-styles-wrapper .snoobik-category-navigation__item .snoobik-category-navigation__label {
    color: #303030 !important;
}

.snoobik-category-navigation__item:hover,
.snoobik-category-navigation__item:focus-visible {
    border-color: var(--snoobik-category-hover);
    background-color: #ebebeb;
    color: var(--snoobik-category-hover);
    box-shadow: none !important;
    transform: none !important;
}

.snoobik-category-navigation__item:active {
    border-color: transparent;
}

.snoobik-category-navigation__item:focus-visible {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.snoobik-category-navigation__icon {
    display: inline-grid;
    flex: 0 0 48px;
    place-items: center;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 50%;
    border: 0;
    box-sizing: border-box;
    background: #efefef;
    color: #303030;
    font-size: 24px;
    line-height: 1;
    transition: color 200ms ease;
}

.snoobik-category-navigation__icon-image {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 2px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(18.824%);
    transition: filter 200ms ease;
}

.snoobik-category-navigation__icon-image[src*="trenniseelik-4.svg"] {
    padding: 6px;
}

.snoobik-category-navigation__icon .bi-grid-3x3-gap,
.snoobik-category-navigation__icon .bi-percent {
    color: inherit;
}

.snoobik-category-navigation__item:hover .snoobik-category-navigation__icon,
.snoobik-category-navigation__item:focus-visible .snoobik-category-navigation__icon {
    background: #ebebeb;
    color: var(--snoobik-category-hover);
}

.snoobik-category-navigation__item:hover .snoobik-category-navigation__icon-image,
.snoobik-category-navigation__item:focus-visible .snoobik-category-navigation__icon-image {
    filter: brightness(0) saturate(100%);
}

.snoobik-category-navigation__label {
    display: block;
}

.snoobik-category-navigation__editor-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.snoobik-category-navigation__empty {
    padding: 12px 0;
    color: var(--snoobik-muted, #67717e);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

@media (min-width: 640px) {
    .snoobik-category-navigation {
        padding-block: 24px;
    }
}

@media (max-width: 767.98px) {
    .snoobik-category-navigation__scroller {
        padding-inline: 56px;
    }

    .snoobik-category-navigation__track {
        justify-content: flex-start;
        gap: 12px;
    }

    .snoobik-category-navigation__item {
        gap: 8px;
        height: 56px;
        min-height: 56px;
        padding: 4px 14px 4px 4px;
        font-size: 14px;
        line-height: 20px;
    }

    .snoobik-category-navigation__icon {
        flex-basis: 44px;
        width: 44px;
        height: 44px;
        font-size: 22px;
    }
}

@media (max-width: 420px) {
    #snoobik-category-scroller-1 .snoobik-category-navigation__item {
        gap: 6px;
        height: 48px;
        min-height: 48px;
        padding: 3px 12px 3px 4px;
        font-size: 12px;
        line-height: 18px;
    }

    #snoobik-category-scroller-1 .snoobik-category-navigation__icon {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
        font-size: 18px;
    }
}

.editor-styles-wrapper .snoobik-category-navigation__item {
    cursor: text;
}

.editor-styles-wrapper .snoobik-category-navigation__item:hover,
.editor-styles-wrapper .snoobik-category-navigation__item:focus-visible {
    transform: none !important;
    box-shadow: none !important;
}

.snoobik-prime-dropdown {
    position: relative;
    display: block;
    width: min(100%, 320px);
    min-width: min(240px, 100%);
    box-sizing: border-box;
    border: 2px solid #efefef;
    border-radius: var(--snoobik-radius);
    background: #ffffff;
    transition: border-color 180ms ease;
}

.snoobik-prime-dropdown:hover,
.snoobik-prime-dropdown:focus-within,
.snoobik-prime-dropdown.snoobik-prime-dropdown--open {
    border-color: #000000;
}

.woo-listing-top .woocommerce-ordering {
    align-items: flex-end;
    justify-content: flex-end;
}

.snoobik-orderby {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
}

form.woocommerce-ordering select.orderby,
.snoobik-prime-dropdown__native {
    display: none !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

.snoobik-prime-dropdown__trigger {
    display: flex !important;
    align-items: center;
    width: 100%;
    min-height: 48px;
    box-sizing: border-box;
    gap: 8px;
    padding: 8px 12px !important;
    border: 0 !important;
    border-radius: calc(var(--snoobik-radius) - 2px) !important;
    background: #ffffff !important;
    color: #303030 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 12px !important;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    cursor: pointer;
}

.snoobik-prime-dropdown__trigger:hover,
.snoobik-prime-dropdown__trigger:focus-visible {
    background: #ffffff !important;
    color: #303030 !important;
}

.snoobik-prime-dropdown__trigger:focus-visible {
    outline: 2px solid var(--snoobik-accent);
    outline-offset: 2px;
}

.snoobik-prime-dropdown__icon,
.snoobik-prime-dropdown__trigger-icon {
    display: grid;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    place-items: center;
    color: #303030;
    line-height: 1;
}

.snoobik-prime-dropdown__icon svg,
.snoobik-prime-dropdown__trigger-icon svg {
    display: block;
    width: 16px;
    height: 16px;
}

.snoobik-prime-dropdown__icon svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 0.35;
    paint-order: stroke fill;
}

.snoobik-prime-dropdown__label {
    min-width: 0;
    overflow: hidden;
    flex: 1 1 auto;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.snoobik-prime-dropdown__trigger-icon {
    margin-left: auto;
    color: #303030;
    transition: transform 180ms ease;
}

.snoobik-prime-dropdown__trigger-icon,
.snoobik-prime-dropdown__trigger-icon svg {
    flex-basis: 13px;
    width: 13px;
    height: 13px;
}

.snoobik-prime-dropdown__trigger-icon svg {
    stroke: currentColor;
    stroke-width: 0.5;
    paint-order: stroke fill;
}

.snoobik-prime-dropdown.snoobik-prime-dropdown--open .snoobik-prime-dropdown__trigger-icon {
    transform: rotate(180deg);
}

.snoobik-prime-dropdown__panel {
    position: absolute;
    top: calc(100% + 8px);
    right: -2px;
    left: -2px;
    z-index: 100;
    box-sizing: border-box;
    overflow: hidden;
    padding: 6px;
    border: 2px solid #efefef;
    border-radius: var(--snoobik-radius);
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(23, 32, 42, 0.14);
    color: #303030;
}

.snoobik-prime-dropdown__panel[hidden] {
    display: none !important;
}

.snoobik-prime-dropdown__legacy-wrapper {
    display: none !important;
}

.snoobik-prime-dropdown__items-wrapper {
    max-height: 280px;
    overflow-y: auto;
}

.snoobik-prime-dropdown__items {
    display: grid;
    gap: 2px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.snoobik-prime-dropdown__item {
    display: flex;
    align-items: center;
    min-height: 40px;
    box-sizing: border-box;
    padding: 8px 10px;
    border-radius: 6px;
    color: #303030;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    cursor: pointer;
}

.snoobik-prime-dropdown__item:hover,
.snoobik-prime-dropdown__item:focus-visible,
.snoobik-prime-dropdown__item.p-highlight {
    outline: 0;
    background: #f3f3f3;
    color: #000000;
}

.snoobik-prime-dropdown__item.p-disabled {
    color: var(--snoobik-muted);
    cursor: not-allowed;
}

.snoobik-billing-fields .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.snoobik-billing-fields .form-row {
    margin-bottom: 35px;
}

.snoobik-billing-fields .woocommerce-billing-fields__field-wrapper:has(.kl_newsletter_checkbox_field, .kl_sms_consent_checkbox_field) #billing_phone_field,
.snoobik-billing-fields .woocommerce-billing-fields__field-wrapper:has(.kl_newsletter_checkbox_field, .kl_sms_consent_checkbox_field) #billing_email_field {
    margin-bottom: 12px;
}

.snoobik-billing-fields .kl_newsletter_checkbox_field,
.snoobik-billing-fields .kl_sms_consent_checkbox_field {
    clear: both;
    margin: 0 0 12px;
}

.snoobik-billing-fields .kl_newsletter_checkbox_field .woocommerce-input-wrapper,
.snoobik-billing-fields .kl_sms_consent_checkbox_field .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.snoobik-billing-fields .kl_newsletter_checkbox_field label.checkbox,
.snoobik-billing-fields .kl_sms_consent_checkbox_field label.checkbox {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
    color: var(--snoobik-muted);
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

.snoobik-checkout-checkbox.p-checkbox {
    position: relative;
    display: inline-flex;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    margin-top: 1px;
    align-items: center;
    justify-content: center;
}

.snoobik-checkout-checkbox input.p-checkbox-input {
    position: absolute;
    z-index: 1;
    inset: 0;
    min-width: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.snoobik-checkout-checkbox .p-checkbox-box {
    display: grid;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    place-items: center;
    border: 2px solid #efefef;
    border-radius: 4px;
    background: #ffffff;
    color: #ffffff;
    transition: background-color 180ms ease, border-color 180ms ease;
    pointer-events: none;
}

.snoobik-checkout-checkbox .p-checkbox-box .pi {
    display: none;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

.snoobik-checkout-checkbox .p-checkbox-input:checked + .p-checkbox-box {
    border-color: var(--snoobik-black);
    background: var(--snoobik-black);
}

.snoobik-checkout-checkbox .p-checkbox-input:checked + .p-checkbox-box .pi-check {
    display: block;
}

.snoobik-checkout-checkbox .p-checkbox-input:hover + .p-checkbox-box,
.snoobik-checkout-checkbox .p-checkbox-input:focus-visible + .p-checkbox-box {
    border-color: var(--snoobik-black);
}

.snoobik-billing-fields .snoobik-billing-field__float-label {
    position: relative;
    display: block;
    width: 100%;
}

.snoobik-billing-fields .snoobik-billing-field__float-label > .p-inputtext {
    display: block;
    width: 100%;
    min-height: 48px;
    box-sizing: border-box;
    margin: 0;
    padding: 13px 12px !important;
    border: 2px solid #efefef !important;
    border-radius: var(--snoobik-radius) !important;
    background: #ffffff !important;
    color: #303030 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 12px !important;
    font-weight: 500;
    line-height: 18px;
    outline: 0;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.snoobik-billing-fields .snoobik-billing-field__float-label > .p-inputtext:hover,
.snoobik-billing-fields .snoobik-billing-field__float-label > .p-inputtext:focus {
    border-color: #000000 !important;
}

.snoobik-billing-fields .snoobik-billing-field__float-label > .p-inputtext:focus {
    box-shadow: none !important;
}

.snoobik-billing-fields .snoobik-billing-field__float-label > label {
    position: absolute;
    top: 50%;
    left: 9px;
    z-index: 1;
    max-width: calc(100% - 18px);
    margin: 0;
    padding: 0 4px;
    overflow: hidden;
    color: #67717e;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-overflow: ellipsis;
    transform: translateY(-50%);
    transition: top 180ms ease, color 180ms ease, font-size 180ms ease;
    pointer-events: none;
}

.snoobik-billing-fields .snoobik-billing-field__float-label:not(:focus-within):not(.p-inputwrapper-filled) > textarea.p-inputtext + label {
    top: 14px;
    transform: none;
}

.snoobik-billing-fields .snoobik-billing-field__float-label:focus-within > label,
.snoobik-billing-fields .snoobik-billing-field__float-label.p-inputwrapper-filled > label {
    top: -10px;
    left: 0;
    color: #303030;
    font-size: 10px;
}

.snoobik-billing-fields .snoobik-prime-dropdown.snoobik-billing-select {
    width: 100%;
    min-width: 0;
    height: 48px;
}

.snoobik-billing-fields #billing_country_field .snoobik-billing-field__label {
    display: none;
}

.snoobik-billing-fields .snoobik-billing-select .snoobik-prime-dropdown__icon {
    display: none;
}

.snoobik-billing-fields .snoobik-billing-select .snoobik-prime-dropdown__trigger {
    min-height: 44px;
    padding: 12px !important;
}

.snoobik-billing-fields .snoobik-billing-field__float-label > .snoobik-prime-dropdown {
    border-radius: var(--snoobik-radius);
}

.snoobik-billing-fields .select2-container {
    display: none !important;
}

.snoobik-billing-fields .form-row.woocommerce-invalid .p-inputtext,
.snoobik-billing-fields .form-row.woocommerce-invalid .snoobik-prime-dropdown {
    border-color: #c62828 !important;
}

.snoobik-billing-fields .form-row.woocommerce-invalid .snoobik-billing-field__float-label > label {
    color: #c62828;
}

.snoobik-checkout-address-field--hidden {
    display: none !important;
}

.snoobik-checkout-order-fields {
    clear: both;
    margin-top: 35px;
}

.snoobik-checkout-order-fields .form-row {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
}

.snoobik-checkout-order-fields textarea.p-inputtext {
    min-height: 104px;
    resize: vertical;
}

.snoobik-prime-dropdown__filter {
    display: block;
    width: 100%;
    min-height: 40px;
    box-sizing: border-box;
    margin: 0 0 6px;
    padding: 8px 10px;
    border: 2px solid #efefef;
    border-radius: 6px;
    background: #ffffff;
    color: #303030;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 18px;
    outline: 0;
}

.snoobik-prime-dropdown__filter:focus {
    border-color: var(--snoobik-black);
    box-shadow: none !important;
}

.snoobik-billing-fields .snoobik-billing-field__float-label > .p-inputtext:disabled,
.snoobik-billing-fields .snoobik-prime-dropdown.p-disabled {
    background: #f3f3f3 !important;
    color: var(--snoobik-muted) !important;
    cursor: not-allowed;
    opacity: 0.72;
}

.snoobik-ordering .ct-sort-icon {
    display: none !important;
}

#main.snoobik-archive-header-relocated > .ct-container[data-sidebar] > section > .entry-header.ct-container-narrow {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0 0 24px;
    border: 2px solid #fafbfc;
    border-radius: var(--snoobik-radius);
    background-color: #fafbfc;
    padding: 16px 0;
}

#main.snoobik-archive-header-relocated > .ct-container[data-sidebar] > section > .entry-header.ct-container-narrow > .ct-breadcrumbs.woocommerce-breadcrumb {
    display: block;
    margin: 4px 0 0;
    color: #303030;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: none;
}

#main.snoobik-archive-header-relocated > .ct-container[data-sidebar] > section > .entry-header.ct-container-narrow > .ct-breadcrumbs.woocommerce-breadcrumb a {
    color: #000000;
    text-decoration: none;
}

#main.snoobik-archive-header-relocated > .ct-container[data-sidebar] > section > .entry-header.ct-container-narrow > .ct-breadcrumbs.woocommerce-breadcrumb a:hover,
#main.snoobik-archive-header-relocated > .ct-container[data-sidebar] > section > .entry-header.ct-container-narrow > .ct-breadcrumbs.woocommerce-breadcrumb a:focus-visible {
    color: #000000;
}

#main.snoobik-archive-header-relocated > .ct-container[data-sidebar] > section > .entry-header.ct-container-narrow > .ct-breadcrumbs.woocommerce-breadcrumb .last-item {
    color: #303030;
}

.single-product .entry-header .ct-breadcrumbs {
    color: #303030;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: none;
}

.single-product .entry-header .ct-breadcrumbs a {
    color: #000000;
    text-decoration: none;
}

.single-product .entry-header .ct-breadcrumbs a:hover,
.single-product .entry-header .ct-breadcrumbs a:focus-visible {
    color: #000000;
}

.single-product .entry-header .ct-breadcrumbs .last-item {
    color: #303030;
}

#main.snoobik-archive-header-relocated > .ct-container[data-sidebar='left'] > #sidebar > .ct-sidebar {
    border-radius: var(--snoobik-radius);
}

@media (min-width: 1000px) {
    #main.snoobik-archive-header-relocated > .ct-container[data-sidebar='left'] > #sidebar > .ct-sidebar[data-sticky='sidebar'],
    #main.snoobik-archive-header-relocated > .ct-container[data-sidebar='left'] > #sidebar > .ct-sidebar .ct-sticky-widgets {
        top: calc(var(--sidebar-offset, 50px) + var(--admin-bar, 0px) + var(--snoobik-sticky-header-height, 0px));
    }
}

.wcpf-field-item {
    box-sizing: border-box;
    margin: 0 0 12px;
    border: 2px solid #efefef;
    border-radius: var(--snoobik-radius);
    background: #ffffff;
    padding: 6px;
    transition: border-color 180ms ease;
}

.wcpf-field-item:last-child {
    margin-bottom: 0;
}

.wcpf-field-item:hover,
.wcpf-field-item:focus-within {
    border-color: #000000;
}

.wcpf-field-item .wcpf-inner {
    margin: 0;
}

.wcpf-field-item .wcpf-field-title {
    box-sizing: border-box;
    display: block;
    margin: 0;
    padding: 12px 8px 12px;
    color: #303030;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    text-transform: none;
}

.wcpf-field-item .wcpf-content {
    box-sizing: border-box;
    margin: 0;
    padding: 0 8px 8px;
}

.wcpf-field-checkbox-list > .wcpf-inner > .wcpf-checkbox-list {
    display: none !important;
}

.snoobik-prime-tree.p-tree {
    box-sizing: border-box;
    margin: 0 8px 8px;
    color: var(--snoobik-text);
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
}

.snoobik-prime-tree .p-tree-container,
.snoobik-prime-tree .p-treenode-children {
    margin: 0;
    padding: 0;
    list-style: none;
}

.snoobik-prime-tree .p-treenode-children {
    margin-left: 24px;
}

.snoobik-prime-tree .p-treenode-content {
    display: flex;
    align-items: center;
    min-height: 34px;
    gap: 4px;
    padding: 3px 6px 3px 6px;
    border-radius: 6px;
    transition: background-color 180ms ease, color 180ms ease;
}

.snoobik-prime-tree .p-treenode-content:hover,
.snoobik-prime-tree .p-treenode-content:focus-within {
    background: #f3f3f3;
}

.snoobik-prime-tree .p-tree-toggler,
.snoobik-prime-tree .p-tree-checkbox,
.snoobik-prime-tree .p-treenode-label {
    box-sizing: border-box;
    margin: 0;
    border: 0;
    background: transparent;
    font: inherit;
}

.snoobik-prime-tree .p-tree-toggler {
    display: inline-grid;
    flex: 0 0 24px;
    order: 3;
    width: 24px;
    height: 24px;
    margin-left: auto;
    padding: 0;
    place-items: center;
    border-radius: 4px;
    color: #303030;
    cursor: pointer;
}

.snoobik-prime-tree .p-tree-toggler:hover,
.snoobik-prime-tree .p-tree-toggler:focus-visible {
    background: #ffffff;
    outline: 2px solid #303030;
    outline-offset: 1px;
}

.snoobik-prime-tree .p-tree-toggler--empty {
    cursor: default;
    pointer-events: none;
}

.snoobik-prime-tree .p-tree-toggler svg {
    display: block;
    width: 12px;
    height: 12px;
    stroke: currentColor;
    stroke-width: 0.5;
    paint-order: stroke fill;
    transform: rotate(0deg);
    transition: transform 180ms ease;
}

.snoobik-prime-tree .p-tree-toggler[aria-expanded='true'] svg {
    transform: rotate(-180deg);
}

.snoobik-prime-tree .p-tree-checkbox {
    display: inline-grid;
    flex: 0 0 18px;
    order: 1;
    width: 18px;
    height: 18px;
    padding: 0;
    place-items: center;
    cursor: pointer;
}

.snoobik-prime-tree .p-checkbox-box {
    display: grid;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    place-items: center;
    border: 1px solid #c7cdd4;
    border-radius: 4px;
    background: #ffffff;
    color: #ffffff;
    transition: background-color 180ms ease, border-color 180ms ease;
}

.snoobik-prime-tree .p-checkbox-box .pi {
    display: none;
    font-size: 10px;
    font-weight: 700;
}

.snoobik-prime-tree .p-tree-checkbox[aria-checked='true'] .p-checkbox-box,
.snoobik-prime-tree .p-tree-checkbox[aria-checked='mixed'] .p-checkbox-box {
    border-color: #303030;
    background: #303030;
}

.snoobik-prime-tree .p-tree-checkbox[aria-checked='true'] .p-checkbox-box .pi-check,
.snoobik-prime-tree .p-tree-checkbox[aria-checked='mixed'] .p-checkbox-box .pi-minus {
    display: block;
}

.snoobik-prime-tree .p-tree-checkbox:hover .p-checkbox-box,
.snoobik-prime-tree .p-tree-checkbox:focus-visible .p-checkbox-box {
    border-color: #000000;
}

.snoobik-prime-tree .p-treenode-label {
    display: flex;
    align-items: baseline;
    flex: 1 1 auto;
    min-width: 0;
    order: 2;
    gap: 5px;
    padding: 4px 0;
    color: #303030;
    text-align: left;
    cursor: pointer;
}

.snoobik-prime-tree .p-treenode-label-text {
    overflow: hidden;
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.snoobik-prime-tree .p-treenode-label-count {
    flex: 0 0 auto;
    color: var(--snoobik-muted);
    font-size: 11px;
}

.snoobik-prime-tree .p-treenode.p-disabled .p-treenode-label,
.snoobik-prime-tree .p-treenode.p-disabled .p-tree-toggler {
    color: var(--snoobik-muted);
    cursor: not-allowed;
    opacity: 0.6;
}

.snoobik-prime-tree .p-treenode.p-disabled .p-tree-checkbox {
    cursor: not-allowed;
    opacity: 0.6;
}

.snoobik-prime-tree .p-tree-checkbox:focus-visible,
.snoobik-prime-tree .p-treenode-label:focus-visible {
    outline: 2px solid var(--snoobik-accent);
    outline-offset: 2px;
}

@media (max-width: 689.98px) {
    #main.snoobik-archive-header-relocated > .ct-container[data-sidebar] > section > .entry-header.ct-container-narrow {
        margin-bottom: 16px;
        padding: 14px;
    }

    #main.snoobik-archive-header-relocated > .ct-container[data-sidebar='left'] > #sidebar > .ct-sidebar {
        margin-top: 0;
    }

    .woocommerce-ordering.snoobik-ordering {
        width: 100%;
    }

    .snoobik-ordering .snoobik-prime-dropdown.snoobik-orderby {
        width: 250px;
        min-width: 250px;
        max-width: 250px;
    }
}

.woocommerce ul.products li.product.snoobik-product-card {
    display: flex;
    min-width: 0;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    list-style: none;
}

.snoobik-product-carousel__track li.snoobik-product-card {
    display: flex;
    min-width: 0;
    padding: 0 !important;
    float: none !important;
    list-style: none;
}

.snoobik-product-card__shell {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 2px solid #efefef;
    border-radius: var(--snoobik-radius);
    background: #ffffff;
    padding: 6px;
    transition: border-color 180ms ease;
}

.snoobik-product-card__skeleton {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: none;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
    border: 2px solid #efefef;
    border-radius: var(--snoobik-radius);
    background: #ffffff;
    padding: 6px;
    pointer-events: none;
}

.snoobik-product-card__skeleton::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.62), transparent);
    content: '';
    transform: translateX(-100%);
    animation: snoobik-search-skeleton 1.35s ease-in-out infinite;
}

.snoobik-product-card__skeleton-image {
    position: relative;
    flex: 0 0 auto;
    aspect-ratio: 1;
    width: 100%;
    border-radius: 4px;
    background: #e9edf0;
}

.snoobik-product-card__skeleton-price {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 76px;
    height: 42px;
    border-radius: 9999px 2600px 2600px 9999px;
    background: #cfd5db;
}

.snoobik-product-card__skeleton-header {
    order: 2;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 8px 8px 16px;
}

.snoobik-product-card__skeleton-title,
.snoobik-product-card__skeleton-details {
    display: block;
    height: 10px;
    border-radius: 4px;
    background: #dfe3e8;
}

.snoobik-product-card__skeleton-title--wide {
    width: 82%;
}

.snoobik-product-card__skeleton-title--short {
    width: 58%;
}

.snoobik-product-card__skeleton-details {
    width: 64%;
    height: 8px;
    margin-top: 4px;
}

.snoobik-product-card__skeleton-actions {
    order: 3;
    display: flex;
    align-items: stretch;
    gap: 8px;
    margin-top: auto;
    padding: 0 8px 8px;
    min-height: 48px;
}

.snoobik-product-card__skeleton-quantity,
.snoobik-product-card__skeleton-button {
    display: block;
    height: 48px;
    border-radius: 8px;
    background: #dfe3e8;
}

.snoobik-product-card__skeleton-quantity {
    flex: 1 1 auto;
    min-width: 0;
    border: 1px solid #f3f3f3;
    background: #f3f3f3;
}

.snoobik-product-card__skeleton-button {
    flex: 0 0 54px;
    width: 54px;
}

.snoobik-product-card__skeleton-button--wide {
    flex: 1 1 auto;
    width: auto;
}

.snoobik-product-carousel--loading .snoobik-product-card {
    position: relative;
}

.snoobik-product-carousel--loading .snoobik-product-card__shell {
    visibility: hidden;
}

.snoobik-product-carousel--loading .snoobik-product-card__skeleton {
    display: flex;
}

.snoobik-product-card:hover .snoobik-product-card__shell,
.snoobik-product-card:focus-within .snoobik-product-card__shell {
    border-color: #000000;
}

.snoobik-product-card__header {
    display: block;
    order: 2;
    padding: 8px 8px 16px;
}

.snoobik-product-card__title-link,
.snoobik-product-card__title-link:hover,
.snoobik-product-card__title-link:focus-visible {
    color: var(--snoobik-text);
    --theme-text-decoration: none !important;
}

.snoobik-product-card__title {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 !important;
    color: #000000 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 15px !important;
    font-weight: 700;
    line-height: 18px;
    min-height: 36px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    transition: color 180ms ease;
}

.snoobik-product-card:hover .snoobik-product-card__title,
.snoobik-product-card:focus-within .snoobik-product-card__title {
    color: #000000 !important;
}

.snoobik-product-card__info-list {
    display: flex;
    margin: 5px 0 0 !important;
    color: var(--snoobik-muted);
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    line-height: 15px;
}

.snoobik-product-card__details {
    min-height: 35px;
    overflow: hidden;
}

.snoobik-product-card__info-list .c-productInfo {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 !important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.snoobik-product-card__content {
    display: flex;
    position: relative;
    order: 1;
    flex: 0 0 auto;
    aspect-ratio: 1;
    color: inherit;
    text-decoration: none;
}

.snoobik-product-card__content:hover,
.snoobik-product-card__content:focus-visible {
    color: inherit;
    text-decoration: none;
}

.snoobik-product-card__image-container {
    position: relative;
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    overflow: hidden;
    background: #ffffff;
}

.snoobik-product-card__image {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.snoobik-product-card__discount {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 1px solid #ffffff;
    border-radius: 9999px 2600px 2600px 9999px;
    background: #000000;
    padding: 6px 8.4px 6px 10.8px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
    white-space: nowrap;
    transform: rotate(-8deg);
    transform-origin: center;
}

.snoobik-product-card__discount-value {
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.snoobik-product-card__price {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    position: absolute;
    right: 8px;
    bottom: 0;
    z-index: 1;
    max-width: calc(100% - 16px);
    padding: 0;
}

.snoobik-product-card__price-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border-radius: 9999px 2600px 2600px 9999px;
    background: #303030;
    padding: 4px 8.4px 4px 10.8px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
}

.snoobik-product-card.sale .snoobik-product-card__price-badge {
    background: #d53624;
}

.snoobik-product-card__price-prefix {
    align-self: flex-start;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
}

.snoobik-product-card__price-int {
    font-size: 38px;
    font-weight: 800;
    line-height: 38px;
}

.snoobik-product-card__price-after {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.snoobik-product-card__price-dec {
    font-size: 21.92px;
    font-weight: 800;
    line-height: 21.92px;
}

.snoobik-product-card__price-old {
    color: #ffb3ae;
    font-size: 10.96px;
    font-weight: 700;
    line-height: 10.96px;
    text-decoration: line-through;
}

.snoobik-product-card__price-badge--range {
    gap: 6px;
    padding-inline: 10px;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
}

.snoobik-product-card__price-badge--range .woocommerce-Price-amount,
.snoobik-product-card__price-badge--range .woocommerce-Price-currencySymbol {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.snoobik-product-card__price-badge--range .woocommerce-Price-currencySymbol {
    display: none;
}

.snoobik-product-card__actions {
    order: 3;
    display: flex;
    align-items: stretch;
    gap: 8px;
    margin-top: auto;
    padding: 0 8px 8px;
    min-height: 48px;
}

.snoobik-product-card__quantity {
    display: grid;
    grid-template-columns: 43px minmax(54px, 1fr) 43px;
    align-items: center;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    height: 48px;
    border: 1px solid #f3f3f3;
    border-radius: 8px;
    background: #f3f3f3;
}

.snoobik-product-card__quantity-button {
    display: grid;
    width: 43px;
    height: 46px;
    padding: 0;
    place-items: center;
    border: 0;
    background: transparent;
    color: var(--snoobik-text);
    cursor: pointer;
}

.snoobik-product-card__quantity-button .bi {
    font-size: 22px;
    line-height: 1;
}

.snoobik-product-card__quantity-button:hover,
.snoobik-product-card__quantity-button:focus-visible {
    color: #303030;
}

.snoobik-product-card__quantity-input {
    width: 100%;
    min-width: 0;
    height: 48px;
    padding: 0;
    border: 1px solid #f3f3f3 !important;
    background: transparent;
    color: var(--snoobik-text);
    font: inherit;
    font-size: 13px;
    text-align: center;
    appearance: textfield;
}

.snoobik-product-card__quantity-input::-webkit-inner-spin-button,
.snoobik-product-card__quantity-input::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
}

.snoobik-product-card__quantity-input:focus {
    outline: 0;
}

.snoobik-product-card__add-button,
.snoobik-product-card__select-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    margin: 0 !important;
    padding: 8px 12px !important;
    border: 1px solid var(--snoobik-black) !important;
    border-radius: 8px !important;
    background: var(--snoobik-black) !important;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 12px !important;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
    overflow: hidden;
    transition: background-color 180ms ease, border-color 180ms ease;
}

.snoobik-product-card__select-button span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.snoobik-product-card__select-button {
    border-color: #303030 !important;
    background: #303030 !important;
    background-color: #303030 !important;
}

.snoobik-product-card__add-button {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 54px;
    width: 54px;
    height: 48px;
    padding: 0 !important;
    border-color: #303030 !important;
    background: #303030 !important;
}

.snoobik-product-card__add-button:hover,
.snoobik-product-card__add-button:focus-visible {
    border-color: #000000 !important;
    background: #000000 !important;
    color: #ffffff !important;
}

.snoobik-product-card__add-button.snoobik-product-card__add-button--error,
.snoobik-product-card__add-button.snoobik-product-card__add-button--error:hover,
.snoobik-product-card__add-button.snoobik-product-card__add-button--error:focus-visible {
    border-color: rgb(213, 54, 36) !important;
    background: rgb(213, 54, 36) !important;
    color: #ffffff !important;
}

.snoobik-product-card__add-button.snoobik-product-card__add-button--success,
.snoobik-product-card__add-button.snoobik-product-card__add-button--success:hover,
.snoobik-product-card__add-button.snoobik-product-card__add-button--success:focus-visible {
    border-color: var(--snoobik-success) !important;
    background: var(--snoobik-success) !important;
    color: #ffffff !important;
}

.snoobik-product-card__select-button:hover,
.snoobik-product-card__select-button:focus-visible {
    border-color: #000000 !important;
    background: #000000 !important;
    background-color: #000000 !important;
    color: #ffffff !important;
}

.snoobik-product-card__add-button .bi {
    font-size: 18px;
    line-height: 1;
}

.snoobik-product-card__add-button-icon,
.snoobik-product-card__add-button-spinner,
.snoobik-product-card__add-button-success {
    display: grid;
    place-items: center;
    transition: opacity 180ms ease, transform 180ms ease;
}

.snoobik-product-card__add-button-icon {
    opacity: 1;
    transform: scale(1);
}

.snoobik-product-card__add-button-spinner {
    position: absolute;
    width: 18px;
    height: 18px;
    border: 0;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.55);
}

.snoobik-product-card__add-button-success {
    position: absolute;
    width: 18px;
    height: 18px;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.55);
}

.snoobik-product-card__add-button-spinner .p-progress-spinner-svg {
    display: block;
    width: 100%;
    height: 100%;
    transform-origin: center;
}

.snoobik-product-card__add-button-spinner .p-progress-spinner-circle {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    transform-origin: center;
}

.snoobik-product-card__add-button.loading,
.snoobik-product-card__add-button.snoobik-product-card__add-button--loading {
    opacity: 1 !important;
    padding: 0 !important;
}

.snoobik-product-card__add-button.loading::after {
    display: none !important;
    content: none !important;
}

.snoobik-product-card__add-button.loading .snoobik-product-card__add-button-icon,
.snoobik-product-card__add-button.snoobik-product-card__add-button--loading .snoobik-product-card__add-button-icon {
    opacity: 0;
    transform: scale(0.55);
}

.snoobik-product-card__add-button.loading .snoobik-product-card__add-button-spinner,
.snoobik-product-card__add-button.snoobik-product-card__add-button--loading .snoobik-product-card__add-button-spinner {
    opacity: 1;
    transform: scale(1);
}

.snoobik-product-card__add-button.snoobik-product-card__add-button--success .snoobik-product-card__add-button-icon,
.snoobik-product-card__add-button.snoobik-product-card__add-button--success .snoobik-product-card__add-button-spinner {
    opacity: 0;
    transform: scale(0.55);
}

.snoobik-product-card__add-button.snoobik-product-card__add-button--success .snoobik-product-card__add-button-success {
    opacity: 1;
    transform: scale(1);
}

.snoobik-product-card__add-button.loading .snoobik-product-card__add-button-spinner .p-progress-spinner-svg,
.snoobik-product-card__add-button.snoobik-product-card__add-button--loading .snoobik-product-card__add-button-spinner .p-progress-spinner-svg {
    animation: snoobik-product-card-spinner-rotate 500ms linear infinite;
}

.snoobik-product-card__actions > .added_to_cart {
    display: none !important;
}

.snoobik-product-card__add-button.loading .snoobik-product-card__add-button-spinner .p-progress-spinner-circle,
.snoobik-product-card__add-button.snoobik-product-card__add-button--loading .snoobik-product-card__add-button-spinner .p-progress-spinner-circle {
    animation: snoobik-product-card-spinner-dash 1.5s ease-in-out infinite;
}

.snoobik-product-card__tooltip.p-tooltip,
.snoobik-product-shipping__tooltip.p-tooltip {
    position: fixed;
    z-index: 10000;
    display: block;
    width: max-content;
    max-width: min(280px, calc(100vw - 24px));
    padding: 8px 10px;
    border-radius: 6px;
    background: #303030;
    box-shadow: 0 5px 16px rgb(0 0 0 / 18%);
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.45;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 4px);
    transition: opacity 120ms ease, transform 120ms ease;
    visibility: hidden;
}

.snoobik-product-card__tooltip.p-tooltip[hidden],
.snoobik-product-shipping__tooltip.p-tooltip[hidden] {
    display: none;
}

.snoobik-product-card__tooltip.p-tooltip.p-tooltip-active,
.snoobik-product-shipping__tooltip.p-tooltip.p-tooltip-active {
    opacity: 1;
    transform: translate(-50%, 0);
    visibility: visible;
}

.snoobik-product-card__tooltip .p-tooltip-text,
.snoobik-product-shipping__tooltip .p-tooltip-text {
    display: block;
    white-space: normal;
}

.snoobik-product-card__tooltip .p-tooltip-arrow,
.snoobik-product-shipping__tooltip .p-tooltip-arrow {
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transform: translateX(-50%);
}

.snoobik-product-card__tooltip.p-tooltip-top .p-tooltip-arrow,
.snoobik-product-shipping__tooltip.p-tooltip-top .p-tooltip-arrow {
    bottom: -5px;
    border-top: 5px solid #303030;
}

.snoobik-product-card__tooltip.p-tooltip-bottom,
.snoobik-product-shipping__tooltip.p-tooltip-bottom {
    transform: translate(-50%, -4px);
}

.snoobik-product-card__tooltip.p-tooltip-bottom.p-tooltip-active,
.snoobik-product-shipping__tooltip.p-tooltip-bottom.p-tooltip-active {
    transform: translate(-50%, 0);
}

.snoobik-product-card__tooltip.p-tooltip-bottom .p-tooltip-arrow,
.snoobik-product-shipping__tooltip.p-tooltip-bottom .p-tooltip-arrow {
    top: -5px;
    border-bottom: 5px solid #303030;
}

@keyframes snoobik-product-card-spinner-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes snoobik-product-card-spinner-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 100, 200;
        stroke-dashoffset: -15px;
    }

    100% {
        stroke-dasharray: 100, 200;
        stroke-dashoffset: -125px;
    }
}

.snoobik-product-card__select-button .bi {
    font-size: 18px;
    line-height: 1;
}

.snoobik-product-card__select-button {
    order: 3;
    width: calc(100% - 16px);
    margin: 0 8px 8px !important;
}

.snoobik-product-carousel {
    box-sizing: border-box;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 24px 15px;
}

.snoobik-product-carousel:not(.has-background) {
    background-color: #ffffff;
}

.snoobik-product-carousel--gray:not(.has-background) {
    background-color: #f7f8fa;
}

.snoobik-product-carousel__container {
    width: min(100%, var(--theme-normal-container-max-width, 1200px));
    margin-inline: auto;
}

.snoobik-product-carousel__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.snoobik-product-carousel__title {
    margin: 0 !important;
    color: var(--snoobik-text) !important;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 28px;
}

.snoobik-product-carousel__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.snoobik-product-carousel__link:hover,
.snoobik-product-carousel__link:focus-visible {
    color: #000000;
    text-decoration: underline;
}

.snoobik-product-carousel__link svg {
    display: block;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
}

.snoobik-product-carousel__link .bi {
    font-size: 14px;
    line-height: 1;
}

.snoobik-product-carousel__viewport {
    position: relative;
}

.snoobik-product-carousel__track {
    display: flex !important;
    width: auto;
    margin: 0 !important;
    padding: 0 0 4px !important;
}

.snoobik-product-carousel:not(.is-overflow) .snoobik-product-carousel__arrow {
    display: none !important;
}

.snoobik-product-carousel__arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: none;
    width: 36px;
    height: 36px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    color: #303030;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transform: translateY(-50%);
    transition: background-color 200ms ease, color 200ms ease, box-shadow 200ms ease;
}

.snoobik-product-carousel__arrow--previous {
    left: 12px;
}

.snoobik-product-carousel__arrow--next {
    right: 12px;
}

.snoobik-product-carousel__arrow[hidden] {
    display: none !important;
}

.snoobik-product-carousel__arrow:hover:not(:disabled),
.snoobik-product-carousel__arrow:focus-visible:not(:disabled),
.snoobik-product-carousel__arrow:active:not(:disabled) {
    background: #ffffff;
    color: #000000;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
}

.snoobik-product-carousel__arrow:focus-visible {
    outline: 2px solid #000000;
    outline-offset: 2px;
}

.snoobik-checkout-cart {
    box-sizing: border-box;
    color: var(--snoobik-text);
    font-family: 'Poppins', sans-serif;
}

.snoobik-checkout-cart {
    align-self: start;
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.snoobik-checkout-cart__heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.snoobik-checkout-cart__eyebrow {
    margin: 0 0 4px;
    color: var(--snoobik-muted);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 16px;
    text-transform: uppercase;
}

.snoobik-checkout-cart__heading h2,
.snoobik-checkout-cart__recommendation-heading h3 {
    margin: 0 !important;
    color: var(--snoobik-text) !important;
    font-size: 22px !important;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 30px;
}

.snoobik-checkout-cart__edit,
.snoobik-checkout-cart__edit-note a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--snoobik-text);
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-decoration: none;
}

.snoobik-checkout-cart__edit:hover,
.snoobik-checkout-cart__edit:focus-visible,
.snoobik-checkout-cart__edit-note a:hover,
.snoobik-checkout-cart__edit-note a:focus-visible {
    color: var(--snoobik-accent-dark);
    text-decoration: underline;
}

.snoobik-checkout-cart__edit .bi,
.snoobik-checkout-cart__edit-note .bi {
    font-size: 14px;
    line-height: 1;
}

.snoobik-checkout-cart__tabs {
    margin-bottom: 24px;
}

.snoobik-checkout-cart__tabs .p-tabmenu-nav {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    max-width: 100%;
    margin: 0;
    padding: 4px;
    border: 1px solid var(--snoobik-line);
    border-radius: 999px;
    background: #f3f4f6;
    list-style: none;
}

.snoobik-checkout-cart__tabs .p-tabmenuitem {
    margin: 0;
    padding: 0;
    list-style: none;
}

.snoobik-checkout-cart__tabs .p-menuitem-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 36px;
    padding: 7px 14px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--snoobik-muted);
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    white-space: nowrap;
}

.snoobik-checkout-cart__tabs .p-tabmenuitem.p-highlight .p-menuitem-link,
.snoobik-checkout-cart__tabs .p-menuitem-link[aria-selected='true'] {
    background: var(--snoobik-black);
    color: #ffffff;
}

.snoobik-checkout-cart__tabs .p-menuitem-link:hover,
.snoobik-checkout-cart__tabs .p-menuitem-link:focus-visible {
    color: var(--snoobik-text);
}

.snoobik-checkout-cart__tabs .p-tabmenuitem.p-highlight .p-menuitem-link:hover,
.snoobik-checkout-cart__tabs .p-tabmenuitem.p-highlight .p-menuitem-link:focus-visible {
    color: #ffffff;
}

.snoobik-checkout-cart__tabs .p-menuitem-link:focus-visible {
    outline: 2px solid var(--snoobik-accent);
    outline-offset: 2px;
}

.snoobik-checkout-cart__tab-count {
    opacity: 0.75;
    font-variant-numeric: tabular-nums;
}

.snoobik-checkout-cart__panel[hidden] {
    display: none;
}

.snoobik-checkout-cart__items,
.snoobik-checkout-recommendations__grid {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.snoobik-checkout-cart__item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid var(--snoobik-line);
}

.snoobik-checkout-cart__item:first-child {
    padding-top: 0;
}

.snoobik-checkout-cart__item-image {
    display: block;
    width: 72px;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 6px;
    background: #f7f8fa;
}

.snoobik-checkout-cart__item-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.snoobik-checkout-cart__item-content {
    min-width: 0;
}

.snoobik-checkout-cart__item-title {
    margin: 0 0 5px !important;
    color: var(--snoobik-text) !important;
    font-size: 13px !important;
    font-weight: 700;
    line-height: 19px;
}

.snoobik-checkout-cart__item-title a {
    color: inherit;
    text-decoration: none;
}

.snoobik-checkout-cart__item-title a:hover,
.snoobik-checkout-cart__item-title a:focus-visible {
    color: var(--snoobik-accent-dark);
    text-decoration: underline;
}

.snoobik-checkout-cart__item-content .variation {
    margin: 0 0 6px;
    color: var(--snoobik-muted);
    font-size: 11px;
    line-height: 16px;
}

.snoobik-checkout-cart__item-content .variation dt,
.snoobik-checkout-cart__item-content .variation dd {
    display: inline;
    float: none;
    margin: 0;
}

.snoobik-checkout-cart__item-content .variation dd + dt::before {
    content: ', ';
}

.snoobik-checkout-cart__item-meta {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    color: var(--snoobik-muted);
    font-size: 11px;
    line-height: 16px;
}

.snoobik-checkout-cart__item-meta .amount {
    color: var(--snoobik-text);
    font-weight: 700;
    white-space: nowrap;
}

.snoobik-checkout-cart__edit-note {
    margin: 18px 0 0;
}

.snoobik-checkout-cart__recommendation-heading {
    margin-bottom: 18px;
}

.snoobik-checkout-cart__recommendation-heading p {
    margin: 5px 0 0;
    color: var(--snoobik-muted);
    font-size: 12px;
    line-height: 18px;
}

.snoobik-checkout-recommendations__grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.snoobik-checkout-recommendations__grid .snoobik-product-card {
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
}

.snoobik-checkout-recommendations__grid .snoobik-product-card__price-int {
    font-size: 28px;
    line-height: 28px;
}

.snoobik-checkout-recommendations__grid .snoobik-product-card__price-dec {
    font-size: 16px;
    line-height: 16px;
}

.snoobik-checkout-cart__empty-recommendations {
    margin: 0;
    padding: 16px;
    border: 1px dashed var(--snoobik-line);
    color: var(--snoobik-muted);
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.snoobik-checkout-steps {
    --snoobik-step-accent: var(--snoobik-black);
    --snoobik-step-track: var(--theme-border-color, var(--snoobik-line));
    display: block;
    min-width: 0;
    color: var(--snoobik-black);
    font-family: 'Poppins', sans-serif;
}

.snoobik-checkout-steps__navigation {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    gap: 16px;
    align-items: start;
    margin-bottom: 32px;
}

.snoobik-checkout-steps__arrow {
    display: grid;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 8px;
    background: #f3f6fa;
    color: var(--snoobik-black);
    cursor: pointer;
    font-size: 17px;
    line-height: 1;
    transition: background-color 180ms ease, color 180ms ease, opacity 180ms ease;
}

.snoobik-checkout-steps__arrow .bi {
    font-size: 19px;
    font-weight: 700;
    -webkit-text-stroke: 0.35px currentColor;
}

.snoobik-checkout-steps__arrow:hover:not(:disabled),
.snoobik-checkout-steps__arrow:focus-visible:not(:disabled) {
    background: #e8edf4;
    color: var(--snoobik-black);
}

.snoobik-checkout-steps__arrow:focus-visible {
    outline: 2px solid var(--snoobik-accent);
    outline-offset: 2px;
}

.snoobik-checkout-steps__arrow:disabled {
    cursor: default;
    opacity: 0.45;
}

.snoobik-checkout-steps__list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(var(--snoobik-step-count), minmax(0, 1fr));
    min-width: 0;
    min-height: 42px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.snoobik-checkout-steps__list::before,
.snoobik-checkout-steps__list::after {
    position: absolute;
    top: 35px;
    right: 0;
    left: 0;
    height: 4px;
    border-radius: 999px;
    content: '';
}

.snoobik-checkout-steps__list::before {
    background: var(--snoobik-step-track);
}

.snoobik-checkout-steps__list::after {
    right: auto;
    width: var(--snoobik-step-progress, 0%);
    background: var(--snoobik-step-accent);
    transition: width 220ms ease;
}

.snoobik-checkout-steps__item {
    position: relative;
    z-index: 1;
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.snoobik-checkout-steps__link {
    display: flex;
    width: 100%;
    min-width: 0;
    min-height: 42px;
    margin: 0;
    padding: 0 4px 19px;
    align-items: flex-start;
    justify-content: center;
    border: 0;
    background: transparent;
    color: var(--theme-text-color, var(--snoobik-text));
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    transition: color 180ms ease;
}

.snoobik-checkout-steps__link:hover,
.snoobik-checkout-steps__link:focus-visible,
.snoobik-checkout-steps__item.is-complete .snoobik-checkout-steps__link {
    color: var(--snoobik-black);
}

.snoobik-checkout-steps__item.is-active .snoobik-checkout-steps__link {
    color: var(--snoobik-black);
    font-weight: 600;
}

.snoobik-checkout-steps__link:focus-visible {
    border-radius: 4px;
    outline: 2px solid var(--snoobik-accent);
    outline-offset: 2px;
}

.snoobik-checkout-steps__panel[hidden] {
    display: none;
}

.snoobik-checkout-steps__panel:focus {
    outline: 0;
}

.snoobik-checkout-address-fields {
    margin-bottom: 24px;
}

.snoobik-checkout-shipping-controls {
    width: 100%;
    margin-top: 8px;
}

.snoobik-checkout-shipping-table {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.snoobik-checkout-shipping-table .ct-shipping-heading {
    display: none;
}

.snoobik-checkout-shipping-table > tbody > tr {
    display: block;
    margin: 0 0 18px;
    padding: 0;
    border: 0;
}

.snoobik-checkout-shipping-table > tbody > tr > th,
.snoobik-checkout-shipping-table > tbody > tr > td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    text-align: left;
}

.snoobik-checkout-shipping-table > tbody > tr > th {
    margin-bottom: 10px;
    color: var(--snoobik-text);
    font-size: 13px;
    font-weight: 600;
}

.snoobik-checkout-shipping-table .woocommerce-shipping-methods {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.snoobik-checkout-shipping-table .snoobik-shipping-method__option {
    position: relative;
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    column-gap: 12px;
    align-items: start;
    min-width: 0;
    margin: 0;
    padding: 14px 16px;
    border: 2px solid var(--snoobik-line);
    border-radius: var(--snoobik-radius);
    background: #ffffff;
    transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.snoobik-checkout-shipping-table .snoobik-shipping-method__option:hover {
    border-color: var(--snoobik-black) !important;
}

.snoobik-checkout-shipping-table .snoobik-shipping-method__option--selected {
    border-color: var(--snoobik-black) !important;
}

.snoobik-checkout-shipping-table .snoobik-shipping-method__label {
    display: block;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: var(--snoobik-text);
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
}

.snoobik-checkout-shipping-table .snoobik-shipping-method__details {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.snoobik-checkout-shipping-table .snoobik-shipping-method__details .woocommerce-Price-amount {
    flex: 0 0 auto;
    white-space: nowrap;
}

.snoobik-checkout-shipping-table .shipping_method {
    align-self: center;
    top: 0 !important;
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    accent-color: var(--snoobik-black);
    cursor: pointer;
    opacity: 1;
    pointer-events: auto;
}

.snoobik-checkout-shipping-table .shipping_method[type="hidden"] {
    display: none;
}

.snoobik-checkout-shipping-table .shipping_method[type="hidden"] + label {
    grid-column: 1 / -1;
}

.snoobik-checkout-shipping-table .shipping_method:checked {
    border-color: var(--snoobik-black) !important;
    background-color: var(--snoobik-black) !important;
}

.snoobik-checkout-shipping-table .shipping_method:focus-visible {
    outline: 2px solid var(--snoobik-black) !important;
    outline-offset: 2px;
}

.snoobik-checkout-shipping-table .snoobik-shipping-method__pickup {
    grid-column: 1 / -1;
    min-width: 0;
    margin: 14px 0 0;
}

.snoobik-checkout-shipping-table .montonio-pickup-point {
    position: relative;
}

.snoobik-checkout-shipping-table .montonio-pickup-point td {
    display: block;
    width: 100%;
}

.snoobik-checkout-shipping-table .montonio-pickup-point-select-wrapper,
.snoobik-checkout-shipping-table .montonio-pickup-point__container {
    display: block;
    width: 100%;
}

.snoobik-checkout-shipping-table .montonio-pickup-point__label {
    display: block;
    margin: 0 0 10px;
    color: var(--snoobik-text);
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
}

.snoobik-checkout-shipping-table .snoobik-pickup-select {
    width: 100%;
    min-width: 0;
}

.snoobik-checkout-shipping-table .snoobik-pickup-select .snoobik-prime-dropdown__trigger {
    min-height: 48px;
}

.snoobik-checkout-shipping-table .snoobik-pickup-select .snoobik-prime-dropdown__filter {
    font-size: 11px;
}

.woocommerce-checkout .snoobik-checkout-order-summary {
    width: 100%;
    margin: 0 0 28px;
    overflow: hidden;
    border: 2px solid #efefef;
    border-collapse: separate;
    border-radius: var(--snoobik-radius);
    border-spacing: 0;
    background: #ffffff;
}

.woocommerce-checkout .snoobik-checkout-order-summary > tbody > tr {
    display: table-row;
    margin: 0;
    padding: 0;
    border: 0;
}

.woocommerce-checkout .snoobik-checkout-order-summary > tbody > tr > th,
.woocommerce-checkout .snoobik-checkout-order-summary > tbody > tr > td {
    box-sizing: border-box;
    border: 0;
    text-align: left;
}

.woocommerce-checkout #order_review .snoobik-checkout-order-summary__heading > th,
.woocommerce-checkout #order_review .snoobik-checkout-order-summary__details > td {
    padding: 14px 16px !important;
}

.woocommerce-checkout #order_review .snoobik-checkout-order-summary__heading > th {
    border-bottom: 1px solid #efefef;
}

.woocommerce-checkout .snoobik-checkout-order-summary__title {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--snoobik-text);
    font-size: 13px;
    font-weight: 700;
    line-height: 19px;
}

.woocommerce-checkout .snoobik-checkout-order-summary__icon {
    flex: 0 0 auto;
    width: 19px;
    height: 19px;
    color: var(--snoobik-black);
}

.woocommerce-checkout .snoobik-checkout-order-summary__method {
    display: block;
    color: var(--snoobik-text);
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
}

.woocommerce-checkout .snoobik-checkout-order-summary__pickup {
    display: grid;
    gap: 2px;
    margin-top: 5px;
    color: var(--snoobik-muted);
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
}

#payment ul.payment_methods.snoobik-payment-method-list {
    --theme-form-selection-field-active-color: var(--snoobik-black);
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#payment ul.payment_methods.snoobik-payment-method-list > li.wc_payment_method.snoobik-payment-method__option {
    position: relative;
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    column-gap: 12px;
    align-items: start;
    min-width: 0;
    margin: 0;
    padding: 14px 16px;
    border: 2px solid var(--snoobik-line);
    border-radius: var(--snoobik-radius);
    background: #ffffff;
    transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

#payment ul.payment_methods.snoobik-payment-method-list > li.wc_payment_method.snoobik-payment-method__option:hover,
#payment ul.payment_methods.snoobik-payment-method-list > li.wc_payment_method.snoobik-payment-method__option--selected {
    border-color: var(--snoobik-black) !important;
}

#payment ul.payment_methods.snoobik-payment-method-list > li.wc_payment_method.snoobik-payment-method__option > label.snoobik-payment-method__label {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: var(--snoobik-text);
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
}

#payment ul.payment_methods.snoobik-payment-method-list > li.wc_payment_method.snoobik-payment-method__option > label.snoobik-payment-method__label::before {
    display: none;
    content: none;
}

#payment ul.payment_methods.snoobik-payment-method-list > li.wc_payment_method.snoobik-payment-method__option > input[name="payment_method"] {
    position: relative !important;
    top: 0 !important;
    display: block !important;
    align-self: center;
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: var(--snoobik-black);
    clip: auto !important;
    clip-path: none !important;
    opacity: 1;
    pointer-events: auto;
}

#payment ul.payment_methods.snoobik-payment-method-list > li.wc_payment_method.snoobik-payment-method__option > .payment_box {
    grid-column: 1 / -1;
    min-width: 0;
    margin: 14px 0 0;
    padding: 0;
    border-top: 0;
    font-size: 12px;
    line-height: 18px;
}

#payment ul.payment_methods.snoobik-payment-method-list > li.wc_payment_method.snoobik-payment-method__option > .payment_box p {
    font-size: 12px;
    line-height: 18px;
}

#payment .snoobik-payment-bank-list {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(84px, 1fr));
    gap: 8px;
    margin-top: 12px !important;
}

#payment .snoobik-payment-bank-list > .montonio-bank-item.snoobik-payment-bank__option {
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    align-items: center;
    width: auto !important;
    height: auto !important;
    min-width: 0;
    margin: 0;
    padding: 10px 8px;
    gap: 5px;
    border: 2px solid var(--snoobik-line) !important;
    border-radius: var(--snoobik-radius);
    background: #ffffff !important;
    color: var(--snoobik-text);
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

#payment .snoobik-payment-bank-list > .montonio-bank-item.snoobik-payment-bank__option:hover,
#payment .snoobik-payment-bank-list > .montonio-bank-item.snoobik-payment-bank__option:focus-visible,
#payment .snoobik-payment-bank-list > .montonio-bank-item.snoobik-payment-bank__option--selected {
    border-color: var(--snoobik-black) !important;
}

#payment .snoobik-payment-bank-list > .montonio-bank-item.snoobik-payment-bank__option:focus-visible {
    outline: 2px solid var(--snoobik-accent);
    outline-offset: 2px;
}

#payment .snoobik-payment-bank-list .montonio-bank-item-img {
    grid-column: 2;
    width: 100%;
    max-width: 100%;
    max-height: 24px;
    object-fit: contain;
}

#payment .snoobik-payment-bank-list .snoobik-payment-bank__radio {
    display: inline-flex;
    width: 16px;
    height: 16px;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

#payment .snoobik-payment-bank-list .snoobik-payment-bank__radio .p-radiobutton-box {
    display: grid;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    place-items: center;
    border: 2px solid var(--snoobik-line);
    border-radius: 50%;
    background: #ffffff;
    transition: border-color 180ms ease, background-color 180ms ease;
}

#payment .snoobik-payment-bank-list .snoobik-payment-bank__radio .p-radiobutton-box.p-highlight {
    border-color: var(--snoobik-black);
    background: var(--snoobik-black);
}

#payment .snoobik-payment-bank-list .snoobik-payment-bank__radio .p-radiobutton-icon {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 180ms ease, transform 180ms ease;
}

#payment .snoobik-payment-bank-list .snoobik-payment-bank__radio .p-radiobutton-icon--selected {
    opacity: 1;
    transform: scale(1);
}

#payment .snoobik-payment-country-select {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-top: 12px;
}

.woocommerce-checkout #payment .form-row.place-order {
    margin-top: 22px;
}

.woocommerce-checkout #payment #place_order.snoobik-checkout-place-order {
    display: flex !important;
    width: 100%;
    min-height: 56px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 20px;
    border: 1px solid var(--snoobik-black) !important;
    border-radius: var(--snoobik-radius);
    background: var(--snoobik-black) !important;
    color: #ffffff !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.woocommerce-checkout #payment #place_order.snoobik-checkout-place-order::before {
    position: static !important;
    display: inline-block;
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    filter: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: auto !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' stroke='%23fff' stroke-width='.35' stroke-linejoin='round' paint-order='stroke fill' class='bi bi-bag' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1m3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4zM2 5h12v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    content: '';
}

.woocommerce-checkout #payment #place_order.snoobik-checkout-place-order:has(> .snoobik-checkout-place-order__icon)::before {
    display: none;
    content: none;
}

.woocommerce-checkout #payment #place_order.snoobik-checkout-place-order:hover,
.woocommerce-checkout #payment #place_order.snoobik-checkout-place-order:focus-visible {
    border-color: #222222 !important;
    background: #222222 !important;
    color: #ffffff !important;
}

.woocommerce-checkout #payment #place_order.snoobik-checkout-place-order:active {
    transform: translateY(1px);
}

.woocommerce-checkout #payment .snoobik-checkout-place-order__icon {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
}

.woocommerce-checkout #payment .snoobik-checkout-place-order__label {
    font-weight: 500;
}

.woocommerce-checkout #payment .snoobik-checkout-place-order__price {
    font-weight: 700;
}

.woocommerce-checkout #payment .woocommerce-privacy-policy-text {
    max-width: 42em;
    margin: 0 auto 16px;
    color: var(--snoobik-muted);
    font-size: 11px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
}

.woocommerce-checkout #payment .woocommerce-privacy-policy-text p {
    margin: 0;
    color: inherit;
    font: inherit;
}

.woocommerce-checkout #payment .woocommerce-privacy-policy-text a {
    color: var(--snoobik-black);
    text-decoration: none;
}

.woocommerce-checkout #payment .woocommerce-privacy-policy-text a:hover,
.woocommerce-checkout #payment .woocommerce-privacy-policy-text a:focus-visible {
    color: var(--snoobik-black);
    text-decoration: none;
}

.woocommerce-checkout .ct-woocommerce-checkout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 0;
    column-gap: 30px;
    align-items: start;
}

.woocommerce-checkout .entry-header {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.woocommerce-checkout .ct-woocommerce-checkout > .snoobik-checkout-cart {
    grid-column: 1;
    grid-row: 2;
}

.woocommerce-checkout .snoobik-checkout-notices {
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100%;
}

.woocommerce-checkout .snoobik-checkout-notices:empty {
    display: none;
}

.snoobik-prime-message {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 16px;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--snoobik-prime-message-border, #b9c5d1);
    border-inline-start: 4px solid var(--snoobik-prime-message-accent, #1877f2);
    border-radius: 8px;
    background: var(--snoobik-prime-message-background, #f4f8fc);
    color: var(--snoobik-prime-message-color, #17202a);
    list-style: none;
}

.snoobik-prime-message::before {
    display: none !important;
    content: none !important;
}

.snoobik-prime-message.p-message-info,
.snoobik-prime-message.woocommerce-info {
    --snoobik-prime-message-accent: #1877f2;
    --snoobik-prime-message-background: #f4f8fc;
    --snoobik-prime-message-border: #b9d2f5;
    --snoobik-prime-message-color: #153b6b;
}

.snoobik-prime-message.p-message-success,
.snoobik-prime-message.woocommerce-message {
    --snoobik-prime-message-accent: #4b7655;
    --snoobik-prime-message-background: #f3f8f4;
    --snoobik-prime-message-border: #bdd5c2;
    --snoobik-prime-message-color: #254d30;
}

.snoobik-prime-message.p-message-warn,
.snoobik-prime-message.woocommerce-warning,
.snoobik-prime-message.is-warning {
    --snoobik-prime-message-accent: #b7791f;
    --snoobik-prime-message-background: #fff9ed;
    --snoobik-prime-message-border: #ecd39c;
    --snoobik-prime-message-color: #60420e;
}

.snoobik-prime-message.p-message-error,
.snoobik-prime-message.woocommerce-error,
.snoobik-prime-message.is-error {
    --snoobik-prime-message-accent: #d53624;
    --snoobik-prime-message-background: #fff5f3;
    --snoobik-prime-message-border: #efb6ae;
    --snoobik-prime-message-color: #762218;
}

.snoobik-prime-message > .p-message-wrapper,
.snoobik-prime-message > li.p-message-wrapper {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto 32px;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 14px 16px;
    color: inherit;
    list-style: none;
}

.snoobik-prime-message > li.p-message-wrapper + li.p-message-wrapper {
    padding-top: 0;
}

.snoobik-prime-message > li.snoobik-prime-message__control-item {
    width: 0;
    height: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.snoobik-prime-message > li.p-message-wrapper > a {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-width: 0;
    color: inherit;
    text-decoration: none;
}

.snoobik-prime-message .p-message-icon {
    display: inline-grid;
    place-items: center;
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-top: 0;
    color: var(--snoobik-prime-message-accent);
    font-size: 18px;
    line-height: 1;
}

.snoobik-prime-message .p-message-text {
    align-self: center;
    min-width: 0;
    color: inherit;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.55;
}

.snoobik-prime-message .p-message-text p,
.snoobik-prime-message .p-message-text ul,
.snoobik-prime-message .p-message-text ol {
    margin: 0;
}

.snoobik-prime-message .p-message-text a:not(.button):not(.wc-forward) {
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
}

.snoobik-prime-message__actions {
    display: flex;
    grid-column: 3;
    grid-row: 1;
    align-self: center;
    align-items: center;
    gap: 8px;
    min-width: max-content;
}

.snoobik-prime-message__actions a.button,
.snoobik-prime-message__actions a.wc-forward,
.snoobik-prime-message__actions button.button,
.snoobik-prime-message__actions button.woocommerce-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    margin: 0 !important;
    white-space: nowrap;
}

.snoobik-prime-message__close {
    position: absolute;
    top: 50%;
    left: auto !important;
    right: 16px !important;
    inset-inline-start: auto !important;
    inset-inline-end: 16px !important;
    bottom: auto !important;
    transform: translateY(-50%);
    display: inline-grid !important;
    place-items: center;
    width: 32px !important;
    min-width: 32px;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50%;
    background: transparent !important;
    color: var(--snoobik-prime-message-color) !important;
    cursor: pointer;
    font-size: 15px;
    line-height: 1;
}

.snoobik-prime-message__close:hover,
.snoobik-prime-message__close:focus-visible {
    background: rgba(23, 32, 42, 0.08) !important;
    color: var(--snoobik-prime-message-accent) !important;
}

.snoobik-prime-message__close:focus-visible {
    outline: 2px solid var(--snoobik-prime-message-accent);
    outline-offset: 2px;
}

@media (max-width: 600px) {
    .snoobik-prime-message > .p-message-wrapper,
    .snoobik-prime-message > li.p-message-wrapper {
        grid-template-columns: auto minmax(0, 1fr) 32px;
    }

    .snoobik-prime-message__actions {
        grid-column: 2 / 3;
        grid-row: 2;
        justify-content: flex-start;
        min-width: 0;
        margin-top: 2px;
    }

    .snoobik-prime-message__actions a.button,
    .snoobik-prime-message__actions a.wc-forward,
    .snoobik-prime-message__actions button.button,
    .snoobik-prime-message__actions button.woocommerce-button {
        max-width: 100%;
        white-space: normal;
        text-align: center;
    }

}

.woocommerce-checkout .ct-woocommerce-checkout > .snoobik-checkout-details {
    grid-column: 2;
    grid-row: 2;
    width: auto;
    min-width: 0;
    display: block;
}

@media (min-width: 1000px) {
    .woocommerce-checkout .ct-woocommerce-checkout > .snoobik-checkout-details {
        align-self: start;
        position: sticky;
        top: calc(50px + var(--header-height, 120px));
    }
}

.woocommerce-checkout .ct-woocommerce-checkout #customer_details,
.woocommerce-checkout .ct-woocommerce-checkout #order_review {
    width: 100%;
}

.woocommerce-checkout .ct-woocommerce-checkout #customer_details > .col-1,
.woocommerce-checkout .ct-woocommerce-checkout #customer_details > .col-2 {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    flex: none;
}

@media (max-width: 899px) {
    .woocommerce-checkout .ct-woocommerce-checkout {
        display: block;
    }

    .woocommerce-checkout .ct-woocommerce-checkout > .snoobik-checkout-cart {
        margin-bottom: 24px;
    }

    .woocommerce-checkout .ct-woocommerce-checkout > .snoobik-checkout-details {
        display: block;
    }

    .woocommerce-checkout .ct-woocommerce-checkout > .snoobik-checkout-details {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .snoobik-checkout-cart {
        padding: 0;
    }

    .snoobik-checkout-cart__tabs .p-tabmenu-nav {
        display: flex;
        width: 100%;
    }

    .snoobik-checkout-cart__tabs .p-tabmenuitem {
        flex: 1 1 0;
    }

    .snoobik-checkout-cart__tabs .p-menuitem-link {
        width: 100%;
        padding-inline: 8px;
    }

    .snoobik-checkout-recommendations__grid {
        gap: 10px;
    }
}

.snoobik-product-carousel__arrow:disabled {
    color: #aaaaaa;
    cursor: default;
    opacity: 0.35;
}

.editor-styles-wrapper .snoobik-product-carousel {
    width: 100%;
    max-width: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
    visibility: visible;
}

.editor-styles-wrapper .snoobik-product-carousel__link,
.editor-styles-wrapper .snoobik-product-carousel__link:hover,
.editor-styles-wrapper .snoobik-product-carousel__link:focus-visible {
    color: #000000 !important;
}

.editor-styles-wrapper .snoobik-product-card,
.editor-styles-wrapper .snoobik-product-card *,
.editor-styles-wrapper .snoobik-product-card *::before,
.editor-styles-wrapper .snoobik-product-card *::after {
    box-sizing: border-box;
}

.editor-styles-wrapper .snoobik-product-card__title {
    line-height: 18px !important;
}

.editor-styles-wrapper .snoobik-product-card__content,
.editor-styles-wrapper .snoobik-product-card__title-link,
.editor-styles-wrapper .snoobik-product-card__add-button,
.editor-styles-wrapper .snoobik-product-card__select-button,
.editor-styles-wrapper .snoobik-product-carousel__link {
    cursor: not-allowed !important;
    pointer-events: none;
}

.editor-styles-wrapper .snoobik-product-card__content,
.editor-styles-wrapper .snoobik-product-card__title-link,
.editor-styles-wrapper .snoobik-product-carousel__link {
    opacity: 0.72;
}

.editor-styles-wrapper .snoobik-product-card__add-button,
.editor-styles-wrapper .snoobik-product-card__add-button:hover,
.editor-styles-wrapper .snoobik-product-card__add-button:focus-visible,
.editor-styles-wrapper .snoobik-product-card__select-button,
.editor-styles-wrapper .snoobik-product-card__select-button:hover,
.editor-styles-wrapper .snoobik-product-card__select-button:focus-visible {
    border-color: #9aa0a6 !important;
    background: #9aa0a6 !important;
    background-color: #9aa0a6 !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.editor-styles-wrapper .snoobik-product-carousel__viewport .splide__track {
    overflow: hidden;
}

.editor-styles-wrapper .snoobik-product-carousel .splide__slide {
    opacity: 1;
    z-index: 1;
}

.editor-styles-wrapper .snoobik-product-carousel__track {
    gap: 16px;
    width: 100%;
    height: auto !important;
    align-items: flex-start;
}

.editor-styles-wrapper .snoobik-product-carousel .snoobik-product-card {
    flex: 0 0 calc((100% - 48px) / 4);
    width: calc((100% - 48px) / 4) !important;
}

.editor-styles-wrapper .snoobik-product-carousel--loading .snoobik-product-card__shell {
    visibility: visible;
}

.editor-styles-wrapper .snoobik-product-carousel--loading .snoobik-product-card__skeleton {
    display: none;
}

.editor-styles-wrapper .snoobik-product-carousel__arrow {
    display: grid !important;
    pointer-events: none;
}

.editor-styles-wrapper .snoobik-product-carousel:not(.is-overflow) .snoobik-product-carousel__arrow {
    display: grid !important;
}

.editor-styles-wrapper .snoobik-product-carousel__arrow svg {
    display: block;
    width: 20px;
    height: 20px;
}

@media (min-width: 1024px) {
    .snoobik-product-carousel__arrow {
        display: grid;
    }
}

@media (min-width: 768px) {
    .snoobik-product-carousel {
        padding-block: 32px;
    }
}

@media (max-width: 767.98px) {
    .snoobik-product-card__header {
        min-height: 0;
        padding: 6px 6px 6px;
    }

    .snoobik-product-card__title {
        font-size: 13px !important;
        line-height: 18px;
    }

    .snoobik-product-card__info-list {
        margin-top: 5px !important;
        font-size: 10px;
        line-height: 15px;
    }

    .snoobik-product-card__image-container {
        margin-top: 0 !important;
    }

    .snoobik-product-card__price {
        right: 6px;
        min-height: 40px;
        padding: 0;
        font-size: 14px;
        line-height: 18px;
    }

    .snoobik-product-card__price-badge {
        transform: scale(0.8);
        transform-origin: right bottom;
    }

    .snoobik-product-card__actions {
        gap: 6px;
        padding: 0 6px 6px;
    }

    .snoobik-product-card__quantity {
        grid-template-columns: 26px minmax(26px, 1fr) 26px;
        min-width: 96px;
        height: 48px;
    }

    .snoobik-product-card__quantity-button,
    .snoobik-product-card__quantity-input {
        height: 46px !important;
    }

    .snoobik-product-card__quantity-button {
        width: 26px;
    }

    .snoobik-product-card__add-button,
    .snoobik-product-card__select-button {
        min-height: 38px;
        font-size: 11px !important;
    }

    .snoobik-product-card__select-button {
        height: 48px;
        min-height: 48px;
        font-size: 12px !important;
    }

    .snoobik-product-card__select-button .bi {
        font-size: 18px;
        line-height: 1;
    }

    .snoobik-product-card__skeleton-header {
        padding: 6px 6px 6px;
    }

    .snoobik-product-card__skeleton-actions {
        gap: 6px;
        padding: 0 6px 6px;
        min-height: 38px;
    }

    .snoobik-product-card__skeleton-quantity,
    .snoobik-product-card__skeleton-button {
        height: 48px;
    }

    .snoobik-product-card__skeleton-button--wide {
        height: 48px;
    }

    .snoobik-product-card__skeleton-button {
        flex-basis: 48px;
        width: 48px;
    }

    .snoobik-product-card__select-button {
        width: calc(100% - 12px);
        margin-right: 6px !important;
        margin-bottom: 6px !important;
        margin-left: 6px !important;
    }

    .snoobik-product-carousel {
        padding-block: 24px;
    }

    .snoobik-product-carousel__header {
        margin-bottom: 16px;
    }

    .snoobik-product-carousel__title {
        font-size: 18px !important;
        line-height: 25px;
    }

    .snoobik-product-carousel__link {
        font-size: 12px;
    }

    .snoobik-product-carousel__track {
        padding-bottom: 2px !important;
    }

    .snoobik-product-carousel.is-overflow .snoobik-product-carousel__arrow {
        display: grid;
    }

    .editor-styles-wrapper .snoobik-product-carousel__track {
        gap: 12px;
    }

    .editor-styles-wrapper .snoobik-product-carousel .snoobik-product-card {
        flex-basis: calc((100% - 12px) / 2);
        width: calc((100% - 12px) / 2) !important;
    }
}

@media (max-width: 420px) {
    .snoobik-product-card__actions {
        gap: 6px;
        padding: 0 4px 4px;
        min-height: 40px;
    }

    .snoobik-product-card__quantity {
        grid-template-columns: 20px minmax(24px, 1fr) 20px;
        min-width: 0;
        height: 40px;
        border-radius: 6px;
    }

    .snoobik-product-card__quantity-button {
        width: 20px;
        height: 38px !important;
    }

    .snoobik-product-card__quantity-button .bi {
        font-size: 16px;
    }

    .snoobik-product-card__quantity-input {
        height: 38px !important;
        font-size: 11px;
    }

    .snoobik-product-card__add-button {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
        border-radius: 6px !important;
    }

    .snoobik-product-card__add-button .bi {
        font-size: 16px;
    }

    .snoobik-product-card__select-button {
        width: calc(100% - 8px);
        min-height: 40px;
        height: 40px;
        margin-right: 4px !important;
        margin-bottom: 4px !important;
        margin-left: 4px !important;
        padding: 4px 6px !important;
        border-radius: 6px !important;
        font-size: 10px !important;
    }

    .snoobik-product-card__skeleton-actions {
        gap: 6px;
        padding: 0 4px 4px;
        min-height: 40px;
    }

    .snoobik-product-card__skeleton-quantity,
    .snoobik-product-card__skeleton-button {
        height: 40px;
    }

    .snoobik-product-card__skeleton-button--wide {
        height: 40px;
    }

    .snoobik-product-card__skeleton-button {
        flex-basis: 40px;
        width: 40px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .snoobik-product-card__shell,
    .snoobik-product-card__image,
    .snoobik-product-card__title,
    .snoobik-product-card__add-button,
    .snoobik-product-card__select-button,
    .snoobik-product-carousel__arrow {
        transition: none;
    }

    .snoobik-product-card__add-button-icon,
    .snoobik-product-card__add-button-spinner,
    .snoobik-product-card__add-button-success {
        transition: none;
    }

    .snoobik-product-card__add-button-spinner .p-progress-spinner-svg,
    .snoobik-product-card__add-button-spinner .p-progress-spinner-circle {
        animation: none !important;
    }
}

.snoobik-checkout-cart__title {
    margin: 0 0 24px !important;
    color: var(--snoobik-text) !important;
    font-size: 22px !important;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 30px;
}

.snoobik-checkout-details__title {
    margin: 0 0 24px !important;
    color: var(--snoobik-text) !important;
    font-size: 22px !important;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 30px;
}

.snoobik-payment-methods__title {
    margin: 24px 0 16px;
    color: var(--snoobik-text);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 26px;
}

.snoobik-checkout-cart__tabs .p-tabmenu-nav {
    gap: 16px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.snoobik-checkout-cart__tabs .p-menuitem-link {
    min-height: 44px;
    padding: 11px 16px;
    border: 2px solid #efefef;
    border-radius: var(--snoobik-radius);
    background: #ffffff;
    color: #303030;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.snoobik-checkout-cart__tabs .p-tabmenuitem.p-highlight .p-menuitem-link,
.snoobik-checkout-cart__tabs .p-menuitem-link[aria-selected='true'],
.snoobik-checkout-cart__tabs .p-menuitem-link:hover,
.snoobik-checkout-cart__tabs .p-menuitem-link:focus-visible {
    border-color: var(--snoobik-black);
    background: var(--snoobik-black);
    color: #ffffff;
}

.snoobik-checkout-cart__tabs .p-tabmenuitem.p-highlight .p-menuitem-link:hover,
.snoobik-checkout-cart__tabs .p-tabmenuitem.p-highlight .p-menuitem-link:focus-visible {
    border-color: var(--snoobik-black);
    background: var(--snoobik-black);
    color: #ffffff;
}

.snoobik-cart-products,
.snoobik-checkout-recommendations__grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.snoobik-cart-products .snoobik-product-card,
.snoobik-checkout-recommendations__grid .snoobik-product-card {
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    float: none;
}

@media (min-width: 768px) {
    .snoobik-cart-products .snoobik-product-card__price-badge,
    .snoobik-checkout-recommendations__grid .snoobik-product-card__price-badge {
        gap: 3px;
        padding: 3px 6.5px 3px 8px;
    }

    .snoobik-cart-products .snoobik-product-card__price-prefix,
    .snoobik-checkout-recommendations__grid .snoobik-product-card__price-prefix {
        margin-top: 3px;
        font-size: 9px;
        line-height: 11px;
    }

    .snoobik-cart-products .snoobik-product-card__price-int,
    .snoobik-checkout-recommendations__grid .snoobik-product-card__price-int {
        font-size: 28px;
        line-height: 28px;
    }

    .snoobik-cart-products .snoobik-product-card__price-dec,
    .snoobik-checkout-recommendations__grid .snoobik-product-card__price-dec {
        font-size: 16px;
        line-height: 16px;
    }

    .snoobik-cart-products .snoobik-product-card__price-old,
    .snoobik-checkout-recommendations__grid .snoobik-product-card__price-old {
        font-size: 8px;
        line-height: 8px;
    }

    .snoobik-cart-products .snoobik-product-card__price-badge--range,
    .snoobik-checkout-recommendations__grid .snoobik-product-card__price-badge--range {
        gap: 4px;
        padding-inline: 8px;
        font-size: 11px;
        line-height: 16px;
    }

    .snoobik-cart-products .snoobik-product-card__actions,
    .snoobik-checkout-recommendations__grid .snoobik-product-card__actions {
        gap: 6px;
        padding: 0 6px 6px;
        min-height: 40px;
    }

    .snoobik-cart-products .snoobik-product-card__quantity,
    .snoobik-checkout-recommendations__grid .snoobik-product-card__quantity {
        grid-template-columns: 32px minmax(28px, 1fr) 32px;
        height: 40px;
        border-radius: 6px;
    }

    .snoobik-cart-products .snoobik-product-card__quantity-button,
    .snoobik-cart-products .snoobik-product-card__quantity-input,
    .snoobik-checkout-recommendations__grid .snoobik-product-card__quantity-button,
    .snoobik-checkout-recommendations__grid .snoobik-product-card__quantity-input {
        height: 38px !important;
    }

    .snoobik-cart-products .snoobik-product-card__quantity-button,
    .snoobik-checkout-recommendations__grid .snoobik-product-card__quantity-button {
        width: 32px;
    }

    .snoobik-cart-products .snoobik-product-card__quantity-button .bi,
    .snoobik-checkout-recommendations__grid .snoobik-product-card__quantity-button .bi {
        font-size: 16px;
    }

    .snoobik-cart-products .snoobik-product-card__quantity-input,
    .snoobik-checkout-recommendations__grid .snoobik-product-card__quantity-input {
        font-size: 11px;
    }

    .snoobik-cart-products .snoobik-product-card__add-button,
    .snoobik-checkout-recommendations__grid .snoobik-product-card__add-button {
        flex-basis: 42px;
        width: 42px;
        height: 40px;
        min-height: 40px;
        border-radius: 6px !important;
    }

    .snoobik-cart-products .snoobik-product-card__add-button .bi,
    .snoobik-checkout-recommendations__grid .snoobik-product-card__add-button .bi {
        font-size: 16px;
    }

    .snoobik-cart-products .snoobik-product-card__add-button-spinner,
    .snoobik-cart-products .snoobik-product-card__add-button-success,
    .snoobik-checkout-recommendations__grid .snoobik-product-card__add-button-spinner,
    .snoobik-checkout-recommendations__grid .snoobik-product-card__add-button-success {
        width: 16px;
        height: 16px;
    }

    .snoobik-cart-products .snoobik-product-card__select-button,
    .snoobik-checkout-recommendations__grid .snoobik-product-card__select-button {
        width: calc(100% - 12px);
        min-height: 40px;
        height: 40px;
        margin: 0 6px 6px !important;
        padding: 6px 8px !important;
        border-radius: 6px !important;
        font-size: 10px !important;
        line-height: 14px;
    }

    .snoobik-cart-products .snoobik-product-card__select-button .bi,
    .snoobik-checkout-recommendations__grid .snoobik-product-card__select-button .bi {
        font-size: 14px;
    }
}

.snoobik-cart-product--updating {
    opacity: 0.55;
    pointer-events: none;
}

.snoobik-cart-product__remove-button {
    flex: 0 0 54px;
    width: 54px;
}

.snoobik-cart-product__remove-button .bi {
    font-size: 17px;
    line-height: 1;
}

.single-product {
    --snoobik-product-accent: #1877f2;
    --snoobik-product-ink: #17202a;
    --snoobik-product-muted: #67717e;
    --snoobik-product-line: #dfe3e8;
    --snoobik-product-soft: #f5f7f9;
    --snoobik-product-success: #3d7550;
}

.single-product .hero-section.is-width-constrained {
    margin-bottom: 0;
}

.single-product .product-entry-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    align-items: start;
    gap: clamp(30px, 6vw, 30px);
    margin-inline: auto;
    padding: 24px 0 54px;
}

.single-product .product-entry-wrapper:has(.woocommerce-product-gallery:not([data-gallery="top"], [data-gallery="columns-top"])) .entry-summary {
    margin-inline-start: 0;
}

.single-product .woocommerce-product-gallery,
.single-product .entry-summary {
    min-width: 0;
}

.single-product .woocommerce-product-gallery {
    position: sticky;
    top: calc(var(--admin-bar, 0px) + var(--header-height, 120px));
}

.single-product .ct-product-gallery-container {
    overflow: visible;
}

.single-product .snoobik-product-gallery__container {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

.single-product .snoobik-product-gallery__slider {
    position: relative;
    min-width: 0;
}

.single-product .snoobik-product-gallery__view {
    overflow: hidden;
    aspect-ratio: 1.22;
    border: 2px solid #efefef;
    border-radius: var(--snoobik-radius);
    background: #ffffff;
    padding: 6px;
}

.single-product .woocommerce-product-gallery .onsale.snoobik-product-card__discount {
    inset: auto;
    top: 8px;
    left: 8px;
    right: auto;
    width: fit-content;
    height: auto;
    min-width: 0;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

.single-product .snoobik-product-gallery__view .splide__track {
    width: 100%;
    height: 100%;
}

.single-product .snoobik-product-gallery__slides {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-product .snoobik-product-gallery__slide {
    display: flex;
    width: 100%;
    height: 100%;
}

.single-product .snoobik-product-gallery__media {
    display: flex;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    aspect-ratio: auto;
    background: #ffffff;
}

.single-product .snoobik-product-gallery__lightbox-link {
    display: flex;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    cursor: default;
}

.single-product .snoobik-product-gallery__media img {
    display: block;
    min-width: 0;
    min-height: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    cursor: default;
}

.single-product .woocommerce-product-gallery li .ct-media-container::after,
.single-product .snoobik-product-gallery__media::after,
.single-product .snoobik-product-gallery__thumbnail-media::after {
    display: none !important;
    content: none !important;
}

.single-product .snoobik-product-gallery__arrows {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    pointer-events: none;
}

.single-product .snoobik-product-gallery__arrows .snoobik-product-carousel__arrow {
    display: grid;
    width: 36px;
    height: 36px;
    pointer-events: auto;
}

.single-product .snoobik-product-gallery__trigger {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    color: #303030;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.single-product .snoobik-product-gallery__trigger:hover,
.single-product .snoobik-product-gallery__trigger:focus-visible {
    background: #ffffff;
    color: #000000;
}

.single-product .snoobik-product-gallery__trigger:focus-visible {
    outline: 2px solid #000000;
    outline-offset: 2px;
}

.single-product .snoobik-product-gallery__trigger .bi {
    font-size: 16px;
    line-height: 1;
}

.single-product .snoobik-product-gallery__thumbnails {
    width: 100%;
    margin: 0;
    padding: 0;
}

.single-product .snoobik-product-gallery__thumbnails > ol {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    width: 100%;
    margin: 0;
    overflow-x: auto;
    padding: 0;
    list-style: none;
}

.single-product .snoobik-product-gallery__thumbnail-item {
    flex: 0 0 72px;
    box-sizing: border-box;
    width: 72px;
    height: 72px;
    overflow: hidden;
    padding: 0 !important;
    border: 2px solid #efefef;
    border-radius: var(--snoobik-radius);
    background: #ffffff;
    list-style: none;
}

.single-product .snoobik-product-gallery__thumbnail-item.active,
.single-product .snoobik-product-gallery__thumbnail-item:hover,
.single-product .snoobik-product-gallery__thumbnail-item:focus-within {
    border-color: #000000;
}

.single-product .snoobik-product-gallery__thumbnail {
    display: block;
    box-sizing: border-box;
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    padding: 0 !important;
    border: 0;
    background: #ffffff;
    color: inherit;
    cursor: pointer;
}

.single-product .snoobik-product-gallery__thumbnail:focus-visible {
    outline: 2px solid #000000;
    outline-offset: -4px;
}

.single-product .snoobik-product-gallery__thumbnail-media {
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    overflow: hidden;
    aspect-ratio: auto !important;
    background: #ffffff;
}

.single-product .snoobik-product-gallery__thumbnail-image {
    flex: 0 0 auto;
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.single-product .snoobik-product-tags {
    margin-top: 12px;
}

.single-product .snoobik-product-tags__list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-product .woocommerce-product-gallery .snoobik-product-tags__list > .snoobik-product-tags__item {
    margin: 0;
    padding: 2px 8px;
    opacity: 1;
    transition: none;
}

.single-product .snoobik-product-tags__item {
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    min-height: 24px;
    padding: 2px 8px;
    border: 2px solid #efefef;
    border-radius: var(--snoobik-radius);
    background: #ffffff;
    color: #000000;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    text-decoration: none;
    transition: border-color 180ms ease, color 180ms ease;
}

.single-product .entry-summary {
    position: sticky;
    top: calc(var(--admin-bar, 0px) + var(--header-height, 120px));
}

.single-product .entry-summary .product_title {
    margin: 0;
}

.single-product .entry-summary > .price {
    display: flex;
    align-items: baseline;
    margin: 16px 0 0;
}

.single-product .snoobik-single-product__price-badge--sale {
    background: #d53624;
}

.single-product .snoobik-product-tax-label {
    margin: 6px 0 0 0 !important;
    color: var(--snoobik-product-muted);
    font-size: 12px;
}

.single-product .entry-summary > .ct-product-divider {
    display: block;
    width: 100%;
    height: 1px;
    margin: 20px 0;
    background: var(--snoobik-product-line);
}

.single-product .ct-product-add-to-cart {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.single-product .variations {
    width: 100%;
    margin: 0 0 18px;
    border: 0;
    border-collapse: separate;
}

.single-product .variations tr,
.single-product .variations th,
.single-product .variations td {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    text-align: left;
}

.single-product .variations tr + tr {
    margin-top: 18px;
}

.single-product .variations th label {
    display: block;
    margin-bottom: 9px;
    color: var(--snoobik-product-ink);
    font-size: 13px;
    font-weight: 700;
}

.single-product .variations .value {
    position: relative;
}

.single-product .variations select.snoobik-product-variation__native {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.single-product .snoobik-product-variation__options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.single-product .snoobik-product-variation__option {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 13px;
    border: 2px solid #efefef;
    border-radius: 6px;
    background: #ffffff;
    color: var(--snoobik-product-ink);
    font: inherit;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 180ms ease;
}

.single-product .snoobik-product-variation__option:hover,
.single-product .snoobik-product-variation__option:focus-visible,
.single-product .snoobik-product-variation__option--selected {
    border-color: #000000;
    box-shadow: none;
}

.single-product .snoobik-product-variation__option--swatch {
    min-width: 58px;
    min-height: 58px;
    padding: 7px;
    flex-direction: column;
    gap: 4px;
}

.single-product .snoobik-product-variation__swatch {
    display: block;
    width: 28px;
    height: 28px;
    border: 1px solid rgb(23 32 42 / 22%);
    border-radius: 50%;
    background: var(--snoobik-swatch-color, #c7cdd3);
    box-shadow: inset 0 0 0 2px rgb(255 255 255 / 72%);
}

.single-product .snoobik-product-variation__option--swatch::after {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    z-index: 2;
    padding: 5px 8px;
    border-radius: 4px;
    background: var(--snoobik-product-ink);
    color: #ffffff;
    content: attr(data-snoobik-tooltip);
    font-size: 10px;
    font-weight: 500;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 4px);
    transition: opacity 150ms ease, transform 150ms ease;
    white-space: nowrap;
}

.single-product .snoobik-product-variation__option--swatch:hover::after,
.single-product .snoobik-product-variation__option--swatch:focus-visible::after {
    opacity: 1;
    transform: translate(-50%, 0);
}

.single-product .snoobik-product-variation__option:disabled,
.single-product .snoobik-product-variation__option.p-disabled {
    cursor: not-allowed;
    opacity: 0.42;
}

.single-product .reset_variations {
    display: none !important;
}

.single-product .woocommerce-variation-price {
    display: none;
}

.single-product .single_variation_wrap {
    margin-top: 20px;
}

.single-product .ct-cart-actions {
    display: grid;
    grid-template-columns: 142px minmax(0, 1fr);
    gap: 10px;
    align-items: stretch;
}

.single-product .ct-cart-actions .quantity {
    display: grid;
    grid-template-columns: 43px minmax(54px, 1fr) 43px;
    align-items: center;
    width: 100%;
    min-width: 0;
    height: 48px;
    margin: 0;
    border: 1px solid #f3f3f3;
    border-radius: 8px;
    background: #f3f3f3;
}

.single-product .ct-cart-actions .quantity.hidden {
    display: grid !important;
}

.single-product .ct-cart-actions .quantity .ct-increase,
.single-product .ct-cart-actions .quantity .ct-decrease {
    position: static;
    display: grid;
    width: 43px;
    height: 46px;
    padding: 0;
    place-items: center;
    border: 0;
    background: transparent;
    color: var(--snoobik-text);
    cursor: pointer;
}

.single-product .ct-cart-actions .quantity .ct-increase {
    grid-column: 3;
    grid-row: 1;
}

.single-product .ct-cart-actions .quantity .ct-decrease {
    grid-column: 1;
    grid-row: 1;
}

.single-product .ct-cart-actions .quantity .ct-increase .bi,
.single-product .ct-cart-actions .quantity .ct-decrease .bi {
    font-size: 22px;
    line-height: 1;
}

.single-product .ct-cart-actions .quantity .ct-increase::before,
.single-product .ct-cart-actions .quantity .ct-decrease::before {
    content: none !important;
}

.single-product .ct-cart-actions .quantity > span.ct-increase::before {
    content: '+';
}

.single-product .ct-cart-actions .quantity > span.ct-decrease::before {
    content: '\2212';
}

.single-product .ct-cart-actions .quantity .ct-increase:hover,
.single-product .ct-cart-actions .quantity .ct-increase:focus-visible,
.single-product .ct-cart-actions .quantity .ct-decrease:hover,
.single-product .ct-cart-actions .quantity .ct-decrease:focus-visible {
    color: #303030 !important;
}

.single-product .ct-cart-actions .quantity .qty {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    min-width: 0;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #f3f3f3 !important;
    background: transparent;
    color: var(--theme-text-color, var(--snoobik-text));
    font: inherit;
    font-size: 16px;
    text-align: center;
    appearance: none;
}

.single-product .ct-cart-actions .quantity .qty:focus {
    outline: 0;
}

.single-product .ct-cart-actions .quantity .qty::-webkit-inner-spin-button,
.single-product .ct-cart-actions .quantity .qty::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
}

.single-product .single_add_to_cart_button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    min-width: 0;
    height: 48px !important;
    min-height: 48px !important;
    box-sizing: border-box;
    padding: 8px 17px !important;
    border: 1px solid var(--snoobik-black) !important;
    border-radius: 8px !important;
    background: var(--snoobik-black) !important;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
}

.single-product .single_add_to_cart_button:hover,
.single-product .single_add_to_cart_button:focus-visible {
    border-color: #222222 !important;
    background: #222222 !important;
}

.single-product .single_add_to_cart_button:disabled,
.single-product .single_add_to_cart_button.disabled {
    border-color: var(--snoobik-black) !important;
    background: var(--snoobik-black) !important;
    cursor: not-allowed;
}
.entry-summary-items > .ct-product-add-to-cart {
    margin-top: 35px;
}
.single-product .single_add_to_cart_button::before {
    display: inline-block !important;
    flex: 0 0 auto;
    position: static !important;
    width: 20px;
    height: 20px;
    filter: none !important;
    z-index: auto !important;
    opacity: 1 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' stroke='%23fff' stroke-width='.35' stroke-linejoin='round' paint-order='stroke fill' class='bi bi-bag' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1m3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4zM2 5h12v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z'/%3E%3C/svg%3E") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 16px 16px !important;
    content: '' !important;
}

.single-product .snoobik-product-backorder-notice {
    --snoobik-prime-message-accent: var(--snoobik-black);
    --snoobik-prime-message-background: var(--snoobik-product-soft);
    --snoobik-prime-message-border: var(--snoobik-product-line);
    --snoobik-prime-message-color: var(--snoobik-product-ink);
    margin: 0 0 16px;
}

.single-product .snoobik-product-backorder-notice > .p-message-wrapper {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto;
    row-gap: 4px;
    align-items: center;
    padding: 14px 16px;
}

.single-product .snoobik-product-backorder-notice .p-message-icon {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    margin-top: 0;
    color: var(--snoobik-black);
}

.single-product .snoobik-product-backorder-notice .p-message-text {
    display: contents;
}

.single-product .snoobik-product-backorder-notice__title,
.single-product .snoobik-product-backorder-notice__copy {
    display: block;
}

.single-product .snoobik-product-backorder-notice__title {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    color: var(--snoobik-product-ink);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.single-product .snoobik-product-backorder-notice__copy {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 0;
    color: var(--snoobik-product-muted);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.55;
}

.single-product .snoobik-product-page__button-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
}

.single-product .snoobik-product-page__button-price {
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
}

.single-product .snoobik-product-delivery {
    margin-top: 35px;
}

.single-product .snoobik-product-delivery__highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.single-product .snoobik-product-delivery__highlight {
    display: flex;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
    min-height: 68px;
    padding: 14px;
    border-radius: 8px;
    background: var(--snoobik-product-soft);
    border: 2px solid #efefef;
}

.single-product .snoobik-product-delivery__icon {
    display: grid;
    flex: 0 0 44px;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #1a1a1a;
    color: #ffffff;
    line-height: 1;
}

.single-product .snoobik-product-delivery__icon svg {
    display: block;
    width: 22px;
    height: 22px;
}

.single-product .snoobik-product-delivery__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
}

.single-product .snoobik-product-delivery__title {
    display: block;
    color: var(--snoobik-product-ink);
    font-size: 12px;
    line-height: 1.35;
}

.single-product .snoobik-product-delivery__copy {
    display: block;
    margin-top: 4px;
    color: var(--snoobik-product-muted);
    font-size: 11px;
    line-height: 1.4;
}

.single-product .snoobik-product-shipping {
    margin-top: 35px;
}

.single-product .snoobik-product-shipping__title {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 8px;
    color: #000000;
    font-size: 14px;
    line-height: 1.4;
}

.single-product .snoobik-product-shipping__tooltip-trigger {
    display: inline-grid;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
    color: #000000;
    font: inherit;
    font-size: 16px;
    line-height: 1;
    place-items: center;
    cursor: pointer;
}

.single-product .snoobik-product-shipping__tooltip-trigger:hover,
.single-product .snoobik-product-shipping__tooltip-trigger:focus-visible {
    color: var(--snoobik-black);
}

.single-product .snoobik-product-shipping__tooltip-trigger:focus-visible {
    outline: 2px solid var(--snoobik-accent);
    outline-offset: 3px;
}

.single-product .snoobik-product-shipping__tooltip-trigger .bi {
    font-size: 16px;
    line-height: 1;
}

.single-product .snoobik-product-shipping__context {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
    clip-path: inset(50%);
}

.single-product .snoobik-product-shipping__options {
    display: grid;
    gap: 8px;
}

.single-product .snoobik-product-shipping__option {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 3px 20px;
    padding: 11px 12px;
    border: 1px solid var(--snoobik-product-line);
    border-radius: 6px;
    background: #ffffff;
}

.single-product .snoobik-product-shipping__option strong {
    color: var(--snoobik-product-ink);
    font-size: 13px;
    font-weight: 600;
}

.single-product .snoobik-product-shipping__option span,
.single-product .snoobik-product-shipping__option small {
    color: var(--snoobik-product-muted);
    font-size: 12px;
}

.single-product .snoobik-product-shipping__option small {
    grid-row: 1 / span 2;
    grid-column: 2;
    align-self: center;
    white-space: nowrap;
}

.single-product .snoobik-product-shipping__option small {
    color: var(--snoobik-product-ink);
    font-weight: 600;
}

.single-product .snoobik-product-shipping__option .snoobik-product-shipping__price {
    color: var(--snoobik-product-ink);
    font-weight: 600;
}

.single-product .product_meta {
    margin-top: 20px;
    padding-top: 17px;
    border-top: 1px solid var(--snoobik-product-line);
    color: var(--snoobik-product-muted);
    font-size: 11px;
}

.single-product .woocommerce-tabs.snoobik-product-accordions {
    box-sizing: border-box;
    margin: 24px 0 58px;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
}

body.single-product.woocommerce div.product div.woocommerce-tabs.snoobik-product-accordions > ul[hidden] {
    display: none;
}

.single-product .snoobik-product-accordions > article {
    display: grid;
    gap: 12px;
    margin: 0;
}

.single-product .snoobik-product-accordion__item {
    overflow: hidden;
    border: 2px solid var(--snoobik-product-line);
    border-radius: var(--snoobik-radius);
    background: #ffffff;
}

.single-product .snoobik-product-accordion__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 16px;
    border: 0;
    border-bottom: 1px solid transparent;
    background: #ffffff;
    color: var(--snoobik-product-ink);
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.single-product .snoobik-product-accordion__trigger:hover {
    background: var(--snoobik-product-soft);
    color: var(--snoobik-product-ink);
}

.single-product .snoobik-product-accordion__trigger:focus-visible {
    outline: 2px solid var(--snoobik-product-accent);
    outline-offset: -3px;
    box-shadow: 0 0 0 2px rgb(24 119 242 / 18%);
}

.single-product .snoobik-product-accordion__trigger[aria-expanded="true"] {
    border-bottom-color: var(--snoobik-product-line);
    background: var(--snoobik-product-soft);
}

.single-product .snoobik-product-accordion__trigger[aria-expanded="true"]:hover,
.single-product .snoobik-product-accordion__trigger[aria-expanded="true"]:focus-visible {
    border-bottom-color: var(--snoobik-product-line);
    background: var(--snoobik-product-soft);
}

.single-product .snoobik-product-accordion__icon {
    display: grid;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    place-items: center;
    color: var(--snoobik-product-ink);
    line-height: 1;
    transition: transform 160ms ease;
}

.single-product .snoobik-product-accordion__icon svg {
    display: block;
    width: 16px;
    height: 16px;
}

.single-product .snoobik-product-accordion__icon svg path {
    paint-order: stroke fill;
    stroke: currentColor;
    stroke-width: 1px;
}

.single-product .snoobik-product-accordion__trigger:hover .snoobik-product-accordion__icon,
.single-product .snoobik-product-accordion__trigger:focus-visible .snoobik-product-accordion__icon,
.single-product .snoobik-product-accordion__trigger[aria-expanded="true"] .snoobik-product-accordion__icon {
    color: var(--snoobik-product-ink);
}

.single-product .snoobik-product-accordion__trigger[aria-expanded="true"] .snoobik-product-accordion__icon {
    transform: rotate(180deg);
}

body.single-product.woocommerce div.product div.woocommerce-tabs.snoobik-product-accordions > article > .snoobik-product-accordion__item > div.woocommerce-Tabs-panel {
    margin: 0;
    padding: 16px;
    border-bottom: 0;
    background: #ffffff;
    color: var(--snoobik-product-ink);
    font-size: 13px;
    line-height: 1.7;
}

#main-container .snoobik-product-accordion__item p,
#main-container .snoobik-product-accordion__item table {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.single-product .snoobik-product-accordions .woocommerce-Tabs-panel > :first-child {
    margin-top: 0;
}

@media (max-width: 900px) {
    .single-product .product-entry-wrapper {
        grid-template-columns: minmax(0, 1fr);
        gap: 34px;
    }

    .single-product .entry-summary {
        position: static;
    }

    .single-product .woocommerce-product-gallery {
        position: relative;
        top: auto;
    }
}

@media (max-width: 560px) {
    .single-product .product-entry-wrapper {
        width: min(100% - 20px, 1180px);
    }

    .single-product .product-entry-wrapper {
        gap: 25px;
        padding-top: 14px;
        padding-bottom: 36px;
    }

    .single-product .snoobik-product-gallery__view {
        aspect-ratio: 1.08;
    }

    .single-product .snoobik-product-gallery__thumbnail-item {
        flex-basis: 58px;
        width: 58px;
        height: 58px;
    }

    .single-product .ct-product-add-to-cart {
        padding: 0;
    }

    .single-product .ct-cart-actions {
        grid-template-columns: 98px minmax(0, 1fr);
    }

    .single-product .ct-cart-actions .quantity {
        grid-template-columns: 26px minmax(26px, 1fr) 26px;
        min-width: 96px;
    }

    .single-product .ct-cart-actions .quantity .ct-increase,
    .single-product .ct-cart-actions .quantity .ct-decrease {
        width: 26px;
        height: 46px;
    }

    .single-product .ct-cart-actions .quantity .qty {
        height: 46px;
    }

    .single-product .snoobik-product-delivery__highlights {
        grid-template-columns: 1fr;
    }

    .single-product .snoobik-product-delivery__icon {
        flex-basis: 28px;
        width: 28px;
        height: 28px;
    }

    .single-product .snoobik-product-delivery__icon svg {
        width: 16px;
        height: 16px;
    }

    .single-product .snoobik-product-shipping__option {
        grid-template-columns: 1fr;
    }

    .single-product .snoobik-product-shipping__option small {
        grid-row: auto;
        grid-column: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .single-product .snoobik-product-variation__option--swatch::after {
        transition: none;
    }
}

@media (max-width: 767px) {
    .snoobik-cart-products,
    .snoobik-checkout-recommendations__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* ==========================================================================
   Order Summary - PrimeBlocks Horizontal Steps
   ========================================================================== */

.snoobik-order-summary {
    --surface-card: #ffffff;
    --surface-border: #e2e8f0;
    --surface-ground: #f8fafc;
    --surface-50: #f8fafc;
    --surface-100: #f1f5f9;
    --surface-200: #e2e8f0;
    --text-color: #17202a;
    --text-color-secondary: #64748b;
    --green-500: #10b981;
    --green-600: #059669;

    width: 100%;
    max-width: 960px;
    margin: 28px auto 48px;
    background: #fafbfc !important;
    font-family: 'Poppins', sans-serif;
    color: var(--text-color);
}

.snoobik-order-summary .p-card-body {
    padding: 0;
    background: transparent;
    border: 0;
}

.snoobik-order-summary__header {
    padding: 36px 42px 0;
}

.snoobik-order-summary__content {
    padding: 0 42px 36px;
}

.snoobik-order-summary__status-message {
    margin: 0 0 28px;
    border: 1px solid #bfdbfe;
    border-radius: var(--snoobik-radius);
    background: #eff6ff;
    color: #1e3a8a;
}

.snoobik-order-summary__status-message .p-message-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
}

.snoobik-order-summary__status-message .p-message-icon {
    flex: 0 0 auto;
    color: #2563eb;
    font-size: 16px;
}

.snoobik-order-summary__status-message .p-message-text {
    font-size: 14px;
    line-height: 1.5;
}

.snoobik-order-summary__steps-wrapper {
    margin-bottom: 32px;
}

/* Simple order-list rows */
.snoobik-order-summary__items-list {
    overflow: hidden;
    border: 2px solid #efefef;
    border-radius: var(--snoobik-radius);
    background: #ffffff;
    padding: 6px;
}

.snoobik-order-summary__item-row {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 16px;
    padding: 14px 10px;
}

.snoobik-order-summary__item-row + .snoobik-order-summary__item-row {
    border-top: 0;
}

.snoobik-order-summary__item-image {
    width: 76px;
    height: 76px;
}

.snoobik-order-summary__item-image img {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 6px;
    background: #ffffff;
    object-fit: cover;
}

.snoobik-order-summary__item-content {
    min-width: 0;
}

.snoobik-order-summary__item-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: start;
}

.snoobik-order-summary__item-name {
    color: var(--text-color);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.snoobik-order-summary__item-meta {
    margin-top: 4px;
    color: var(--text-color-secondary);
    font-size: 12px;
    line-height: 1.45;
}

.snoobik-order-summary__item-meta .wc-item-meta,
.snoobik-order-summary__item-meta dl,
.snoobik-order-summary__item-meta p {
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
}

.snoobik-order-summary__item-meta .wc-item-meta {
    padding: 0;
    list-style: none;
}

.snoobik-order-summary__item-meta .wc-item-meta li {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 4px;
    margin: 0;
    padding: 0;
}

.snoobik-order-summary__item-meta .wc-item-meta li + li {
    margin-top: 2px;
}

.snoobik-order-summary__item-meta dt,
.snoobik-order-summary__item-meta dd {
    display: inline;
    margin: 0;
}

.snoobik-order-summary__item-meta dt::after {
    content: ': ';
}

.snoobik-order-summary__item-meta .wc-item-meta p {
    display: inline;
}

.snoobik-order-summary__item-meta dd + dt::before {
    content: ' · ';
}

.snoobik-order-summary__item-price {
    flex-shrink: 0;
    color: var(--text-color);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    text-align: right;
    white-space: nowrap;
}

.snoobik-order-summary__item-quantity {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-color-secondary);
    font-size: 12px;
}

.snoobik-order-summary__item-quantity strong {
    color: var(--text-color);
    font-weight: 600;
}

.snoobik-order-summary__product-link {
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.15s ease;
}

.snoobik-order-summary__product-link:hover,
.snoobik-order-summary__product-link:focus-visible {
    color: #000000;
    text-decoration: underline;
}

/* Progress bar */
.snoobik-order-summary .p-progressbar {
    position: relative;
    overflow: hidden;
    height: 7px;
    background: var(--surface-200, #e2e8f0);
    border-radius: 9999px;
    margin-top: 6px;
}

.snoobik-order-summary .p-progressbar .p-progressbar-value {
    height: 100%;
    background: var(--green-500, #10b981);
    border-radius: 9999px;
    transition: width 0.4s ease;
}

/* Steps */
.snoobik-order-summary__step {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: var(--text-color-secondary);
    transition: color 0.15s ease;
}

.snoobik-order-summary__step.is-active {
    color: var(--green-600, #059669);
    font-weight: 500;
}

.snoobik-order-summary__step.is-current {
    color: var(--text-color);
    font-weight: 600;
}

.snoobik-order-summary__step-icon {
    font-size: 13px;
}

.snoobik-order-summary__step.is-active .snoobik-order-summary__step-icon {
    color: var(--green-500, #10b981);
}

.snoobik-order-summary__step:not(.is-active) .snoobik-order-summary__step-icon {
    color: #94a3b8;
}

.snoobik-order-summary__desktop-steps {
    display: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .snoobik-order-summary__desktop-steps {
        display: flex;
    }

    .snoobik-order-summary__mobile-steps {
        display: none !important;
    }
}

.snoobik-order-summary__desktop-step {
    color: var(--text-color-secondary);
    font-size: 13px;
    white-space: nowrap;
    transition: color 0.15s ease;
}

.snoobik-order-summary__desktop-step.is-active {
    color: var(--text-color);
    font-weight: 500;
}

.snoobik-order-summary__desktop-step.is-current {
    font-weight: 600;
}

.snoobik-order-summary__details-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 16px 0 0;
}

.snoobik-order-summary__totals {
    margin-top: 16px;
    border: 2px solid #efefef;
    border-radius: var(--snoobik-radius);
    background: #ffffff;
    padding: 20px;
    color: var(--text-color-secondary);
}

.snoobik-order-summary__totals-row,
.snoobik-order-summary__total-row {
    min-height: 22px;
}

.snoobik-order-summary__total-row {
    margin-top: 4px;
    padding-top: 12px;
    border-top: 1px solid var(--surface-border);
    color: #000000 !important;
}

.snoobik-order-summary__total-row .text-base,
.snoobik-order-summary__total-row .text-lg,
.snoobik-order-summary__total-row .woocommerce-Price-amount {
    color: #000000 !important;
}

.snoobik-order-summary__customer-note {
    margin-top: 16px;
    border: 2px solid #efefef;
    border-radius: var(--snoobik-radius);
    background: #ffffff;
    padding: 20px;
    color: var(--text-color-secondary);
    font-size: 14px;
    line-height: 1.5;
}

.snoobik-order-summary__customer-note > strong {
    color: #000000 !important;
    font-weight: 600;
}

.snoobik-order-summary__customer-note > span {
    color: #000000 !important;
    font-weight: 400;
}

.snoobik-order-summary__detail-card {
    min-width: 0;
    margin: 0;
    border: 2px solid #efefef;
    border-radius: var(--snoobik-radius);
    background: #ffffff;
    padding: 20px;
    flex: none;
}

.snoobik-order-summary__detail-card .snoobik-order-summary__col-title {
    padding-bottom: 12px;
    border-bottom: 1px solid var(--surface-border);
    color: var(--text-color) !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.3;
    text-transform: none;
}

.snoobik-order-summary__detail-card > .flex:not(.snoobik-order-summary__col-title) {
    font-size: 14px;
    line-height: 1.5;
}

.snoobik-order-summary__detail-card .surface-50,
.snoobik-order-summary__detail-card .surface-100 {
    border: 2px solid #efefef !important;
    border-radius: var(--snoobik-radius) !important;
    background: #fafafa;
}

.snoobik-order-summary__detail-card .p-tag {
    flex-shrink: 0;
}

.snoobik-order-summary__bacs-box {
    border: 2px solid #efefef !important;
    border-radius: var(--snoobik-radius);
    background: #fafafa !important;
}

@media (max-width: 767px) {
    .snoobik-order-summary__header {
        padding: 0;
    }

    .snoobik-order-summary__content {
        padding: 0 0 24px;
    }

    .snoobik-order-summary__item-row {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 12px;
    }

    .snoobik-order-summary__item-image {
        width: 64px;
        height: 64px;
    }

    .snoobik-order-summary__item-main {
        gap: 8px;
    }

    .snoobik-order-summary__item-name,
    .snoobik-order-summary__item-price {
        font-size: 14px;
    }

    .snoobik-order-summary__mobile-steps .snoobik-order-summary__step {
        min-width: 0;
        flex: 1 1 0;
        flex-direction: column;
        justify-content: flex-start;
        gap: 4px;
        text-align: center;
    }

    .snoobik-order-summary__mobile-steps .snoobik-order-summary__step-label {
        max-width: 100%;
        overflow-wrap: anywhere;
        line-height: 1.2;
        white-space: normal;
    }

    .snoobik-order-summary__details-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .snoobik-order-summary__detail-card,
    .snoobik-order-summary__customer-note {
        padding: 16px;
    }

    .snoobik-order-summary__totals {
        padding: 16px;
    }
}

/* Column titles */
.snoobik-order-summary__col-title {
    letter-spacing: 0.05em;
    font-size: 11px;
}

/* Tags */
.snoobik-order-summary .p-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 6px;
    line-height: 1.2;
}

.snoobik-order-summary .p-tag.p-tag-success {
    background: #ecfdf5;
    color: #059669;
    border: 1px solid #a7f3d0;
}

.snoobik-order-summary .p-tag.p-tag-warning {
    background: #fffbeb;
    color: #b45309;
    border: 1px solid #fde68a;
}

/* Buttons */
.snoobik-order-summary .ct-button {
    gap: 8px;
}

.snoobik-order-summary .ct-button svg {
    display: block;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    stroke: currentColor;
    stroke-width: 0.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 767px) {
    .snoobik-order-summary .ct-button {
        width: 100%;
    }
}

.snoobik-order-summary .p-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.15s ease;
}

.snoobik-order-summary .p-button.p-button-outlined {
    background: transparent;
    border: 1px solid #cbd5e1;
    color: #334155;
}

.snoobik-order-summary .p-button.p-button-outlined:hover {
    background: #f8fafc;
    border-color: #94a3b8;
    color: #0f172a;
}

.snoobik-order-summary .p-button.p-button-text {
    background: transparent;
    border: 1px solid transparent;
    color: #64748b;
}

.snoobik-order-summary .p-button.p-button-text:hover {
    background: #f1f5f9;
    color: #0f172a;
}

.snoobik-order-summary .p-button.p-button-contrast {
    background: var(--snoobik-black, #050505);
    border: 1px solid var(--snoobik-black, #050505);
    color: #ffffff;
}

.snoobik-order-summary .p-button.p-button-contrast:hover {
    background: #222222;
    border-color: #222222;
}

/* Print styling */
@media print {
    #header,
    #footer,
    .ct-header,
    .ct-footer,
    .snoobik-order-summary .p-button,
    .snoobik-order-summary .ct-button {
        display: none !important;
    }

    .snoobik-order-summary {
        box-shadow: none !important;
        border: none !important;
        margin: 0 !important;
        max-width: 100% !important;
    }
}