/* =============================================================
   GLOBAL HEADER CSS
   Styles for teebling_header.html component
   (Top Bar + Main Header + Explore Categories Bar)
   ============================================================= */


/* --- CSS CUSTOM PROPERTIES (Variables) --- */

:root,
[data-theme="default"] {
    /* Fonts */
    --font-family-primary: Roobert-Medium, Helvetica, sans-serif;
    --font-family-primary-semibold: Roobert-SemiBold, Helvetica, sans-serif;
    --font-family-primary-bold: Roobert-Bold, Helvetica, sans-serif;
    --font-family-display: SharpGrotesk-Bold, Arial Black, Helvetica, sans-serif;
    --font-size-small-100: 1.1rem;
    --font-size-small-200: 1.2rem;
    --font-size-small-300: 1.4rem;
    --font-size-small-400: 1.6rem;
    --font-size-medium-100: 1.8rem;
    --font-size-medium-200: 2rem;

    /* Colors – Neutral */
    --color-neutral-200: #E9E9EC;
    --color-neutral-300: #D7D7DB;
    --color-neutral-400: #B9B9C1;
    --color-neutral-500: #93939F;
    --color-neutral-600: #71717F;
    --color-neutral-700: #49495A;
    --color-neutral-800: #2B2B3B;
    --color-neutral-900: #151523;
    --color-neutral-800-a20: rgba(43, 43, 59, 0.2);
    --color-neutral-900-a20: rgba(21, 21, 35, 0.2);

    /* Colors – Primary */
    --color-primary-100: #F1F3FE;
    --color-primary-200: #D0D6FB;
    --color-primary-300: #99A7F5;
    --color-primary-400: #6C7EE4;
    --color-primary-500: #4E64DF;
    --color-primary-600: #374ECD;
    --color-primary-700: #2C30A5;

    /* Colors – Danger */
    --color-danger-300: #FEA395;
    --color-danger-500: #DF2A2A;

    /* Colors – Success */
    --color-success-500: #25D454;
    --color-success-600: #1DB44F;

    /* Colors – Warning */
    --color-warning-400: #FED35D;
    --color-warning-500: #FEB21B;
    --color-warning-600: #EE9001;

    /* Colors – Link */
    --color-link-500: #4E64DF;
    --color-link-600: #374ECD;

    /* Colors – Base */
    --color-white: #FFFFFF;
    --color-white-a20: rgba(255, 255, 255, 0.2);

    /* Colors – Neutral (100) */
    --color-neutral-100: #F5F5F8;
}


/* --- KEYFRAME ANIMATIONS --- */

@-webkit-keyframes tbl-border-grad {
    0%   { background-position: 0% 50% }
    50%  { background-position: 100% 50% }
    100% { background-position: 0% 50% }
}
@keyframes tbl-border-grad {
    0%   { background-position: 0% 50% }
    50%  { background-position: 100% 50% }
    100% { background-position: 0% 50% }
}

@keyframes animated-border-gradient {
    0%   { background-position: 0% 50% }
    50%  { background-position: 100% 50% }
    100% { background-position: 0% 50% }
}

@-webkit-keyframes tbl-flip {
    0%   { -webkit-transform: translateY(0); transform: translateY(0) }
    9%   { -webkit-transform: translateY(0); transform: translateY(0) }
    10%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y))); transform: translateY(calc(-1 * var(--slide-up-y))) }
    19%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y))); transform: translateY(calc(-1 * var(--slide-up-y))) }
    20%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 2)); transform: translateY(calc(-1 * var(--slide-up-y) * 2)) }
    29%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 2)); transform: translateY(calc(-1 * var(--slide-up-y) * 2)) }
    30%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 3)); transform: translateY(calc(-1 * var(--slide-up-y) * 3)) }
    39%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 3)); transform: translateY(calc(-1 * var(--slide-up-y) * 3)) }
    40%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 4)); transform: translateY(calc(-1 * var(--slide-up-y) * 4)) }
    49%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 4)); transform: translateY(calc(-1 * var(--slide-up-y) * 4)) }
    50%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 5)); transform: translateY(calc(-1 * var(--slide-up-y) * 5)) }
    59%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 5)); transform: translateY(calc(-1 * var(--slide-up-y) * 5)) }
    60%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 6)); transform: translateY(calc(-1 * var(--slide-up-y) * 6)) }
    69%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 6)); transform: translateY(calc(-1 * var(--slide-up-y) * 6)) }
    70%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 7)); transform: translateY(calc(-1 * var(--slide-up-y) * 7)) }
    79%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 7)); transform: translateY(calc(-1 * var(--slide-up-y) * 7)) }
    80%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 8)); transform: translateY(calc(-1 * var(--slide-up-y) * 8)) }
    89%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 8)); transform: translateY(calc(-1 * var(--slide-up-y) * 8)) }
    90%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 9)); transform: translateY(calc(-1 * var(--slide-up-y) * 9)) }
    99%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 9)); transform: translateY(calc(-1 * var(--slide-up-y) * 9)) }
    100% { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 10)); transform: translateY(calc(-1 * var(--slide-up-y) * 10)) }
}
@keyframes tbl-flip {
    0%   { -webkit-transform: translateY(0); transform: translateY(0) }
    9%   { -webkit-transform: translateY(0); transform: translateY(0) }
    10%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y))); transform: translateY(calc(-1 * var(--slide-up-y))) }
    19%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y))); transform: translateY(calc(-1 * var(--slide-up-y))) }
    20%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 2)); transform: translateY(calc(-1 * var(--slide-up-y) * 2)) }
    29%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 2)); transform: translateY(calc(-1 * var(--slide-up-y) * 2)) }
    30%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 3)); transform: translateY(calc(-1 * var(--slide-up-y) * 3)) }
    39%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 3)); transform: translateY(calc(-1 * var(--slide-up-y) * 3)) }
    40%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 4)); transform: translateY(calc(-1 * var(--slide-up-y) * 4)) }
    49%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 4)); transform: translateY(calc(-1 * var(--slide-up-y) * 4)) }
    50%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 5)); transform: translateY(calc(-1 * var(--slide-up-y) * 5)) }
    59%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 5)); transform: translateY(calc(-1 * var(--slide-up-y) * 5)) }
    60%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 6)); transform: translateY(calc(-1 * var(--slide-up-y) * 6)) }
    69%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 6)); transform: translateY(calc(-1 * var(--slide-up-y) * 6)) }
    70%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 7)); transform: translateY(calc(-1 * var(--slide-up-y) * 7)) }
    79%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 7)); transform: translateY(calc(-1 * var(--slide-up-y) * 7)) }
    80%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 8)); transform: translateY(calc(-1 * var(--slide-up-y) * 8)) }
    89%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 8)); transform: translateY(calc(-1 * var(--slide-up-y) * 8)) }
    90%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 9)); transform: translateY(calc(-1 * var(--slide-up-y) * 9)) }
    99%  { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 9)); transform: translateY(calc(-1 * var(--slide-up-y) * 9)) }
    100% { -webkit-transform: translateY(calc(-1 * var(--slide-up-y) * 10)); transform: translateY(calc(-1 * var(--slide-up-y) * 10)) }
}

