:root {
    --color-primary: #5201a3;
    --color-primary-hover: #6f1fc5;
    --color-primary-soft: #f4ecff;
    --color-secondary: #111827;
    --color-accent: #a855f7;
    --color-page: #f8fafc;
    --color-surface: #fff;
    --color-surface-soft: #f5f3ff;
    --color-heading: #111827;
    --color-body: #4b5563;
    --color-muted: #64748b;
    --color-border: #e5e7eb;
    --color-white: #fff;
    --color-black: #000;
    --font-heading: "Inter", sans-serif;
    --font-body: "Inter", sans-serif;
    --container-width: 1280px;
    --section-spacing: 72px;
    --radius-button: 8px;
    --radius-card: 14px;
    --radius-input: 8px;
    --shadow-card: 0 10px 30px #11182714
}

html[data-theme=dark] {
    --color-primary: #9b4dff;
    --color-primary-hover: #ad6cff;
    --color-primary-soft: #251438;
    --color-secondary: #020617;
    --color-accent: #c084fc;
    --color-page: #070b14;
    --color-surface: #111827;
    --color-surface-soft: #182235;
    --color-heading: #f8fafc;
    --color-body: #cbd5e1;
    --color-muted: #94a3b8;
    --color-border: #263244;
    --shadow-card: 0 12px 32px #00000059
}

/* Dynamic storefront bridge — SeloCommerce by Webnion */
.selo-runtime-message-wrap {
    position: relative;
    z-index: 45;
    padding-top: 14px
}

.selo-runtime-alert {
    border: 1px solid var(--color-border);
    border-radius: var(--radius-button);
    background: var(--color-surface);
    color: var(--color-heading);
    padding: 12px 16px;
    font-size: 18px;
    box-shadow: var(--shadow-card)
}

.selo-runtime-alert+.selo-runtime-alert {
    margin-top: 8px
}

.selo-runtime-alert.is-success {
    border-color: #16a34a;
    background: #f0fdf4;
    color: #166534
}

.selo-runtime-alert.is-error {
    border-color: #dc2626;
    background: #fef2f2;
    color: #991b1b
}

html[data-theme=dark] .selo-runtime-alert.is-success {
    background: #052e16;
    color: #bbf7d0
}

html[data-theme=dark] .selo-runtime-alert.is-error {
    background: #450a0a;
    color: #fecaca
}

.selo-runtime-empty {
    grid-column: 1/-1;
    display: flex;
    min-height: 260px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px dashed var(--color-border);
    border-radius: var(--radius-card);
    background: var(--color-surface);
    padding: 36px 20px;
    color: var(--color-body)
}

.selo-runtime-empty h3 {
    margin: 0 0 8px;
    color: var(--color-heading);
    font-size: 22px;
    font-weight: 700
}

.selo-runtime-empty p {
    margin: 0 0 20px;
    max-width: 520px
}

.selo-runtime-pagination {
    display: flex;
    justify-content: center;
    margin-top: 28px
}

.selo-runtime-pagination nav>div:first-child {
    display: none
}

.selo-runtime-pagination nav>div:last-child {
    display: flex !important;
    align-items: center;
    gap: 12px
}

.selo-runtime-pagination nav span[aria-current=page]>span,
.selo-runtime-pagination nav a,
.selo-runtime-pagination nav span[aria-disabled=true]>span {
    display: inline-flex;
    min-width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-button);
    background: var(--color-surface);
    padding: 0 12px;
    color: var(--color-heading);
    text-decoration: none
}

.selo-runtime-pagination nav span[aria-current=page]>span {
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: #fff
}

.selo-runtime-pagination svg {
    width: 18px;
    height: 18px
}

.selo-runtime-field-message {
    margin: 8px 0 0;
    color: var(--color-muted);
    font-size: 13px
}

.selo-runtime-full {
    grid-column: 1/-1
}

.selo-runtime-clear-cart {
    display: block;
    margin: 14px auto 0
}

.selo-runtime-content {
    padding: clamp(22px, 4vw, 48px);
    color: var(--color-body);
    line-height: 1.8
}

.selo-runtime-content h2,
.selo-runtime-content h3,
.selo-runtime-content h4 {
    color: var(--color-heading);
    margin: 1.4em 0 .6em;
    font-weight: 700
}

.selo-runtime-content p,
.selo-runtime-content ul,
.selo-runtime-content ol {
    margin: 0 0 1.1em
}

.selo-runtime-content img {
    max-width: 100%;
    height: auto;
    border-radius: var(--radius-card)
}

.selo-product-description img,
.selo-product-description iframe,
.selo-product-description video {
    max-width: 100%
}

.selo-product-button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none
}

.selo-checkout-option input[type=radio] {
    accent-color: var(--color-primary)
}

.selo-checkout-option-description {
    display: block;
    margin-top: 3px
}

.selo-checkout-coupon-message.is-error {
    color: #dc2626
}

.wbn-profile-grid textarea.selo-form-input {
    min-height: 100px;
    resize: vertical
}

.selo-page-loading body {
    overflow: hidden
}

@media(max-width:1023px) {
    .selo-runtime-pagination nav>div:last-child {
        gap: 6px
    }

    .selo-runtime-pagination nav span[aria-current=page]>span,
    .selo-runtime-pagination nav a,
    .selo-runtime-pagination nav span[aria-disabled=true]>span {
        min-width: 36px;
        height: 36px;
        padding: 0 9px
    }

    .selo-runtime-content {
        margin-bottom: 24px
    }
}

/* VisualBlocks and CMS content bridge */
.selo-visual-banner-section,
.selo-blog-section {
    padding: 0 0 var(--section-spacing)
}

.selo-visual-banner-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px
}

.selo-visual-banner-card {
    display: block;
    overflow: hidden;
    border-radius: var(--radius-card);
    background: var(--color-surface);
    box-shadow: var(--shadow-card)
}

.selo-visual-banner-card img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover
}

.selo-hero-html {
    display: flex;
    min-height: 320px;
    align-items: center;
    justify-content: center;
    padding: 32px;
    background: var(--color-surface);
    color: var(--color-heading)
}

.selo-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px
}

.selo-blog-card {
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-card);
    background: var(--color-surface);
    box-shadow: var(--shadow-card)
}

.selo-blog-card-image-wrap {
    display: block;
    aspect-ratio: 16/10;
    overflow: hidden;
    background: var(--color-surface-soft)
}

.selo-blog-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease
}

.selo-blog-card:hover .selo-blog-card-image {
    transform: scale(1.03)
}

.selo-blog-card-content {
    padding: 22px
}

