* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Inter", Arial, sans-serif;
    color: #111;
    background: #fff;
}

.mud-typography,
.mud-button,
.mud-input,
.mud-input-control {
    font-family: "Inter", Arial, sans-serif;
}

.mud-main-content {
    padding: 0 !important;
}

.site-shell {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    overflow: hidden;
}

.hero-section .site-shell,
.home-section .site-shell,
.blog-section .site-shell {
    padding: 0;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    height: 64px;
    display: flex;
    align-items: center;
    background: #fff;
}

.site-header__inner {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
}

.site-header__logo {
    flex: 0 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
}

.site-header__logo img {
    width: clamp(132px, 35vw, 170px);
    max-width: 100%;
    display: block;
}

.site-search {
    display: none;
    flex: 1;
}

.site-actions {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
}

.site-actions__icon {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 5px;
    color: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color .22s ease, color .22s ease, transform .22s ease;
}

.site-actions__icon .mud-icon-root {
    margin: 0;
}

.site-actions__icon:hover {
    color: #55B341;
    border-color: rgba(85, 179, 65, .55);
    transform: translateY(-1px);
}

.site-actions__item {
    min-width: 0;
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 5px;
    color: #111;
    border-color: rgba(0, 0, 0, .12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0;
    transition: border-color .22s ease, color .22s ease, transform .22s ease;
}

.site-actions__item .mud-button-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    white-space: nowrap;
    width: 100%;
}

.site-actions__item .mud-icon-root {
    width: 20px;
    height: 20px;
    color: #111;
    margin: 0 !important;
}

.site-actions__item:hover {
    color: #55B341;
    border-color: rgba(85, 179, 65, .55);
    transform: translateY(-1px);
}

.site-actions__item span {
    display: none;
}

.category-bar {
    display: none;
    position: sticky;
    top: 64px;
    z-index: 99;
    height: 60px;
    align-items: center;
    justify-content: center;
    background: #55B341;
    color: #fff;
}

.category-bar__inner {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 20px;
}

.category-bar__item {
    min-height: 48px;
    padding: 0 14px;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    text-transform: none;
}

.category-bar__item img {
    width: 34px;
    height: 34px;
    margin-right: 10px;
}

.category-bar__item .mud-icon-root {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.mobile-drawer {
    width: min(86vw, 376px);
    height: calc(100dvh - 40px);
    margin: 20px 26px 20px 0;
    border-radius: 8px;
    padding: 18px;
    overflow: hidden;
    animation: drawerSlideInRight .5s cubic-bezier(.16, 1, .3, 1) both;
}

.mobile-drawer .mud-drawer-content {
    height: 100%;
    display: block;
}

.mobile-drawer__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    animation: contentRise .42s .08s cubic-bezier(.16, 1, .3, 1) both;
}

.mobile-drawer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.mobile-drawer__top img {
    width: 176px;
}

.mobile-drawer .mud-input-control {
    margin-bottom: 0;
}

.mobile-drawer__categories {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-top: 16px;
    flex: 0 0 auto;
}

.mobile-drawer__category {
    width: 100%;
    min-height: 42px;
    border: 0;
    background: transparent;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 17px;
    font-weight: 800;
    padding: 0;
    cursor: pointer;
    text-align: left;
    transition: transform .22s ease, color .22s ease;
}

.mobile-drawer__category:hover {
    color: #55B341;
    transform: translateX(4px);
}

.mobile-drawer__category-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.mobile-drawer__category-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
    filter: invert(48%) sepia(74%) saturate(441%) hue-rotate(64deg) brightness(94%) contrast(88%);
}

.mobile-drawer__category-icon .mud-icon-root {
    width: 34px;
    height: 34px;
    color: #55B341;
}

.mobile-drawer__category-text {
    line-height: 1;
}

.favorites-drawer {
    width: min(calc(100vw - 50px), 700px) !important;
    max-width: 700px !important;
    height: 100dvh;
    padding: 24px;
    overflow: hidden;
    animation: drawerSlideInLeft .52s cubic-bezier(.16, 1, .3, 1) both;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .18);
}

.favorites-drawer.is-closing {
    animation: drawerSlideOutLeft .36s cubic-bezier(.7, 0, .84, 0) both;
}

.cart-drawer {
    width: min(calc(100vw - 50px), 700px) !important;
    max-width: 700px !important;
    height: 100dvh;
    padding: 24px;
    overflow: hidden;
    animation: drawerSlideInRight .52s cubic-bezier(.16, 1, .3, 1) both;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .18);
}