@-webkit-keyframes tbl-wobble {
    0%   { -webkit-transform: rotate(0deg); transform: rotate(0deg) }
    25%  { -webkit-transform: rotate(5deg); transform: rotate(5deg) }
    50%  { -webkit-transform: rotate(0deg); transform: rotate(0deg) }
    75%  { -webkit-transform: rotate(-5deg); transform: rotate(-5deg) }
    100% { -webkit-transform: rotate(0deg); transform: rotate(0deg) }
}
@keyframes tbl-wobble {
    0%   { -webkit-transform: rotate(0deg); transform: rotate(0deg) }
    25%  { -webkit-transform: rotate(5deg); transform: rotate(5deg) }
    50%  { -webkit-transform: rotate(0deg); transform: rotate(0deg) }
    75%  { -webkit-transform: rotate(-5deg); transform: rotate(-5deg) }
    100% { -webkit-transform: rotate(0deg); transform: rotate(0deg) }
}


/* --- TOP BAR (.bl-top-bar, .free-shipping) --- */

.bl-top-bar {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        background: var(--color-primary-600);
        text-align: center;
        padding: 10px;
        width: 100%;
        gap: 4px
    }

.bl-top-bar div,
    .bl-top-bar strong {
        color: var(--color-white)
    }

.bl-top-bar .banner-promo-offer {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center
    }

.free-shipping__shipping-total--green {
        color: var(--color-success-500)
    }

.free-shipping__progress {
        background-color: var(--color-primary-100);
        border: 2px solid var(--color-primary-200);
        border-radius: 12px;
        font-size: var(--font-size-small-200);
        margin-bottom: 10px;
        padding: 12px 20px
    }

.free-shipping__progress .free-shipping__progress-bar-message {
        font-size: var(--font-size-small-300);
        margin: 0 auto 12px;
        text-align: center
    }

.free-shipping__progress .free-shipping__progress-bar-message .strong {
        font-family: var(--font-family-primary-bold)
    }

.free-shipping__progress .free-shipping__progress-bar {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        margin: 0 auto
    }

.free-shipping__progress .free-shipping__progress-bar-value {
        padding: 0 10px
    }

.free-shipping__progress .tb-progress__container {
        height: 8px
    }


/* --- MAIN HEADER (.tbl-hdr, .sticky-header) --- */

.tbl-hdr {
        background-color: var(--color-neutral-900);
        position: static;
        top: unset;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        z-index: calc(100 + 2)
    }

.tbl-hdr--storefront .tbl-hdr__logo {
        height: 32px;
        border-radius: 800px
    }

.tbl-hdr--storefront .tbl-hdr__logo-wrapper {
        width: 32px;
        height: 32px
    }

