
@media only screen and (min-device-width:210px) and (max-device-width: 600px) {
    .story .story_slider  .story_title .btn_read_story a{
        width: 80%;
    }
    .trending_products .card img{
        max-width:400px;
    }
    .blog_post_title h2{
        font-size: 1.2rem;
    }
}
@media only screen and (min-device-width:601px) and (max-device-width: 992px) {
    .story .story_slider  .story_title .btn_read_story a{
        width: 60%;
    }
}
@media only screen and (min-device-width: 801px) and (max-device-width: 992px) {

}
@media only screen and (min-device-width:922px) {
    .trending_products .card img{
        max-width:600px;
    }
}
@media screen and (max-width: 991px) {
    .palena-header__inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
    }

    .palena-header__logo img {
        height: 32px;
        max-width: 140px;
    }

    .palena-header__actions {
        gap: 6px;
    }

    .palena-header__toggle {
        display: inline-flex;
    }

    .palena-header__nav {
        position: fixed;
        top: var(--palena-admin-bar-height);
        right: 0;
        width: min(100%, 360px);
        height: calc(100vh - var(--palena-admin-bar-height));
        margin: 0;
        padding: calc(var(--palena-header-height) + 23px) 28px 32px;
        background: rgba(0, 0, 0, 0.92);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        overflow-y: auto;
        transform: translateX(100%);
        transition: transform 0.3s ease;
    }

    .palena-header.is-open .palena-header__nav {
        transform: translateX(0);
    }

    .palena-header__menu {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .palena-header__item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .palena-header__item--mega {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
    }

    .palena-header__item--mega > .palena-header__link {
        grid-column: 1;
    }

    .palena-header__submenu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        margin: 0;
        padding: 0;
        background: transparent;
        border: 0;
        cursor: pointer;
    }

    .palena-header__submenu-toggle span {
        display: block;
        width: 8px;
        height: 8px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transform: rotate(45deg);
        transition: transform 0.25s ease;
    }

    .palena-header__item--mega.is-submenu-open > .palena-header__submenu-toggle span {
        transform: rotate(-135deg);
    }

    .palena-header__mega {
        position: static;
        grid-column: 1 / -1;
        display: none;
        padding: 0;
        background: transparent;
        border: 0;
        opacity: 1;
        visibility: visible;
        transform: none;
        max-height: none;
        overflow: hidden;
        pointer-events: none;
    }

    .palena-header__item--mega.is-submenu-open .palena-header__mega {
        display: block;
        padding: 0 0 16px;
        pointer-events: auto;
    }

    body.palena-header-open .palena-header__mega {
        pointer-events: none;
    }

    body.palena-header-open .palena-header__item--mega.is-submenu-open .palena-header__mega {
        pointer-events: auto;
    }

    .palena-header__mega-inner {
        max-width: none;
        margin: 0;
    }

    .palena-header__mega-block + .palena-header__mega-block {
        margin-top: 24px;
    }

    .palena-header__mega-title {
        margin-bottom: 14px;
        font-size: 0.82rem;
        text-align: left;
    }

    .palena-header__mega-list {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .palena-header__link {
        padding: 16px 0;
    }

    .palena-header__caret {
        display: none;
    }

    .palena-header__wishlist {
        width: 36px;
        height: 36px;
    }

    .palena-header__search {
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
    }

    .palena-header__search svg {
        width: 18px;
        height: 18px;
    }

    .palena-header__search-inner {
        padding: 20px 28px 24px;
    }

    .palena-header__search-input {
        font-size: 1rem;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .palena-header__search-results {
        max-height: min(46vh, 320px);
    }

    .palena-header__search-item-image {
        flex-basis: 44px;
        width: 44px;
        height: 44px;
    }
}

@media only screen and (max-device-width:601px) {
    .info_tabs .sticky-top h1{
        font-size: 1.25rem;
        font-weight: bold;
    }
}

@media screen and (max-width: 991px) {
    .home-intro {
        padding: 72px var(--palena-gutter-x) 64px;
    }

    .home-intro__text {
        margin-bottom: 32px;
    }

    .palena-search-page__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 18px;
    }

    .home-showcase__row {
        grid-template-columns: 1fr;
        padding: 48px var(--palena-gutter-x);
    }

    .home-showcase__row + .home-showcase__row {
        padding-top: 0;
    }

    .home-showcase__content,
    .home-showcase__row--reverse .home-showcase__content {
        order: 2;
        padding: 28px 8px 0;
    }

    .home-showcase__section-title {
        padding-left: 8px;
    }

    .home-showcase__media,
    .home-showcase__row--reverse .home-showcase__media {
        order: 1;
    }

    .home-showcase__row--featured {
        padding: 24px var(--palena-gutter-x) 64px;
    }

    .home-showcase__overlay {
        right: 24px;
        bottom: 24px;
    }

    .home-showcase__media--story .sw_pg {
        left: 24px;
        bottom: 16px;
    }

    .product-materials__title {
        font-size: calc(1.44rem * 0.7);
    }

    .product-materials__media {
        cursor: pointer;
    }

    .product-family__title {
        font-size: calc(1.9rem * 0.7);
    }

    .product-lifestyle__title {
        font-size: calc(1.9rem * 0.7);
    }
}

