:root {
    --teokyr-bb-text: #111111;
    --teokyr-bb-muted: #666666;
    --teokyr-bb-accent: #8C9342;
    --teokyr-bb-accent-dark: #6f7534;
    --teokyr-bb-soft: #f6f7ef;
    --teokyr-bb-soft-2: #fbfbf7;
    --teokyr-bb-border: rgba(17, 17, 17, 0.10);
    --teokyr-bb-border-accent: rgba(140, 147, 66, 0.36);
    --teokyr-bb-shadow: 0 22px 58px rgba(0, 0, 0, 0.08);
    --teokyr-bb-shadow-soft: 0 12px 32px rgba(0, 0, 0, 0.07);
    --teokyr-bb-radius: 28px;
    --teokyr-bb-mobile-drawer-height: min(86vh, 780px);
    --teokyr-bb-mobile-drawer-radius: 30px;
    --teokyr-bb-mobile-drawer-header-height: 38px;
    --teokyr-bb-mobile-drawer-gutter: 14px;
    --teokyr-bb-mobile-drawer-close-size: 34px;
    --teokyr-bb-mobile-drawer-handle-width: 46px;
    --teokyr-bb-mobile-drawer-handle-height: 5px;
    --teokyr-bb-mobile-drawer-hidden-offset: 12px;
    --teokyr-bb-mobile-drawer-bottom-padding: 34px;
    --teokyr-bb-mobile-drawer-safe-padding: 18px;
}

.teokyr-bb,
.teokyr-bb * {
    box-sizing: border-box;
}

.teokyr-bb {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 28px 18px 74px;
    color: var(--teokyr-bb-text);
    font-family: inherit;
}

.teokyr-bb button,
.teokyr-bb input,
.teokyr-bb select {
    font-family: inherit;
}

.teokyr-bb button {
    appearance: none;
    -webkit-appearance: none;
    text-transform: none;
}

.teokyr-bb__intro {
    position: relative;
    overflow: hidden;
    padding: clamp(18px, 2.4vw, 30px) clamp(18px, 3vw, 32px);
    margin-bottom: 20px;
    text-align: center;
    border-radius: 26px;
    background:
        linear-gradient(135deg, rgba(140, 147, 66, 0.10), rgba(255, 255, 255, 0) 42%),
        #ffffff;
    border: 1px solid var(--teokyr-bb-border);
    box-shadow: var(--teokyr-bb-shadow-soft);
}

.teokyr-bb__intro h2 {
    max-width: 820px;
    margin: 0 auto 8px;
    color: var(--teokyr-bb-text);
    font-size: clamp(26px, 3.2vw, 40px);
    line-height: 1.06;
    font-weight: 850;
    letter-spacing: -0.03em;
}

.teokyr-bb__intro p {
    max-width: 720px;
    margin: 0 auto;
    color: var(--teokyr-bb-muted);
    font-size: clamp(14px, 1.5vw, 16px);
    line-height: 1.5;
}

.teokyr-bb__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 370px;
    gap: 26px;
    align-items: start;
}

.teokyr-bb__main {
    min-width: 0;
}

.teokyr-bb__section {
    padding: clamp(22px, 3vw, 32px);
    margin-bottom: 24px;
    border-radius: var(--teokyr-bb-radius);
    background: #ffffff;
    border: 1px solid var(--teokyr-bb-border);
    box-shadow: var(--teokyr-bb-shadow-soft);
}

.teokyr-bb__section-head {
    margin-bottom: 20px;
}

