.byno-page-layout {
    background: var(--byno-var-color-light-dark-bg);
    border-radius: 20px;
    box-shadow: 0 8px 24px -20px var(--byno-var-color-light-dark-shadow);
    margin: 28px 0;
    padding: 24px;
}

.byno-page-header {
    border-bottom: 1px solid var(--byno-var-color-light-dark-border);
    margin-bottom: 20px;
    padding-bottom: 14px;
}

.byno-page-title {
    color: var(--byno-var-color-light-dark-text);
    font-size: 1.7rem;
    line-height: 1.7;
}

.byno-page-content {
    color: var(--byno-var-color-light-dark-text);
    line-height: 2.1;
}

.byno-page-content > * {
    margin-bottom: 14px;
}

.byno-page-content img {
    border-radius: 12px;
    height: auto;
    max-width: 100%;
}

.byno-page-empty {
    color: var(--byno-var-color-light-dark-opacity-text);
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .byno-page-layout {
        border-radius: 14px;
        margin: 18px 0;
        padding: 18px;
    }

    .byno-page-title {
        font-size: 1.35rem;
    }
}

.byno-front-page {
    --home-gap: 18px;
    --home-radius: 18px;
    --home-shadow: 0 14px 34px -30px rgba(13, 30, 60, 0.25);
    color: var(--byno-var-color-light-dark-text);
    display: grid;
    gap: var(--home-gap);
    margin: 16px 0 24px;
}

.byno-home-section {
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    padding: 0;
}

.byno-home-section.byno-home-products-slider,
.byno-home-section.byno-home-specials {
    background: transparent;
}

.byno-home-section h2,
.byno-home-section h3,
.byno-home-section p {
    margin: 0;
}

.byno-home-section-head,
.byno-home-block-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.byno-home-scroll-controls {
    align-items: center;
    display: flex;
    gap: 6px;
    flex-direction: row-reverse;
    justify-content: center;
    margin-bottom: -22px;
}

.byno-home-scroll-btn {
    align-items: center;
    background: #edf5ff;
    border: 1px solid #d2e6ff;
    border-radius: 8px;
    color: #2388dc;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    height: 22px;
    justify-content: center;
    line-height: 1;
    width: 22px;
}

.byno-home-section-head h2,
.byno-home-block-head h2 {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.35;
}

.byno-home-block-head a {
    color: var(--byno-var-main-color);
    font-size: 13px;
    font-weight: 700;
}