.selo-blog-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-bottom: 10px;
    color: var(--color-muted);
    font-size: 12px
}

.selo-blog-card-title {
    margin: 0 0 10px;
    color: var(--color-heading);
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700
}

.selo-blog-card-title a {
    color: inherit;
    text-decoration: none
}

.selo-blog-card-excerpt {
    margin: 0 0 16px;
    color: var(--color-body);
    font-size: 18px;
    line-height: 1.7
}

.selo-blog-card-link {
    color: var(--color-primary);
    font-size: 18px;
    font-weight: 700;
    text-decoration: none
}

.selo-post-container {
    max-width: 1040px
}

.selo-post-header {
    text-align: center;
    margin: 0 auto 28px;
    max-width: 850px
}

.selo-post-header .selo-blog-card-meta {
    justify-content: center
}

.selo-post-title {
    margin: 0;
    color: var(--color-heading);
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.15;
    font-weight: 750
}

.selo-post-excerpt {
    margin: 18px auto 0;
    max-width: 760px;
    color: var(--color-body);
    font-size: 18px;
    line-height: 1.7
}

.selo-post-featured-image {
    display: block;
    width: 100%;
    max-height: 580px;
    object-fit: cover;
    border-radius: var(--radius-card);
    margin-bottom: 28px
}

.selo-related-posts {
    padding-top: 48px
}

@media(max-width:1023px) {

    .selo-visual-banner-grid,
    .selo-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media(max-width:639px) {

    .selo-visual-banner-grid,
    .selo-blog-grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .selo-blog-card-content {
        padding: 18px
    }

    .selo-post-title {
        font-size: 32px
    }

    .selo-post-excerpt {
        font-size: 16px
    }
}

.selo-footer-child-link {
    padding-left: 14px;
    font-size: 16px;
    opacity: .85
}

/* Product gallery, reviews and video */
.selo-product-gallery {
    min-width: 0
}

.wbn-product-main-image {
    position: relative;
    overflow: hidden
}

.selo-product-gallery-image {
    transition: opacity .18s ease, transform .25s ease
}

.selo-product-gallery-arrow {
    position: absolute;
    z-index: 3;
    top: 50%;
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    border: 1px solid var(--color-border);
    border-radius: 50%;
    background: color-mix(in srgb, var(--color-surface) 92%, transparent);
    color: var(--color-heading);
    font-size: 28px;
    line-height: 1;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .12);
    transition: .2s ease
}

.selo-product-gallery-arrow:hover {
    border-color: var(--color-primary);
    color: var(--color-primary)
}

.selo-product-gallery-arrow.is-prev {
    left: 14px
}

.selo-product-gallery-arrow.is-next {
    right: 14px
}

.selo-product-gallery-counter {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 2;
    border: 1px solid var(--color-border);
    border-radius: 999px;
    background: color-mix(in srgb, var(--color-surface) 90%, transparent);
    padding: 5px 10px;
    color: var(--color-heading);
    font-size: 18px;
    font-weight: 650
}

.wbn-product-thumbnails {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 10px 2px 3px;
    scrollbar-width: thin
}

.selo-product-thumbnail {
    flex: 0 0 76px
}

.selo-product-review-inline {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 8px 0 10px
}

.selo-rating-stars {
    display: inline-flex;
    gap: 2px;
    color: #cbd5e1;
    font-size: 16px;
    line-height: 1
}

.selo-rating-stars.is-large {
    font-size: 24px
}

.selo-rating-stars .is-filled {
    color: #f59e0b
}

.selo-product-review-link {
    border: 0;
    background: transparent;
    padding: 0;
    color: var(--color-primary);
    font-size: 13px;
    font-weight: 650;
    cursor: pointer
}

.selo-product-reviews-layout {
    display: grid;
    grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
    gap: 24px;
    margin-bottom: 28px
}

.selo-review-summary-card,
.selo-review-form-card,
.selo-approved-review-card,
.selo-review-empty {
    border: 1px solid var(--color-border);
    border-radius: var(--radius-card);
    background: var(--color-surface);
    padding: 24px
}

.selo-review-summary-score {
    color: var(--color-heading);
    font-size: 52px;
    font-weight: 760;
    line-height: 1
}

.selo-review-summary-card>p,
.selo-review-form-card>p {
    margin: 10px 0 18px;
    color: var(--color-muted);
    font-size: 14px
}

.selo-review-breakdown {
    display: grid;
    gap: 10px;
    margin-top: 22px
}

.selo-review-breakdown-row {
    display: grid;
    grid-template-columns: 48px minmax(90px, 1fr) 26px;
    align-items: center;
    gap: 10px;
    color: var(--color-muted);
    font-size: 12px
}

.selo-review-breakdown-track {
    height: 7px;
    overflow: hidden;
    border-radius: 999px;
    background: var(--color-border)
}

.selo-review-breakdown-track>span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: var(--color-primary)
}

.selo-review-form-card h3 {
    margin: 0;
    color: var(--color-heading);
    font-size: 22px
}

.selo-review-form {
    display: grid;
    gap: 16px
}

.selo-review-form label,
.selo-review-rating-field legend {
    display: grid;
    gap: 7px;
    color: var(--color-heading);
    font-size: 13px;
    font-weight: 650
}

.selo-review-form input[type=text],
.selo-review-form textarea {
    width: 100%;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-input);
    background: var(--color-surface);
    padding: 12px 14px;
    color: var(--color-heading);
    font: inherit;
    outline: none
}

.selo-review-form input[type=text]:focus,
.selo-review-form textarea:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary) 14%, transparent)
}

.selo-review-rating-field {
    min-width: 0;
    border: 0;
    margin: 0;
    padding: 0
}

.selo-review-rating-input {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 3px
}

.selo-review-rating-input input {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.selo-review-rating-input label {
    color: #cbd5e1;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    transition: color .15s ease, transform .15s ease
}

.selo-review-rating-input label:hover,
.selo-review-rating-input label:hover~label,
.selo-review-rating-input input:checked~label {
    color: #f59e0b
}

.selo-review-rating-input label:hover {
    transform: translateY(-1px)
}

.selo-review-status {
    border-radius: var(--radius-input);
    padding: 10px 12px;
    background: var(--color-surface-soft)
}

.selo-review-status.is-approved {
    color: #15803d
}

.selo-review-status.is-rejected {
    color: #b91c1c
}

.selo-review-status.is-pending {
    color: #a16207
}

.selo-review-login-button {
    display: inline-flex;
    width: max-content;
    text-decoration: none
}

.selo-approved-review-list {
    display: grid;
    gap: 14px
}

.selo-approved-review-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px
}