.teokyr-bb__section-head > span {
    display: inline-flex;
    margin-bottom: 8px;
    color: var(--teokyr-bb-accent);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.teokyr-bb__section-head h3 {
    margin: 0;
    color: var(--teokyr-bb-text);
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.1;
    font-weight: 850;
    letter-spacing: -0.03em;
}

.teokyr-bb__section-head p {
    max-width: 720px;
    margin: 10px 0 0;
    color: var(--teokyr-bb-muted);
    font-size: 15px;
    line-height: 1.7;
}

.teokyr-bb__bags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.teokyr-bb button.teokyr-bb__bag-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(92px, 130px) minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    width: 100%;
    min-height: 158px;
    padding: 16px;
    border: 1px solid var(--teokyr-bb-border) !important;
    border-radius: 26px;
    background: #ffffff !important;
    color: var(--teokyr-bb-text) !important;
    text-align: left;
    cursor: pointer;
    box-shadow: none !important;
    line-height: 1.2;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.teokyr-bb button.teokyr-bb__bag-card:hover:not(.is-disabled),
.teokyr-bb__product-card:hover:not(.is-disabled) {
    transform: translateY(-3px);
    box-shadow: var(--teokyr-bb-shadow-soft) !important;
}

.teokyr-bb button.teokyr-bb__bag-card.is-active {
    border-color: var(--teokyr-bb-accent) !important;
    background:
        radial-gradient(circle at top left, rgba(140, 147, 66, 0.14), transparent 42%),
        #ffffff !important;
    box-shadow: 0 16px 42px rgba(140, 147, 66, 0.14) !important;
}

.teokyr-bb__bag-check {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--teokyr-bb-accent);
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    transform: scale(0);
    opacity: 0;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.teokyr-bb__bag-card.is-active .teokyr-bb__bag-check {
    transform: scale(1);
    opacity: 1;
}

.teokyr-bb__bag-image-wrap {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 20px;
    background: var(--teokyr-bb-soft);
}

.teokyr-bb__bag-image-wrap img,
.teokyr-bb__product-image img,
.teokyr-bb__summary-bag img,
.teokyr-bb__summary-item img,
.teokyr-bb__variation-head img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.teokyr-bb__bag-info {
    display: block;
    min-width: 0;
}

.teokyr-bb__bag-info strong {
    display: block;
    margin: 0 0 8px;
    color: var(--teokyr-bb-text) !important;
    font-size: clamp(15px, 1.6vw, 18px);
    line-height: 1.25;
    font-weight: 850;
    word-break: normal;
    overflow-wrap: anywhere;
}

.teokyr-bb__bag-info span {
    display: block;
    margin-bottom: 10px;
    color: var(--teokyr-bb-text) !important;
    font-size: 16px;
    font-weight: 850;
}

.teokyr-bb__bag-info em {
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 999px;
    background: #111111;
    color: #ffffff;
    font-style: normal;
    font-size: 12px;
    font-weight: 800;
}

.teokyr-bb__bag-card.is-active .teokyr-bb__bag-info em {
    background: var(--teokyr-bb-accent);
}

.teokyr-bb__toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
    gap: 14px;
    align-items: end;
    margin-bottom: 22px;
}

