* {
    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;
    overflow: visible;
}

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

.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;
}

.product-search {
    position: relative;
    min-width: 0;
    z-index: 120;
}

.product-search__field {
    height: 42px;
    border: 1px solid rgba(0, 0, 0, .22);
    border-radius: 5px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 12px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.product-search__field:focus-within {
    border-color: rgba(85, 179, 65, .72);
    box-shadow: 0 0 0 3px rgba(85, 179, 65, .14);
}

.product-search__field .mud-icon-root {
    color: #555;
    flex: 0 0 auto;
}

.product-search__field input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #111;
    font: inherit;
    font-size: 15px;
}

.product-search__field input::placeholder {
    color: #999;
}

.product-search__loader {
    color: #55B341;
    flex: 0 0 auto;
}

.product-search__results {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    max-height: min(62vh, 520px);
    overflow-y: auto;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .16);
    padding: 6px;
    z-index: 200;
}

.product-search__item {
    width: 100%;
    border: 0;
    border-radius: 5px;
    background: transparent;
    color: #111;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) 22px;
    align-items: center;
    gap: 10px;
    padding: 8px;
    text-align: left;
    cursor: pointer;
    transition: background-color .18s ease, transform .18s ease;
}

.product-search__item:hover,
.product-search__item.is-active {
    background: rgba(85, 179, 65, .1);
}

.product-search__item:active {
    transform: scale(.99);
}