@media screen and (max-width: 767px) {
    .product_materials_slider.is-materials-grid {
        overflow: visible;
    }

    .product_materials_slider.is-materials-grid .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        transform: none !important;
        width: 100% !important;
    }

    .product_materials_slider.is-materials-grid .swiper-slide {
        width: auto !important;
        height: auto;
    }
}

@media screen and (max-width: 575px) {
    .home-intro {
        padding: 56px var(--palena-gutter-x) 48px;
    }

    .home-intro__title {
        margin-bottom: 24px;
    }

    .palena-search-page {
        padding: 36px var(--palena-gutter-x) 56px;
    }

    .palena-search-page__header {
        margin-bottom: 32px;
    }

    .palena-search-page__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .palena-search-page__form {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        border-bottom: 0;
    }

    .palena-search-page__input {
        border-bottom: 1px solid #1a1a1a;
    }

    .palena-search-page__submit {
        padding: 0;
        text-align: left;
    }

    .home-showcase__row {
        padding: 40px var(--palena-gutter-x);
    }

    .home-showcase__row--featured {
        padding: 16px var(--palena-gutter-x) 48px;
    }

    .home-showcase__overlay {
        right: 16px;
        bottom: 20px;
    }

    .home-showcase__media--story .sw_pg {
        left: 16px;
        bottom: 12px;
    }
}

@media screen and (max-width: 991px) {
    .product-page__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .product-page__sidebar-inner {
        position: static;
    }

    .product-page__body {
        padding-top: 40px;
        padding-bottom: 56px;
    }

    .product-hero__nav--prev {
        left: 5px;
    }

    .product-hero__nav--next {
        right: 5px;
    }

    .product-hero__nav,
    .product-lifestyle__nav {
        width: 42px;
        height: 42px;
    }

    .product-hero__nav span,
    .product-lifestyle__nav span {
        width: 26px;
        height: 26px;
        border-top-width: 1.5px;
        border-right-width: 1.5px;
    }

    .product-hero__nav--prev span {
        margin-left: 4px;
    }

    .product-hero__nav--next span {
        margin-right: 4px;
    }

    .product-lifestyle__nav--prev span {
        margin-left: 5px;
    }

    .product-lifestyle__nav--next span {
        margin-right: 5px;
    }

    .fancybox-navigation .fancybox-button {
        width: 44px;
        height: 44px;
    }

    .fancybox-navigation .fancybox-button::after {
        width: 11px;
        height: 11px;
        border-top-width: 1.5px;
        border-right-width: 1.5px;
    }
}

@media screen and (max-width: 575px) {
    .product-materials__slider {
        overflow: visible;
    }

    .product-hero {
        margin-top: 28px;
    }

    .product-page__body {
        padding-top: 32px;
        padding-bottom: 48px;
    }

    .product-lifestyle-sections {
        padding-bottom: 56px;
    }

    .product-lifestyle__grid--count-2,
    .product-lifestyle__grid--count-3,
    .product-lifestyle__grid--layout-two-one,
    .product-lifestyle__grid--layout-two_one,
    .product-lifestyle__grid--layout-one-two,
    .product-lifestyle__grid--layout-one_two {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
    }

    .product-lifestyle-section + .product-lifestyle-section {
        margin-top: 12px;
    }

    .product-family__grid {
        gap: 8px;
        align-items: start;
    }
}

@media screen and (min-width: 992px) {
    .product-page__grid {
        grid-template-columns: minmax(0, 1.74fr) minmax(280px, 1fr);
    }

    .product-page__main {
        max-width: 744px;
    }
}