.teokyr-bb__field {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.teokyr-bb__search-label,
.teokyr-bb__variation-label {
    color: var(--teokyr-bb-text);
    font-size: 13px;
    font-weight: 850;
}

.teokyr-bb__search,
.teokyr-bb__variation-select,
.teokyr-bb__category-select {
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid var(--teokyr-bb-border);
    border-radius: 16px;
    background: #ffffff;
    color: var(--teokyr-bb-text);
    font-size: 15px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.teokyr-bb__search {
    appearance: none;
    -webkit-appearance: none;
}

.teokyr-bb__control {
    position: relative;
    min-width: 0;
}

.teokyr-bb__control .teokyr-bb__search,
.teokyr-bb__control .teokyr-bb__category-select {
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(17, 17, 17, 0.04);
}

.teokyr-bb__control--search .teokyr-bb__search {
    padding-left: 46px;
    padding-right: 48px;
}

.teokyr-bb__control--select .teokyr-bb__category-select {
    padding-right: 74px;
}

.teokyr-bb__search::-webkit-search-cancel-button {
    display: none;
}

.teokyr-bb__search-icon {
    position: absolute;
    top: 50%;
    left: 17px;
    z-index: 2;
    width: 15px;
    height: 15px;
    border: 2px solid var(--teokyr-bb-muted);
    border-radius: 999px;
    opacity: 0.7;
    transform: translateY(-50%);
    pointer-events: none;
}

.teokyr-bb__search-icon::after {
    content: "";
    position: absolute;
    right: -6px;
    bottom: -5px;
    width: 8px;
    height: 2px;
    border-radius: 999px;
    background: var(--teokyr-bb-muted);
    transform: rotate(45deg);
}

.teokyr-bb__control-clear {
    position: absolute;
    top: 50%;
    right: 13px;
    z-index: 3;
    display: none;
    width: 28px;
    height: 28px;
    min-width: 0;
    min-height: 0;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    color: #111111 !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
}

.teokyr-bb__control--select .teokyr-bb__control-clear {
    right: 40px;
}

.teokyr-bb__control-clear.is-visible {
    display: inline-flex;
}

.teokyr-bb__control-clear:hover {
    background: transparent !important;
    box-shadow: none !important;
    color: #000000 !important;
    transform: translateY(-50%);
}

.teokyr-bb__category-select {
    cursor: pointer;
}

.teokyr-bb__search:focus,
.teokyr-bb__variation-select:focus,
.teokyr-bb__category-select:focus {
    border-color: var(--teokyr-bb-accent);
    box-shadow: 0 0 0 4px rgba(140, 147, 66, 0.14);
}

.teokyr-bb__products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 16px;
}

.teokyr-bb__product-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 0;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid var(--teokyr-bb-border);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, filter 0.2s ease;
}

.teokyr-bb__product-image {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--teokyr-bb-soft-2);
}

.teokyr-bb__product-image span,
.teokyr-bb__product-image b {
    position: absolute;
    left: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 11px;
    line-height: 1;
    font-weight: 850;
}

.teokyr-bb__product-image span {
    top: 12px;
    background: rgba(17, 17, 17, 0.86);
    color: #ffffff;
}

.teokyr-bb__product-image b {
    right: 12px;
    bottom: 12px;
    left: auto;
    background: #ffffff;
    color: var(--teokyr-bb-accent-dark);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.10);
}

.teokyr-bb__product-body {
    display: grid;
    gap: 10px;
    flex: 1;
    padding: 16px;
}

.teokyr-bb__product-body h4 {
    min-height: 42px;
    margin: 0;
    color: var(--teokyr-bb-text);
    font-size: 15px;
    line-height: 1.35;
    font-weight: 850;
    overflow-wrap: anywhere;
}

.teokyr-bb__product-price {
    min-height: 22px;
    color: var(--teokyr-bb-text);
    font-size: 14px;
    font-weight: 850;
}

.teokyr-bb__product-price del {
    color: #999999;
    font-weight: 500;
}

.teokyr-bb__product-price ins {
    text-decoration: none;
}