.selo-approved-review-head>div {
    display: grid;
    gap: 3px
}

.selo-approved-review-head strong,
.selo-approved-review-card h4 {
    color: var(--color-heading)
}

.selo-approved-review-head span {
    color: var(--color-muted);
    font-size: 12px
}

.selo-approved-review-card h4 {
    margin: 12px 0 6px;
    font-size: 16px
}

.selo-approved-review-card p {
    margin: 0;
    color: var(--color-body);
    line-height: 1.75;
    white-space: pre-line
}

.selo-verified-review {
    border-radius: 999px;
    background: #ecfdf5 !important;
    padding: 5px 9px !important;
    color: #047857 !important;
    font-size: 11px !important;
    font-weight: 700
}

html[data-theme=dark] .selo-verified-review {
    background: #052e16 !important;
    color: #86efac !important
}

.selo-review-empty {
    text-align: center;
    color: var(--color-muted)
}

.selo-product-video-frame {
    position: relative;
    overflow: hidden;
    width: 100%;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-card);
    background: #000;
    aspect-ratio: 16/9
}

.selo-product-video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.selo-quick-view-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 2px 0 12px;
    color: var(--color-muted);
    font-size: 13px
}

/* Theme-aware CMS pages */
.selo-blog-hero,
.selo-page-content-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
    border: 1px solid var(--color-border);
    border-radius: calc(var(--radius-card) + 6px);
    background: linear-gradient(135deg, var(--color-primary-soft), var(--color-surface));
    padding: clamp(30px, 6vw, 68px);
    text-align: center
}

.selo-blog-hero:before,
.selo-page-content-hero:before {
    content: "";
    position: absolute;
    right: -90px;
    top: -120px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--color-primary) 12%, transparent)
}

.selo-blog-hero>*,
.selo-page-content-hero>* {
    position: relative;
    z-index: 1
}

.selo-page-featured-image {
    display: block;
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    border-radius: var(--radius-card);
    margin: 0 0 24px
}

.selo-cms-content-shell {
    max-width: 980px;
    margin-inline: auto
}

.selo-runtime-content {
    border: 1px solid var(--color-border);
    background: var(--color-surface);
    box-shadow: var(--shadow-card)
}

.selo-runtime-content a {
    color: var(--color-primary)
}

.selo-runtime-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.3em 0
}

.selo-runtime-content th,
.selo-runtime-content td {
    border: 1px solid var(--color-border);
    padding: 10px;
    text-align: left
}

.selo-runtime-content blockquote {
    margin: 1.3em 0;
    border-left: 4px solid var(--color-primary);
    background: var(--color-primary-soft);
    padding: 16px 20px;
    color: var(--color-heading)
}

@media(max-width:767px) {
    .selo-product-gallery-arrow {
        width: 36px;
        height: 36px;
        font-size: 23px
    }

    .selo-product-gallery-arrow.is-prev {
        left: 8px
    }

    .selo-product-gallery-arrow.is-next {
        right: 8px
    }

    .selo-product-gallery-counter {
        right: 8px;
        bottom: 8px
    }

    .selo-product-thumbnail {
        flex-basis: 62px
    }

    .selo-product-reviews-layout {
        grid-template-columns: 1fr
    }

    .selo-review-summary-card,
    .selo-review-form-card,
    .selo-approved-review-card {
        padding: 18px
    }

    .selo-approved-review-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px
    }
}

.selo-product-card-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 18px;
    color: var(--color-muted);
    font-size: 11px
}

.selo-product-card-rating .selo-rating-stars {
    font-size: 12px
}

/* Product shipping tab */
.selo-shipping-intro {
    margin-bottom: 18px
}

.selo-product-shipping-methods {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px
}

.selo-product-shipping-method {
    border: 1px solid var(--color-border);
    border-radius: var(--radius-card);
    background: var(--color-surface);
    padding: 18px
}

.selo-product-shipping-method-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px
}

.selo-product-shipping-method-head h4 {
    margin: 0;
    color: var(--color-heading);
    font-size: 17px;
    font-weight: 700
}

.selo-product-shipping-method-head span {
    display: block;
    margin-top: 3px;
    color: var(--color-muted);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .04em
}

.selo-product-shipping-method-head>strong {
    white-space: nowrap;
    color: var(--color-primary);
    font-size: 15px
}

.selo-product-shipping-details {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 14px
}

.selo-product-shipping-details span {
    border: 1px solid var(--color-border);
    border-radius: 999px;
    background: var(--color-page);
    padding: 6px 9px;
    color: var(--color-muted);
    font-size: 11px
}

.selo-product-shipping-method>p {
    margin: 13px 0 0;
    color: var(--color-body);
    font-size: 13px;
    line-height: 1.65
}

@media(max-width:767px) {
    .selo-product-shipping-methods {
        grid-template-columns: 1fr
    }

    .selo-product-shipping-method {
        padding: 15px
    }
}

/* ================================================================
   Selo Gadgets Pro storefront
   SeloCommerce by Webnion — Developed by Anik & Shohan.
   ================================================================ */
html[data-theme=dark] {
    --color-primary: #fb923c;
    --color-primary-hover: #f97316;
    --color-primary-soft: #2b1b12;
    --color-secondary: #020617;
    --color-accent: #f8fafc;
    --color-page: #070b14;
    --color-surface: #101722;
    --color-surface-soft: #172033;
    --color-heading: #f8fafc;
    --color-body: #cbd5e1;
    --color-muted: #94a3b8;
    --color-border: #283447;
    --shadow-card: 0 14px 34px rgba(0, 0, 0, .34)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body.selo-gadgets-body {
    margin: 0;
    background: var(--color-page);
    color: var(--color-body);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 0
}

body.selo-gadgets-body a {
    text-decoration: none
}

.site-container {
    width: min(calc(100% - 32px), var(--container-width));
    margin-inline: auto
}

.gadget-main {
    min-height: 55vh
}

.gadget-announcement {
    background: #111827;
    color: #fff;
    font-size: 18px;
    letter-spacing: .02em;
    text-align: center
}

.gadget-announcement .site-container {
    display: flex;
    min-height: 31px;
    align-items: center;
    justify-content: center
}

html[data-theme=dark] .gadget-announcement {
    background: #020617;
    border-bottom: 1px solid var(--color-border)
}

.gadget-desktop-header {
    position: sticky;
    top: 0;
    z-index: 45;
    background: color-mix(in srgb, var(--color-surface) 96%, transparent);
    backdrop-filter: blur(16px);
    box-shadow: 0 1px 0 var(--color-border)
}

.gadget-header-main {
    background: white;
}

.gadget-header-row {
    display: grid;
    grid-template-columns: auto minmax(300px, 1fr) auto;
    align-items: center;
    gap: 28px;
    min-height: 82px
}

.gadget-logo-link {
    display: flex;
    align-items: center;
    min-width: 150px
}

.gadget-logo-link img {
    display: block;
    width: auto;
    max-height: 45px;
    object-fit: contain
}

.gadget-search {
    position: relative;
    display: flex;
    min-width: 0
}

.gadget-search input {
    width: 100%;
    height: 46px;
    border: 1px solid var(--color-border);
    border-color: #646464;
    border-radius: 50px;
    background: #ffffff;
    color: black;
    padding: 0 52px 0 17px;
    font: inherit;
    font-size: 18px;
    outline: none;
    font-weight: 300;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease
}

.gadget-search input::placeholder {
    color: #94a3b8;
}

.gadget-search input:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-primary) 13%, transparent);
     background: white;
}

