#smt-ui-campaignPage{
    margin-top:40px;
}
@media (max-width: 768px) {
    #smt-ui-campaignPage{
        margin-top:0px;
    }
}
.mobile .container {
    padding: 0;
}
@media (max-width: 768px) {
    #smt-ui-campaignPage *:first-child,
    #smt-ui-storefrontPage *:first-child {
        margin-top: 0;
    }
}
#smt-ui-accessory-category,
#smt-ui-smartphone-category {
    display: none;
    margin: 0 auto;
    background: var(--palette-grey-20, #F6F6F6);
    max-width: 1200px;
    border-radius: 20px;
    padding: 20px 40px;
}

.smt-brand-title {
    margin: 0 0 16px;
    text-align: center;
}

.smt-brand-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: center;
}

.smt-brand-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    text-decoration: none;
    color: #1f1f1f;
}

.smt-brand-image {
    height: 60px;
    width: auto;
    display: block;
}

.smt-brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.5px;
}

.smt-brand-label {
    text-align: center;
}

.smt-accessory-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 28px;
    align-items: center;
}

.smt-accessory-item {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: inherit;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    transition: color .2s linear;
}

.smt-accessory-icon img{
    width: 48px;
    height: 48px;
    flex: 0 0 22px;
}


.smt-accessory-label {
    line-height: 1.3;
}

.smt-accessory-toggle {
    display: none;
}

.smt-accessory-toggle:after {
    content: '';
    margin-top: -5px;
    width: 6px;
    height: 6px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transform-origin: center;
    -webkit-transition: transform .2s linear;
    -moz-transition: transform .2s linear;
    -ms-transition: transform .2s linear;
    transition: transform .2s linear;
}

@media (max-width: 768px) {
    #smt-ui-smartphone-category,
    #smt-ui-accessory-category {
        padding: 12px 16px;
        max-width: calc(100% - 40px);
    }

    .smt-brand-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .smt-brand-title {
        display: none;        
    }

    .smt-brand-image {
        height: 41px;
    }

    .smt-accessory-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px 12px;
    }

    .smt-brand-item {
        min-height: 41px;
    }

    .smt-accessory-item {
        gap: 4px;
    }

    .smt-accessory-icon img{
        width: 40px;
        height: 40px;
        flex-basis: 20px;
    }

    #smt-ui-accessory-category .smt-accessory-item:nth-child(n + 5) {
        display: none;
    }

    #smt-ui-accessory-category.is-expanded .smt-accessory-item:nth-child(n + 5) {
        display: flex;
    }

    .smt-accessory-toggle {
        width: 100%;
        border: 0;
        background: transparent;
        color: #333;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 12px 0 0;
        cursor: pointer;
    }

    #smt-ui-accessory-category.is-expanded .smt-toggle-more,
    #smt-ui-accessory-category.is-expanded .smt-accessory-toggle,
    #smt-ui-accessory-category.is-expanded .smt-accessory-toggle:after {
        display: none;
    }
}
/*
.splide__track {
    padding: 5px 0 0 0;
    margin-top: -5px;
}
.splide__slide:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.05); }

div + div#section_osNoMargin {
    margin: -40px 0 40px 0;
}
#section_osVideoProduct .promo-item-size-1 {
    height: 391px;
}
[data-block-type="promoCustomContent"]{
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
}
*/
/* ── OS Counter ──────────────────────────────────────────── */
#smt-ui-osCounter {
    width: 100%;
}

.os-counter {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.os-counter__label {
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: center;
}

.os-counter__clock {
    display: flex;
    align-items: center;
    gap: 4px;
}

.os-counter__unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.os-counter__digits {
    display: flex;
    gap: 2px;
}

.os-counter__d {
    width: 32px;
    height: 44px;
    display: block;
}

.os-counter__unit-label {
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.03em;
}

.os-counter__sep {
    display: flex;
    align-items: center;
    padding-bottom: 18px; /* offset to align with digits, above the unit label */
}

.os-counter__sep img {
    width: 16px;
    height: 44px;
    display: block;
}
.smt-ui-osCounter--rounded-red .os-counter__d--red {
    display: none;
    background-color: #ff0000;
    color: #ffffff;
    border-radius: 4px;
    width: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    box-sizing: border-box;
}
.smt-ui-osCounter--rounded-red .os-counter__d--red {
    display: inline-block;
}
.smt-ui-osCounter--rounded-red .os-counter__d:not(.os-counter__d--red) {
    display: none;
}
.smt-ui-osCounter--rounded-red .os-counter__sep--red {
    display: none;
    background-color: #ff0000;
    color: #ffffff;
    border-radius: 4px;
    width: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    box-sizing: border-box;
}
.smt-ui-osCounter--rounded-red .os-counter__sep--red {
    display: inline-block;
}
.smt-ui-osCounter--rounded-red .os-counter__sep img {
    display: none;
}