.teokyr-bb__product-button,
.teokyr-bb__add-to-cart,
.teokyr-bb__modal-add {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    width: 100%;
    border: 0;
    border-radius: 999px;
    background: #111111;
    color: #ffffff;
    font-size: 14px;
    font-weight: 850;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.teokyr-bb__product-button:hover:not(:disabled),
.teokyr-bb__add-to-cart:hover:not(:disabled),
.teokyr-bb__modal-add:hover:not(:disabled) {
    background: var(--teokyr-bb-accent);
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(140, 147, 66, 0.28);
}

.teokyr-bb__product-button:disabled,
.teokyr-bb__modal-add:disabled,
.teokyr-bb__add-to-cart:disabled {
    cursor: not-allowed;
    opacity: 0.45;
    box-shadow: none;
    transform: none;
}

.teokyr-bb__bag-card.is-disabled,
.teokyr-bb__product-card.is-disabled {
    opacity: 0.48;
    filter: grayscale(1);
}

.teokyr-bb__product-card.is-disabled .teokyr-bb__product-button {
    pointer-events: none;
}

.teokyr-bb__empty-products {
    grid-column: 1 / -1;
    padding: 30px;
    border-radius: 22px;
    background: var(--teokyr-bb-soft);
    color: var(--teokyr-bb-muted);
    text-align: center;
    font-weight: 750;
}

.teokyr-bb__summary {
    position: sticky;
    top: 24px;
    min-width: 0;
}

.teokyr-bb__summary-card {
    overflow: hidden;
    padding: 22px;
    border-radius: var(--teokyr-bb-radius);
    background:
        radial-gradient(circle at top left, rgba(140, 147, 66, 0.13), transparent 38%),
        #ffffff;
    border: 1px solid var(--teokyr-bb-border);
    box-shadow: var(--teokyr-bb-shadow);
}

.teokyr-bb__summary-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #111111;
    color: #ffffff;
    font-size: 11px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.teokyr-bb__summary-bag {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin-bottom: 18px;
    padding: 12px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid var(--teokyr-bb-border);
}

.teokyr-bb__summary-bag img {
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    background: var(--teokyr-bb-soft);
}

.teokyr-bb__summary-bag div,
.teokyr-bb__summary-item > div {
    min-width: 0;
}

.teokyr-bb__summary-bag strong,
.teokyr-bb__summary-item strong {
    display: block;
    margin-bottom: 5px;
    color: var(--teokyr-bb-text);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 850;
    overflow-wrap: anywhere;
}

.teokyr-bb__summary-bag span,
.teokyr-bb__summary-item span {
    color: var(--teokyr-bb-muted);
    font-size: 13px;
    font-weight: 750;
}

.teokyr-bb__progress {
    margin-bottom: 16px;
    padding: 14px;
    border-radius: 20px;
    background: var(--teokyr-bb-soft);
}

.teokyr-bb__progress-top {
    display: grid;
    gap: 8px;
    margin-bottom: 10px;
    color: var(--teokyr-bb-text);
    font-size: 12px;
    line-height: 1.45;
    font-weight: 850;
}

.teokyr-bb__progress-top strong {
    justify-self: start;
    color: var(--teokyr-bb-accent-dark);
    white-space: nowrap;
}

.teokyr-bb__progress-bar {
    width: 100%;
    height: 9px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.09);
}

.teokyr-bb__progress-bar span {
    display: block;
    height: 100%;
    min-width: 0;
    border-radius: inherit;
    background: var(--teokyr-bb-accent);
    transition: width 0.25s ease;
}

.teokyr-bb__summary-list {
    display: grid;
    gap: 10px;
    max-height: 320px;
    overflow-y: auto;
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}

.teokyr-bb__summary-item {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 10px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid var(--teokyr-bb-border);
}

.teokyr-bb__summary-item img {
    aspect-ratio: 1 / 1;
    border-radius: 14px;
    background: var(--teokyr-bb-soft);
}

.teokyr-bb__summary-empty {
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.76);
    color: var(--teokyr-bb-muted);
    font-size: 13px;
    line-height: 1.55;
    font-weight: 750;
}

.teokyr-bb__qty {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    align-items: center;
    margin-top: 10px;
}

.teokyr-bb__qty button,
.teokyr-bb__qty em {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 1px solid var(--teokyr-bb-border);
    background: #ffffff;
    color: #111111;
    font-size: 13px;
    font-style: normal;
    font-weight: 850;
    line-height: 1;
}

.teokyr-bb__qty button {
    cursor: pointer;
}

.teokyr-bb__qty button:hover {
    background: #f3f3f3 !important;
    border-color: #d8d8d8 !important;
    color: #111111 !important;
}

.teokyr-bb__qty .teokyr-bb__remove:hover {
    background: #f3f3f3 !important;
    border-color: #d8d8d8 !important;
    color: #8b2d2d !important;
}