.product-search__media {
    width: 54px;
    height: 54px;
    border-radius: 5px;
    background: #f4f4f4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

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

.product-search__media .mud-icon-root {
    color: #55B341;
}

.product-search__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.product-search__type {
    color: #55B341;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.product-search__type .mud-icon-root {
    width: 15px;
    height: 15px;
}

.product-search__copy strong {
    font-size: 15px;
    line-height: 1.15;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-search__copy small {
    color: #666;
    font-size: 12px;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-search__arrow {
    color: #777;
}

.product-search__empty {
    min-height: 86px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    font-weight: 700;
}

.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__search {
    width: 100%;
    flex: 0 0 auto;
    z-index: 5;
}

.mobile-drawer__search .product-search__results {
    position: static;
    max-height: 44dvh;
    margin-top: 8px;
    box-shadow: none;
}

.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-section .site-shell {
    overflow: visible;
}

.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-variants {
    margin: 16px 0 18px;
}

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

.product-variants__heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}

.product-variants__heading > span {
    color: #666;
    font-size: .82rem;
}

.product-variants__axis {
    margin: 14px 0 0;
    padding: 0;
    border: 0;
}

.product-variants__axis legend {
    margin-bottom: 7px;
    color: #202020;
    font-size: .88rem;
    font-weight: 700;
}

.product-variants__options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-variants__options a,
.product-variants__options button {
    min-width: 74px;
    padding: 9px 13px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    background: #fff;
    color: #111;
    font: inherit;
    font-size: .88rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.product-variants__options a:hover {
    border-color: #4db53d;
}

.product-variants__options a.is-active {
    border-color: #39982d;
    background: #edf8eb;
    color: #26751e;
    box-shadow: inset 0 0 0 1px #39982d;
}

.product-variants__options button:disabled {
    border-style: dashed;
    background: #f5f5f5;
    color: #aaa;
    text-decoration: line-through;
    cursor: not-allowed;
}

.product-variants__selection {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2px 12px;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #e5e5e5;
}

.product-variants__selection span {
    grid-column: 1 / -1;
    color: #777;
    font-size: .75rem;
    text-transform: uppercase;
}

.product-variants__selection small {
    color: #39982d;
    font-weight: 700;
}

.product-variants__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.product-variants__item {
    min-width: 0;
    border: 1px solid rgba(0, 0, 0, .14);
    border-radius: 5px;
    background: #fff;
    color: #111;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 8px;
    text-decoration: none;
    transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.product-variants__item:hover,
.product-variants__item.is-active {
    color: #111;
    border-color: #55B341;
    background: #f8fcf7;
}

.product-variants__item:hover {
    transform: translateY(-1px);
}

.product-variants__image {
    width: 46px;
    height: 46px;
    border-radius: 5px;
    background: #f4f4f4;
    overflow: hidden;
}

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

.product-variants__item span:last-child {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.product-variants__item strong,
.product-variants__item small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-variants__item strong {
    font-size: 13px;
    font-weight: 800;
}

.product-variants__item small {
    color: #586058;
    font-size: 12px;
}

.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-unit-conversion,
.product-unit-total {
    border: 1px solid #dfe4de;
    border-radius: 6px;
    background: #f8faf7;
    display: grid;
    gap: 4px;
    padding: 12px 14px;
}

.product-unit-conversion {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: baseline;
    column-gap: 6px;
}

.product-unit-conversion > span {
    grid-column: 1 / -1;
}

.product-unit-conversion span,
.product-unit-total span {
    color: #687068;
    font-size: 12px;
    font-weight: 700;
}

.product-unit-conversion strong,
.product-unit-total strong {
    color: #171a17;
    font-size: 16px;
}

.product-unit-conversion small {
    color: #378f31;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.product-unit-total {
    border-color: #a9d9a4;
    background: #eef8ec;
}

.product-unit-total small {
    color: #547052;
    font-size: 12px;
    font-weight: 700;
}

.cart-drawer__conversion {
    color: #378f31 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}

.product-card__conversion {
    color: #378f31 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    margin-top: -4px !important;
}

.product-card__article-number {
    color: #747b74 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
}

.product-availability {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #378f31;
    font-size: 12px;
    font-weight: 800;
}

.product-availability .mud-icon-root {
    font-size: 18px;
}

.product-availability.is-lead-time {
    color: #8a6500;
}

.product-availability.is-on-order {
    color: #316a8f;
}

.product-availability.is-unavailable {
    color: #b33a32;
}

.checkout-dialog__availability {
    color: #378f31 !important;
    font-weight: 800;
}

.cart-drawer__availability {
    color: #378f31 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}

.category-products-page__description {
    color: #555d55 !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
    margin: -8px 0 28px !important;
}

.category-subcategories {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 24px;
}

.category-subcategories a {
    min-width: 0;
    min-height: 86px;
    border: 1px solid #dfe4de;
    border-radius: 6px;
    background: #fff;
    color: #171a17;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) 24px;
    align-items: center;
    gap: 12px;
    padding: 13px;
    text-decoration: none;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.category-subcategories a:hover {
    border-color: #55b341;
    background: #f8fcf7;
    transform: translateY(-1px);
}

.category-subcategories img {
    width: 54px;
    height: 54px;
    border-radius: 5px;
    background: #eef3ec;
    object-fit: cover;
}

.category-subcategories span {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.category-subcategories strong,
.category-subcategories small {
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-subcategories strong {
    font-size: 15px;
}

.category-subcategories small {
    color: #697169;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    line-height: 1.35;
}

.category-subcategories .mud-icon-root {
    color: #55b341;
    justify-self: end;
}

.home-category-subcategories {
    margin-bottom: 28px;
}

.home-category-subcategories img {
    object-fit: contain;
    background: #f7faf6;
    padding: 6px;
}

.latest-products-intro {
    margin: 34px 0 18px;
}

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

.latest-products-intro__title {
    color: #111;
    font-size: clamp(24px, 5vw, 36px);
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 10px;
}

.latest-products-intro__text {
    color: #555d55;
    line-height: 1.6;
}

.category-catalog {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.category-filters {
    border: 1px solid #dfe3df;
    border-radius: 6px;
    background: #fff;
}

.category-filters summary {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 16px;
    color: #171a17;
    cursor: pointer;
    font-size: 15px;
    font-weight: 800;
    list-style: none;
}

.category-filters summary::-webkit-details-marker {
    display: none;
}

.category-filters summary span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.category-filters summary b {
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #55b341;
    color: #fff;
    font-size: 12px;
}

.category-filters__content {
    border-top: 1px solid #e6e9e6;
    padding: 16px;
}

.category-filters__heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.category-filters__heading div {
    display: grid;
    gap: 2px;
}

.category-filters__heading span {
    color: #55b341;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.category-filters__heading strong {
    color: #171a17;
    font-size: 22px;
}

.category-filters__heading button {
    border: 0;
    background: transparent;
    color: #378f31;
    cursor: pointer;
    padding: 4px 0;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
}

.category-filter-search {
    min-height: 44px;
    border: 1px solid #cfd4cf;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    margin-bottom: 10px;
}

.category-filter-search .mud-icon-root {
    color: #697169;
}

.category-filter-search input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #171a17;
    font: inherit;
    font-size: 14px;
}

.category-filter-group {
    min-width: 0;
    border: 0;
    border-top: 1px solid #e6e9e6;
    padding: 16px 0 4px;
    margin: 0;
}

.category-filter-group legend {
    width: 100%;
    color: #171a17;
    padding: 0 0 10px;
    font-size: 14px;
    font-weight: 900;
}

.category-filter-price {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.category-filter-price label {
    min-width: 0;
    display: grid;
    gap: 5px;
    color: #697169;
    font-size: 11px;
    font-weight: 800;
}

.category-filter-price input,
.category-catalog__toolbar select {
    width: 100%;
    min-width: 0;
    height: 40px;
    border: 1px solid #cfd4cf;
    border-radius: 5px;
    background: #fff;
    color: #171a17;
    padding: 0 10px;
    font: inherit;
    font-size: 13px;
}

.category-filter-options {
    display: grid;
    gap: 3px;
    max-height: 230px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.category-filter-options label {
    min-height: 35px;
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    padding: 4px 5px;
    cursor: pointer;
    color: #343934;
    font-size: 13px;
}

.category-filter-options label:hover {
    background: #f4f8f3;
}

.category-filter-options input {
    width: 16px;
    height: 16px;
    accent-color: #55b341;
}

.category-filter-options small {
    color: #899089;
    font-size: 11px;
}

.category-catalog__products {
    min-width: 0;
}

.category-catalog__toolbar {
    min-height: 52px;
    border-bottom: 1px solid #e1e4e1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 18px;
    padding-bottom: 10px;
    color: #697169;
    font-size: 13px;
}

.category-catalog__toolbar strong {
    color: #171a17;
}

.category-catalog__toolbar label {
    display: flex;
    align-items: center;
    gap: 9px;
}

.category-catalog__toolbar select {
    width: auto;
    min-width: 170px;
}

.category-pagination-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    color: #697169;
    font-size: 13px;
}

.category-pagination-summary span {
    color: #171a17;
    font-weight: 800;
}

.category-pagination-summary small {
    color: #697169;
}

.category-product-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    overflow: visible;
    gap: 14px;
    padding: 0;
}

.category-product-grid .product-grid__item {
    min-width: 0;
    width: 100%;
}

.product-grid.category-product-grid {
    display: grid;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    scroll-snap-type: none;
    padding: 0;
}

.product-grid.category-product-grid .product-grid__item {
    flex: initial;
    scroll-snap-align: unset;
}

.category-pagination {
    border-top: 1px solid #e1e4e1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
    padding-top: 18px;
}

.category-pagination > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.category-pagination button {
    min-width: 42px;
    min-height: 42px;
    border: 1px solid #d9ddd9;
    border-radius: 6px;
    background: #fff;
    color: #171a17;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 12px;
    font-weight: 800;
    transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.category-pagination button:hover:not(:disabled),
.category-pagination button.is-active {
    border-color: #55b341;
    background: #55b341;
    color: #fff;
}

.category-pagination button:disabled {
    cursor: default;
    opacity: .45;
}

.category-catalog__empty {
    min-height: 320px;
    border: 1px dashed #cfd4cf;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #697169;
    padding: 30px;
    text-align: center;
}

.category-catalog__empty .mud-icon-root {
    color: #55b341;
    font-size: 38px;
}

.category-catalog__empty strong {
    color: #171a17;
    font-size: 18px;
}

.product-specifications-section {
    width: 100%;
    max-width: 1000px;
    margin: 36px auto 0;
}

.product-specifications-section__head {
    margin-bottom: 18px;
}

.product-specifications-section__head span {
    color: #55b341;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.product-specifications-section__head h2 {
    color: #111;
    margin: 4px 0 0;
    font-size: 28px;
}

.product-specifications {
    border-top: 1px solid #dfe3df;
    margin: 0;
}

.product-specifications div {
    display: grid;
    grid-template-columns: minmax(120px, .8fr) minmax(0, 1.4fr);
    gap: 18px;
    border-bottom: 1px solid #e6e9e6;
    padding: 13px 0;
}

.product-specifications dt {
    color: #697169;
    font-size: 13px;
    font-weight: 800;
}

.product-specifications dd {
    color: #171a17;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

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

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

.product-detail__quantity-input--alternative {
    width: 100%;
    max-width: 260px;
}

.product-detail__quantity--alternative > span {
    text-transform: none;
}

.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;
}

.home-category-description {
    color: #555;
    line-height: 1.55;
    margin: -6px 0 20px;
}

.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;
    border: 1px solid rgba(0, 0, 0, .12);
    background: #f8f8f8;
    color: #111;
    text-decoration: none;
    transition: border-color .2s ease, transform .2s ease, background-color .2s ease;
}

.category-tile:hover {
    color: #111;
    border-color: rgba(85, 179, 65, .55);
    background: #fff;
    transform: translateY(-2px);
}

.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.2;
    margin-bottom: 8px;
    min-height: 3.6em;
    max-height: 3.6em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -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-grid--carousel {
    display: flex;
    align-items: stretch;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding: 1px;
    padding: 1px 1px 10px;
}

.blog-grid--carousel .blog-card {
    flex: 0 0 min(82vw, 320px);
    scroll-snap-align: start;
}

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

.blog-card--more {
    background: #fff;
}

.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__image--more {
    background: linear-gradient(135deg, rgba(85, 179, 65, .14), rgba(85, 179, 65, .04));
    color: #55B341;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-card__image--more .mud-icon-root {
    width: 54px;
    height: 54px;
}

.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-card > a:last-child {
    margin-top: auto;
}

.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;
        flex: 1;
        max-width: 486px;
    }

    .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 {
        grid-template-columns: repeat(3, 1fr);
    }

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

    .blog-grid--carousel {
        display: grid;
        overflow: visible;
        scroll-snap-type: none;
        padding: 0;
    }

    .blog-grid--carousel .blog-card {
        flex: initial;
        scroll-snap-align: none;
    }

    .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: 150px;
        align-self: start;
        height: max-content;
        z-index: 2;
    }

    .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) {
    .category-subcategories {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .category-catalog {
        grid-template-columns: 260px minmax(0, 1fr);
        gap: 28px;
    }

    .category-filters {
        position: sticky;
        top: 22px;
        max-height: calc(100vh - 44px);
        overflow-y: auto;
    }

    .category-filters summary {
        display: none;
    }

    .category-filters__content {
        border-top: 0;
    }

    .category-product-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .product-grid.category-product-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .product-grid:not(.category-product-grid) .product-grid__item {
        flex-basis: calc((100% - 56px) / 5);
    }

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

}

@media (min-width: 720px) and (max-width: 1099px) {
    .category-subcategories {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .category-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-grid.category-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .category-subcategories {
        grid-template-columns: minmax(0, 1fr);
    }

    .category-catalog__toolbar {
        align-items: stretch;
    }

    .category-catalog__toolbar label {
        width: 100%;
        justify-content: space-between;
    }

    .category-catalog__toolbar select {
        flex: 1 1 auto;
        width: 100%;
    }

    .category-pagination-summary,
    .category-pagination {
        align-items: stretch;
        flex-direction: column;
    }

    .category-pagination > div {
        flex-wrap: wrap;
    }

    .product-specifications div {
        grid-template-columns: 1fr;
        gap: 5px;
    }
}