.gadget-search button {
    position: absolute;
    right: 4px;
    top: 4px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 0;
    border-radius: 50px;
    background: var(--color-primary);
    color: #fff;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease
}

.gadget-search button:hover {
    background: var(--color-primary-hover);
    transform: translateY(-1px)
}

.gadget-search button svg {
    width: 19px;
    height: 19px
}

.gadget-header-links {
    display: flex;
    align-items: center;
    gap: 18px;
    white-space: nowrap
}

.gadget-header-links>a:not(.gadget-header-icon-link) {
     color: black;
    font-size: 16px;
    font-weight: 550;
    transition: color .2s ease
}

.gadget-header-links>a:not(.gadget-header-icon-link):hover {
    color: var(--color-primary)
}

.gadget-header-icon-link,
.gadget-mobile-icon {
    position: relative;
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid var(--color-border);
    border-radius: 50%;
    background: var(--color-surface);
    color: var(--color-heading);
    cursor: pointer;
    transition: border-color .2s ease, color .2s ease, transform .2s ease, background .2s ease
}

.gadget-header-icon-link:hover,
.gadget-mobile-icon:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
    transform: translateY(-1px);
    background: var(--color-primary-soft)
}

.gadget-header-icon-link svg,
.gadget-mobile-icon svg {
    width: 19px;
    height: 19px
}

.gadget-cart-link>span {
    position: absolute;
    right: -4px;
    top: -5px;
    display: flex;
    min-width: 19px;
    height: 19px;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--color-surface);
    border-radius: 999px;
    background: var(--color-primary);
    padding: 0 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1
}

.gadget-moon {
    display: none
}

html[data-theme=dark] .gadget-sun {
    display: none
}

html[data-theme=dark] .gadget-moon {
    display: block
}

.gadget-category-nav {
    border-top: 1px solid var(--color-border);
    background: var(--color-surface)
}

.gadget-category-menu {
    display: flex;
    min-height: 49px;
    align-items: center;
    gap: 24px;
    margin: auto;
    padding: 0;
    list-style: none;
    overflow: visible;
    justify-content: center;
}

.gadget-category-menu>li {
    flex: 0 0 auto
}

.gadget-all-categories>a {
    display: flex;
    align-items: center;
    gap: 9px;
    border-radius: 9px;
    background: #111827;
    padding: 10px 15px;
    color: #fff;
    font-size: 13px;
    font-weight: 650
}

.gadget-all-categories svg {
    width: 17px;
    height: 17px
}

html[data-theme=dark] .gadget-all-categories>a {
    background: var(--color-primary);
    color: #fff
}

.gadget-category-menu .selo-menu-link {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 14px 0;
    color: var(--color-heading);
    font-size: 13px;
    font-weight: 550;
    white-space: nowrap;
    transition: color .2s ease
}

.gadget-category-menu .selo-menu-link:hover {
    color: var(--color-primary)
}

.wbn-dropdown-panel {
    border: 1px solid var(--color-border);
    border-radius: 12px;
    background: var(--color-surface);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .14)
}

html[data-theme=dark] .wbn-dropdown-panel {
    box-shadow: 0 18px 45px rgba(0, 0, 0, .45)
}

.selo-submenu-link {
    display: block;
    border-radius: 8px;
    padding: 9px 11px;
    color: var(--color-heading);
    font-size: 13px;
    transition: background .2s ease, color .2s ease
}

.selo-submenu-link:hover {
    background: var(--color-primary-soft);
    color: var(--color-primary)
}

.gadget-mobile-header,
.gadget-bottom-nav {
    display: none
}

.gadget-drawer-overlay {
    position: fixed;
    inset: 0;
    z-index: 80;
    background: rgba(2, 6, 23, .52);
    transition: opacity .28s ease
}

.gadget-mobile-drawer {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 90;
    width: min(88%, 350px);
    height: 100%;
    overflow-y: auto;
    background: var(--color-surface);
    box-shadow: -18px 0 45px rgba(2, 6, 23, .2);
    transition: transform .28s ease
}

.gadget-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--color-border);
    padding: 16px 18px;
    background: #ffffff;
}

.gadget-drawer-head>img {
    width: auto;
    max-width: 180px;
    max-height: 42px
}

.gadget-drawer-content {
    padding: 18px
}

.gadget-drawer-content h3 {
    margin: 26px 0 11px;
    color: var(--color-heading);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase
}

.gadget-drawer-quick {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px
}

.gadget-drawer-quick a {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-border);
    border-radius: 10px;
    background: var(--color-page);
    padding: 8px;
    color: var(--color-heading);
    font-size: 16px;
    font-weight: 600;
    text-align: center
}

.gadget-mobile-categories {
    display: grid;
    gap: 4px
}

.gadget-mobile-categories .selo-mobile-category-link,
.gadget-mobile-categories .selo-mobile-category-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 9px;
    background: var(--color-page);
    color: var(--color-heading);
    padding: 8px 10px
}

.gadget-mobile-categories .selo-mobile-category-content {
    display: flex;
    min-width: 0;
    flex: 1;
    align-items: center;
    gap: 10px;
    color: var(--color-heading);
    font-size: 13px;
    font-weight: 550
}

.gadget-mobile-categories .selo-mobile-category-icon {
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    border-radius: 8px;
    background: var(--color-primary-soft);
    color: var(--color-primary)
}

.gadget-mobile-categories .selo-mobile-tree {
    margin-left: 16px;
    border-left: 1px solid var(--color-border);
    padding: 4px 0 4px 13px
}