.teokyr-bb__qty .teokyr-bb__remove {
    width: auto;
    min-width: 0;
    padding: 0 10px;
    color: #8b2d2d;
}

.teokyr-bb__totals {
    display: grid;
    gap: 8px;
    margin-bottom: 16px;
}

.teokyr-bb__totals div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--teokyr-bb-muted);
    font-size: 14px;
    font-weight: 750;
}

.teokyr-bb__totals strong {
    color: var(--teokyr-bb-text);
    font-weight: 900;
}

.teokyr-bb__totals .teokyr-bb__grand-total {
    margin-top: 6px;
    padding-top: 12px;
    border-top: 1px solid var(--teokyr-bb-border);
    color: var(--teokyr-bb-text);
    font-size: 17px;
}

.teokyr-bb__message {
    display: none;
    margin-top: 12px;
    padding: 12px;
    border-radius: 16px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.45;
}

.teokyr-bb__message.is-success,
.teokyr-bb__message.is-error {
    display: block;
}

.teokyr-bb__message.is-success {
    background: rgba(46, 125, 50, 0.10);
    color: #2e7d32;
}

.teokyr-bb__message.is-error {
    background: rgba(198, 40, 40, 0.10);
    color: #b42323;
}

.teokyr-bb__modal[hidden] {
    display: none;
}

.teokyr-bb__modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.teokyr-bb-modal-open {
    overflow: hidden;
}

.teokyr-bb__modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, 0.48);
    backdrop-filter: blur(4px);
}

.teokyr-bb__modal-card {
    position: relative;
    z-index: 2;
    width: min(100%, 560px);
    max-height: calc(100vh - 36px);
    overflow-y: auto;
    padding: 30px 24px 24px;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.22);
}

.teokyr-bb__modal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    z-index: 3;
    width: 32px;
    height: 32px;
    min-width: 0;
    min-height: 0;
    padding: 0 !important;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    color: #111111 !important;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
}

.teokyr-bb__modal-close:hover {
    background: transparent !important;
    box-shadow: none !important;
    color: #000000 !important;
}

.teokyr-bb__variation-head {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    margin-bottom: 20px;
}

.teokyr-bb__variation-head img {
    aspect-ratio: 1 / 1;
    border-radius: 22px;
    background: var(--teokyr-bb-soft);
}

.teokyr-bb__variation-head span {
    display: block;
    margin-bottom: 6px;
    color: var(--teokyr-bb-accent);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.teokyr-bb__variation-head h3 {
    margin: 0 0 8px;
    color: var(--teokyr-bb-text);
    font-size: 24px;
    line-height: 1.15;
    font-weight: 850;
    letter-spacing: -0.03em;
    overflow-wrap: anywhere;
}

.teokyr-bb__variation-head p {
    margin: 0;
    color: var(--teokyr-bb-muted);
    font-size: 14px;
    line-height: 1.55;
}

.teokyr-bb__variation-select {
    margin: 8px 0 12px;
}

.teokyr-bb__variation-price {
    min-height: 30px;
    margin-bottom: 16px;
    color: var(--teokyr-bb-text);
    font-size: 18px;
    font-weight: 900;
}

.teokyr-bb__mobile-bar {
    display: none;
}

.teokyr-bb__mobile-bar::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 50%;
    display: none;
    width: var(--teokyr-bb-mobile-drawer-handle-width);
    height: var(--teokyr-bb-mobile-drawer-handle-height);
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.18);
    transform: translateX(-50%);
    pointer-events: none;
}

.teokyr-bb-cart-fixed-qty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    min-height: 34px;
    border-radius: 999px;
    background: var(--teokyr-bb-soft);
    font-weight: 850;
}

body.teokyr-bb-page .eael-ext-scroll-to-top-button {
    display: none !important;
}

@media (min-width: 981px) {
    .teokyr-bb__summary-card {
        scroll-margin-top: 120px;
    }
}