.tbl-hdr--no-nav .tbl-hdr__container {
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

.tbl-hdr--no-nav .tbl-hdr-chk__secure {
        color: var(--color-white)
    }

.tbl-hdr--no-nav .tbl-hdr-chk__secure-lock {
        padding-bottom: 2px
    }

.tbl-hdr--no-search .tbl-hdr__container {
        grid-template-areas: 'menu logo actions';
        grid-template-columns: -webkit-max-content minmax(0, 100%) -webkit-max-content;
        grid-template-columns: max-content minmax(0, 100%) max-content
    }

.tbl-hdr__container {
        display: grid;
        grid-template-areas: 'menu logo . actions' 'search search search search';
        grid-template-columns: -webkit-max-content auto auto -webkit-max-content;
        grid-template-columns: max-content auto auto max-content;
        padding-top: 16px;
        padding-bottom: 12px;
        grid-row-gap: 12px
    }

.tbl-hdr__menu-container {
        grid-area: menu
    }

.tbl-hdr__search-container {
        grid-area: search
    }

.tbl-hdr__avatar {
        width: 20px;
        height: 20px
    }

.tbl-hdr__search-container::after {
    -webkit-animation: animated-border-gradient 6s ease-in-out alternate infinite;
    animation: animated-border-gradient 6s ease-in-out alternate infinite;
    background: linear-gradient(60deg, #39e11e, #ffeb37, #f38334, #ea3131, #a30dff, #19b1ff, #39e11e);
    background-size: 300% 300%;
    border-radius: 6px;
    content: '';
    height: calc(100% + var(--borderWidth) * 2);
    left: calc(-1 * var(--borderWidth));
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    width: calc(100% + var(--borderWidth) * 2);
    z-index: -1;
    pointer-events: none;
}

.tbl-hdr__container {
    padding-left: 85px;
    padding-right: 85px;
}


/* --- LOGO (.tbl-hdr-logo) --- */

.tbl-hdr-logo {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        gap: 12px
    }

.tbl-hdr-logo--hidden .tbl-hdr-logo__wrapper {
        display: none
    }

.tbl-hdr-logo__content {
        font-family: var(--font-family-display);
        font-size: var(--font-size-small-400);
        font-weight: 600;
        line-height: var(--font-size-medium-200);
        margin-bottom: 0;
        margin-top: 0
    }

.tbl-hdr-logo__content,
    .tbl-hdr-logo__content .link--1,
    .tbl-hdr-logo__content .link--1:hover {
        color: var(--color-white)
    }

.tbl-hdr-logo__content--black,
    .tbl-hdr-logo__content--black .link--1,
    .tbl-hdr-logo__content--black .link--1:hover {
        color: var(--color-neutral-900)
    }

.tbl-hdr-logo__image {
        display: block;
        height: 24px
    }

.tbl-hdr .tbl-hdr-logo {
        grid-area: logo;
        -webkit-align-self: center;
        align-self: center;
        padding-left: 16px
    }

.tbl-hdr--storefront .tbl-hdr-logo__image {
        height: 32px;
        border-radius: 800px
    }

.tbl-hdr--storefront .tbl-hdr-logo__wrapper {
        width: 32px;
        height: 32px
    }

.tbl-hdr--no-nav .tbl-hdr-logo {
        padding-left: 0
    }

.tbl-hdr--no-search .tbl-hdr__container .tbl-hdr-logo {
        max-width: 100%;
        padding-right: 16px
    }

.tbl-hdr--no-search .tbl-hdr__container .tbl-hdr-logo__content {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }


/* --- SEARCH BAR (.bl-hdr-search) --- */

.bl-hdr-search {
        grid-column: 1 / span 12;
        grid-row: 2;
        border-radius: 12px
    }

.bl-hdr-search ::-webkit-input-placeholder {
        display: none;
        color: var(--color-neutral-600)
    }

.bl-hdr-search :-ms-input-placeholder {
        display: none;
        color: var(--color-neutral-600)
    }

.bl-hdr-search ::-ms-input-placeholder {
        display: none;
        color: var(--color-neutral-600)
    }

.bl-hdr-search ::placeholder {
        display: none;
        color: var(--color-neutral-600)
    }

.bl-hdr-search .input-group {
        position: relative;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: stretch;
        align-items: stretch;
        width: 100%
    }

.bl-hdr-search .input-group:focus-within .bl-hdr-search-field-placeholder {
        -webkit-animation-play-state: paused;
        animation-play-state: paused
    }

.bl-hdr-search .input-group-append {
        display: inline-block;
        margin-left: -1px;
        line-height: 1
    }

.bl-hdr-search .tbl-ico,
    .bl-hdr-search-close .tbl-ico {
        margin: 0
    }

.bl-hdr-search--animate {
        --borderWidth: 2px;
        border-radius: 12px
    }

.bl-hdr-search--animate form {
        position: relative;
        isolation: isolate
    }

.bl-hdr-search--animate form:after {
        -webkit-animation: tbl-border-grad 6s ease-in-out alternate infinite;
        animation: tbl-border-grad 6s ease-in-out alternate infinite;
        background: linear-gradient(60deg, #39e11e, #ffeb37, #f38334, #ea3131, #a30dff, #19b1ff, #39e11e);
        background-size: 300% 300%;
        border-radius: 12px;
        content: '';
        height: calc(100% + var(--borderWidth) * 2);
        left: calc(-1 * var(--borderWidth));
        position: absolute;
        top: calc(-1 * var(--borderWidth));
        width: calc(100% + var(--borderWidth) * 2);
        z-index: -1
    }

.bl-hdr-search--animate form:focus-within:after {
        background: var(--color-primary-500)
    }

.bl-hdr-search--animate .form__control:focus {
        border-color: var(--color-neutral-300)
    }

.bl-hdr-search--animate .icon {
        font-size: 16px
    }

.bl-hdr-search-field-container {
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto
    }

.bl-hdr-search-field-container .bl-hdr-search-field {
        border-radius: 12px 0 0 12px;
        border: 0;
        height: 100%;
        width: 100%
    }

.bl-hdr-search-field-container .bl-hdr-search-field::-webkit-input-placeholder {
        color: var(--color-neutral-600)
    }

.bl-hdr-search-field-container .bl-hdr-search-field:-ms-input-placeholder {
        color: var(--color-neutral-600)
    }

.bl-hdr-search-field-container .bl-hdr-search-field::-ms-input-placeholder {
        color: var(--color-neutral-600)
    }

.bl-hdr-search-field-container .bl-hdr-search-field::placeholder {
        color: var(--color-neutral-600)
    }

.bl-hdr-search-field-container .bl-hdr-search-field .bl-hdr-sf {
        color: var(--color-neutral-600);
        height: 32px
    }

.bl-hdr-search-submit {
        border: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 12px;
        border-top-left-radius: 0;
        border-top-right-radius: 12px;
        margin: 0;
        padding: 12px;
        background-color: var(--color-primary-500)
    }

.bl-hdr-search-submit:hover {
        background-color: var(--color-primary-600)
    }

.bl-hdr-search-submit:focus {
        background-color: var(--color-primary-700)
    }

.bl-hdr-search-field-placeholder-wrapper {
        height: 100%;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        pointer-events: none;
        z-index: 0
    }

.bl-hdr-search-field-placeholder-wrapper.hide {
        display: none
    }

.bl-hdr-search-field-placeholder {
        --slide-up-y: 40px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation: 30s ease 0s infinite normal none running tbl-flip;
        animation: 30s ease 0s infinite normal none running tbl-flip
    }

.bl-hdr-search-field-placeholder p {
        color: var(--color-neutral-700);
        height: var(--slide-up-y);
        line-height: var(--slide-up-y);
        margin-left: 15px;
        font-size: var(--font-size-small-300)
    }

.bl-hdr-search-close {
        position: absolute;
        top: 10px;
        right: 56px
    }

.bl-hdr-search-close.hide {
        visibility: hidden
    }

.bl-hdr-search-close-button {
        border: none
    }

#searchAutocomplete_list,
    #homeAutocomplete-list,
    #browseAutocomplete-list {
        background-color: var(--color-white);
        border-radius: 12px;
        box-shadow: 0 2px 4px 0 var(--color-neutral-900-a20);
        left: 0;
        margin-top: 4px;
        padding: 16px;
        position: absolute;
        right: 0;
        transition: all .1s ease-in-out;
        width: 100%;
        z-index: 50;
        -webkit-transition: all -webkit-transform .1s ease
    }


/* --- HEADER ACTIONS (Account, Cart, CTA, Notifications) --- */

.tbl-notif {
        position: relative
    }

.tbl-notif:has(.tbl-notif__counter) {
        margin-right: 2px;
        width: 40px
    }

.tbl-notif--legacy .tbl-notif__counter {
        background-color: #ca2065;
        border: 1px solid var(--color-neutral-900);
        border-radius: 12px;
        color: var(--color-white);
        font-size: var(--font-size-small-100);
        font-family: var(--font-family-primary-bold);
        line-height: var(--font-size-medium-100);
        min-width: 20px;
        padding-left: 4px;
        padding-right: 4px;
        top: 0;
        right: 4px
    }

.tbl-notif--default .tbl-notif__counter {
        background-color: var(--color-warning-400);
        border: 2px solid var(--color-neutral-900);
        border-radius: 20px;
        color: var(--color-neutral-900);
        font-family: var(--font-family-primary-semibold);
        font-size: var(--font-size-small-200);
        line-height: 1;
        padding: 2px 4px;
        min-width: 20px;
        top: -4px;
        right: -4px
    }

.tbl-notif__counter {
        position: absolute;
        text-align: center
    }

.tbl-hdr__shop-button,
    .tbl-hdr__cart-button .button__content,
    .tbl-hdr__account-button:has(.tbl-ico),
    .tbl-hdr__account-button:has(.tbl-hdr__avatar) .button__content,
    .tbl-hdr__for-you-button {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
        gap: 0
    }

.tbl-hdr__shop-button-text,
    .tbl-hdr__for-you-button-text,
    .tbl-hdr__account-button-text,
    .tbl-hdr__link-text,
    .tbl-hdr__cart-text {
        display: block;
        font-size: var(--font-size-small-200);
        line-height: 1.3333
    }

.tbl-hdr__actions-container {
        grid-area: actions;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        gap: 16px
    }

.tbl-hdr__account {
        text-align: center;
        color: var(--color-white);
        font-size: var(--font-size-small-200)
    }

.tbl-hdr__account picture {
        display: block;
        height: 20px
    }

.tbl-hdr__cart {
        position: relative
    }

.tbl-hdr__shop-button .tbl-ico,
    .tbl-hdr__for-you-button .tbl-ico,
    .tbl-hdr__account-button .tbl-ico,
    .tbl-hdr__cart-button .tbl-ico {
        display: block;
        height: 20px
    }

.tbl-hdr__shop-button .tbl-ico svg,
    .tbl-hdr__shop-button .tbl-ico img,
    .tbl-hdr__for-you-button .tbl-ico svg,
    .tbl-hdr__for-you-button .tbl-ico img,
    .tbl-hdr__account-button .tbl-ico svg,
    .tbl-hdr__account-button .tbl-ico img,
    .tbl-hdr__cart-button .tbl-ico svg,
    .tbl-hdr__cart-button .tbl-ico img {
        width: 20px;
        height: 20px
    }

.tbl-hdr__cart-text {
        color: var(--color-white)
    }

.tbl-hdr__cta-button {
        padding: 8px 16px
    }

.c-link__button {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }


/* --- EXPLORE BAR (.bl-explore, .bl-tabs) --- */

.m-account__orders .bl-tabs__list {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        margin-bottom: 16px
    }

.m-account-uploads .bl-tabs__content {
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-align-self: stretch;
        align-self: stretch;
        display: -webkit-flex;
        display: flex;
        -webkit-flex: 1 0 0;
        flex: 1 0 0;
        -webkit-flex-direction: column;
        flex-direction: column;
        gap: 40px;
        padding: 40px 0
    }

.bl-explore {
        background-color: var(--color-neutral-900)
    }

.bl-explore__container .bl-tabs__list {
        -webkit-justify-content: center;
        justify-content: center;
        gap: 28px
    }

.bl-explore__container .bl-tabs__list a {
        font-family: var(--font-family-primary-semibold);
        font-size: var(--font-size-small-300);
        color: var(--color-neutral-300)
    }

.bl-explore__container .bl-tabs__item--active a {
        color: var(--color-white)
    }

.bl-explore__tab-content {
        display: -webkit-flex;
        display: flex;
        padding: 8px 16px;
        margin-inline: -16px;
        -webkit-align-items: center;
        align-items: center
    }

.bl-explore__cta {
        border: 2px solid var(--color-primary-400);
        border-radius: 8px;
        display: block;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        margin-right: 16px;
        padding: 8px 12px;
        width: 80px;
        text-align: center
    }

.bl-explore__cta:hover {
        background-color: var(--color-primary-600);
        border-color: var(--color-primary-600)
    }

.bl-explore__cta:focus {
        outline: 4px solid var(--color-primary-300);
        outline-offset: 0
    }

.bl-explore__cta:active {
        background-color: var(--color-primary-700);
        border-color: var(--color-primary-700)
    }

.bl-explore__cta.link--default:active {
        color: var(--color-primary-200)
    }

.bl-explore__cta.link--default {
        color: var(--color-white);
        font-size: var(--font-size-small-200)
    }

.bl-explore__link {
        border-radius: 8px;
        display: block;
        font-family: var(--font-family-primary-semibold);
        padding: 4px 8px;
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
        text-align: center
    }

.bl-explore__link.link--default {
        color: var(--color-neutral-200);
        font-size: var(--font-size-small-200)
    }

.bl-explore__link:hover {
        background-color: var(--color-neutral-800)
    }

.bl-explore__link:hover .tbl-ico {
        -webkit-animation: tbl-wobble 0.25s 4;
        animation: tbl-wobble 0.25s 4
    }

.bl-explore__link.link--default:hover {
        color: var(--color-white)
    }

.bl-explore__link:focus {
        outline: 4px solid var(--color-primary-400);
        outline-offset: 0
    }

.bl-explore__link .tbl-ico {
        display: block;
        margin-right: 0
    }

.bl-explore__link--new .tbl-ico {
        position: relative
    }

.bl-explore__link--new .tbl-ico:before {
        content: "NEW";
        display: inline-block;
        background-color: var(--color-primary-500);
        border-radius: 4px;
        color: white;
        font-size: 8px;
        font-family: var(--font-family-primary-bold);
        font-weight: 700;
        line-height: 1;
        padding: 2px;
        position: absolute;
        text-align: center;
        right: 0
    }

.bl-tabs--init .bl-tabs__tab-content:not([data-tab-content-index='0']) {
        display: none
    }

.bl-tabs__list {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 16px;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0
    }

.bl-tabs__item {
        line-height: 24px
    }

.bl-tabs__item a {
        color: var(--color-neutral-700);
        display: block
    }

.bl-tabs__item--active {
        border-bottom: 2px solid var(--color-primary-500)
    }

.bl-tabs__item--active:active {
        border-bottom: 2px solid var(--color-primary-500)
    }

.bl-tabs__item--active a {
        color: var(--color-neutral-900)
    }

.bl-tabs__item--active a:active {
        color: var(--color-neutral-700)
    }

.bl-feat .bl-tabs {
        position: relative;
        z-index: 1
    }

.bl-feat .bl-tabs__list {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        gap: 2px;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

.bl-feat .bl-tabs__content {
        margin-top: 32px
    }

.bl-feat .bl-tabs__content picture {
        display: block
    }


/* --- ICON UTILITIES (.tbl-ico) --- */

.tbl-ico {
        display: inline-grid;
        vertical-align: middle
    }

.tbl-ico--hover:hover {
        cursor: pointer
    }

.tbl-ico--blue-dark svg,
    .tbl-ico--hv-blue-dark:hover svg {
        fill: var(--color-primary-600)
    }

.tbl-ico--primary-200 svg,
    .tbl-ico--hv-primary-200:hover svg {
        fill: var(--color-primary-200)
    }

.tbl-ico--primary-400 svg,
    .tbl-ico--hv-primary-400:hover svg {
        fill: var(--color-primary-400)
    }

.tbl-ico--primary-500 svg,
    .tbl-ico--hv-primary-500:hover svg {
        fill: var(--color-primary-500)
    }

.tbl-ico--blue-default svg,
    .tbl-ico--hv-blue-default:hover svg {
        fill: var(--color-primary-500)
    }

.tbl-ico--dark-default svg,
    .tbl-ico--hv-dark-default:hover svg {
        fill: var(--color-neutral-900)
    }

.tbl-ico--transparent svg,
    .tbl-ico--hv-transparent:hover svg {
        fill: transparent
    }

.tbl-ico--error-red svg,
    .tbl-ico--hv-error-red:hover svg {
        fill: var(--color-danger-500)
    }

.tbl-ico--grey-dark svg,
    .tbl-ico--hv-grey-dark:hover svg {
        fill: var(--color-neutral-600)
    }

.tbl-ico--grey-default svg,
    .tbl-ico--hv-grey-default:hover svg {
        fill: var(--color-neutral-500)
    }

.tbl-ico--grey-light svg,
    .tbl-ico--hv-grey-light:hover svg {
        fill: var(--color-neutral-300)
    }

.tbl-ico--light-default svg,
    .tbl-ico--hv-light-default:hover svg {
        fill: var(--color-white)
    }

.tbl-ico--light-a20 svg {
        fill: var(--color-white-a20)
    }

.tbl-ico--light-a20:hover svg {
        fill: var(--color-white)
    }

.tbl-ico--pinterest svg,
    .tbl-ico--hv-pinterest:hover svg {
        fill: #bd081c
    }

.tbl-ico--success-green svg,
    .tbl-ico--hv-success-green:hover svg {
        fill: var(--color-success-600)
    }

.tbl-ico--warning-yellow svg,
    .tbl-ico--hv-warning-yellow:hover svg {
        fill: var(--color-warning-600)
    }

.tbl-ico--color-warning-400 svg,
    .tbl-ico--hv-color-warning-400:hover svg {
        fill: var(--color-warning-400)
    }

.tbl-ico__draggable:hover {
        cursor: -webkit-grab;
        cursor: grab
    }

.tbl-ico__draggable:active {
        cursor: -webkit-grabbing;
        cursor: grabbing
    }

.tbl-ico-var--circle {
        border-radius: 50%
    }

.tbl-ico-var--circle.x-large {
        padding: 18px
    }

.tbl-ico-var--circle.large {
        padding: 14px
    }

.tbl-ico-var--circle.medium {
        padding: 10px
    }

.tbl-ico-var--circle.default {
        padding: 8px
    }

.tbl-ico-var--circle.small {
        padding: 4px
    }

.tbl-ico--color-neutral-300 svg,
    .tbl-ico--hv-color-neutral-300:hover svg {
        fill: var(--color-neutral-300)
    }

.tbl-ico--color-neutral-400 svg,
    .tbl-ico--hv-color-neutral-400:hover svg {
        fill: var(--color-neutral-400)
    }

.tbl-ico--color-neutral-500 svg,
    .tbl-ico--hv-color-neutral-500:hover svg {
        fill: var(--color-neutral-500)
    }

.tbl-ico--color-neutral-600 svg,
    .tbl-ico--hv-color-neutral-600:hover svg {
        fill: var(--color-neutral-600)
    }

.tbl-ico--color-neutral-700 svg,
    .tbl-ico--hv-color-neutral-700:hover svg {
        fill: var(--color-neutral-700)
    }

.tbl-ico--color-neutral-800 svg,
    .tbl-ico--hv-color-neutral-800:hover svg {
        fill: var(--color-neutral-800)
    }

.tbl-ico--color-neutral-800-a20 svg,
    .tbl-ico--hv-color-neutral-800-a20:hover svg {
        fill: var(--color-neutral-800-a20)
    }

.tbl-ico--color-neutral-900 svg,
    .tbl-ico--hv-color-neutral-900:hover svg {
        fill: var(--color-neutral-900)
    }

.tbl-ico--color-primary-500 svg,
    .tbl-ico--hv-color-primary-500:hover svg {
        fill: var(--color-primary-500)
    }

.tbl-ico--color-success-500 svg,
    .tbl-ico--hv-color-success-500:hover svg {
        fill: var(--color-success-500)
    }

.tbl-ico--color-danger-300 svg,
    .tbl-ico--hv-color-danger-300:hover svg {
        fill: var(--color-danger-300)
    }

.tbl-ico-bg--transparent {
        background-color: transparent
    }

.tbl-ico-bg--blue-dark {
        background-color: var(--color-primary-600)
    }

.tbl-ico-bg--blue-default {
        background-color: var(--color-primary-500)
    }

.tbl-ico-bg--dark-default {
        background-color: var(--color-neutral-900)
    }

.tbl-ico-bg--bluesky {
        background-color: #0099ff
    }

.tbl-ico-bg--deviantart {
        background-color: #61c85a
    }

.tbl-ico-bg--error-red {
        background-color: var(--color-danger-500)
    }

.tbl-ico-bg--facebook {
        background-color: #3b5998
    }

.tbl-ico-bg--grey-default {
        background-color: var(--color-neutral-200)
    }

.tbl-ico-bg--grey-dark {
        background-color: var(--color-neutral-600)
    }

.tbl-ico-bg--instagram {
        background-color: #434e45
    }

.tbl-ico-bg--light-default {
        background-color: var(--color-white)
    }

.tbl-ico-bg--linktree {
        background-color: #3edc5c
    }

.tbl-ico-bg--pinterest {
        background-color: #bd081c
    }

.tbl-ico-bg--purple-default {
        background-color: #5e469e
    }

.tbl-ico-bg--reddit {
        background-color: #ff4301
    }

.tbl-ico-bg--success-green {
        background-color: var(--color-success-500)
    }

.tbl-ico-bg--tiktok {
        background-color: black
    }

.tbl-ico-bg--tumblr {
        background-color: #323e4d
    }

.tbl-ico-bg--twitch {
        background-color: #9146ff
    }

.tbl-ico-bg--shopify {
        background-color: #95bf46
    }

.tbl-ico-bg--twitter {
        background-color: #55acee
    }

.tbl-ico-bg--warning-yellow {
        background-color: var(--color-warning-500)
    }

.tbl-ico-bg--youtube {
        background-color: red
    }

.tbl-ico-sp--both {
        margin-left: 5px;
        margin-right: 5px
    }

.tbl-ico-sp--left {
        margin-left: 5px
    }

.tbl-ico-sp--right {
        margin-right: 5px
    }

.tbl-ico--rotate-90 {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

.tbl-ico--rotate-180 {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

.tbl-ico--rotate-270 {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }


/* --- RESPONSIVE / MEDIA QUERIES --- */

@media (min-width: 768px) {
    .tbl-hdr-logo__content {
                font-size: var(--font-size-medium-100)
            }
}

@media (max-width: 344px) {
    .tbl-hdr-logo__image {
                height: 20px
            }
}

@media (max-width: 400px) {
    .tbl-hdr__container:has(.tbl-hdr__for-you) .tbl-hdr-logo__image {
                height: 20px
            }
}

@media (max-width: 375px) {
    .tbl-hdr__container:has(.tbl-hdr__for-you) .tbl-hdr-logo__image {
                height: 16px
            }
}

@media (min-width: 1280px) {
    .tbl-hdr__shop-button,
            .tbl-hdr__cart-button .button__content,
            .tbl-hdr__account-button:has(.tbl-ico),
            .tbl-hdr__account-button:has(.tbl-hdr__avatar) .button__content,
            .tbl-hdr__for-you-button {
                -webkit-flex-direction: row;
                flex-direction: row;
                gap: 8px
            }
}

@media (min-width: 768px) {
    .tbl-hdr .tbl-hdr-logo {
                padding-left: 28px
            }
}

@media (min-width: 1024px) {
    .tbl-hdr .tbl-hdr-logo {
                padding-left: 0
            }
}

@media (max-width: 480px) {
    .tbl-hdr--no-search .tbl-hdr__container .tbl-hdr-logo__wrapper {
                display: none
            }
}

@media (min-width: 1024px) {
    .tbl-hdr--no-search .tbl-hdr__container .tbl-hdr-logo {
                padding-right: 0
            }
}

@media (min-width: 768px) {
    .tbl-hdr__container {
                grid-template-columns: -webkit-max-content 150px auto -webkit-max-content;
                grid-template-columns: max-content 150px auto max-content
            }
}

@media (min-width: 1024px) {
    .tbl-hdr__container {
                -webkit-align-items: center;
                align-items: center;
                grid-template-areas: 'menu logo search actions';
                grid-gap: 28px
            }
}

@media (min-width: 768px) {
    .tbl-hdr__shop-button-text,
            .tbl-hdr__for-you-button-text,
            .tbl-hdr__account-button-text,
            .tbl-hdr__link-text,
            .tbl-hdr__cart-text {
                font-size: var(--font-size-small-300);
                line-height: 1.42857
            }
}

@media (min-width: 1280px) {
    .tbl-hdr__shop-button-text,
            .tbl-hdr__for-you-button-text,
            .tbl-hdr__account-button-text,
            .tbl-hdr__link-text,
            .tbl-hdr__cart-text {
                font-size: var(--font-size-small-400);
                line-height: 1.25
            }
}

@media (min-width: 768px) {
    .tbl-hdr__actions-container {
                gap: 28px
            }
}

@media (min-width: 1024px) {
    .tbl-hdr__actions-container {
                -webkit-align-items: center;
                align-items: center
            }
}

@media (min-width: 768px) {
    .tbl-hdr__account picture {
                height: 28px
            }
}

@media (min-width: 768px) {
    .tbl-hdr__avatar {
                width: 28px;
                height: 28px
            }
}

@media (min-width: 768px) {
    .tbl-hdr__shop-button,
            .tbl-hdr__for-you-button,
            .tbl-hdr__account-button,
            .tbl-hdr__cart-button {
                -webkit-align-items: center;
                align-items: center
            }
    .tbl-hdr__shop-button .tbl-ico,
            .tbl-hdr__for-you-button .tbl-ico,
            .tbl-hdr__account-button .tbl-ico,
            .tbl-hdr__cart-button .tbl-ico {
                height: 28px
            }
    .tbl-hdr__shop-button .tbl-ico svg,
            .tbl-hdr__shop-button .tbl-ico img,
            .tbl-hdr__for-you-button .tbl-ico svg,
            .tbl-hdr__for-you-button .tbl-ico img,
            .tbl-hdr__account-button .tbl-ico svg,
            .tbl-hdr__account-button .tbl-ico img,
            .tbl-hdr__cart-button .tbl-ico svg,
            .tbl-hdr__cart-button .tbl-ico img {
                width: 28px;
                height: 28px
            }
}

@media screen and (max-width: 767px) {
    .tbl-hdr__cta {
                display: none
            }
}

@media (min-width: 1024px) {
    .bl-hdr-search {
                -webkit-align-items: center;
                align-items: center;
                display: -webkit-flex;
                display: flex;
                grid-column: 2 / span 1;
                grid-row: 1
            }
}

@media (max-width: 374px) {
    .bl-hdr-search ::-webkit-input-placeholder {
                color: transparent
            }
    .bl-hdr-search :-ms-input-placeholder {
                color: transparent
            }
    .bl-hdr-search ::-ms-input-placeholder {
                color: transparent
            }
    .bl-hdr-search ::placeholder {
                color: transparent
            }
    .active-search .bl-hdr-search ::-webkit-input-placeholder {
                color: var(--color-neutral-600)
            }
    .active-search .bl-hdr-search :-ms-input-placeholder {
                color: var(--color-neutral-600)
            }
    .active-search .bl-hdr-search ::-ms-input-placeholder {
                color: var(--color-neutral-600)
            }
    .active-search .bl-hdr-search ::placeholder {
                color: var(--color-neutral-600)
            }
}

@media (max-width: 767px) {
    .bl-hdr-search--animate {
                margin-right: 0
            }
}

@media (min-width: 1024px) {
    .bl-hdr-search-field-container .bl-hdr-search-field {
                font-size: var(--font-size-small-400)
            }
}

@media (max-width: 480px) {
    .bl-hdr-search-submit {
                z-index: 1
            }
}

@media (min-width: 768px) {
    .bl-hdr-search-submit {
                padding: 14px
            }
}

@media (min-width: 1024px) {
    .bl-hdr-search-submit {
                line-height: 1.1
            }
}

@media (min-width: 768px) {
    .bl-hdr-search-field-placeholder {
                --slide-up-y: 44px
            }
}

@media (min-width: 768px) {
    .bl-hdr-search-field-placeholder p {
                font-size: var(--font-size-small-400)
            }
}

@media (min-width: 768px) {
    .bl-hdr-search-close {
                top: 12px
            }
}

@media (max-width: 1023px) {
    .sticky-header--no-sticky {
                position: static;
                top: unset
            }
    .sticky-header--bottom-sticky {
                position: -webkit-sticky;
                position: sticky;
                top: 0;
                transition: -webkit-transform .3s ease-out;
                transition: transform .3s ease-out;
                transition: transform .3s ease-out, -webkit-transform .3s ease-out
            }
    .sticky-header--bottom-sticky.bl-hdr-secondary {
                top: 80px;
                z-index: calc(10 + 1)
            }
    .sticky-header--bottom-sticky.bl-hdr--with-affiliates-share {
                top: 50px
            }
    .bl-hdr--hide-top.tbl-hdr--no-search {
                -webkit-transform: translateY(-64px);
                transform: translateY(-64px)
            }
}

@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
    .bl-hdr--hide-top.tbl-hdr--no-search {
                -webkit-transform: translateY(-76px);
                transform: translateY(-76px)
            }
}

@media (min-width: 1280px) {
    .bl-explore .bl-tabs--init .bl-tabs__tab-content:not([data-tab-content-index='0']) {
                display: block
            }
}

@media (min-width: 1280px) {
    .bl-explore__container .bl-tabs__list {
                display: none
            }
}

@media (min-width: 1280px) {
    .bl-explore__container .bl-tabs__content {
                display: -webkit-flex;
                display: flex;
                gap: 45px;
                -webkit-justify-content: center;
                justify-content: center
            }
}

@media (min-width: 1280px) {
    .bl-explore__container .bl-tabs__tab-content:not([data-tab-content-index='0']) {
                display: block
            }
    .bl-explore__container .bl-tabs__tab-content:is([data-tab-content-index='0']) .bl-explore__tab-content {
                position: relative;
                overflow-x: visible
            }
    .bl-explore__container .bl-tabs__tab-content:is([data-tab-content-index='0']) .bl-explore__tab-content::after {
                content: '';
                background-color: var(--color-neutral-700);
                width: 2px;
                height: 48px;
                position: absolute;
                right: -26px;
                top: 14px
            }
}

@media screen and (max-width: 767px) {
    .bl-explore__tab-content {
                -ms-overflow-style: none;
                scrollbar-width: none;
                overflow-x: auto
            }
    .bl-explore__tab-content::-webkit-scrollbar {
                display: none
            }
}

@media (min-width: 595px) {
    .bl-explore__tab-content {
                -webkit-justify-content: center;
                justify-content: center;
                margin-inline: 0
            }
}

@media (min-width: 1280px) {
    .bl-explore__tab-content {
                -webkit-flex-shrink: 0;
                flex-shrink: 0;
                padding-right: 0
            }
}

@media (hover: hover) and (pointer: fine) {
    .bl-tabs__item:hover {
                border-bottom: 2px solid var(--color-neutral-300)
            }
}

@media (min-width: 768px) {
    .bl-top-bar {
                gap: 48px
            }
}

@media (min-width: 1024px) {
    .free-shipping__progress {
                padding: 15px
            }
}

@media (min-width: 1024px) {
    .free-shipping__progress .free-shipping__progress-bar-message {
                font-size: var(--font-size-small-300)
            }
}

@media (min-width: 656px) {
    .bl-feat .bl-tabs__list {
                -webkit-justify-content: center;
                justify-content: center
            }
}

@media screen and (max-width: 767px) {
    .bl-feat .bl-tabs__list {
                padding-inline: 16px;
                overflow-x: auto
            }
}


/* =============================================================
   UTILITY / BASE CLASSES
   Generic utility classes used by the header component
   that don't exist in the old CSS stack (style.css, bootstrap)
   ============================================================= */

/* --- .wrapper (page-width container) --- */

.wrapper {
    margin-inline: auto;
    width: 100%;
    padding-inline: 16px
}

@media (min-width: 480px) {
    .wrapper {
        padding-inline: 24px
    }
}

@media (min-width: 768px) {
    .wrapper {
        padding-inline: 48px
    }
}

@media (min-width: 1024px) {
    .wrapper {
        padding-inline: 64px
    }
}

@media (min-width: 1280px) {
    .wrapper {
        max-width: 1440px;
        padding-inline: 80px
    }
}

/* --- .btn (button base) --- */

.btn {
    transition: all 0.15s ease-in-out;
    background: var(--color-primary-500);
    border: 0;
    border-radius: 12px;
    color: var(--color-white);
    cursor: pointer;
    display: inline-block;
    font-family: var(--font-family-primary-semibold);
    line-height: 1;
    margin: 5px 0;
    max-width: 100%;
    padding: 6px 12px;
    text-align: center;
    white-space: normal
}

.btn * {
    color: var(--color-white);
    text-decoration: none
}

.btn .button__content {
    -webkit-align-items: center;
    align-items: center;
    color: currentColor;
    display: -webkit-flex;
    display: flex;
    gap: 8px;
    -webkit-justify-content: center;
    justify-content: center
}

.btn:active:focus {
    outline: none
}

.btn:active,
.btn:focus,
.btn:hover {
    color: var(--color-white);
    outline-width: 0
}

.btn:hover {
    background: var(--color-primary-600)
}

.btn:focus,
.btn:active {
    background: var(--color-primary-700);
    color: var(--color-primary-200)
}

.btn:focus-visible {
    background: var(--color-neutral-900);
    outline-width: 5px;
    outline-color: var(--color-primary-500)
}

.btn[disabled] {
    background: var(--color-neutral-400);
    color: var(--color-white)
}

/* --- .btn modifiers --- */

.btn--no-space {
    margin: 0
}

.btn--no-background {
    background: none;
    padding: 0
}

.btn--no-background:hover,
.btn--no-background:focus,
.btn--no-background:active {
    background: none;
    box-shadow: none;
    cursor: pointer
}

/* --- .tb-btn sizes --- */

.tb-btn--medium {
    box-shadow: none;
    font-size: var(--font-size-small-200);
    font-weight: 700;
    line-height: 1.5;
    padding: 8px 16px;
    text-transform: capitalize
}

@media (min-width: 600px) {
    .tb-btn--medium {
        font-size: var(--font-size-small-400)
    }
}

.tb-btn--icon {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    font-weight: 600;
    padding: 12px 15px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.tb-btn--icon .tbl-ico {
    margin-right: 5px
}

/* --- .link (link base) --- */

.link {
    cursor: pointer
}

.link * {
    color: inherit
}

.link--1 {
    color: var(--color-link-500);
    cursor: pointer
}

.link--1:hover {
    color: var(--color-link-600)
}

.link--default {
    font-size: var(--font-size-small-400)
}

.link--strong {
    font-family: var(--font-family-primary-semibold);
    font-weight: 600
}

.link__content {
    display: inline
}

.link__cta.tb-btn--icon {
    padding: 0
}

.link__cta .link__content {
    border-bottom: 2px solid var(--color-primary-500)
}

/* --- .form__control (form input base) --- */

.form__control {
    background-color: var(--color-white);
    background-image: none;
    border: 1px solid var(--color-neutral-300);
    border-radius: 5px;
    color: var(--color-neutral-900);
    display: block;
    font-family: var(--font-family-primary);
    font-size: var(--font-size-small-400);
    height: 38px;
    line-height: 1.4285714286;
    padding: 6px 15px;
    transition: border-color 0.2s, box-shadow 0.2s;
    width: 100%
}

.form__control:focus {
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0
}