.gadget-mobile-categories .selo-mobile-tree-link {
    display: block;
    padding: 8px;
    color: var(--color-body);
    font-size: 12px
}

.gadget-hero-section {
    padding: 28px 0 20px
}

.gadget-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 2.05fr) minmax(280px, .95fr);
    gap: 18px
}

.gadget-main-slider {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border-radius: 20px;
    background: var(--color-surface-soft)
}

.gadget-hero-track {
    display: flex;
    height: 100%;
    transition: transform .55s cubic-bezier(.22, .61, .36, 1)
}

.gadget-hero-slide {
    display: block;
    min-width: 100%;
    height: 100%;
    color: inherit
}

.gadget-hero-slide picture,
.gadget-hero-slide img {
    display: block;
    width: 100%;
    height: 100%
}

.gadget-hero-slide img {
    aspect-ratio: 1.9/1;
    object-fit: cover
}

.gadget-side-banners {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 18px
}

.gadget-side-banner {
    display: block;
    min-height: 0;
    overflow: hidden;
    border-radius: 18px;
    background: var(--color-surface-soft);
    transition: transform .25s ease, box-shadow .25s ease
}

.gadget-side-banner:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(15, 23, 42, .12)
}

.gadget-side-banner picture,
.gadget-side-banner img {
    display: block;
    width: 100%;
    height: 100%
}

.gadget-side-banner img {
    object-fit: cover
}

.gadget-hero-arrow,
.gadget-slider-arrow,
.gadget-heading-arrow {
    display: grid;
    place-items: center;
    border: 1px solid var(--color-border);
    border-radius: 50%;
    background: var(--color-surface);
    color: var(--color-heading);
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .11);
    transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease
}

.gadget-hero-arrow:hover,
.gadget-slider-arrow:hover,
.gadget-heading-arrow:hover {
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: #fff;
    transform: translateY(-1px)
}

.gadget-hero-arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 42px;
    height: 42px;
    transform: translateY(-50%)
}

.gadget-hero-arrow:hover {
    transform: translateY(-50%) scale(1.03)
}

.gadget-hero-arrow.is-prev {
    left: 15px
}

.gadget-hero-arrow.is-next {
    right: 15px
}

.gadget-hero-arrow svg,
.gadget-slider-arrow svg,
.gadget-heading-arrow svg {
    width: 18px;
    height: 18px
}

.gadget-hero-dots {
    position: absolute;
    bottom: 14px;
    left: 50%;
    z-index: 4;
    display: flex;
    gap: 7px;
    transform: translateX(-50%)
}

.gadget-hero-dots .selo-hero-dot {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 99px;
    background: rgba(255, 255, 255, .65);
    padding: 0;
    cursor: pointer;
    transition: width .2s ease, background .2s ease
}

.gadget-hero-dots .selo-hero-dot.is-active {
    width: 26px;
    background: var(--color-primary)
}

.gadget-benefit-section {
    padding: 12px 0 26px
}

.gadget-benefit-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px
}

.gadget-benefit-card {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--color-border);
    border-radius: 14px;
    background: var(--color-surface);
    padding: 15px;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease
}

.gadget-benefit-card:hover {
    border-color: color-mix(in srgb, var(--color-primary) 55%, var(--color-border));
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(15, 23, 42, .08)
}

.gadget-benefit-icon {
    display: grid;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 12px;
    background: var(--color-primary-soft);
    color: var(--color-primary)
}

.gadget-benefit-icon svg {
    width: 25px;
    height: 25px
}

.gadget-benefit-card h3 {
    margin: 0 0 3px;
    color: var(--color-heading);
    font-size: 13px;
    font-weight: 650
}

.gadget-benefit-card p {
    margin: 0;
    color: var(--color-muted);
    font-size: 10.5px;
    line-height: 1.45
}

.gadget-home-section {
    padding: 42px 0
}

.gadget-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px
}

.gadget-section-heading h2 {
    margin: 0;
    color: var(--color-heading);
    font-size: clamp(25px, 3vw, 38px);
    font-weight: 650;
    letter-spacing: -.03em
}

.gadget-section-heading p {
    margin: 7px 0 0;
    color: var(--color-muted);
    font-size: 14px
}

.gadget-section-controls {
    display: flex;
    gap: 8px
}

.gadget-heading-arrow {
    width: 36px;
    height: 36px;
    box-shadow: none
}

.gadget-heading-arrow.is-dark {
    border-color: #111827;
    background: #111827;
    color: #fff
}

html[data-theme=dark] .gadget-heading-arrow.is-dark {
    border-color: var(--color-primary);
    background: var(--color-primary)
}

.gadget-view-all {
    color: var(--color-primary);
    font-size: 13px;
    font-weight: 650
}

.gadget-category-section {
    padding-top: 28px
}

.gadget-category-grid {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 18px
}

.gadget-category-item {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    color: var(--color-heading);
    text-align: center
}

.gadget-category-image {
    display: grid;
    width: 88px;
    height: 88px;
    place-items: center;
    overflow: hidden;
    border: 0;
    border-radius: 50%;
    background: transparent;
    transition: transform .25s ease
}

.gadget-category-image img {
    width: 80px;
    height: 80px;
    object-fit: contain
}

.gadget-category-item:hover .gadget-category-image {
    transform: translateY(-4px) scale(1.04)
}

.gadget-category-item strong {
    display: -webkit-box;
    margin-top: 10px;
    overflow: hidden;
    color: var(--color-heading);
    font-size: 16px;
    font-weight: 550;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.gadget-product-slider {
    position: relative;
    min-width: 0
}

.gadget-product-viewport {
    overflow: hidden;
    padding: 2px 1px 20px
}

.gadget-product-track {
    display: flex;
    gap: 16px;
    transition: transform .45s cubic-bezier(.22, .61, .36, 1);
    will-change: transform
}

.gadget-product-slide {
    flex: 0 0 calc((100% - (var(--gadget-desktop) - 1)*16px)/var(--gadget-desktop));
    min-width: 0
}

.gadget-slider-arrow {
    position: absolute;
    top: 44%;
    z-index: 5;
    width: 39px;
    height: 39px;
    transform: translateY(-50%)
}

.gadget-slider-arrow.is-prev {
    left: -18px
}

.gadget-slider-arrow.is-next {
    right: -18px
}

.gadget-product-slider .selo-product-card {
    display: flex;
    height: 100%;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-card);
    background: var(--color-surface);
    box-shadow: 0 7px 18px rgba(15, 23, 42, .06);
    transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease
}

