.gutenberg-block-wrapper,
.gutenberg-block-wrapper * {
padding: 0;
margin: 0;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent !important;
}
.gutenberg-block-wrapper a {
text-decoration: none;
color: inherit;
display: inline-block;
cursor: pointer;
}
.gutenberg-block-wrapper img {
max-width: 100%;
}
.gutenberg-block-wrapper html {
scroll-behavior: smooth;
}
.gutenberg-block-wrapper input,
.gutenberg-block-wrapper textarea {
outline: none;
border: 0;
background: transparent;
}
.gutenberg-block-wrapper button,
.gutenberg-block-wrapper select {
border: none;
cursor: pointer;
background: transparent;
outline: 0;
}
.gutenberg-block-wrapper address {
font-style: normal;
}
.gutenberg-block-wrapper ul,
.gutenberg-block-wrapper ol,
.gutenberg-block-wrapper dl {
list-style: none;
padding: 0;
margin: 0;
}
.gutenberg-block-wrapper p,
.gutenberg-block-wrapper h1,
.gutenberg-block-wrapper h2,
.gutenberg-block-wrapper h3,
.gutenberg-block-wrapper h4,
.gutenberg-block-wrapper h5,
.gutenberg-block-wrapper h6 {
padding: 0;
margin: 0;
font-weight: 500;
}
.gutenberg-block-wrapper input[type='number']::-webkit-inner-spin-button,
.gutenberg-block-wrapper input[type='number']::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
margin: 0;
}
.gutenberg-block-wrapper main.wrapper {
padding-top: 70px;
}
.gutenberg-block-wrapper .checkout-inline-error-message {
display: none;
}.alerts {
display: flex;
flex-direction: column;
gap: 48px;
}
.alerts-grey {
padding: 32px 98px;
border-radius: 32px;
background: var(--bg-light-grey);
position: relative;
}
.alerts-grey p {
color: #191919;
font-size: 24px;
font-weight: 500;
line-height: 32px;
}
.alerts-grey .icon-1 {
position: absolute;
top: 32px;
left: 32px;
}
.alerts-grey .icon-2 {
position: absolute;
bottom: 32px;
right: 32px;
}
.alerts-violet {
background: #faeae9;
border-radius: 32px;
padding: 32px;
display: flex;
align-items: center;
gap: 32px;
}
.alerts-violet img {
flex-shrink: 0;
}
.alerts-violet p {
font-size: 24px;
font-weight: 500;
line-height: 32px;
color: #191919;
}
.alerts-yellow {
display: flex;
align-items: center;
background: #fef8e6;
border-radius: 32px;
padding: 32px;
gap: 32px;
}
.alerts-yellow img {
flex-shrink: 0;
}
.alerts-yellow p {
font-size: 24px;
line-height: 32px;
font-weight: 500;
color: #191919;
}
.alerts-green {
background: #e9f8eb;
border-radius: 32px;
padding: 32px;
display: flex;
align-items: center;
gap: 32px;
}
.alerts-green img {
flex-shrink: 0;
}
.alerts-green p {
color: #191919;
font-size: 24px;
font-weight: 500;
line-height: 32px;
} @media (max-width: 992px) {
.alerts-grey {
padding: 32px 48px;
}
.alerts-grey .icon-1 {
width: 24px;
top: 32px;
left: 16px;
}
.alerts-grey .icon-2 {
width: 24px;
right: 16px;
bottom: 32px;
}
.alerts-grey p {
font-size: 18px;
line-height: 24px;
}
.alerts-violet,
.alerts-yellow,
.alerts-green {
padding: 32px 24px;
flex-direction: column;
}
.alerts-violet p,
.alerts-yellow p,
.alerts-green p {
font-size: 18px;
line-height: 24px;
}
}  .block-accent {
display: flex;
flex-direction: column;
gap: 48px;
}
.block-accent__card {
padding: 36px 63px 36px 49px;
border-radius: 32px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 32px;
width: 100%;
}
.block-accent .card-violet {
flex-direction: row-reverse;
background: var(--violet_90);
}
.block-accent__card-content {
width: 100%;
display: flex;
flex-direction: column;
gap: 21px;
}
.block-accent__card h3 {
font-size: 26px;
font-weight: bold;
color: var(--grey-black);
text-transform: uppercase;
}
.block-accent__card p {
font-size: 24px;
line-height: 32px;
font-weight: 500;
color: var(--grey-black);
}
.block-accent__card img {
flex-shrink: 0;
}
.block-accent .card-orange {
background: var(--orange_80);
}
.block-accent .card-blue {
background: #e0fdff;
}
@media (max-width: 992px) {
.block-accent__card {
padding: 36px 24px;
gap: 32px;
flex-direction: column !important;
}
.block-accent__card-content {
gap: 27px;
}
.block-accent__card-content h3 {
font-size: 20px;
line-height: 24px;
text-align: center;
}
.block-accent__card-content p {
font-size: 18px;
line-height: 24px;
}
}  .article-block__head {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
margin-bottom: 48px;
gap: 30px;
}
.article-block__head-left {
display: flex;
flex-direction: column;
gap: 23px;
}
.article-block__head-left h3 {
font-size: 24px;
font-weight: bold;
left: 28px;
text-transform: uppercase;
color: var(--grey-black);
}
.article-block__head-left p {
font-size: 24px;
font-weight: 500;
line-height: 32px;
color: var(--grey-black);
}
.article-block__head-right img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 50px;
}
.article-block__item-wrap {
display: flex;
flex-direction: column;
gap: 72px;
}
.article-block__item {
display: flex;
align-items: stretch;
justify-content: space-between;
gap: 32px;
}
.article-block__item-content {
display: flex;
flex-direction: column;
width: 100%;
gap: 23px;
}
.article-block__item-content h3 {
font-size: 26px;
font-weight: bold;
color: var(--grey-black);
}
.article-block__item-content p {
font-size: 24px;
line-height: 32px;
font-weight: 500;
}
.article-block__item-content ul {
width: 100%;
background: var(--bg-light-grey);
border-radius: 24px;
display: flex;
align-items: center;
padding: 20px;
gap: 24px;
}
.article-block__item-content ul li {
display: flex;
align-items: center;
gap: 20px;
font-size: 20px;
line-height: 24px;
color: var(--grey-black);
}
.article-block__item-content ul li img {
flex-shrink: 0;
}
.article-block__item-img {
width: 315px;
flex-shrink: 0;
}
.article-block__item-img img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 50px;
}
@media (max-width: 992px) {
.article-block__head {
grid-template-columns: repeat(1, minmax(0, 1fr));
gap: 32px;
}
.article-block__head-left {
order: 2;
}
.article-block__head-left h3 {
font-size: 20px;
line-height: 24px;
}
.article-block__head-left p {
font-size: 18px;
line-height: 24px;
}
.article-block__head-right {
order: 1;
height: 319px;
}
.article-block__item-wrap {
gap: 48px;
}
.article-block__item {
flex-direction: column;
gap: 32px;
}
.article-block__item-img {
order: 1;
width: 100%;
height: 450px;
border-radius: 50px;
}
.article-block__item-content {
order: 2;
}
.article-block__item-content h3 {
font-size: 20px;
line-height: 24px;
}
.article-block__item-content p {
font-size: 18px;
line-height: 24px;
}
.article-block__item-content ul {
flex-direction: column;
padding: 20px 14px 20px 20px;
gap: 28px;
border-radius: 24px;
}
.article-block__item-content ul li {
gap: 19px;
}
.article-block__item-content ul li p {
font-size: 16px;
line-height: 20px;
}
}
.article-block__item-content ul {
width: 100%;
background: var(--bg-light-grey);
border-radius: 24px;
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 20px;
gap: 24px;
}  .diet {
background: var(--violet_90);
border-radius: 32px;
padding: 36px 49px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 32px;
margin-bottom: 48px;
}
.diet p {
font-size: 24px;
font-weight: 500;
line-height: 32px;
color: var(--grey-black);
}
.diet a {
padding: 12px 24px;
text-align: center;
border: 1px solid var(--main_black);
background: var(--main_white);
border-radius: 20px;
font-size: 20px;
line-height: 24px;
font-weight: 600;
}
.diet a:hover {
background: var(--interface_title);
color: var(--main_white);
}
@media only screen and (max-width: 992px) {
.diet {
padding: 36px 24px;
border-radius: 32px;
flex-direction: column;
margin-bottom: 48px;
}
.diet p {
width: 100%;
font-size: 18px;
line-height: 24px;
}
.diet a {
width: 100%;
}
}  .product-card {
display: flex;
align-items: center;
gap: 50px;
justify-content: center;
background: var(--blue_90);
padding: 32px;
border-radius: 50px;
}
.product-card img,
.product-card picture {
max-width: 740px;
max-height: 512px;
}
@media (max-width: 992px) {
.product-card {
padding: 11px;
gap: 40px;
}
.product-card img {
max-width: 242px;
max-height: 167px;
}
.product-card picture,
.product-card picture img {
max-width: 100%;
max-height: 100%;
}
}  .list_v1 {
display: flex;
flex-direction: column;
gap: 32px;
}
.list_v1 li {
display: flex;
align-items: flex-start;
gap: 16px;
}
.list_v1 li h3 {
font-size: 26px;
font-weight: bold;
text-transform: uppercase;
color: var(--grey-black);
margin-bottom: 16px;
}
.list_v1 li img {
flex-shrink: 0;
max-width: 54px;
}
@media (max-width: 992px) {
.list_v1 {
gap: 24px;
}
.list_v1 li {
gap: 16px;
}
.list_v1 li img {
width: 37px;
}
.list_v1 li h3 {
font-size: 20px;
line-height: 24px;
gap: 16px;
}
}  .block-lists {
margin: 48px 0;
display: flex;
flex-direction: column;
gap: 48px;
}
.block-list_block {
display: flex;
align-items: start;
gap: 25px;
}
.block-list_block img {
width: 145px;
flex-shrink: 0;
}
.block-list_block h3 {
font-size: 24px;
font-weight: 700;
line-height: 28px;
color: var(--main_black);
margin-bottom: 24px;
}
.block-list_block p {
font-size: 24px;
font-weight: 500;
line-height: 32px;
color: var(--main_black);
}
@media (max-width: 568px) {
.article-content .block-lists_text h3 {
font-size: 24px;
}
}
@media (max-width: 768px) {
.block-list_block {
flex-direction: column;
}
}  .blog-notice {
font-size: 0.8em;
font-weight: 300;
color: rgba(0, 0, 0, 0.55);
padding-top: 0.3rem;
padding-bottom: 0.3rem;
}  .texts-swp {
position: relative;
}
.texts-swp__prev {
position: absolute;
z-index: 2;
top: 50%;
transform: translateY(-50%);
left: 10px;
background: var(--main_white);
width: 56px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 20px;
}
.texts-swp__next {
position: absolute;
z-index: 2;
top: 50%;
transform: translateY(-50%);
right: 10px;
background: var(--main_white);
width: 56px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 20px;
}
.texts-swp .swiper-slide img {
height: 517px;
width: 100%;
object-fit: cover;
border-radius: 50px;
}
.texts-swp__pagination {
position: absolute;
top: auto !important;
bottom: 20px !important;
right: auto;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
gap: 11px;
}
.texts-swp__pagination span {
opacity: 0.5;
background: var(--main_white);
width: 40px;
height: 6px;
border-radius: 6px;
margin: 0 !important;
padding: 0 !important;
}
.texts-swp__pagination span.swiper-pagination-bullet-active {
opacity: 1;
}  .article-table__wrap {
background: var(--accent-3);
border-radius: 24px;
overflow: hidden;
padding: 2px;
margin-bottom: 48px;
}
.article-table {
background: var(--main_white);
border-radius: 22px;
overflow: hidden;
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 0px;
}
.article-table__item {
display: flex;
width: 50%;
align-items: stretch;
border: 1px solid #e1e1e1;
text-align: center;
font-size: 20px;
line-height: 24px;
font-weight: 500;
}
.article-table__item ul {
width: 50%;
flex-shrink: 0;
}
.article-table__item li {
padding: 8px;
}
.article-table__item li:not(:last-child) {
border-bottom: 1px solid #e1e1e1;
}
.article-table__item li:first-child {
background: #e1e1e1;
}
.article-table__item ul:first-child li:first-child {
border-right: 1px solid var(--main_white);
}
.article-table__item ul:not(:last-child) li {
border-right: 1px solid #e1e1e1;
}
@media (max-width: 992px) {
.article-table {
flex-direction: column;
gap: 0px;
}
.article-table__item {
width: 100%;
}
.article-table__item:not(:first-child) li:first-child {
display: none;
}
.article-table__item:not(:first-child) {
border-top: 0;
}
.article-table__item ul li {
font-size: 16px;
line-height: 20px;
font-weight: 500;
}
.article-block__head {
grid-template-columns: repeat(1, minmax(0, 1fr));
gap: 32px;
}
}  .texts {
display: flex;
flex-direction: column;
gap: 48px;
}
.texts h2 {
font-size: 36px;
line-height: 40px;
font-weight: bold;
color: var(--grey-black);
text-transform: uppercase;
}
.texts h3 {
font-size: 24px;
line-height: 28px;
font-weight: bold;
color: var(--grey-black);
text-transform: uppercase;
}
.texts ol {
display: flex;
flex-direction: column;
gap: 12px;
font-size: 24px;
line-height: 32px;
font-weight: 500;
color: #191919;
counter-reset: none;
}
.texts ol li { gap: 12px;
counter-increment: num;
padding-left: 46px;
position: relative;
}
.texts ol li::before {
content: counter(num);
background: var(--accent-1);
border-radius: 5.2px;
width: 32px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
line-height: 32px;
font-weight: 500;
color: white;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.texts ul {
display: flex;
flex-direction: column;
gap: 12px;
}
.texts ul li {
padding-left: 22px;
font-size: 24px;
font-weight: 500;
line-height: 32px;
color: #191919;
position: relative;
}
.texts ul li::before {
content: '';
width: 10px;
height: 10px;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
background: var(--accent-1);
border-radius: 3px;
}
.texts p {
color: var(--grey-black);
font-size: 24px;
line-height: 32px;
font-weight: 500;
}
.texts a {
display: inline;
text-decoration: underline;
}
@media only screen and (max-width: 992px) {
.texts h2 {
font-size: 22px;
line-height: 32px;
}
.texts h3 {
font-size: 20px;
line-height: 24px;
}
.texts-description p {
font-size: 18px;
line-height: 24px;
}
.texts ol {
gap: 12px;
}
.texts ol li {
font-size: 18px;
line-height: 24px;
}
.texts ol li h4 {
font-size: 18px;
line-height: 24px;
}
.texts ul {
gap: 12px;
}
.texts ul li {
font-size: 18px;
line-height: 24px;
}
.texts p {
font-size: 18px;
line-height: 24px;
}
}
.article-content p {
color: var(--grey-black);
font-size: 24px; font-weight: 500;
font-size: 18px;
line-height: 24px;
}  .video_block {
display: flex;
align-items: center;
justify-content: center;
}  .block-blog-quote {
width: 100%;
border-radius: 40px 40px 0 40px;
padding: 24px;
display: grid;
grid-template-columns: 50px auto;
align-items: flex-start;
margin-bottom: 40px;
background: rgba(86, 158, 240, 0.12);
min-height: 148px;
}
.block-blog-quote img {
margin-right: 24px;
width: 26px;
height: 24px;
min-width: 26px;
min-height: 24px;
}
.block-blog-quote blockquote {
font-weight: 600;
font-size: 16px;
line-height: 175%;
margin-bottom: 16px;
grid-column: 2;
grid-row: 1;
font-family: 'Gilroy';
}
.block-blog-quote figcaption {
font-weight: 600;
font-size: 16px;
line-height: 175%;
color: rgba(0, 0, 0, 0.5);
grid-column: 2;
grid-row: 2;
font-family: 'Gilroy';
}
@media (max-width: 768px) {
.block-blog-quote {
display: block;
}
.block-blog-quote img {
margin-right: 0;
margin-bottom: 24px;
}
.block-blog-quote blockquote {
font-size: 12px;
line-height: 200%;
}
.block-blog-quote figcaption {
font-size: 12px;
line-height: 200%;
}
}  .block-blog-remark {
display: flex;
align-items: center;
background: #569ef0;
border-radius: 40px;
padding: 24px;
margin-bottom: 40px;
}
.block-blog-remark img {
margin-right: 24px;
width: 32px;
height: 32px;
min-width: 32px;
min-height: 32px;
}
.block-blog-remark p {
font-family: 'Gilroy';
font-weight: 600;
font-size: 16px;
line-height: 175%;
color: #fff;
max-width: 904px;
margin-bottom: 0;
}
@media (max-width: 768px) {
.block-blog-remark {
display: block;
padding: 16px;
}
.block-blog-remark img {
margin-right: 0;
margin-bottom: 24px;
}
.block-blog-remark p {
font-size: 12px;
line-height: 200%;
}
}  .block-blog-stock {
border-radius: 24px;
padding: 40px 24px;
color: #fff;
text-decoration: none;
margin-bottom: 40px;
display: flex;
flex-direction: column;
align-items: flex-start;
position: relative;
z-index: 1;
overflow: hidden;
}
.block-blog-stock:hover {
color: #fff;
}
.block-blog-stock img {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
object-fit: cover;
box-sizing: border-box;
border-radius: 24px;
z-index: -2;
transition: scale 0.6s ease;
}
.block-blog-stock:hover img {
scale: 1.1;
}
.block-blog-stock:has(img)::before {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
box-sizing: border-box;
border-radius: 24px;
z-index: -1;
background-color: #12121240;
}
.block-blog-stock:not(img) {
background: linear-gradient(65deg, #ff9500 0%, #f05696 55.29%);
}
.block-blog-stock span {
font-weight: 700;
font-size: 36px;
line-height: 133%;
text-transform: uppercase;
margin-bottom: 16px;
color: currentColor;
}
.block-blog-stock p {
font-weight: 500;
font-size: 20px;
line-height: 120%;
color: currentColor;
}
@media (max-width: 768px) {
.block-blog-stock {
min-height: 208px;
justify-content: end;
}
.block-blog-stock span {
margin-bottom: 32px;
}
}  .block-blog-swiper {
padding-bottom: 80px;
margin-bottom: 40px;
height: 427px
}
.block-blog-swiper .block-blog-swiper__slide {
border-radius: 24px;
overflow: hidden;
position: relative;
max-width: 494px;
height: 347px;
}
.block-blog-swiper .block-blog-swiper__slide img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.block-blog-swiper .block-blog-swiper__arrows {
position: absolute;
left: 50%;
bottom: -24px;
height: 56px;
width: 136px;
display: flex;
align-items: center;
justify-content: space-between;
transform: translate(-50%, -50%);
z-index: 1;
}
.block-blog-swiper .block-blog-swiper__arrows .block-blog-swiper__prev,
.block-blog-swiper .block-blog-swiper__arrows .block-blog-swiper__next {
color: #333;
border: 1px solid #121212;
border-radius: 20px;
padding: 16px;
width: 56px;
height: 56px;
position: static;
margin-top: 0;
}
.block-blog-swiper .block-blog-swiper__arrows .block-blog-swiper__prev::after,
.block-blog-swiper .block-blog-swiper__arrows .block-blog-swiper__next::after {
content: none;
}
.block-blog-swiper .swiper-button-prev {
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 12.364H21' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M4.5 12.364L10.864 18.728' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M4.5 12.364L10.864 6.00005' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: 24px;
background-position: center;
}
.block-blog-swiper .swiper-button-next {
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 12.364H4.5' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M21 12.364L14.636 18.728' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M21 12.364L14.636 6.00005' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: 24px;
background-position: center;
}
@media (max-width: 1048px) {
.block-blog-swiper {
overflow: visible;
}
.block-blog-swiper--admin .block-blog-swiper__slide,
.block-blog-swiper .block-blog-swiper__slide {
max-width: calc(48.5465vw - 14.7674px);
height: calc(21.3663vw + 123.0814px);
}
}
@media (max-width: 768px) {
.block-blog-swiper {
padding-bottom: 0;
height: 100%;
}
.block-blog-swiper .block-blog-swiper__arrows {
display: none;
}
}body.wc-block-product-gallery-modal-open,body.wc-modal--open{overflow:hidden}.wc-block-grid__products .wc-block-grid__product-image{display:block;position:relative;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image a{border:0;box-shadow:none;outline:0;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image img{height:auto;max-width:100%;width:100%}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.wc-block-grid__products .wc-block-grid__product-image img[alt=""]{border:1px solid #f2f2f2}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{color:inherit;display:block;font-family:inherit;font-size:inherit;font-weight:700;line-height:1.2;padding:0}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-right:.5em}.wc-block-grid__product-add-to-cart.wp-block-button{white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{display:inline-flex;font-size:1em;justify-content:center;text-align:center;white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading{opacity:.25}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after{content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after{animation:spin 2s linear infinite;content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after{content:"";margin:0}.wc-block-grid__product-rating,.wp-block-woocommerce-product-review-rating{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,.wc-block-grid__product-rating .wc-block-product-review-rating__stars,.wp-block-woocommerce-product-review-rating .star-rating,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars{font-family:WooCommerce;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;margin:0 auto;overflow:hidden;position:relative;text-align:left;width:5.3em}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars:before,.wp-block-woocommerce-product-review-rating .star-rating:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars:before{content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span,.wp-block-woocommerce-product-review-rating .star-rating span,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span{left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span:before,.wp-block-woocommerce-product-review-rating .star-rating span:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid .wc-block-grid__product-onsale,.wc-block-grid__product-image .wc-block-grid__product-onsale{background:#fff;border:1px solid #43454b;border-radius:4px;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;left:auto;padding:.25em .75em;position:absolute;right:4px;text-align:center;text-transform:uppercase;top:4px;width:auto;z-index:9}.wc-block-grid__product .wc-block-grid__product-image,.wc-block-grid__product .wc-block-grid__product-link{display:inline-block;position:relative}.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{color:#cd2653;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:1em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.5}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;right:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title{font-size:1em}.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{font-size:.75em}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart{display:block;margin-top:12px}.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins{text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wp-block-group.woocommerce.product .up-sells.upsells.products{max-width:var(--wp--style--global--wide-size)}
.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{appearance:none;background:transparent!important;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.7;padding:0!important;text-decoration-line:underline;text-underline-position:under;transition:all .2s ease-in-out}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover{opacity:1;text-decoration:none}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;height:100%;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:transparent none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner>.wc-block-components-button:focus{outline:2px solid currentColor!important;outline-offset:0}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}.wc-block-components-notice-banner:focus{outline-width:0}.wc-block-components-notice-banner:focus-visible{outline-style:solid;outline-width:2px}.woocommerce.wc-block-store-notices.alignwide{max-width:var(--wp--style--global--wide-size)}