.cart-drawer.is-closing {
    animation: drawerSlideOutRight .36s cubic-bezier(.7, 0, .84, 0) both;
}

.cart-drawer .mud-drawer-content {
    width: 100% !important;
    height: 100%;
}

.cart-drawer__content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    animation: contentRise .42s .08s cubic-bezier(.16, 1, .3, 1) both;
}

.cart-drawer.is-closing .cart-drawer__content,
.favorites-drawer.is-closing .favorites-drawer__content {
    animation: contentFadeOut .24s cubic-bezier(.7, 0, .84, 0) both;
}

.cart-drawer__list {
    display: flex;
    flex: 1;
    min-height: 0;
    flex-direction: column;
    gap: 12px;
    overflow-y: auto;
    padding-right: 4px;
}

.cart-drawer__notice {
    margin-bottom: 12px;
    animation: successBloom .72s cubic-bezier(.16, 1, .3, 1) both;
}

.cart-drawer__quantity {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 5px;
}

.cart-drawer__quantity span {
    min-width: 24px;
    text-align: center;
    font-weight: 800;
}

.cart-drawer__checkout {
    display: grid;
    gap: 12px;
    padding: 16px 0;
    animation: contentRise .36s cubic-bezier(.16, 1, .3, 1) both;
}

.cart-drawer__stripe {
    min-height: 220px;
}

.cart-drawer__summary {
    border-top: 1px solid rgba(0, 0, 0, .12);
    display: grid;
    gap: 14px;
    padding-top: 16px;
    margin-top: 14px;
    animation: contentRise .42s .1s cubic-bezier(.16, 1, .3, 1) both;
}

.cart-drawer__summary > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.cart-drawer__summary span {
    color: #555;
    font-weight: 700;
}

.cart-drawer__summary strong {
    color: #111;
    font-size: 24px;
    font-weight: 800;
    animation: favoritePop .48s cubic-bezier(.16, 1, .3, 1);
}

.favorites-drawer .mud-drawer-content {
    width: 100% !important;
    height: 100%;
}

.favorites-drawer__content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    animation: contentRise .42s .08s cubic-bezier(.16, 1, .3, 1) both;
}

.favorites-drawer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
}

.favorites-drawer__kicker {
    color: #55B341;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.favorites-drawer__title {
    color: #111;
    font-weight: 800;
    line-height: 1;
}

.favorites-drawer__empty {
    min-height: 220px;
    border: 1px dashed rgba(0, 0, 0, .2);
    border-radius: 8px;
    color: #555;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    padding: 20px;
    animation: softPop .46s cubic-bezier(.16, 1, .3, 1) both;
}

.favorites-drawer__empty .mud-icon-root {
    color: #55B341;
    width: 34px;
    height: 34px;
}

.favorites-drawer__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow-y: auto;
    padding-right: 4px;
}

.favorites-drawer__item {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr) 40px;
    gap: 16px;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    padding: 10px;
    animation: itemCascade .42s cubic-bezier(.16, 1, .3, 1) both;
    transition: transform .22s ease, border-color .22s ease, background-color .22s ease;
}

.favorites-drawer__item:hover {
    transform: translateY(-2px);
    border-color: rgba(85, 179, 65, .35);
    background: rgba(85, 179, 65, .035);
}

.favorites-drawer__image {
    aspect-ratio: 1;
    border-radius: 5px;
    overflow: hidden;
    background: #f4f4f4;
    display: block;
}

.favorites-drawer__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.favorites-drawer__item-body {
    min-width: 0;
}

.favorites-drawer__category {
    color: #55B341;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.favorites-drawer__name {
    color: #111;
    display: block;
    font-weight: 800;
    line-height: 1.15;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.favorites-drawer__price {
    color: #111;
    font-size: 15px;
    font-weight: 800;
    margin-top: 6px;
}

.favorites-drawer__remove {
    color: #555;
}

.order-thanks {
    position: fixed;
    inset: 0;
    z-index: 1400;
    background: rgba(17, 17, 17, .68);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow: hidden;
    animation: orderThanksFadeIn .34s cubic-bezier(.16, 1, .3, 1) both;
}

.order-thanks.is-closing {
    animation: orderThanksFadeOut .28s cubic-bezier(.7, 0, .84, 0) both;
}

.order-thanks__card {
    position: relative;
    z-index: 2;
    width: min(100%, 560px);
    border-radius: 10px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .7);
    padding: clamp(26px, 7vw, 46px);
    text-align: center;
    box-shadow: 0 34px 90px rgba(0, 0, 0, .28);
    animation: orderThanksCardIn .5s .06s cubic-bezier(.16, 1, .3, 1) both;
}