.gadget-product-slider .selo-product-card:hover,
.gadget-main .selo-product-card:hover {
    border-color: color-mix(in srgb, var(--color-primary) 48%, var(--color-border));
    transform: translateY(-5px);
    box-shadow: 0 18px 34px rgba(15, 23, 42, .12)
}

.gadget-product-slider .wbn-product-image-area,
.gadget-main .wbn-product-image-area {
    position: relative;
    display: grid;
    aspect-ratio: 1.17/1;
    place-items: center;
    overflow: hidden;
    background: var(--color-surface)
}

.gadget-product-slider .selo-product-image,
.gadget-main .selo-product-image {
    width: 86%;
    height: 86%;
    object-fit: contain;
    transition: transform .35s ease
}

.gadget-product-slider .selo-product-card:hover .selo-product-image,
.gadget-main .selo-product-card:hover .selo-product-image {
    transform: scale(1.04)
}

.gadget-product-slider .selo-product-content,
.gadget-main .selo-product-content {
    display: flex;
    min-height: 162px;
    flex: 1;
    flex-direction: column;
    padding: 15px 16px 16px
}

.gadget-product-slider .selo-product-name,
.gadget-main .selo-product-name {
    display: -webkit-box;
    min-height: 64px;
    margin: 0;
    overflow: hidden;
    color: var(--color-heading);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.gadget-product-slider .selo-product-card-rating,
.gadget-main .selo-product-card-rating {
    margin-top: 7px
}

.gadget-product-slider .wbn-product-price,
.gadget-main .wbn-product-price {
    display: flex;
    min-height: 28px;
    align-items: center;
    gap: 8px;
    margin-top: 8px
}

.gadget-product-slider .selo-product-current-price,
.gadget-main .selo-product-current-price {
    color: var(--color-heading);
    font-size: 17px;
    font-weight: 700
}

.gadget-product-slider .selo-product-old-price,
.gadget-main .selo-product-old-price {
    color: var(--color-muted);
    font-size: 18px;
    text-decoration: line-through
}

.gadget-product-slider .selo-product-button,
.gadget-main .selo-product-button {
    min-height: 38px;
    margin-top: auto;
    border: 1px solid var(--color-primary);
    border-radius: var(--radius-button);
    background: transparent;
    color: var(--color-primary);
    font-size: 18px;
    font-weight: 650;
    transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease
}

.gadget-product-slider .selo-product-button:hover,
.gadget-main .selo-product-button:hover {
    background: var(--color-primary);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px color-mix(in srgb, var(--color-primary) 22%, transparent)
}

.gadget-product-slider .selo-product-badge,
.gadget-main .selo-product-badge {
    position: absolute;
    left: 11px;
    top: 11px;
    z-index: 2;
    border-radius: 999px;
    background: var(--color-primary);
    padding: 5px 9px;
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

.gadget-product-slider .wbn-product-quick-view,
.gadget-main .wbn-product-quick-view {
    position: absolute;
    right: 11px;
    top: 11px;
    z-index: 3;
    display: grid;
    width: 35px;
    height: 35px;
    place-items: center;
    border: 1px solid var(--color-border);
    border-radius: 50%;
    background: var(--color-surface);
    color: var(--color-heading);
    opacity: 0;
    transform: translateY(-5px);
    transition: opacity .2s ease, transform .2s ease, color .2s ease, border-color .2s ease
}

.gadget-product-slider .selo-product-card:hover .wbn-product-quick-view,
.gadget-main .selo-product-card:hover .wbn-product-quick-view {
    opacity: 1;
    transform: none
}

.gadget-product-slider .wbn-product-quick-view:hover,
.gadget-main .wbn-product-quick-view:hover {
    border-color: var(--color-primary);
    color: var(--color-primary)
}

.gadget-product-slider .wbn-product-quick-view svg,
.gadget-main .wbn-product-quick-view svg {
    width: 18px;
    height: 18px
}

.gadget-tab-list {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    margin: -8px 0 22px;
    padding: 8px 0;
    scrollbar-width: none
}

.gadget-tab-list::-webkit-scrollbar {
    display: none
}

.gadget-tab-button {
    flex: 0 0 auto;
    border: 1px solid transparent;
    border-radius: 999px;
    background: var(--color-page);
    padding: 10px 16px;
    color: var(--color-heading);
    font: inherit;
    font-size: 18px;
    font-weight: 550;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, border-color .2s ease
}

.gadget-tab-button:hover {
    border-color: var(--color-border);
    background: var(--color-surface)
}

.gadget-tab-button.is-active {
    border-color: #111827;
    background: #111827;
    color: #fff
}

html[data-theme=dark] .gadget-tab-button.is-active {
    border-color: var(--color-primary);
    background: var(--color-primary)
}

.gadget-tab-panel {
    animation: gadgetFade .25s ease
}

@keyframes gadgetFade {
    from {
        opacity: .35;
        transform: translateY(5px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.gadget-wide-banner-section {
    padding: 10px 0 24px
}

.gadget-wide-banner {
    display: block;
    overflow: hidden;
    border-radius: 20px;
    background: var(--color-surface-soft);
    transition: transform .25s ease, box-shadow .25s ease
}

.gadget-wide-banner:hover {
    transform: translateY(-3px);
    box-shadow: 0 17px 34px rgba(15, 23, 42, .13)
}

.gadget-wide-banner img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover
}

/* Product detail button motion */
.selo-product-add-cart,
.selo-product-order-now {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important
}

.selo-product-add-cart:before,
.selo-product-order-now:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, .28) 48%, transparent 75%);
    transform: translateX(-130%);
    transition: transform .55s ease
}

.selo-product-add-cart:hover,
.selo-product-order-now:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px color-mix(in srgb, var(--color-primary) 24%, transparent)
}

.selo-product-add-cart:hover:before,
.selo-product-order-now:hover:before {
    transform: translateX(130%)
}

.selo-quantity-button,
.selo-variant-option {
    transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease
}

.selo-quantity-button:hover,
.selo-variant-option:hover {
    transform: translateY(-1px);
    border-color: var(--color-primary);
    color: var(--color-primary)
}

.gadget-footer {
    margin-top: 50px;
    background: #030303;
    color: #d1d5db
}

.gadget-footer-grid {
    display: grid;
    grid-template-columns: 1.05fr 1.35fr .75fr .75fr;
    gap: 58px;
    padding-top: 54px;
    padding-bottom: 48px
}

.gadget-footer-brand>a>img {
    display: block;
    max-height: 50px;
    object-fit: contain;
    filter: none
}