@media (max-width: 1120px) {
    .teokyr-bb__layout {
        grid-template-columns: minmax(0, 1fr) 340px;
        gap: 20px;
    }

    .teokyr-bb button.teokyr-bb__bag-card {
        grid-template-columns: 104px minmax(0, 1fr);
    }
}

@media (max-width: 980px) {
    .teokyr-bb {
        padding: 22px 14px 96px;
    }

    .teokyr-bb__layout {
        grid-template-columns: 1fr;
    }

    .teokyr-bb__summary {
        position: static;
    }

    .teokyr-bb__summary-card {
        scroll-margin-top: 20px;
    }

    .teokyr-bb__mobile-bar {
        position: fixed;
        right: 14px;
        bottom: 14px;
        left: 14px;
        z-index: 9999;
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 12px;
        align-items: center;
        padding: 12px 12px 12px 18px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.94);
        border: 1px solid var(--teokyr-bb-border);
        box-shadow: 0 14px 40px rgba(0, 0, 0, 0.16);
        backdrop-filter: blur(10px);
    }

    .teokyr-bb__mobile-bar::before {
        display: block;
    }

    .teokyr-bb__mobile-bar strong {
        color: var(--teokyr-bb-text);
        font-size: 16px;
        font-weight: 900;
    }
}

@media (max-width: 760px) {
    .teokyr-bb__intro {
        border-radius: 22px;
    }

    .teokyr-bb__section {
        border-radius: 24px;
        padding: 20px;
    }

    .teokyr-bb__toolbar {
        grid-template-columns: 1fr;
    }

    .teokyr-bb__bags {
        grid-template-columns: 1fr;
    }

    .teokyr-bb button.teokyr-bb__bag-card {
        grid-template-columns: 96px minmax(0, 1fr);
        min-height: 132px;
    }

    .teokyr-bb__products {
        grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
    }

    .teokyr-bb__product-body h4 {
        min-height: 0;
    }

    .teokyr-bb__variation-head {
        grid-template-columns: 90px minmax(0, 1fr);
    }

    .teokyr-bb__variation-head h3 {
        font-size: 20px;
    }

    .teokyr-bb__modal-card {
        padding: 20px;
        border-radius: 24px;
    }
}

@media (max-width: 430px) {
    .teokyr-bb {
        padding-left: 10px;
        padding-right: 10px;
    }

    .teokyr-bb__intro {
        padding: 20px 16px;
    }

    .teokyr-bb__intro h2 {
        font-size: 28px;
    }

    .teokyr-bb__section {
        padding: 18px;
    }

    .teokyr-bb button.teokyr-bb__bag-card {
        grid-template-columns: 86px minmax(0, 1fr);
        gap: 12px;
        padding: 12px;
    }

    .teokyr-bb__bag-info strong {
        font-size: 14px;
    }

    .teokyr-bb__products {
        grid-template-columns: 1fr;
    }

    .teokyr-bb__summary-card {
        padding: 18px;
    }

    .teokyr-bb__summary-item {
        grid-template-columns: 52px minmax(0, 1fr);
    }

    .teokyr-bb__qty {
        flex-wrap: wrap;
    }
}

/* v1.0.2 refinements */
.teokyr-bb button.teokyr-bb__bag-card {
    overflow: hidden;
}

.teokyr-bb__bag-info {
    overflow: hidden;
}

.teokyr-bb__bag-info strong {
    max-width: 100%;
    white-space: normal !important;
    word-break: normal;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.teokyr-bb__tier-progress {
    position: relative;
    min-height: 62px;
    margin: 16px 4px 2px;
    padding-top: 8px;
}

.teokyr-bb__tier-track {
    position: absolute;
    top: 16px;
    right: 0;
    left: 0;
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.10);
}

.teokyr-bb__tier-track span {
    display: block;
    height: 100%;
    min-width: 0;
    border-radius: inherit;
    background: var(--teokyr-bb-accent);
    transition: width 0.28s ease;
}