.order-thanks__icon {
    width: 68px;
    height: 68px;
    border-radius: 999px;
    background: #55B341;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    box-shadow: 0 18px 42px rgba(85, 179, 65, .34);
    animation: orderThanksPulse 1.2s .4s ease-out both;
}

.order-thanks__icon .mud-icon-root {
    width: 34px;
    height: 34px;
}

.order-thanks__kicker {
    color: #55B341;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.order-thanks__title {
    color: #111;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 12px;
}

.order-thanks__text {
    color: #555;
    font-size: 16px;
    line-height: 1.55;
    margin: 0 auto 22px;
    max-width: 430px;
}

.order-thanks__burst {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    opacity: .92;
    background: #55B341;
    box-shadow:
        0 -92px 0 #ffffff,
        66px -66px 0 #55B341,
        92px 0 0 #ffffff,
        66px 66px 0 #55B341,
        0 92px 0 #ffffff,
        -66px 66px 0 #55B341,
        -92px 0 0 #ffffff,
        -66px -66px 0 #55B341;
    animation: orderThanksBurst 1.45s cubic-bezier(.16, 1, .3, 1) infinite;
}

.order-thanks__burst--one {
    left: 17%;
    top: 24%;
}

.order-thanks__burst--two {
    right: 16%;
    top: 18%;
    transform: scale(.72);
    animation-delay: .24s;
}

.order-thanks__burst--three {
    left: 50%;
    bottom: 18%;
    transform: scale(.56);
    animation-delay: .48s;
}

.hero-section {
    padding: 14px 20px 38px;
}

.hero-carousel {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: visible;
    isolation: isolate;
}

.hero-slide {
    position: absolute;
    inset: 0;
    border-radius: 5px;
    overflow: hidden;
    opacity: 0;
    transform: translateX(14%) scale(.96);
    transition: transform .52s cubic-bezier(.22, 1, .36, 1), opacity .52s cubic-bezier(.22, 1, .36, 1);
}

.hero-slide.is-active {
    z-index: 3;
    opacity: 1;
    transform: translateX(0) scale(1);
}

.hero-slide.is-prev,
.hero-slide.is-hidden-left {
    transform: translateX(-14%) scale(.96);
}

.hero-slide.is-next,
.hero-slide.is-hidden-right {
    transform: translateX(14%) scale(.96);
}

.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .56), rgba(0, 0, 0, .22) 42%, rgba(0, 0, 0, .04));
    z-index: 1;
}

.hero-slide__content {
    position: absolute;
    z-index: 2;
    left: clamp(28px, 6vw, 86px);
    top: 50%;
    width: min(72%, 520px);
    color: #fff;
    transform: translateY(-50%);
}

.hero-slide__kicker {
    font-size: clamp(12px, 2.6vw, 16px);
    font-weight: 700;
    margin-bottom: 8px;
}

.hero-slide__title {
    color: #fff;
    font-size: clamp(28px, 8vw, 58px);
    font-weight: 800;
    line-height: .98;
    margin-bottom: 14px;
}

.hero-slide__button {
    min-height: 38px;
    border-radius: 5px;
    font-weight: 800;
    text-transform: none;
}

.hero-carousel__button {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, .9);
    color: #111;
    transform: translateY(-50%);
}

.hero-carousel__button:hover,
.hero-carousel__button:focus,
.hero-carousel__button:focus-visible,
.hero-carousel__button:active {
    background: #fff;
    color: #111;
}

.hero-carousel__button .mud-icon-root {
    color: #111;
}

.hero-carousel__button--prev {
    left: 8px;
}

.hero-carousel__button--next {
    right: 8px;
}

.hero-carousel__dots {
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: -22px;
    display: flex;
    gap: 9px;
    transform: translateX(-50%);
}

.hero-carousel__dot {
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 999px;
    background: rgba(0, 0, 0, .22);
    cursor: pointer;
    padding: 0;
    transition: width .25s ease, background .25s ease;
}

.hero-carousel__dot.is-active {
    width: 26px;
    background: #55B341;
}

.home-section,
.blog-section {
    padding: 18px 20px 56px;
}

.product-detail-section {
    padding: 20px;
}