.gadget-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-top: 23px
}

.gadget-contact-item>svg {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    color: #f8fafc
}

.gadget-contact-item div {
    display: grid;
    gap: 4px
}

.gadget-contact-item strong {
    color: #fff;
    font-size: 16px;
    font-weight: 600
}

.gadget-contact-item a {
    color: #d1d5db;
    font-size: 13px
}

.gadget-app-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px
}

.gadget-app-badges img {
    display: block;
    width: auto;
    height: 46px;
    border-radius: 7px
}

.gadget-footer-column h3 {
    margin: 0 0 19px;
    color: #f8fafc;
    font-size: 16px;
    font-weight: 650;
    letter-spacing: .04em;
    text-transform: uppercase
}

.gadget-location-list {
    display: grid;
    gap: 19px
}

.gadget-location {
    display: flex;
    align-items: flex-start;
    gap: 10px
}

.gadget-location>svg {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    color: #fdba74
}

.gadget-location div {
    display: grid;
    gap: 3px
}

.gadget-location strong {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45
}

.gadget-location span {
    color: #cbd5e1;
    font-size: 16px;
    line-height: 1.5
}

.gadget-footer-links {
    display: grid;
    gap: 12px
}

.gadget-footer-links>a,
.gadget-footer-links .selo-footer-link {
    color: #9ca3af;
    font-size: 16px;
    transition: color .2s ease, transform .2s ease
}

.gadget-footer-links>a:hover,
.gadget-footer-links .selo-footer-link:hover {
    color: #fff;
    transform: translateX(3px)
}

.gadget-footer-bottom {
    display: flex;
    min-height: 78px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-top: 1px solid #2b2b2b
}

.gadget-footer-bottom p {
    margin: 0 0 4px;
    color: #e5e7eb;
    font-size: 12px
}

.gadget-footer-bottom>div>a {
    font-size: 11px
}

.gadget-socials {
    display: flex;
    align-items: center;
    gap: 10px
}

.gadget-socials>a {
    display: flex;
    min-width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid #64748b;
    border-radius: 999px;
    color: #fff;
    font-size: 16px;
    font-weight: 650;
    transition: border-color .2s ease, background .2s ease, transform .2s ease
}

.gadget-socials>a:hover {
    border-color: var(--color-primary);
    background: var(--color-primary);
    transform: translateY(-2px)
}

.gadget-socials .gadget-whatsapp {
    min-width: auto;
    border-color: #22c55e;
    background: #22c55e;
    padding: 0 16px
}

@media(max-width:1199px) {
    .gadget-header-row {
        grid-template-columns: auto minmax(260px, 1fr) auto;
        gap: 18px
    }

    .gadget-header-links {
        gap: 10px
    }

    .gadget-header-links>a:not(.gadget-header-icon-link) {
        display: none
    }

    .gadget-category-menu {
        gap: 18px;
        overflow-x: auto;
        scrollbar-width: none
    }

    .gadget-category-menu::-webkit-scrollbar {
        display: none
    }

    .gadget-category-grid {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }

    .gadget-benefit-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .gadget-benefit-card:nth-child(4),
    .gadget-benefit-card:nth-child(5) {
        grid-column: span 1
    }

    .gadget-footer-grid {
        grid-template-columns: 1.1fr 1.2fr .8fr .8fr;
        gap: 32px
    }
}

@media(max-width:1023px) {
    body.selo-gadgets-body {
        padding-bottom: 68px
    }

    .gadget-desktop-header {
        display: none
    }

    .gadget-mobile-header {
        position: sticky;
        top: 0;
        z-index: 45;
        display: block;
        border-bottom: 1px solid var(--color-border);
        background: #ffffff;
        backdrop-filter: blur(14px)
    }

    .gadget-mobile-row {
        display: flex;
        min-height: 61px;
        align-items: center;
        justify-content: space-between;
        gap: 12px
    }

    .gadget-mobile-logo {
        display: flex;
        min-width: 0;
        flex: 1;
        justify-content: center
    }

    .gadget-mobile-logo img {
        display: block;
        width: auto;
        max-width: 120px;
       
    }

    .gadget-mobile-actions {
        display: flex;
        gap: 7px
    }

    .gadget-mobile-icon {
        width: 38px;
        height: 38px
    }

    .gadget-mobile-search {
        padding-bottom: 11px
    }

    .gadget-mobile-search .gadget-search input {
        height: 42px
    }

    .gadget-mobile-search .gadget-search button {
        width: 34px;
        height: 34px
    }

    .gadget-bottom-nav {
        position: fixed;
        inset: auto 0 0;
        z-index: 55;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        border-top: 1px solid var(--color-border);
        background: color-mix(in srgb, var(--color-surface) 97%, transparent);
        backdrop-filter: blur(14px)
    }

    .gadget-bottom-nav a,
    .gadget-bottom-nav button {
        display: flex;
        min-height: 64px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        border: 0;
        background: transparent;
        color: var(--color-heading);
        font: inherit;
        font-size: 14px;
    }

    .gadget-bottom-nav svg {
        width: 20px;
        height: 20px;
        color: var(--color-primary)
    }

    .gadget-hero-section {
        padding-top: 18px
    }

    .gadget-hero-grid {
        grid-template-columns: 1fr
    }

    .gadget-main-slider {
        border-radius: 16px
    }

    /*.gadget-hero-slide img {*/
    /*    aspect-ratio: 1.75/1*/
    /*}*/

    .gadget-side-banners {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: none
    }

    .gadget-side-banner {
        border-radius: 14px
    }

    .gadget-side-banner img {
        aspect-ratio: 2.05/1
    }

    .gadget-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .gadget-benefit-card:last-child {
        grid-column: 1/-1
    }

    .gadget-category-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 14px
    }

    .gadget-category-image {
        width: 76px;
        height: 76px
    }

    .gadget-category-image img {
        width: 70px;
        height: 70px
    }

    .gadget-product-slide {
        flex-basis: calc((100% - (var(--gadget-tablet) - 1)*16px)/var(--gadget-tablet))
    }

    .gadget-slider-arrow.is-prev {
        left: -10px
    }

    .gadget-slider-arrow.is-next {
        right: -10px
    }

    .gadget-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 38px
    }

    .gadget-footer-bottom {
        padding: 18px 0
    }
}