.teokyr-bb__tier-dot {
    position: absolute;
    top: 5px;
    display: grid;
    width: 58px;
    gap: 4px;
    justify-items: center;
    transform: translateX(-50%);
    color: var(--teokyr-bb-muted);
    text-align: center;
    pointer-events: none;
}

.teokyr-bb__tier-dot i {
    display: block;
    width: 28px;
    height: 28px;
    border: 4px solid var(--teokyr-bb-soft);
    border-radius: 999px;
    background: #d8d8d8;
    box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.08);
}

.teokyr-bb__tier-dot small,
.teokyr-bb__tier-dot b {
    display: block;
    line-height: 1.05;
    white-space: nowrap;
}

.teokyr-bb__tier-dot small {
    font-size: 10px;
    font-weight: 850;
}

.teokyr-bb__tier-dot b {
    font-size: 10px;
    font-weight: 900;
}

.teokyr-bb__tier-dot.is-reached i {
    background: var(--teokyr-bb-accent);
}

.teokyr-bb__tier-dot.is-current {
    color: var(--teokyr-bb-text);
}

.teokyr-bb__tier-dot.is-current i {
    box-shadow: 0 0 0 4px rgba(140, 147, 66, 0.18), 0 0 0 1px var(--teokyr-bb-accent);
}

.teokyr-bb__mobile-bar-copy,
.teokyr-bb__mobile-bar-action {
    min-width: 0;
}

.teokyr-bb__mobile-bar-copy {
    display: grid;
    gap: 3px;
}

.teokyr-bb__mobile-bar-copy span {
    color: var(--teokyr-bb-text);
    font-size: 13px;
    line-height: 1.1;
    font-weight: 900;
}

.teokyr-bb__mobile-bar-copy small {
    color: var(--teokyr-bb-muted);
    font-size: 11px;
    line-height: 1.25;
    font-weight: 750;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.teokyr-bb__mobile-bar-action {
    display: grid;
    align-items: center;
    justify-items: end;
}

.teokyr-bb__mobile-drawer[hidden] {
    display: none;
}

.teokyr-bb__mobile-drawer {
    position: fixed;
    inset: 0;
    z-index: 9998;
    display: none;
    pointer-events: none;
}

.teokyr-bb__mobile-drawer-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, 0.42);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.teokyr-bb__mobile-drawer-panel {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: var(--teokyr-bb-mobile-drawer-height);
    max-height: var(--teokyr-bb-mobile-drawer-height);
    overflow-y: auto;
    overscroll-behavior: contain;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
    padding: 0 var(--teokyr-bb-mobile-drawer-gutter) max(var(--teokyr-bb-mobile-drawer-bottom-padding), calc(env(safe-area-inset-bottom) + var(--teokyr-bb-mobile-drawer-safe-padding)));
    border-radius: var(--teokyr-bb-mobile-drawer-radius) var(--teokyr-bb-mobile-drawer-radius) 0 0;
    background: #ffffff;
    background-clip: padding-box;
    box-shadow: 0 -22px 70px rgba(0, 0, 0, 0.20);
    transform: translate3d(0, calc(100% + var(--teokyr-bb-mobile-drawer-hidden-offset)), 0);
    transition: transform 0.28s cubic-bezier(.22, .61, .36, 1);
    will-change: transform;
}

.teokyr-bb__mobile-drawer.is-open,
.teokyr-bb__mobile-drawer.is-open .teokyr-bb__mobile-drawer-backdrop,
.teokyr-bb__mobile-drawer.is-open .teokyr-bb__mobile-drawer-panel {
    pointer-events: auto;
}

.teokyr-bb__mobile-drawer.is-open .teokyr-bb__mobile-drawer-backdrop {
    opacity: 1;
}

.teokyr-bb__mobile-drawer.is-open .teokyr-bb__mobile-drawer-panel {
    transform: translate3d(0, 0, 0);
}