.product-detail__breadcrumbs {
    margin-bottom: 14px;
}

.product-detail-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
}

.product-detail-gallery {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}

.product-detail-gallery__main {
    aspect-ratio: 4 / 3;
    border-radius: 5px;
    overflow: hidden;
    background: #f4f4f4;
}

.product-detail-gallery__main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-detail-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.product-detail-gallery__thumb {
    aspect-ratio: 1;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 5px;
    background: #f4f4f4;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    transition: border-color .22s ease, opacity .22s ease;
}

.product-detail-gallery__thumb.is-active,
.product-detail-gallery__thumb:hover {
    border-color: #55B341;
}

.product-detail-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-detail-summary {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-detail__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.product-detail__badge {
    min-height: 28px;
    border-radius: 5px;
    background: rgba(85, 179, 65, .12);
    color: #2c8f25;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 800;
}

.product-detail__favorite {
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 5px;
    color: #111;
}

.product-detail__favorite.is-active,
.product-card__favorite.is-active {
    color: #55B341;
    border-color: rgba(85, 179, 65, .55);
    animation: favoritePop .48s cubic-bezier(.16, 1, .3, 1);
}

.product-detail__category {
    color: #55B341;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.product-detail__title {
    color: #111;
    font-size: clamp(34px, 9vw, 64px);
    font-weight: 800;
    line-height: .96;
    margin-bottom: 10px;
}

.product-detail__subline {
    color: #555;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 13px;
    margin-bottom: 14px;
}

.product-detail__subline span + span::before {
    content: "•";
    color: #aaa;
    margin-right: 8px;
}

.product-detail__promos {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.product-detail__promos span {
    min-height: 34px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 5px;
    background: #f7f7f7;
    color: #222;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 700;
}

.product-detail__lead {
    color: #555;
    line-height: 1.45;
    margin-bottom: 18px;
}

.product-detail__description {
    color: #555;
    line-height: 1.55;
    margin-bottom: 18px;
}

.product-description-section {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 34px;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.product-description-section__preview {
    display: none;
}

.product-description-section__content {
    min-width: 0;
}

.product-description-section__kicker {
    color: #55B341;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.product-related-section {
    margin-top: 46px;
    padding-top: 28px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.product-related-section__head {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.product-related-section__kicker {
    color: #55B341;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.product-related-section__title {
    color: #111;
    font-size: clamp(26px, 6vw, 42px);
    font-weight: 800;
    line-height: 1;
}

.product-related-carousel {
    display: flex;
    gap: 14px;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding: 1px;
    padding: 1px 1px 10px;
}

.product-related-carousel__item {
    flex: 0 0 min(82vw, 320px);
    scroll-snap-align: start;
}

.product-detail__markdown h1,
.product-detail__markdown h2,
.product-detail__markdown h3 {
    color: #111;
    font-weight: 800;
    line-height: 1.1;
    margin: 18px 0 10px;
}

.product-detail__markdown h1 {
    font-size: 28px;
}

.product-detail__markdown h2 {
    font-size: 23px;
}

.product-detail__markdown h3 {
    font-size: 19px;
}

.product-detail__markdown p {
    margin: 0 0 14px;
}

.product-detail__markdown ul {
    margin: 0 0 16px;
    padding-left: 20px;
}

.product-detail__markdown li {
    margin-bottom: 7px;
}

.product-detail__markdown strong {
    color: #111;
}

.product-detail__markdown a {
    color: #55B341;
    font-weight: 800;
    text-decoration: none;
}

.product-detail__meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 0 0 18px;
}

.product-detail__meta span {
    min-height: 34px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    color: #222;
    display: inline-flex;
    align-items: center;
    padding: 0 0 8px;
    font-size: 13px;
    font-weight: 700;
}

.product-detail__buybox {
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 8px;
    background: #fff;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 4px;
}

.product-detail__price {
    color: #111;
    font-size: clamp(26px, 7vw, 38px);
    font-weight: 800;
    line-height: 1;
}

.product-detail__quantity {
    display: grid;
    gap: 8px;
}

.product-detail__quantity span {
    color: #111;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.product-detail__quantity-input {
    max-width: 160px;
}

.product-detail__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.product-detail__buy-button {
    min-height: 46px;
    border-radius: 5px;
    font-weight: 800;
    text-transform: none;
}

.product-detail__benefits {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin: 4px -18px -18px;
}

.product-detail__benefits div {
    min-height: 52px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    color: #444;
    font-size: 14px;
}

.product-detail__benefits div:last-child {
    border-bottom: 0;
}

.product-detail__benefits .mud-icon-root {
    color: #55B341;
    flex: 0 0 auto;
}

.product-detail__benefits strong {
    color: #111;
}

.section-header {
    padding-left: 0;
}

.section-header {
    margin-bottom: 18px;
}

.section-header__kicker {
    color: #55B341;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.section-header__title {
    color: #111;
    font-size: clamp(26px, 6vw, 44px);
    font-weight: 800;
    line-height: 1;
}

.category-tiles {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 20px;
}

.category-tile {
    min-height: 96px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    background: #f8f8f8;
}

.category-tile img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    margin-left: 14px;
    filter: invert(48%) sepia(74%) saturate(441%) hue-rotate(64deg) brightness(94%) contrast(88%);
}

.product-grid {
    display: flex;
    align-items: stretch;
    gap: 14px;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding: 1px;
    padding: 1px 1px 10px;
}

.product-grid__item {
    flex: 0 0 min(82vw, 320px);
    scroll-snap-align: start;
    display: flex;
}

.product-card {
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 520px;
    transition: transform .22s ease, border-color .22s ease;
}

.product-card:hover {
    transform: translateY(-3px);
    border-color: rgba(85, 179, 65, .55);
}

.product-card__image {
    position: relative;
    aspect-ratio: 4 / 3;
    background: #f4f4f4;
    overflow: hidden;
}

.product-card__favorite,
.product-card__cart {
    position: absolute;
    right: 8px;
    z-index: 2;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 5px;
    background: rgba(255, 255, 255, .92);
    color: #111;
    transition: transform .22s cubic-bezier(.16, 1, .3, 1), color .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease;
}

.product-card__favorite {
    top: 8px;
}

.product-card__cart {
    top: 48px;
}

.product-card__favorite:hover,
.product-card__cart:hover {
    color: #55B341;
    border-color: rgba(85, 179, 65, .55);
    background: #fff;
    transform: translateY(-2px) scale(1.06);
    box-shadow: 0 10px 24px rgba(85, 179, 65, .18);
}

.product-card__favorite:active,
.product-card__cart:active {
    transform: scale(.94);
}

.product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .36s cubic-bezier(.22, 1, .36, 1);
}

.product-card:hover .product-card__image img {
    transform: scale(1.04);
}

.product-card__body {
    padding: 14px;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.product-card__category,
.blog-card__category {
    color: #55B341;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.product-card__title {
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 8px;
    min-height: 52px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-card__description {
    color: #555;
    line-height: 1.35;
    margin-bottom: 12px;
    overflow-wrap: normal;
    word-break: normal;
    min-height: 76px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-card__details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    margin-bottom: 14px;
    min-height: 62px;
}

.product-card__details span {
    min-height: 28px;
    border-radius: 5px;
    background: #f4f4f4;
    color: #444;
    display: flex;
    align-items: center;
    padding: 0 8px;
    font-size: 12px;
}

.product-card__bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
}

.product-card__price {
    color: #111;
    font-size: clamp(20px, 4vw, 24px);
    font-weight: 800;
    line-height: 1.1;
    overflow-wrap: normal;
    word-break: normal;
}

.product-card .mud-button-label {
    white-space: nowrap;
}

.add-cart-dialog .mud-dialog-content {
    padding: 0;
}

.add-cart-dialog {
    animation: premiumDialogIn .48s cubic-bezier(.16, 1, .3, 1) both;
}

.add-cart-dialog__grid {
    display: grid;
    gap: 18px;
    padding: 20px;
}

.add-cart-dialog__gallery {
    min-width: 0;
}

.add-cart-dialog__image {
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    overflow: hidden;
    background: #f4f4f4;
    animation: imageReveal .54s cubic-bezier(.16, 1, .3, 1) both;
}

.add-cart-dialog__image img,
.add-cart-dialog__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.add-cart-dialog__thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-top: 10px;
}

.add-cart-dialog__thumb {
    aspect-ratio: 1;
    border: 2px solid transparent;
    border-radius: 5px;
    overflow: hidden;
    padding: 0;
    background: #f4f4f4;
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease, filter .2s ease;
}

.add-cart-dialog__thumb:hover {
    transform: translateY(-2px);
    filter: brightness(1.03);
}

.add-cart-dialog__thumb.is-active {
    border-color: #55B341;
}

.add-cart-dialog__summary {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
    animation: contentRise .44s .08s cubic-bezier(.16, 1, .3, 1) both;
}

.add-cart-dialog__title {
    color: #111;
    font-weight: 800;
    line-height: 1.1;
}

.checkout-dialog {
    animation: premiumDialogIn .48s cubic-bezier(.16, 1, .3, 1) both;
}

.checkout-dialog .mud-dialog-content {
    padding: 0;
}

.checkout-dialog__shell {
    width: 100%;
    padding: 18px;
}

.checkout-dialog__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.checkout-dialog__kicker,
.checkout-dialog__summary-kicker {
    color: #55B341;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.checkout-dialog__title {
    color: #111;
    font-size: clamp(26px, 7vw, 40px);
    font-weight: 800;
    line-height: 1;
}

.checkout-dialog__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.checkout-dialog__main {
    display: grid;
    gap: 14px;
}

.checkout-dialog__section,
.checkout-dialog__summary {
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 8px;
    background: #fff;
    padding: 14px;
}

.checkout-dialog__section {
    animation: itemCascade .42s cubic-bezier(.16, 1, .3, 1) both;
}

.checkout-dialog__section-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.checkout-dialog__section-head span {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #55B341;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.checkout-dialog__section-head strong {
    color: #111;
    font-size: 17px;
    font-weight: 800;
}

.checkout-dialog__fields {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.checkout-dialog__fields--address {
    margin-top: 12px;
}

.checkout-dialog__delivery-options {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.checkout-dialog__delivery-option {
    width: 100%;
    min-height: 78px;
    border: 1px solid rgba(0, 0, 0, .14);
    border-radius: 8px;
    background: #fff;
    color: #111;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    text-align: left;
    cursor: pointer;
    transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease;
}

.checkout-dialog__delivery-option:hover,
.checkout-dialog__delivery-option.is-active {
    border-color: rgba(85, 179, 65, .65);
    background: rgba(85, 179, 65, .055);
    transform: translateY(-1px);
    box-shadow: 0 14px 34px rgba(85, 179, 65, .12);
}

.checkout-dialog__delivery-option .mud-icon-root {
    color: #55B341;
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
}

.checkout-dialog__delivery-option span {
    display: grid;
    gap: 4px;
}

.checkout-dialog__delivery-option strong {
    font-size: 15px;
    font-weight: 800;
}

.checkout-dialog__delivery-option small {
    color: #555;
    font-size: 13px;
    line-height: 1.25;
}

.checkout-dialog__stripe {
    min-height: 220px;
    margin-bottom: 12px;
}

.checkout-dialog__pay-button {
    min-height: 48px;
    border-radius: 5px;
    font-weight: 800;
    text-transform: none;
}

.checkout-dialog__processing {
    min-height: 220px;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(85, 179, 65, .08), rgba(85, 179, 65, .025));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 24px;
    text-align: center;
    animation: softPop .42s cubic-bezier(.16, 1, .3, 1) both;
}

.checkout-dialog__processing strong {
    color: #111;
    display: block;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 8px;
}

.checkout-dialog__processing span {
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.45;
    max-width: 420px;
}

.checkout-dialog__summary {
    display: flex;
    flex-direction: column;
    gap: 14px;
    animation: contentRise .42s .1s cubic-bezier(.16, 1, .3, 1) both;
}

.checkout-dialog__items {
    display: grid;
    gap: 10px;
    max-height: 310px;
    overflow-y: auto;
    padding-right: 2px;
}

.checkout-dialog__item {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
}

.checkout-dialog__item img {
    width: 64px;
    height: 64px;
    border-radius: 5px;
    object-fit: cover;
    background: #f4f4f4;
}

.checkout-dialog__item div {
    min-width: 0;
}

.checkout-dialog__item strong {
    display: block;
    color: #111;
    font-size: 14px;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.checkout-dialog__item span {
    color: #555;
    display: block;
    font-size: 13px;
    line-height: 1.3;
}

.checkout-dialog__item b {
    grid-column: 2;
    color: #111;
    font-size: 15px;
    font-weight: 800;
}

.checkout-dialog__total {
    border-top: 1px solid rgba(0, 0, 0, .12);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 14px;
}

.checkout-dialog__total span {
    color: #555;
    font-weight: 700;
}

.checkout-dialog__total strong {
    color: #111;
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
}

.checkout-dialog__store-note {
    border-radius: 8px;
    background: #f7f7f7;
    color: #444;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px;
    font-size: 13px;
    line-height: 1.4;
}

.checkout-dialog__store-note .mud-icon-root {
    color: #55B341;
    flex: 0 0 auto;
}

.blog-section__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.blog-section__head .section-header {
    margin-bottom: 0;
}

.blog-section__all {
    flex: 0 0 auto;
    min-height: 38px;
    border-radius: 5px;
    font-weight: 800;
    text-transform: none;
}

.blog-list-section {
    padding: 24px 20px 72px;
}

.blog-list__head {
    max-width: 860px;
    margin: 0 auto 28px;
    text-align: center;
}

.blog-list__empty {
    max-width: 620px;
    margin: 0 auto;
    padding: 24px;
    text-align: center;
}

.blog-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.blog-card {
    border-radius: 5px;
    padding: 18px;
    background: #f8f8f8;
    transition: transform .22s ease, border-color .22s ease;
}

.blog-card__image {
    aspect-ratio: 16 / 10;
    border-radius: 5px;
    overflow: hidden;
    display: block;
    margin: -4px -4px 14px;
    background: #f4f4f4;
}

.blog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .36s cubic-bezier(.22, 1, .36, 1);
}

.blog-card:hover {
    transform: translateY(-3px);
    border-color: rgba(85, 179, 65, .55);
}

.blog-card:hover .blog-card__image img {
    transform: scale(1.04);
}

.blog-card__title {
    font-weight: 800;
    line-height: 1.12;
    margin: 10px 0;
}

.blog-card__excerpt {
    color: #555;
    line-height: 1.45;
    margin-bottom: 16px;
}

.blog-detail-section {
    padding: 24px 20px 72px;
}

.blog-detail {
    max-width: 1080px;
}

.blog-detail__head {
    max-width: 860px;
    margin: 0 auto 24px;
    text-align: center;
}

.blog-detail__kicker {
    color: #55B341;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.blog-detail__title {
    color: #111;
    font-size: clamp(34px, 9vw, 64px);
    font-weight: 800;
    line-height: .96;
    margin-bottom: 14px;
}

.blog-detail__excerpt {
    color: #555;
    font-size: clamp(16px, 3vw, 20px);
    line-height: 1.5;
    max-width: 760px;
    margin: 0 auto;
}

.blog-detail__tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
}

.blog-detail__tags span {
    min-height: 30px;
    border-radius: 999px;
    background: rgba(85, 179, 65, .1);
    color: #2c8f25;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.blog-detail__image {
    aspect-ratio: 16 / 8;
    border-radius: 8px;
    overflow: hidden;
    background: #f4f4f4;
    margin-bottom: 30px;
}

.blog-detail__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-detail__content {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    color: #444;
    font-size: 17px;
    line-height: 1.65;
}

.site-footer {
    background: #111;
    color: #fff;
    padding: 34px 20px;
}

.site-footer__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.site-footer__brand img {
    width: 180px;
    margin-bottom: 12px;
}

.site-footer__brand p,
.site-footer__block p,
.site-footer__block a {
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
    line-height: 1.55;
}

.site-footer__block {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.site-footer__block h6 {
    color: #fff;
    font-weight: 800;
}

@keyframes drawerSlideInRight {
    from {
        opacity: 0;
        transform: translateX(34px) scale(.985);
        filter: blur(4px);
    }

    to {
        opacity: 1;
        transform: translateX(0) scale(1);
        filter: blur(0);
    }
}

@keyframes drawerSlideInLeft {
    from {
        opacity: 0;
        transform: translateX(-34px) scale(.985);
        filter: blur(4px);
    }

    to {
        opacity: 1;
        transform: translateX(0) scale(1);
        filter: blur(0);
    }
}

@keyframes drawerSlideOutRight {
    from {
        opacity: 1;
        transform: translateX(0) scale(1);
        filter: blur(0);
    }

    to {
        opacity: 0;
        transform: translateX(36px) scale(.985);
        filter: blur(4px);
    }
}

@keyframes drawerSlideOutLeft {
    from {
        opacity: 1;
        transform: translateX(0) scale(1);
        filter: blur(0);
    }

    to {
        opacity: 0;
        transform: translateX(-36px) scale(.985);
        filter: blur(4px);
    }
}

@keyframes contentRise {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes contentFadeOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(8px);
    }
}

@keyframes itemCascade {
    from {
        opacity: 0;
        transform: translateY(12px) scale(.985);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes softPop {
    0% {
        opacity: 0;
        transform: scale(.96);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes successBloom {
    0% {
        opacity: 0;
        transform: translateY(-8px) scale(.98);
        box-shadow: 0 0 0 rgba(85, 179, 65, 0);
    }

    45% {
        opacity: 1;
        transform: translateY(0) scale(1.012);
        box-shadow: 0 18px 42px rgba(85, 179, 65, .18);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        box-shadow: 0 0 0 rgba(85, 179, 65, 0);
    }
}

@keyframes favoritePop {
    0% {
        transform: scale(.92);
    }

    45% {
        transform: scale(1.16);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes premiumDialogIn {
    from {
        opacity: 0;
        transform: translateY(22px) scale(.97);
        filter: blur(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes imageReveal {
    from {
        opacity: 0;
        transform: scale(1.025);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes orderThanksFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes orderThanksFadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes orderThanksCardIn {
    from {
        opacity: 0;
        transform: translateY(22px) scale(.95);
        filter: blur(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes orderThanksPulse {
    0% {
        transform: scale(.9);
    }

    45% {
        transform: scale(1.12);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes orderThanksBurst {
    0% {
        opacity: 0;
        transform: scale(.2) rotate(0deg);
    }

    18% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(1.15) rotate(35deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

@media (min-width: 701px) {
    .site-header {
        height: 75px;
    }

    .site-header__inner {
        padding: 0 20px;
        gap: 0;
    }

    .site-header__logo {
        flex: 1;
    }

    .site-header__logo img {
        width: auto;
        max-width: none;
    }

    .site-search {
        display: block;
    }

    .site-actions__menu {
        display: none;
    }

    .site-actions {
        gap: 8px;
    }

    .site-actions__item {
        width: auto;
        height: 42px;
        padding: 0 12px;
    }

    .site-actions__item span {
        display: inline;
    }

    .category-bar {
        display: flex;
        top: 75px;
    }

    .hero-carousel {
        aspect-ratio: 16 / 6;
    }

    .hero-carousel__button {
        width: 44px;
        height: 44px;
    }

    .hero-carousel__button--prev {
        left: max(18px, calc(50% - 720px));
    }

    .hero-carousel__button--next {
        right: max(18px, calc(50% - 720px));
    }

    .hero-carousel__dots {
        bottom: 14px;
    }

    .category-tiles,
    .blog-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-grid__item {
        flex-basis: calc((100% - 28px) / 3);
    }

    .product-detail-section {
        padding: 28px 20px 72px;
    }

    .product-detail-top {
        grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
        align-items: start;
        gap: 38px;
    }

    .product-detail__actions {
        grid-template-columns: 1fr 1fr;
    }

    .add-cart-dialog__grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
        gap: 26px;
        padding: 24px;
    }

    .checkout-dialog__shell {
        padding: 24px;
    }

    .checkout-dialog__grid {
        grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
        align-items: start;
        gap: 18px;
    }

    .checkout-dialog__fields {
        grid-template-columns: repeat(2, 1fr);
    }

    .checkout-dialog__fields--address {
        grid-template-columns: repeat(2, 1fr);
    }

    .checkout-dialog__fields--address .mud-input-control:nth-child(2),
    .checkout-dialog__fields--address .mud-input-control:nth-child(5) {
        grid-column: 1 / -1;
    }

    .checkout-dialog__delivery-options {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-detail-gallery__main {
        aspect-ratio: 16 / 11;
        max-height: 640px;
    }

    .product-detail-gallery__thumbs {
        grid-template-columns: repeat(5, 1fr);
    }

    .product-description-section {
        display: grid;
        grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
        align-items: start;
        gap: 34px;
        margin-top: 54px;
        padding-top: 32px;
    }

    .product-description-section__preview {
        display: block;
        position: sticky;
        top: 155px;
    }

    .product-description-section__preview .product-card:hover {
        transform: none;
    }

    .product-related-section {
        margin-top: 64px;
        padding-top: 34px;
    }

    .product-related-carousel__item {
        flex-basis: calc((100% - 28px) / 3);
    }

    .site-footer__inner {
        grid-template-columns: 1.3fr 1fr 1fr 1fr;
    }
}

@media (min-width: 1100px) {
    .product-grid__item {
        flex-basis: calc((100% - 56px) / 5);
    }

    .product-related-carousel__item {
        flex-basis: calc((100% - 56px) / 5);
    }
}