@media(max-width:639px) {
    .site-container {
        width: min(calc(100% - 22px), var(--container-width))
    }

    .gadget-announcement {
        font-size: 10px
    }

    .gadget-announcement .site-container {
        min-height: 28px
    }

    .gadget-hero-grid {
        gap: 10px
    }

    /*.gadget-hero-slide img {*/
    /*    aspect-ratio: 1.25/1*/
    /*}*/

    .gadget-side-banners {
        gap: 10px
    }

    .gadget-side-banner img {
        aspect-ratio: 1.75/1
    }

    .gadget-hero-arrow {
        display: none
    }

    .gadget-hero-dots {
        bottom: 9px
    }

    .gadget-benefit-section {
        padding: 9px 0 14px
    }

    .gadget-benefit-grid {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none
    }

    .gadget-benefit-grid::-webkit-scrollbar {
        display: none
    }

    .gadget-benefit-card {
        flex: 0 0 78%;
        padding: 12px
    }

    .gadget-benefit-card:last-child {
        grid-column: auto
    }

    .gadget-benefit-icon {
        flex-basis: 40px;
        width: 40px;
        height: 40px
    }

    .gadget-benefit-card h3 {
        font-size: 12px
    }

    .gadget-benefit-card p {
        font-size: 10px
    }

    .gadget-home-section {
        padding: 30px 0
    }

    .gadget-section-heading {
        align-items: center;
        margin-bottom: 16px
    }

    .gadget-section-heading h2 {
        font-size: 23px
    }

    .gadget-section-heading p {
        font-size: 12px
    }

    .gadget-section-controls {
        gap: 6px
    }

    .gadget-heading-arrow {
        width: 33px;
        height: 33px
    }

    .gadget-category-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 15px 8px
    }

    .gadget-category-image {
        width: 68px;
        height: 68px
    }

    .gadget-category-image img {
        width: 62px;
        height: 62px
    }

    .gadget-category-item strong {
        font-size: 10.5px
    }

    .gadget-product-track {
        gap: 10px
    }

    .gadget-product-slide {
        flex-basis: calc((100% - (var(--gadget-mobile) - 1)*10px)/var(--gadget-mobile))
    }

    .gadget-slider-arrow {
        display: none
    }

    .gadget-product-slider .selo-product-content,
    .gadget-main .selo-product-content {
        min-height: 148px;
        padding: 11px
    }

    .gadget-product-slider .selo-product-name,
    .gadget-main .selo-product-name {
        min-height: 39px;
        font-size: 13px;
        line-height: 1.55
    }

    .gadget-product-slider .selo-product-current-price,
    .gadget-main .selo-product-current-price {
        font-size: 14px
    }

    .gadget-product-slider .selo-product-button,
    .gadget-main .selo-product-button {
        min-height: 34px;
        font-size: 10.5px
    }

    .gadget-product-slider .wbn-product-quick-view,
    .gadget-main .wbn-product-quick-view {
        display: grid;
        width: 31px;
        height: 31px;
        opacity: 1;
        transform: none
    }

    .gadget-product-slider .selo-product-badge,
    .gadget-main .selo-product-badge {
        left: 7px;
        top: 7px;
        padding: 4px 7px
    }

    .gadget-tab-list {
        gap: 7px;
        margin-bottom: 14px
    }

    .gadget-tab-button {
        padding: 8px 12px;
        font-size: 10.5px
    }

    .gadget-wide-banner-section {
        padding-bottom: 10px
    }

    .gadget-wide-banner {
        border-radius: 12px
    }

   

    .gadget-footer {
        margin-top: 28px
    }

    .gadget-footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-top: 38px;
        padding-bottom: 34px
    }

    .gadget-footer-brand>a>img {
        max-width: 210px
    }

    .gadget-footer-bottom {
        align-items: flex-start;
        flex-direction: column
    }

    .gadget-socials {
        flex-wrap: wrap
    }
}

.gadget-socials a>svg {
    width: 18px;
    height: 18px;
    display: block;
    flex: 0 0 auto
}

.gadget-socials .gadget-whatsapp {
    gap: 7px
}

.gadget-socials .gadget-whatsapp>svg {
    width: 17px;
    height: 17px
}

.gadget-home-flow {
    display: flex;
    min-width: 0;
    flex-direction: column
}

.gadget-home-flow>section {
    min-width: 0
}

/* ================================================================
   Product Details Premium Button Hover
   ================================================================ */

.selo-product-add-cart,
.selo-product-order-now {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    transform: translateZ(0);
    transition:
        transform .25s cubic-bezier(.2, .8, .2, 1),
        box-shadow .25s ease,
        border-color .25s ease,
        background .25s ease,
        color .25s ease !important;
}

/* animated shine */
.selo-product-add-cart::before,
.selo-product-order-now::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    z-index: -1;
    width: 55%;
    height: 100%;
    background: linear-gradient(110deg,
            transparent 0%,
            rgba(255, 255, 255, .08) 20%,
            rgba(255, 255, 255, .45) 50%,
            rgba(255, 255, 255, .08) 80%,
            transparent 100%);
    transform: skewX(-20deg);
    transition: left .55s cubic-bezier(.22, .61, .36, 1);
}

.selo-product-add-cart:hover,
.selo-product-order-now:hover {
    transform: translateY(-3px) scale(1.015);
    box-shadow:
        0 12px 26px color-mix(in srgb,
            var(--color-primary) 28%,
            transparent);
}

.selo-product-add-cart:hover::before,
.selo-product-order-now:hover::before {
    left: 150%;
}

.selo-product-add-cart:active,
.selo-product-order-now:active {
    transform: translateY(0) scale(.98);
    box-shadow:
        0 5px 12px color-mix(in srgb,
            var(--color-primary) 20%,
            transparent);
}


/* Quantity buttons */
.selo-quantity-button {
    transition:
        transform .18s ease,
        border-color .18s ease,
        background .18s ease,
        color .18s ease,
        box-shadow .18s ease;
}

.selo-quantity-button:hover {
    transform: translateY(-2px);
    border-color: var(--color-primary);
    background: var(--color-primary-soft);
    color: var(--color-primary);
    box-shadow: 0 5px 12px rgba(15, 23, 42, .08);
}

.selo-quantity-button:active {
    transform: scale(.94);
}


/* Variation option animation */
.selo-variant-option {
    transition:
        transform .2s ease,
        border-color .2s ease,
        background .2s ease,
        color .2s ease,
        box-shadow .2s ease;
}

.selo-variant-option:hover {
    transform: translateY(-2px);
    border-color: var(--color-primary);
    color: var(--color-primary);
    box-shadow:
        0 6px 14px color-mix(in srgb,
            var(--color-primary) 13%,
            transparent);
}

.selo-variant-option:active {
    transform: scale(.97);
}

.selo-product-meta-item{
font-size: 14px !important;
}