.teokyr-bb__mobile-drawer-header {
    position: sticky;
    top: 0;
    z-index: 4;
    display: grid;
    grid-template-columns: var(--teokyr-bb-mobile-drawer-close-size) 1fr var(--teokyr-bb-mobile-drawer-close-size);
    height: var(--teokyr-bb-mobile-drawer-header-height);
    align-items: center;
    margin: 0 calc(-1 * var(--teokyr-bb-mobile-drawer-gutter)) 12px;
    padding: 0 var(--teokyr-bb-mobile-drawer-gutter);
    background: #ffffff;
    border-radius: var(--teokyr-bb-mobile-drawer-radius) var(--teokyr-bb-mobile-drawer-radius) 0 0;
}

.teokyr-bb__mobile-drawer-handle {
    grid-column: 2;
    justify-self: center;
    width: var(--teokyr-bb-mobile-drawer-handle-width);
    height: var(--teokyr-bb-mobile-drawer-handle-height);
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.18);
}

.teokyr-bb__mobile-drawer-close {
    grid-column: 3;
    justify-self: end;
    display: inline-flex;
    width: var(--teokyr-bb-mobile-drawer-close-size);
    height: var(--teokyr-bb-mobile-drawer-close-size);
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 0;
    background: #ffffff !important;
    box-shadow: none !important;
    color: #111111 !important;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
}

.teokyr-bb__mobile-drawer-close:hover {
    background: #ffffff !important;
    box-shadow: none !important;
    color: #000000 !important;
}

.teokyr-bb__mobile-drawer-content .teokyr-bb__summary-card {
    box-shadow: none;
}

.teokyr-bb.is-cart-drawer-open .teokyr-bb__mobile-bar,
.teokyr-bb.is-cart-drawer-open .teokyr-bb__mobile-drawer {
    display: none !important;
}

@media (max-width: 1120px) and (min-width: 981px) {
    .teokyr-bb button.teokyr-bb__bag-card {
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 14px;
        padding: 14px;
    }

    .teokyr-bb__bag-info strong {
        font-size: 15px;
    }
}

@media (max-width: 980px) {
    .teokyr-bb__summary {
        display: none;
    }

    .teokyr-bb__mobile-drawer {
        display: block;
    }

    .teokyr-bb__mobile-bar {
        z-index: 9997;
        grid-template-columns: minmax(0, 1fr) auto;
        border-radius: 24px;
        padding: 12px 12px 12px 16px;
    }

    .teokyr-bb__mobile-bar strong {
        font-size: 17px;
        line-height: 1;
    }

    html.teokyr-bb-mobile-summary-open,
    body.teokyr-bb-mobile-summary-open {
        overflow: hidden;
        overscroll-behavior: none;
    }
}

@media (max-width: 760px) {
    .teokyr-bb__products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .teokyr-bb__product-body {
        padding: 12px;
        gap: 8px;
    }

    .teokyr-bb__product-body h4 {
        font-size: 13px;
        line-height: 1.28;
        min-height: 34px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .teokyr-bb__product-price {
        font-size: 13px;
    }

    .teokyr-bb__product-button {
        min-height: 40px;
        font-size: 12px;
    }

    .teokyr-bb__tier-dot {
        width: 48px;
    }

    .teokyr-bb__tier-dot small,
    .teokyr-bb__tier-dot b {
        font-size: 9px;
    }
}

@media (max-width: 430px) {
    .teokyr-bb__products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .teokyr-bb__product-image span,
    .teokyr-bb__product-image b {
        left: 8px;
        right: auto;
        bottom: 8px;
        padding: 0 8px;
        min-height: 24px;
        font-size: 10px;
    }

    .teokyr-bb__mobile-bar {
        right: 10px;
        bottom: 10px;
        left: 10px;
        gap: 8px;
        padding: 11px 10px 11px 14px;
    }

}

@media (max-width: 360px) {
}