.byno-home-hero {
    --byno-hero-min-height: 370px;
    --byno-hero-min-height-mobile: 320px;
    --byno-hero-canvas-color: var(--byno-var-color-light-dark-bg, #fff);
    --byno-hero-default-crop-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201200%20360%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22black%22%20d%3D%22M1153%200C1178.96%201.44314e-05%201200%2021.0426%201200%2047V123.077C1200%20129.177%201198.12%20135.084%201195.39%20140.54C1189.38%20152.568%201186%20166.139%201186%20180.5C1186%20194.861%201189.38%20208.431%201195.39%20220.459C1198.12%20225.915%201200%20231.822%201200%20237.922V312.189C1200%20338.147%201178.96%20359.19%201153%20359.19H47C21.0428%20359.19%200.000263521%20338.148%200%20312.19V231.729C0%20226.344%201.46782%20221.092%203.6153%20216.154C8.36552%20205.229%2011%20193.172%2011%20180.5C11%20167.827%208.36569%20155.77%203.6154%20144.845C1.46788%20139.907%200%20134.655%200%20129.269V47C4.01023e-05%2021.0427%2021.0426%200%2047%200H1153Z%22%2F%3E%3C%2Fsvg%3E");
    border: 0;
    box-shadow: none;
    color: #fff;
    isolation: isolate;
    position: relative;
    padding: 0;
}

.elementor-widget-byno-home-hero .byno-home-section {
    background: #fbfbfb;
}

.byno-home-hero-clip-defs {
    height: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    width: 0;
}

.byno-home-hero-swiper {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.byno-home-hero--has-crop .byno-home-hero-swiper {
    -webkit-mask: var(--byno-hero-crop-mask, var(--byno-hero-default-crop-mask)) center / 100% 100% no-repeat;
    mask: var(--byno-hero-crop-mask, var(--byno-hero-default-crop-mask)) center / 100% 100% no-repeat;
}

.byno-home-hero .swiper-button-next, .byno-home-hero .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 35px;
    height: 55px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.1s ease;
}

.byno-home-hero .swiper-button-next:hover {
    transform: scale(1.12) translateX(2px);
}


.byno-home-hero .swiper-button-prev:hover {
    transform: scale(1.12) translateX(-2px);
}

.byno-home-hero .swiper-button-next svg,
.byno-home-hero .swiper-button-prev svg {
    display: block;
    position: relative;
    z-index: 12;
    pointer-events: none;
}

.byno-home-hero .swiper-button-prev {
    right: -10px !important;
    left: auto !important;
    border-radius: 18px 0 0 18px;
}
.byno-home-hero .swiper-button-next {
    left: -10px !important;
    right: auto !important;
    border-radius: 0 18px 18px 0;
}

.byno-home-hero .swiper-button-prev::before, .byno-home-hero .swiper-button-prev::after, .byno-home-hero .swiper-button-next::before, .byno-home-hero .swiper-button-next::after {
    background: var(--byno-hero-canvas-color);
    bottom: -1px;
    content: "" !important;
    height: 20px;
    position: absolute;
    width: 35px;
    z-index: 5;
}

.byno-home-hero .swiper-button-prev::after {
    top: calc(50% + -53px);
    -webkit-mask: radial-gradient(100% 100% at 100% 0%, transparent 99.5%, black 100%);
    mask: radial-gradient(100% 100% at 100% 0%, transparent 99.5%, black 100%);
    transform: rotate(
270deg);
    right: 0px;
}

.byno-home-hero .swiper-button-prev::before {
    top: calc(50% + 33px);
    -webkit-mask: radial-gradient(100% 100% at 0% 0%, transparent 99.5%, black 100%);
    mask: radial-gradient(100% 100% at 0% 0%, transparent 99.5%, black 100%);
    transform: rotate(
270deg);
    right: 0px;
}

.byno-home-hero .swiper-button-next::after {
    top: calc(50% + 33px);
    -webkit-mask: radial-gradient(100% 100% at 100% 0%, transparent 99.5%, black 100%);
    mask: radial-gradient(100% 100% at 100% 0%, transparent 99.5%, black 100%);
    transform: rotate(
90deg);
    left: 0px;
}

.byno-home-hero .swiper-button-next::before {
    top: calc(50% - 53px);
    -webkit-mask: radial-gradient(100% 100% at 0% 0%, transparent 99.5%, black 100%);
    mask: radial-gradient(100% 100% at 0% 0%, transparent 99.5%, black 100%);
    transform: rotate(
90deg);
    left: 0px;
}

.byno-home-hero--has-crop .swiper-button-prev::before,
.byno-home-hero--has-crop .swiper-button-prev::after,
.byno-home-hero--has-crop .swiper-button-next::before,
.byno-home-hero--has-crop .swiper-button-next::after {
    display: none;
}

.byno-home-hero .swiper-button-next {
    left: -10px !important;
    right: auto !important;
    border-radius: 0 18px 18px 0;
}

.byno-home-hero-inner {
    align-items: center;
    background: var(--byno-var-main-color);
    color: inherit;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 40%;
    min-height: var(--byno-hero-min-height);
    padding: 30px 80px 30px 35px;
    text-decoration: none;
}

.byno-home-hero-inner:hover {
    color: inherit !important;
}

.byno-home-hero-content {
    display: grid;
    gap: 12px;
}

.byno-home-hero-content > * {
    opacity: 0;
    transform: translateY(18px);
}

.byno-home-hero .swiper-slide-active .byno-home-hero-content > * {
    animation: bynoHeroReveal 0.55s ease forwards;
}

.byno-home-hero .swiper-slide-active .byno-home-hero-content > *:nth-child(1) {
    animation-delay: 0.08s;
}

.byno-home-hero .swiper-slide-active .byno-home-hero-content > *:nth-child(2) {
    animation-delay: 0.18s;
}

.byno-home-hero .swiper-slide-active .byno-home-hero-content > *:nth-child(3) {
    animation-delay: 0.28s;
}

@keyframes bynoHeroReveal {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.byno-home-hero-title {
    font-size: clamp(34px, 3vw, 52px);
    font-weight: 900;
    line-height: 1.35;
}

.byno-home-hero-subtitle {
    color: rgba(255, 255, 255, 0.92);
    font-size: 17px;
    line-height: 1.95;
}

.byno-home-hero-cta {
    align-items: center;
    background: #fff;
    border-radius: 999px;
    color: #1f5ec3;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    min-height: 42px;
    margin-top: 4px;
    padding: 0 18px;
    width: fit-content;
}

.byno-home-hero-cta:hover {
    transform: translateY(-2px);
    transition: transform 0.2s ease;
}

.byno-home-hero-media {
    display: flex;
    justify-content: center;
}

.byno-home-hero-media img {
    max-height: 260px;
    max-width: 100%;
    object-fit: contain;
}

.byno-home-hero-pagination {
    align-items: center;
    display: flex;
    gap: 5px;
    bottom: 15px !important;
    inset: auto 0 8px 0;
    justify-content: center;
    position: absolute;
    z-index: 4;
}

.byno-home-hero-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    height: 6px;
    margin: 0 !important;
    opacity: 1;
    transition: 0.2s all ease;
    width: 7px;
}

.byno-home-hero-pagination .swiper-pagination-bullet-active {
    background: #fff;
    width: 24px;
}

.byno-home-hero-nav {
    align-items: center;
    background: #fbfbfb;
    border: 0;
    border-radius: 999px;
    color: #1f5ec3;
    display: inline-flex;
    height: 32px;
    justify-content: center;
    margin: 0;
    top: calc(50% - 16px);
    width: 32px;
}

.byno-home-hero-nav::after {
    font-size: 13px;
    font-weight: 800;
}

.byno-home-hero-nav-prev {
    right: 10px;
}

.byno-home-hero-nav-next {
    left: 10px;
}

.byno-home-category-strip, .byno-home-brands {
    border-radius: 16px;
    display: flex;
    padding: 25px 30px;
    flex-direction: column;
    gap: 25px;
    min-width: 0;
    width: 100%;
    border: 2px solid rgb(243 243 243);
}

.byno-home-scroll-controls button.byno-home-category-nav {
    position: static;
    background: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.byno-home-scroll-controls button.byno-home-category-nav svg {
    color: var(--byno-var-main-color);
    width: 30px !important;
    height: 30px !important;
}

.byno-home-category-strip .byno-home-section-head h2 {
    align-items: center;
    display: inline-flex;
    gap: 6px;
    font-size: 24px;
}

.byno-home-category-title {
    align-items: center;
    display: inline-flex;
    font-size: 24px;
    font-weight: 800;
    gap: 6px;
    line-height: 1.35;
    min-width: 0;
}

.byno-home-category-title-icon {
    align-items: center;
    color: var(--byno-var-main-color);
    display: inline-flex;
    flex: 0 0 auto;
    justify-content: center;
    line-height: 1;
}

.byno-home-category-title-icon svg {
    display: block;
    height: 32px;
    width: 32px;
}

.byno-home-category-title-icon i {
    display: block;
    font-size: 1em;
    line-height: 1;
}

.byno-home-category-title-text {
    min-width: 0;
}

.byno-home-category-strip .byno-home-section-head h2 svg,
.byno-home-category-title-icon svg {
    color: var(--byno-var-main-color);
}

.byno-home-category-swiper {
    overflow: hidden;
    padding: 2px 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.byno-home-category-swiper .swiper-wrapper {
    align-items: stretch;
    width: 100%;
}

.byno-home-category-strip .swiper-slide {
    height: auto;
    min-width: 0;
}

.byno-home-brands {
    border: 1px solid #eceff3;
    display: block;
    padding: 14px 16px;
    width: calc(100% - 100px);
    margin-right: auto;
    overflow: visible;
}

.byno-home-brands-rail {
    align-items: stretch;
    display: flex;
    gap: 12px;
}

.byno-home-brands-carousel {
    align-items: center;
    background: #fff;
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
}

.byno-home-brand-swiper {
    flex: 1 1 auto;
    overflow: hidden;
    padding: 0;
    min-width: 0;
}

.byno-home-brand-swiper .swiper-wrapper {
    align-items: stretch;
}

.byno-home-brand-swiper .swiper-slide {
    height: auto;
    min-width: 0;
}

.byno-home-brand-swiper .swiper-wrapper > .byno-home-brand-item:first-child {
    border-inline-start: 0;
}

.byno-home-brands .byno-home-brand-nav {
    background: #e7f4ff;
    border: 0;
    border-radius: 10px;
    color: #2d8ddb;
    flex: 0 0 auto;
    height: 26px;
    margin: 0 10px;
    width: 26px;
}

.byno-home-brands .byno-home-brand-nav svg {
    height: 14px;
    width: 14px;
}

.byno-home-brands .byno-home-brand-nav.swiper-button-disabled {
    opacity: 0.4;
}

.byno-home-category-item {
    align-items: center;
    background: #fff;
    display: grid;
    gap: 0px 8px;
    grid-template-columns: 65px minmax(95px, 1fr);
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.2s ease, transform 0.2s ease;
    padding: 0 0 0 5px;
}

.byno-home-category-item{
    border-left: 1px solid #F1F1F1;
}

.byno-home-category-strip .byno-home-category-item.swiper-slide.is-visible-edge {
    border-left-color: transparent;
}

.byno-home-category-item:hover {
    border-color: #d8e9ff;
    transform: translateY(-1px);
}

.byno-home-category-strip--layout-vertical .byno-home-category-item {
    align-items: center;
    border-left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    padding: 12px;
    text-align: center;
}

.byno-home-category-strip--layout-vertical .byno-home-category-thumb {
    grid-row: auto;
}

.byno-home-category-strip--layout-vertical .byno-home-category-name,
.byno-home-category-strip--layout-vertical .byno-home-category-count {
    white-space: normal;
}

.byno-home-category-strip--layout-vertical .byno-home-category-name,
.byno-home-category-strip--hide-count .byno-home-category-name {
    margin-bottom: 0;
}

.byno-home-category-strip--hide-image .byno-home-category-item {
    grid-template-columns: minmax(0, 1fr);
    padding: 10px 12px;
}

.byno-home-category-strip--hide-image .byno-home-category-thumb {
    display: none;
}

.byno-home-category-strip--nav-hidden .byno-home-scroll-controls {
    display: none;
}

.byno-home-category-thumb {
    align-items: center;
    background: #f3f6fb;
    border-radius: 50%;
    display: flex;
    grid-row: 1 / span 2;
    height: 65px;
    justify-content: center;
    overflow: hidden;
    width: 65px;
}

.byno-home-category-thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.byno-home-category-thumb-fallback {
    color: var(--byno-var-main-color);
    font-size: 24px;
    font-weight: 800;
}

.byno-home-category-name {
    color: #152848;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: -10px;
}

.byno-home-category-count {
    color: #8a99b0;
    font-size: 12px;
    font-weight: 200;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.byno-home-category-nav {
    border-radius: 8px;
    font-size: 14px;
    inset: auto;
    margin: 0;
    position: static;
}

.byno-home-category-nav::after {
    display: none;
}

.byno-home-category-nav.swiper-button-disabled {
    cursor: default;
    opacity: 0.45;
}

.byno-home-scroll-controls button.byno-home-category-nav {
    width: fit-content !important;
    height: fit-content !important;
}

.byno-home-latest-products,
.byno-home-latest-posts {
    background: var(--byno-var-color-light-dark-bg);
    border: 1px solid var(--byno-var-color-light-dark-border);
    border-radius: 16px;
    box-shadow: var(--home-shadow);
    padding: 12px;
}

.byno-home-specials-grid {
    display: block;
}

.byno-home-specials-layout {
    display: block;
}

.byno-home-specials-layout.has-deal {
    display: grid;
    gap: 16px;
    grid-template-columns: 265px minmax(0, 1fr);
}

.byno-home-specials-head {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.byno-home-specials-head::after {
    border-top: 1px solid var(--byno-var-color-light-dark-border);
    content: "";
    flex: 1 1 auto;
    order: 2;
}

.byno-home-specials-head h2 {
    align-items: center;
    display: inline-flex;
    flex-direction: row-reverse;
    font-size: 20px;
    order: 1;
    gap: 8px;
    line-height: 1;
    margin: 0;
}

.byno-home-specials-head .byno-home-scroll-controls {
    flex: 0 0 auto;
    order: 3;
}

.byno-home-specials-head .byno-home-specials-action {
    align-items: center;
    border: 1px solid var(--byno-var-main-color);
    border-radius: 999px;
    color: var(--byno-var-main-color) !important;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 700;
    min-height: 34px;
    order: 3;
    padding: 0 14px;
    text-decoration: none;
}

.byno-home-specials-head .byno-home-specials-action:hover,
.byno-home-specials-head .byno-home-specials-action:focus {
    color: #fff;
    opacity: 0.92;
}

.byno-home-specials-head h2 svg,
.byno-home-specials-title-icon {
    color: var(--byno-var-main-color);
}

.byno-home-specials-title-main {
    color: #1d2533;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.byno-home-specials-title-sub {
    color: #303748;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    opacity: 0.92;
}

.byno-home-specials-title-icon {
    align-items: center;
    display: inline-flex;
    height: 32px;
    justify-content: center;
    width: 32px;
}

.byno-home-specials-title-icon svg,
.byno-home-specials-title-icon img {
    display: block;
    height: 100%;
    width: 100%;
}

.byno-home-specials-title-icon i {
    font-size: 100%;
    line-height: 1;
}

.byno-home-specials-head .byno-home-scroll-controls {
    gap: 5px;
}

.byno-home-specials-swiper {
    overflow: hidden;
    width: 100%;
}

.byno-home-specials-swiper .products {
    display: flex;
    gap: 0;
    margin: 0;
    padding: 0;
}

.byno-home-specials-swiper .products li.product.byno-product-card.swiper-slide {
    flex-shrink: 0;
    margin: 0;
    width: auto;
}

.byno-home-specials-swiper .swiper-slide {
    height: auto;
}

.byno-home-posts-slider .byno-home-posts-slider-list {
    display: flex;
    gap: 0;
}

.byno-home-posts-slider .byno-home-posts-slider-list .byno-blog-card.swiper-slide {
    margin: 0;
    width: auto;
}

.byno-home-widget--hide-header .byno-home-specials-head {
    display: none;
}

.byno-home-widget--hide-cart .byno-product-card-actions {
    display: none !important;
}

.byno-home-widget--hide-cart .byno-product-card-bottom {
    grid-template-columns: minmax(0, 1fr);
}

.byno-home-widget--hide-cart .byno-product-card-bottom.is-stacked {
    grid-template-columns: minmax(0, 1fr);
}

.byno-home-widget--hide-wishlist .byno-product-card-top-actions {
    display: none !important;
}

.byno-home-widget--hide-rating .byno-product-card-rating-badge {
    display: none !important;
}

.byno-home-widget--hide-post-thumb .byno-blog-card__thumb {
    display: none !important;
}

.byno-home-widget--hide-post-terms .byno-blog-card__cats {
    display: none !important;
}

.byno-home-widget--hide-post-excerpt .byno-blog-card__excerpt {
    display: none !important;
}

.byno-home-widget--hide-post-meta .byno-blog-card__meta {
    display: none !important;
}

.byno-home-products-grid .byno-home-products-grid-list {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(var(--byno-products-grid-columns-desktop, 5), minmax(0, 1fr));
}

.byno-home-posts-loop-grid .byno-home-posts-loop-grid-list {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(var(--byno-posts-grid-columns-desktop, 3), minmax(0, 1fr));
}

@media only screen and (max-width: 1200px) {
    .byno-home-products-grid .byno-home-products-grid-list {
        grid-template-columns: repeat(var(--byno-products-grid-columns-tablet, 3), minmax(0, 1fr));
    }

    .byno-home-posts-loop-grid .byno-home-posts-loop-grid-list {
        grid-template-columns: repeat(var(--byno-posts-grid-columns-tablet, 2), minmax(0, 1fr));
    }
}

.byno-home-specials-deal {
    align-content: center;
    background: linear-gradient(160deg, #0b98f0 0%, #0672cb 100%);
    border-radius: 16px;
    color: #fff;
    display: grid;
    gap: 8px;
    justify-items: center;
    overflow: hidden;
    padding: 18px 14px 14px;
    position: relative;
    text-align: center;
}

.byno-home-specials-deal-wave {
    align-items: center;
    display: inline-flex;
    height: 56px;
    justify-content: center;
    position: absolute;
    top: 46px;
    width: 56px;
}

.byno-home-specials-deal-wave svg {
    display: block;
    height: 56px;
    width: 56px;
}

.byno-home-specials-deal-wave-right {
    right: 22px;
}

.byno-home-specials-deal-wave-left {
    left: 22px;
}

.byno-home-specials-deal-icon-wrap {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 8px;
    position: relative;
}

.byno-home-specials-deal-icon-wrap::before {
    background: #6DA3C9;
    content: "";
    display: flex;
    height: 60px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 15px;
    transform: translateX(-50%);
    width: 40px;
    z-index: 0;
    box-shadow: 0 0 55px 40px #6DA3C9;
}

.byno-home-specials-deal-icon {
    display: block;
    height: auto;
    max-width: 100%;
    position: relative;
    width: 78px;
    z-index: 1;
}

.products.swiper-wrapper .byno-product-card-inner:hover {
    box-shadow: none;
    transform: unset;
}

.byno-home-specials-deal h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.55;
    z-index: 1;
    width: fit-content;
}

.byno-home-specials-deal p {
    color: #d7ebff;
    font-size: 16px;
    margin-top: -2px;
}

.byno-home-deal-timer {
    align-items: stretch;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    direction: ltr;
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 12px;
    width: min(100%, 180px);
    margin-top: 10px;
}

.byno-home-deal-timer .byno-home-deal-timer__item {
    align-items: center;
    display: grid;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    gap: 2px;
    line-height: 1;
    min-height: 40px;
    text-align: center;
}

.byno-home-deal-timer strong {
    color: #ffffff;
    font-size: 26px;
    font-weight: 900;
    line-height: 1;
    text-shadow: 0 2px 8px rgba(6, 112, 198, 0.14);
}

.byno-home-deal-timer .byno-home-deal-timer__label {
    color: #ffffff8f;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.byno-home-deal-timer.is-expired .byno-home-deal-timer__item {
    opacity: 0.72;
}

.byno-home-deal-end-at {
    color: #d7ebff;
    display: block;
    font-size: 12px;
    line-height: 1.5;
}

.byno-home-posts-grid {
    display: grid;
    gap: 25px;
    grid-template-columns: var(--byno-home-side-banner-width, 300px) minmax(0, 1fr);
    align-items: stretch;
    grid-template-areas: "posts banner";
}

.byno-home-posts-grid.is-without-side-banner {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "posts";
}

.byno-home-posts-grid.is-without-side-banner .byno-home-post-list {
    grid-column: 1 / -1;
}

.byno-home-latest-posts .byno-home-specials-head {
    margin-bottom: 14px;
}

.byno-home-latest-posts .byno-home-specials-title-sub:empty {
    display: none;
}

.byno-home-latest-posts .byno-home-specials-title-main {
    color: #151d2f;
    font-size: clamp(23px, 1.35vw, 30px);
}

.byno-home-block-title-icon {
    align-items: center;
    display: inline-flex;
    flex: 0 0 32px;
    height: 32px;
    justify-content: center;
    width: 32px;
}

.byno-home-block-title-icon svg,
.byno-home-block-title-icon img {
    display: block;
    height: 100%;
    width: 100%;
}

.byno-home-block-title-icon i {
    font-size: 100%;
    line-height: 1;
}

.byno-home-latest-posts .byno-home-post-list {
    direction: rtl;
    gap: 14px;
    grid-area: posts;
}

.byno-home-latest-posts .byno-home-side-banner {
    direction: rtl;
    grid-area: banner;
    min-height: 100%;
}

.byno-home-products .products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.byno-product-card--empty .byno-product-card-inner {
    align-items: center;
    background: #fff;
    border: 1px dashed #c5d3e6;
    display: flex;
    min-height: 160px;
}

.byno-product-card--empty .byno-product-card-body {
    padding: 16px;
    text-align: center;
}

.byno-home-side-banner {
    border-radius: 14px;
    color: #fff;
    display: grid;
    gap: 8px;
    justify-items: start;
    overflow: hidden;
    padding: 40px 18px;
}

.byno-home-side-banner.is-violet {
    background: linear-gradient(160deg, #4a67eb 0%, #6745ca 100%);
}

.byno-home-side-banner.is-indigo {
    background: linear-gradient(160deg, #2d5ce8 0%, #1d37b8 100%);
}

.byno-home-latest-posts .byno-home-side-banner.is-indigo {
    background: var(--byno-post-banner-bg-solid, #2d5ce8);
    border-radius: 18px;
    gap: 8px;
    padding: 15px;
}

.byno-home-latest-posts .byno-home-side-banner.is-indigo.byno-home-side-banner--gradient {
    background: linear-gradient(var(--byno-post-banner-bg-angle, 160deg), var(--byno-post-banner-bg-start, #2d5ce8) 0%, var(--byno-post-banner-bg-end, #1d37b8) 100%);
}

.byno-home-latest-posts .byno-home-side-banner-title {
    color: var(--byno-post-banner-title-color, #ffffff);
    font-size: clamp(23px, 1.55vw, 31px);
    letter-spacing: -0.3px;
    line-height: 1.35;
}

.byno-home-latest-posts .byno-home-side-banner-subtitle {
    color: var(--byno-post-banner-text-color, rgba(255, 255, 255, 0.9));
    font-size: 13px;
    font-weight: 600;
}

.byno-home-latest-posts .byno-home-side-banner-arrow {
    align-items: center;
    background: var(--byno-post-banner-link-bg, rgba(255, 255, 255, 0.95));
    border: 1px solid rgba(23, 40, 92, 0.14);
    border-radius: 9px;
    color: var(--byno-post-banner-link-color, #244488);
    display: inline-flex;
    font-size: 0;
    height: 30px;
    justify-content: center;
    width: 40px;
}

.byno-home-latest-posts .byno-home-side-banner-arrow svg {
    display: block;
    height: 16px;
    width: 16px;
}

.byno-home-latest-posts .byno-home-side-banner-media {
    margin-bottom: 2px;
}

.byno-home-latest-posts .byno-home-side-banner-media img {
    height: clamp(174px, 11.2vw, 220px);
}

.byno-home-side-banner-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
}

.byno-home-side-banner-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
}

.byno-home-side-banner-media {
    margin: 0;
}

.byno-home-side-banner-media img {
    display: block;
    height: 140px;
    object-fit: contain;
    width: 100%;
}

.byno-home-side-banner-arrow {
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    color: #244488;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    height: 34px;
    justify-content: center;
    width: 55px;
    padding: 6px;
    margin-right: auto;
    margin-top: -30px;
}

.byno-home-post-list {
    display: grid;
    gap: 12px;
}

.byno-home-post-item {
    align-items: center;
    background: #fff;
    border: 1px solid #e7ebf1;
    border-radius: 15px;
    display: grid;
    gap: 16px;
    grid-template-columns: 200px minmax(0, 1fr);
    min-height: 128px;
    padding: 13px 15px;
}

.byno-home-latest-posts-tile .byno-home-specials-head {
    margin-bottom: 0px;
}

.byno-home-latest-posts-tile figure.byno-home-side-banner-media {
    margin: auto !important;
}

.byno-home-post-content {
    display: grid;
    gap: 9px;
    min-width: 0;
}

.byno-home-post-content h3 {
    color: #151e2f;
    display: -webkit-box;
    font-size: clamp(17px, 1.04vw, 22px);
    font-weight: 600;
    line-height: 1.62;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.byno-home-post-content p {
    color: #878d97;
    display: -webkit-box;
    font-size: clamp(12px, 0.69vw, 13px);
    font-weight: 400;
    line-height: 1.85;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.byno-home-post-meta {
    align-items: center;
    color: #8d94a0;
    display: flex;
    flex-wrap: wrap;
    font-size: clamp(11px, 0.64vw, 13px);
    gap: 0;
    margin-top: 2px;
}

.byno-home-post-meta > span {
    align-items: center;
    display: inline-flex;
    gap: 4px;
    line-height: 1;
}

.byno-home-post-meta > span + span::before {
    background: #cbd2de;
    border-radius: 50%;
    content: "";
    display: block;
    height: 3px;
    margin-inline: 8px 6px;
    width: 3px;
}

.byno-home-post-meta svg {
    display: block;
    flex: 0 0 auto;
    height: 14px;
    width: 14px;
}

.byno-home-post-meta .is-rating {
    color: #f7931d;
}

.byno-home-post-meta .is-rating bdi {
    color: #8e949f;
}

.byno-home-post-meta .is-reading,
.byno-home-post-meta .is-author {
    color: #8e949f;
}

.byno-home-post-thumb img {
    border-radius: 13px;
    display: block;
    height: 100px;
    object-fit: cover;
    width: 100%;
}


.byno-home-brand-item {
    align-items: center;
    background: #fff;
    border-inline-start: 1px solid #f1f1f1;
    box-sizing: border-box;
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    min-height: 98px;
    padding: 0 24px;
    text-decoration: none;
    transition: opacity 0.2s ease;
    width: 165px;
}

.byno-home-brand-item:hover {
    opacity: 0.9;
}

.byno-home-brand-item--label {
    background: linear-gradient(145deg, #2293e3 0%, #0e67c2 100%);
    border: 0;
    border-radius: 45px 24px 24px 45px;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    min-height: 100px;
    padding: 0 28px;
    width: auto;
    margin-right: -100px;
}

.byno-home-brand-badge {
    flex: 0 0 auto;
}

.byno-home-brand-item--label span {
    color: inherit;
    font-size: inherit;
    line-height: 1;
    white-space: nowrap;
}

.byno-home-brand-item img {
    display: block;
    max-height: 58px;
    max-width: 150px;
    object-fit: contain;
}

.byno-home-brand-item:not(.byno-home-brand-item--label) span {
    color: #273a5f;
    font-size: 19px;
    font-weight: 800;
}

.byno-home-faq-list {
    display: grid;
    gap: 10px;
}

.byno-home-faq-head {
    margin-bottom: 14px;
}

.byno-home-faq-head h2 {
    line-height: 1;
}

.byno-home-faq .byno-home-specials-title-main {
    font-size: 24px;
}

.byno-home-faq-title-icon {
    height: 32px;
    width: 32px;
}

.byno-home-faq-action {
    appearance: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.byno-home-faq-action:hover {
    opacity: 1;
}

.byno-home-faq-item {
    background: F9F9F9;
    border: 1px solid #d7e6f5;
    border-radius: 12px;
    overflow: hidden;
}

.byno-home-faq-item summary {
    align-items: center;
    color: #1f2733;
    cursor: pointer;
    direction: ltr;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    justify-content: space-between;
    line-height: 1.65;
    list-style: none;
    padding: 14px 18px;
}

.byno-home-faq-item summary::-webkit-details-marker {
    display: none;
}

.byno-home-faq-item summary:focus-visible {
    outline: 2px solid #9ac6ef;
    outline-offset: -2px;
}

.byno-home-faq-toggle {
    color: #1c2532;
    display: inline-flex;
    flex: 0 0 auto;
    transition: transform 0.2s ease;
}

.byno-home-faq-item[open] .byno-home-faq-toggle {
    transform: rotate(180deg);
}

.byno-home-faq-question {
    direction: rtl;
    flex: 1 1 auto;
    text-align: right;
}

.byno-home-faq-answer {
    color: #5d718f;
    font-size: 14px;
    line-height: 2;
    padding: 0 18px 14px;
}

.byno-home-faq-answer p {
    margin: 0;
}

.byno-home-features {
    background: var(--byno-var-second-color-opacity);
    border-radius: 18px;
    border: 0;
    box-shadow: none;
    padding: 26px 6%;
}

.byno-home-features .byno-product-services-grid {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.byno-home-features .byno-product-service-item {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: flex-start;
    min-height: fit-content;
    padding: 0;
    text-align: center;
}

.byno-home-features .byno-product-service-icon {
    align-items: center;
    color: var(--byno-var-color-light-dark-text);
    display: inline-flex;
    flex: 0 0 auto;
    height: 48px;
    justify-content: center;
    line-height: 1;
    width: 48px;
}

.byno-home-features .byno-product-service-icon svg {
    display: block;
    height: 48px;
    width: 48px;
}

.byno-home-features .byno-product-service-icon img {
    display: block;
    height: 48px;
    object-fit: contain;
    width: 48px;
}

.byno-home-features .byno-product-service-content {
    min-width: 0;
}

.byno-home-features .byno-product-service-title {
    color: var(--byno-var-color-light-dark-text);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.65;
    margin: 0;
}

.byno-home-features .byno-product-service-text {
    color: var(--byno-var-color-light-dark-opacity-text);
    font-size: 12px;
    line-height: 1.5;
    margin: 2px 0 0;
}

@media only screen and (max-width: 1200px) {
    .byno-home-hero-inner {
        grid-template-columns: minmax(0, 1fr) 40%;
        min-height: var(--byno-hero-min-height-tablet, var(--byno-hero-min-height));
        padding: 24px;
    }

    .byno-home-latest-posts .byno-home-posts-grid {
        direction: rtl;
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "posts"
            "banner";
    }

    .byno-home-post-item {
        grid-template-columns: 198px minmax(0, 1fr);
        min-height: 126px;
    }

    .byno-home-post-content h3 {
        font-size: 17px;
    }

    .byno-home-post-content p,
    .byno-home-post-meta {
        font-size: 12px;
    }

    .byno-home-post-thumb img {
        height: 92px;
    }

    .byno-home-latest-posts .byno-home-side-banner-media img {
        height: 200px;
    }

    .byno-home-specials-deal,
    .byno-home-side-banner {
        min-height: 150px;
    }
}

@media only screen and (max-width: 900px) {

    .byno-home-specials-layout.has-deal, .byno-home-posts-grid {
        display: flex;
        flex-direction: column;
    }

    .byno-front-page {
        --home-gap: 14px;
        margin: 14px 0 22px;
    }

    .byno-home-section {
        border-radius: 0;
        padding: 0;
    }

    .byno-home-section-head h2,
    .byno-home-block-head h2 {
        font-size: 20px;
    }

    .byno-home-hero-inner {
        gap: 10px;
        grid-template-columns: minmax(0, 1fr);
        min-height: var(--byno-hero-min-height-mobile);
        padding: 14px 12px 20px;
        text-align: center;
    }

    .byno-home-hero--has-crop:not(.byno-home-hero--crop-mobile) .byno-home-hero-swiper {
        -webkit-clip-path: none !important;
        clip-path: none !important;
        -webkit-mask: none !important;
        mask: none !important;
    }

    .byno-home-hero::before,
    .byno-home-hero::after {
        height: 16px;
        width: 18px;
    }

    .byno-home-hero-swiper::after {
        border-radius: 16px 16px 0 0;
        height: 16px;
        left: calc(50% - 28px);
        width: 56px;
    }

    .byno-home-hero::before {
        left: calc(50% - 50px);
    }

    .byno-home-hero::after {
        left: calc(50% + 32px);
    }

    .byno-home-hero-content {
        justify-items: center;
    }

    .byno-home-hero-title {
        font-size: 34px;
        line-height: 1.34;
    }

    .byno-home-hero-subtitle {
        font-size: 13px;
    }

    .byno-home-hero-media img {
        max-height: 165px;
    }

    .byno-home-hero-nav {
        display: none;
    }

    .byno-home-hero-pagination {
        inset: auto 0 8px 0;
    }

    .byno-home-category-item {
        gap: 2px 7px;
        grid-template-columns: 34px minmax(84px, 1fr);
        min-width: 0;
        padding: 7px 8px;
    }

    .byno-home-category-thumb {
        border-radius: 8px;
        height: 34px;
        width: 34px;
    }

    .byno-home-category-name {
        font-size: 11px;
    }

    .byno-home-category-count {
        font-size: 9px;
    }

    .byno-home-specials-products .products,
    .byno-home-products .products {
        gap: 8px;
        grid-template-columns: repeat(var(--byno-products-grid-columns-mobile, 2), minmax(0, 1fr));
    }

    .byno-home-specials-head {
        gap: 8px;
    }

    .byno-home-specials-head .byno-home-specials-action {
        min-height: 30px;
        padding: 0 12px;
    }

    .byno-home-specials-title-main {
        font-size: 20px;
    }

    .byno-home-specials-title-sub {
        font-size: 14px;
    }

    .byno-home-specials-title-icon {
        height: 24px;
        width: 24px;
    }

    .byno-home-specials-swiper .products {
        gap: 0;
        grid-template-columns: none;
    }

    .byno-home-posts-loop-grid .byno-home-posts-loop-grid-list {
        gap: 16px;
        grid-template-columns: repeat(var(--byno-posts-grid-columns-mobile, 1), minmax(0, 1fr));
    }

    .byno-home-specials-deal-icon {
        width: 64px;
    }

    .byno-home-specials-deal-wave {
        height: 42px;
        top: 52px;
        width: 42px;
    }

    .byno-home-specials-deal-wave svg {
        height: 42px;
        width: 42px;
    }

    .byno-home-specials-deal h3 {
        font-size: 30px;
    }

    .byno-home-specials-deal p {
        font-size: 14px;
    }

    .byno-home-deal-timer {
        max-width: 290px;
    }

    .byno-home-deal-timer .byno-home-deal-timer__item {
        font-size: 12px;
        min-height: 66px;
    }

    .byno-home-deal-timer strong {
        font-size: 24px;
    }

    .byno-home-deal-timer .byno-home-deal-timer__label {
        font-size: 11px;
    }

    .byno-home-specials-deal {
        order: 1;
    }

    .byno-home-side-banner {
        min-height: 124px;
        padding: 16px;
    }

    .byno-home-side-banner-title {
        font-size: 28px;
    }

    .byno-home-side-banner-media img {
        height: 96px;
    }

    .byno-home-specials,
    .byno-home-latest-products,
    .byno-home-latest-posts,
    .byno-home-category-strip,
    .byno-home-brands {
        border-radius: 14px;
        padding: 10px;
    }

    .byno-home-faq-head {
        gap: 8px;
        margin-bottom: 10px;
    }

    .byno-home-faq .byno-home-specials-title-main {
        font-size: 20px;
    }

    .byno-home-faq-action {
        font-size: 12px;
        min-height: 30px;
        padding: 0 12px;
    }

    .byno-home-faq-item {
        border-radius: 10px;
    }

    .byno-home-faq-item summary {
        font-size: 13px;
        padding: 11px 12px;
    }

    .byno-home-faq-answer {
        font-size: 12px;
        padding: 0 12px 10px;
    }

    .byno-home-post-item {
        border-radius: 12px;
        gap: 8px;
        grid-template-columns: 112px minmax(0, 1fr);
        min-height: 0;
        padding: 9px;
    }

    .byno-home-post-thumb img {
        border-radius: 10px;
        height: 78px;
    }

    .byno-home-latest-posts .byno-home-specials-head {
        gap: 6px;
        margin-bottom: 10px;
    }

    .byno-home-latest-posts .byno-home-specials-title-main {
        font-size: 18px;
    }

    .byno-home-latest-posts .byno-home-specials-head .byno-home-specials-action {
        font-size: 10px;
        min-height: 28px;
        padding: 0 8px;
    }

    .byno-home-block-head-arrow {
        height: 12px;
        width: 12px;
    }

    .byno-home-block-title-icon {
        flex-basis: 24px;
        height: 24px;
        width: 24px;
    }

    .byno-home-post-content {
        gap: 6px;
    }

    .byno-home-post-content h3 {
        font-size: 15px;
        line-height: 1.68;
    }

    .byno-home-post-content p {
        font-size: 10px;
        line-height: 1.8;
        -webkit-line-clamp: 2;
    }

    .byno-home-post-meta {
        font-size: 10px;
    }

    .byno-home-post-meta > span + span::before {
        height: 3px;
        margin-inline: 5px;
        width: 3px;
    }

    .byno-home-post-meta svg {
        height: 12px;
        width: 12px;
    }

    .byno-home-latest-posts .byno-home-side-banner.is-indigo {
        border-radius: 14px;
        gap: 8px;
        padding: 12px;
    }

    .byno-home-latest-posts .byno-home-side-banner-title {
        font-size: 20px;
    }

    .byno-home-latest-posts .byno-home-side-banner-subtitle {
        font-size: 12px;
    }

    .byno-home-latest-posts .byno-home-side-banner-arrow {
        height: 30px;
        width: 40px;
    }

    .byno-home-latest-posts .byno-home-side-banner-arrow svg {
        height: 15px;
        width: 15px;
    }

    .byno-home-brand-item {
        min-height: 74px;
        padding: 0 14px;
        width: 124px;
    }

    .byno-home-brand-item img {
        max-height: 42px;
        max-width: 108px;
    }

    .byno-home-brand-item--label {
        font-size: 14px;
        min-height: 74px;
        padding: 0 16px;
    }

    .byno-home-brands-rail {
        gap: 8px;
    }

    .byno-home-brands .byno-home-brand-nav {
        height: 22px;
        margin: 0 6px;
        width: 22px;
    }

    .byno-home-brands .byno-home-brand-nav svg {
        height: 12px;
        width: 12px;
    }

    .byno-home-scroll-controls {
        gap: 4px;
    }

    .byno-home-scroll-btn {
        border-radius: 6px;
        font-size: 12px;
        height: 18px;
        width: 18px;
    }

    .byno-home-features {
        border-radius: 18px;
        padding: 16px 14px;
    }

    .byno-home-features .byno-product-services-grid {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
        white-space: nowrap;
    }

    .byno-home-features .byno-product-service-title {
        font-size: 12px;
    }

    .byno-home-features .byno-product-service-text {
        font-size: 10px;
    }

    .byno-home-features .byno-product-service-item {
        white-space: nowrap;
        width: 30%;
    }
}
