@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Parisienne&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, Đ time,
mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

/*BUTTON COLORS*/
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm, .top-menu ul.menu li a {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl, .cart-collaterals .cart_totals h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

/*Shadows*/
.shadow-none {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.shadow-md {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}

.shadow-xl {
  -webkit-box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.41);
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

.aligncenter {
  text-align: center;
}

hr {
  background-color: #dedede;
  height: 1px;
  border: none;
}

/*SLICK*/
.slick-dots {
  display: flex;
  flex-direction: row;
  padding: 20px;
  justify-content: center;
}
.slick-dots li button {
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background-color: #FBE6D4;
  border: none;
  text-indent: -9999px;
  margin: 0 8px;
  cursor: pointer;
  transition: all, 0.3s;
}
@media all and (max-width: 850px) {
  .slick-dots li button {
    height: 10px;
    width: 10px;
  }
}
.slick-dots li.slick-active button {
  width: 45px;
  background-color: #20223E;
}
@media all and (max-width: 850px) {
  .slick-dots li.slick-active button {
    width: 25px;
  }
}

/*WOO*/
.price {
  display: flex;
  flex-direction: row;
}
.price ins {
  text-decoration: none;
  color: #819467;
  font-weight: bold;
}
.price del,
.price del span,
.price del.span.woocommerce-Price-amount.amount {
  color: #A1A1A1 !important;
  font-weight: 400 !important;
}
.price del.span.woocommerce-Price-amount.amount {
  padding-right: 16px !important;
}

.mobile-container, .x-container {
  width: 100%;
}
@media only screen and (min-width: 321px) and (max-width: 720px) {
  .mobile-container, .x-container {
    padding: 0 20px;
    display: flex;
  }
}
@media only screen and (min-width: 1px) and (max-width: 320px) {
  .mobile-container, .x-container {
    padding: 0 40px;
    display: flex;
  }
}
@media only screen and (min-width: 721px) and (max-width: 1024px) {
  .mobile-container, .x-container {
    padding: 0 80px;
    display: flex;
  }
}

.x-container {
  display: flex;
  justify-content: center;
  flex-flow: column;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1408px) and (max-width: 3999px), only screen and (min-width: 1217px) and (max-width: 1407px), only screen and (min-width: 1025px) and (max-width: 1216px) {
  .x-container.wide {
    padding: 0 8% !important;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1408px) and (max-width: 3999px), only screen and (min-width: 1217px) and (max-width: 1407px), only screen and (min-width: 1025px) and (max-width: 1216px) {
  .x-container.normal {
    padding: 0 13%;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1408px) and (max-width: 3999px), only screen and (min-width: 1217px) and (max-width: 1407px), only screen and (min-width: 1025px) and (max-width: 1216px) {
  .x-container.thin {
    padding: 0 23%;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1408px) and (max-width: 3999px), only screen and (min-width: 1217px) and (max-width: 1407px), only screen and (min-width: 1025px) and (max-width: 1216px) {
  .x-container.eighthundred {
    width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
  }
}

@media all and (min-width: 1670px) {
  .container-boxed, .wp-block-product-on-sale,
  .wp-block-product-category, .wp-block-pixelperfect-badges-block.alignwide .inner, .wp-block-pixelperfect-masonry-boxes.alignwide, .wp-block-pixelperfect-double-title.alignwide, body.home .wp-block-pixelperfect-product-description-row, #reviews,
  #tab-additional_information, .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs, .breadcrumbs .rank-math-breadcrumb, .woocommerce-cart #site-content > .woocommerce,
  .woocommerce-cart #site-content > .wp-block-woocommerce-cart,
  .woocommerce-cart #site-content > .wc-block-checkout,
  .woocommerce-checkout #site-content > .woocommerce,
  .woocommerce-checkout #site-content > .wp-block-woocommerce-cart,
  .woocommerce-checkout #site-content > .wc-block-checkout {
    max-width: 1650px;
    width: 100%;
    margin: 0 auto;
  }
}
@media all and (min-width: 1281px) and (max-width: 1669px) {
  .container-boxed, .wp-block-product-on-sale,
  .wp-block-product-category, .wp-block-pixelperfect-badges-block.alignwide .inner, .wp-block-pixelperfect-masonry-boxes.alignwide, .wp-block-pixelperfect-double-title.alignwide, body.home .wp-block-pixelperfect-product-description-row, #reviews,
  #tab-additional_information, .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs, .breadcrumbs .rank-math-breadcrumb, .woocommerce-cart #site-content > .woocommerce,
  .woocommerce-cart #site-content > .wp-block-woocommerce-cart,
  .woocommerce-cart #site-content > .wc-block-checkout,
  .woocommerce-checkout #site-content > .woocommerce,
  .woocommerce-checkout #site-content > .wp-block-woocommerce-cart,
  .woocommerce-checkout #site-content > .wc-block-checkout {
    max-width: calc(100% - 40px);
    width: 100%;
    margin: 0 20px;
  }
}
@media all and (max-width: 1280px) {
  .container-boxed, .wp-block-product-on-sale,
  .wp-block-product-category, .wp-block-pixelperfect-badges-block.alignwide .inner, .wp-block-pixelperfect-masonry-boxes.alignwide, .wp-block-pixelperfect-double-title.alignwide, body.home .wp-block-pixelperfect-product-description-row, #reviews,
  #tab-additional_information, .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs, .breadcrumbs .rank-math-breadcrumb, .woocommerce-cart #site-content > .woocommerce,
  .woocommerce-cart #site-content > .wp-block-woocommerce-cart,
  .woocommerce-cart #site-content > .wc-block-checkout,
  .woocommerce-checkout #site-content > .woocommerce,
  .woocommerce-checkout #site-content > .wp-block-woocommerce-cart,
  .woocommerce-checkout #site-content > .wc-block-checkout {
    max-width: calc(100% - 40px);
    width: 100%;
    margin: 0 20px;
  }
}
/*Product list*/
.wp-block-columns .filter-column {
  flex-basis: 350px !important;
  flex-grow: unset !important;
}
.wp-block-columns .product-column {
  width: calc(100% - 350px);
}

#site-content.has-sidebar {
  display: flex;
}
@media all and (max-width: 650px) {
  #site-content.has-sidebar {
    flex-direction: column;
  }
  #site-content.has-sidebar .sidebar, #site-content.has-sidebar .content {
    width: 100%;
    padding: 0;
  }
}
@media all and (min-width: 651px) and (max-width: 1040px) {
  #site-content.has-sidebar {
    flex-direction: column;
  }
  #site-content.has-sidebar .sidebar, #site-content.has-sidebar .content {
    width: 100%;
  }
}
@media all and (min-width: 1041px) and (max-width: 1380px) {
  #site-content.has-sidebar {
    flex-direction: row;
  }
  #site-content.has-sidebar .sidebar {
    width: 250px;
    padding-right: 20px;
  }
  #site-content.has-sidebar .content {
    width: calc(100% - 280px);
  }
}
@media all and (min-width: 1381px) {
  #site-content.has-sidebar {
    flex-direction: row;
  }
  #site-content.has-sidebar .sidebar {
    width: 300px;
    padding-right: 20px;
  }
  #site-content.has-sidebar .content {
    width: calc(100% - 330px);
  }
}

#commentform .form-submit input,
.button,
.single_add_to_cart_button {
  border: none;
  display: inline-flex;
  text-align: center;
  font-weight: 600;
  border-radius: 0px;
  text-decoration: none;
  cursor: pointer;
}
#commentform .form-submit input.rounded,
.button.rounded,
.rounded.single_add_to_cart_button {
  border-radius: 5px;
}
#commentform .form-submit input span,
.button span,
.single_add_to_cart_button span {
  display: inline-block;
  padding: 0 10px;
}
.button + .button, .single_add_to_cart_button + .button, .button + .single_add_to_cart_button, .single_add_to_cart_button + .single_add_to_cart_button {
  margin-left: 10px;
}

#commentform .form-submit input,
.button-primary,
.cart-collaterals .cart_totals .checkout-button,
#minicart .woocommerce-mini-cart__buttons .checkout,
.single_add_to_cart_button {
  background-color: #819467;
  color: white;
  transition: all, 0.3s;
  text-decoration: none;
}
#commentform .form-submit input:hover,
.button-primary:hover,
.cart-collaterals .cart_totals .checkout-button:hover,
#minicart .woocommerce-mini-cart__buttons .checkout:hover,
.single_add_to_cart_button:hover {
  background-color: #677652;
  color: white;
}

.button-primary-outline {
  background-color: transparent;
  border: 2px solid #819467;
  color: #819467;
  transition: all, 0.3s;
}
.button-primary-outline:hover {
  border-color: #677652;
  background-color: #677652;
  color: white;
}

.button-success-outline {
  background-color: transparent;
  border: 2px solid #82AD38;
  color: #82AD38;
  transition: all, 0.3s;
}
.button-success-outline:hover {
  background-color: #82AD38;
  color: white;
}

.button-secondary, .woocommerce-cart-form td.actions .returntoshop {
  background-color: #20223E;
  color: white;
  transition: all, 0.3s;
}
.button-secondary:hover, .woocommerce-cart-form td.actions .returntoshop:hover {
  background-color: #313460;
  color: white;
}

.button-secondary-outline, #minicart .woocommerce-mini-cart__buttons .wc-forward:not(.checkout) {
  background-color: transparent;
  border: 2px solid #20223E;
  color: #20223E;
  transition: all, 0.3s;
}
.button-secondary-outline:hover, #minicart .woocommerce-mini-cart__buttons .wc-forward:hover:not(.checkout) {
  border-color: #313460;
  background-color: #313460;
  color: white;
}

button:disabled,
.button.disabled,
.disabled {
  opacity: 5;
}

#commentform .form-submit input,
li.product a.button,
.button-2xl,
.cart-collaterals .cart_totals .checkout-button,
.woocommerce-cart-form td.actions .returntoshop,
.single_add_to_cart_button {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
#commentform .form-submit input i.mdi,
li.product a.button i.mdi,
.button-2xl i.mdi,
.cart-collaterals .cart_totals .checkout-button i.mdi,
.woocommerce-cart-form td.actions .returntoshop i.mdi,
.single_add_to_cart_button i.mdi {
  font-size: 1rem;
}

.button-xl, .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li a, #minicart .woocommerce-mini-cart__buttons .wc-forward, .add_to_cart_button {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.button-md, select.orderby {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.button-md i.mdi, select.orderby i.mdi {
  font-size: 20px;
}

.button-sm {
  font-size: 0.875rem;
  line-height: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.button-xs {
  font-size: 0.75rem;
  line-height: 1rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

/*Single buttons*/
li.product .added_to_cart.wc-forward {
  display: none;
}
li.product .add_to_cart_button.loading {
  opacity: 0.6;
}

li.product:hover .single_add_to_cart_button,
li.product:hover .add_to_cart_button {
  background-color: #819467;
  color: white;
}

.add_to_cart_button {
  transition: all, 0.3s;
}

.single_add_to_cart_button {
  transition: all, 0.3s;
}

/**

*/
.wp-block-pixelperfect-product-description-row .content-wrapper .wp-block-buttons,
.wp-block-buttons {
  width: 100% !important;
}
.wp-block-pixelperfect-product-description-row .content-wrapper .wp-block-buttons .wp_block_button__link.has-white-color,
.wp-block-buttons .wp_block_button__link.has-white-color {
  color: white !important;
}
.wp-block-pixelperfect-product-description-row .content-wrapper .wp-block-buttons .wp_block_button__link.has-white-background-color,
.wp-block-buttons .wp_block_button__link.has-white-background-color {
  background-color: white !important;
}
.wp-block-pixelperfect-product-description-row .content-wrapper .wp-block-buttons .wp_block_button__link.has-green-olive-color,
.wp-block-buttons .wp_block_button__link.has-green-olive-color {
  color: #819467 !important;
}
.wp-block-pixelperfect-product-description-row .content-wrapper .wp-block-buttons .wp_block_button__link.has-green-olive-background-color,
.wp-block-buttons .wp_block_button__link.has-green-olive-background-color {
  background-color: #819467 !important;
}

@media all and (max-width: 950px) {
  body {
    padding-top: 70px;
  }
}
.count.padd {
  padding: 7px !important;
}

.btn-cart .count {
  transition: all, 0.3s;
}

#masthead {
  background-color: white;
  padding: 21px 0;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  transition: 0.5s;
}
#masthead .container-boxed, #masthead .wp-block-product-on-sale,
#masthead .wp-block-product-category, #masthead .wp-block-pixelperfect-badges-block.alignwide .inner, .wp-block-pixelperfect-badges-block.alignwide #masthead .inner, #masthead .wp-block-pixelperfect-masonry-boxes.alignwide, #masthead .wp-block-pixelperfect-double-title.alignwide, #masthead body.home .wp-block-pixelperfect-product-description-row, body.home #masthead .wp-block-pixelperfect-product-description-row, #masthead #reviews,
#masthead #tab-additional_information, #masthead .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs, .woocommerce-tabs.wc-tabs-wrapper #masthead .tabs.wc-tabs, #masthead .breadcrumbs .rank-math-breadcrumb, .breadcrumbs #masthead .rank-math-breadcrumb, #masthead .woocommerce-cart #site-content > .woocommerce, .woocommerce-cart #masthead #site-content > .woocommerce,
#masthead .woocommerce-cart #site-content > .wp-block-woocommerce-cart,
.woocommerce-cart #masthead #site-content > .wp-block-woocommerce-cart,
#masthead .woocommerce-cart #site-content > .wc-block-checkout,
.woocommerce-cart #masthead #site-content > .wc-block-checkout,
#masthead .woocommerce-checkout #site-content > .woocommerce,
.woocommerce-checkout #masthead #site-content > .woocommerce,
#masthead .woocommerce-checkout #site-content > .wp-block-woocommerce-cart,
.woocommerce-checkout #masthead #site-content > .wp-block-woocommerce-cart,
#masthead .woocommerce-checkout #site-content > .wc-block-checkout,
.woocommerce-checkout #masthead #site-content > .wc-block-checkout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media all and (max-width: 950px) {
  #masthead {
    padding: 10px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 1px 4px 44px 0px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 1px 4px 44px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 1px 4px 44px 0px rgba(0, 0, 0, 0.23);
  }
  #masthead .menu-primary-container,
  #masthead .pull-right .free-shipping-note {
    display: none;
  }
  #masthead .hamburger {
    display: block;
    padding: 0 10px;
    margin-left: 10px;
    cursor: pointer;
    z-index: 99;
    height: 48px;
  }
  #masthead .hamburger .line {
    position: relative;
    top: 50%;
  }
  #masthead .hamburger .line, #masthead .hamburger .line:before, #masthead .hamburger .line:after {
    display: block;
    width: 28px;
    height: 3px;
    border-radius: 4px;
    background-color: #4B5563;
    transition: all, 0.3s;
  }
  #masthead .hamburger .line:before,
  #masthead .hamburger .line:after {
    content: "";
    position: absolute;
  }
  #masthead .hamburger .line:before {
    top: -8px;
    left: 0;
    transform: rotate(0);
  }
  #masthead .hamburger .line:after {
    top: 8px;
    left: 0;
    transform: rotate(0);
  }
}

body.mobile-menu-open .hamburger .line {
  transform: rotate(45deg);
}
body.mobile-menu-open .hamburger .line:before {
  opacity: 0;
}
body.mobile-menu-open .hamburger .line:after {
  top: 0 !important;
  transform: rotate(90deg) !important;
}

#mobile_menu {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100vh;
  width: 100%;
  background-color: white;
  transition: all, 0.3s;
  z-index: 98;
}
#mobile_menu .inner {
  background-color: white;
  height: 100%;
  padding: 100px 20px 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#mobile_menu:after {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: -1;
  transition: all, 0.3s;
  opacity: 0;
}
#mobile_menu .menu li {
  border-bottom: 1px solid #dedede;
}
#mobile_menu .menu li a {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: normal;
  color: #20223E;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
#mobile_menu .menu li.menu-item-has-children > a {
  font-weight: bold;
}

body.mobile-menu-open #mobile_menu {
  right: 0;
}
body.mobile-menu-open #mobile_menu:after {
  right: 0;
  opacity: 1;
}

.logo {
  font-weight: bold;
  text-decoration: none;
  font-size: 25px;
  text-transform: uppercase;
  color: white;
  padding-right: 40px;
}
.logo img {
  height: 50px;
  width: auto;
}
@media all and (max-width: 650px) {
  .logo img {
    height: 40px;
    top: 5px;
    position: relative;
  }
}

.breadcrumbs {
  background-color: rgba(242, 237, 226, 0.42);
  padding: 40px 0;
}
.breadcrumbs .rank-math-breadcrumb {
  font-size: 15px;
}
@media all and (max-width: 999px) {
  .breadcrumbs .rank-math-breadcrumb {
    line-height: 1.5;
  }
}
.breadcrumbs .rank-math-breadcrumb span.separator {
  color: #F39323;
  font-weight: bold;
  padding: 0 5px;
}
.breadcrumbs .rank-math-breadcrumb a {
  color: #20223E;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 5px;
}
.breadcrumbs .rank-math-breadcrumb .last {
  color: #20223E;
  font-weight: lighter;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 5px;
}

body.mini-cart-open #minicart {
  right: 0%;
}
body.mini-cart-open #minicart:after {
  opacity: 1;
  right: 0%;
}

#minicart {
  position: fixed;
  z-index: 999999999999;
  max-width: 450px;
  width: 100%;
  top: 0;
  right: -100%;
  height: 100vh;
  overflow: hidden;
  transition: all, 0.3s;
  transition-delay: 0.2s;
}
#minicart .inner {
  background-color: white;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px;
}
#minicart:after {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: -1;
  transition: all, 0.3s;
  opacity: 0;
}
#minicart header {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #E5E7EB;
  padding: 20px 10px;
  position: relative;
}
#minicart header h2 {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #20223E;
  line-height: 30px;
  display: inline-block;
}
#minicart header i.mdi-close {
  position: absolute;
  top: 25px;
  right: 10px;
  padding: 10px;
  border: 1px solid #797979;
  color: #797979;
  border-radius: 100%;
}
#minicart .product_list_widget li.woocommerce-mini-cart-item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-right: 30px;
  border-bottom: 1px solid #dedede;
}
#minicart .product_list_widget li.woocommerce-mini-cart-item a.remove {
  width: 25px;
  text-decoration: none;
  position: absolute;
  right: 5px;
  height: 25px;
  border-radius: 100%;
  border: 2px solid #dedede;
  text-align: center;
  color: #dedede;
  line-height: 21px;
  top: 10px;
  font-size: 20px;
}
#minicart .product_list_widget li.woocommerce-mini-cart-item a.remove + a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: #20223E;
}
#minicart .product_list_widget li.woocommerce-mini-cart-item img {
  max-width: 80px;
  height: auto;
  margin: 10px;
}
#minicart .product_list_widget li.woocommerce-mini-cart-item .quantity {
  display: flex;
  width: calc(100% - 30px);
  flex-direction: row;
  align-items: center;
  padding-left: 100px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  position: absolute;
  bottom: 10px;
}
#minicart .woocommerce-mini-cart__total {
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: "Inter", sans-serif;
  color: #20223E;
}
#minicart .woocommerce-mini-cart__total .amount {
  font-weight: bold;
  font-size: 26px;
}
#minicart .woocommerce-mini-cart__buttons {
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#minicart .woocommerce-mini-cart__buttons .button, #minicart .woocommerce-mini-cart__buttons .single_add_to_cart_button {
  width: calc(50% - 10px);
  justify-content: center;
}
#minicart .woocommerce-mini-cart__empty-message {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media all and (max-width: 950px) {
  nav#menu_primary {
    height: calc(100vh - 170px);
  }
  nav#menu_primary ul#menu-primary-1 {
    height: 100%;
    overflow: scroll;
  }
}
/**
 * SUB MENUS
*/
#masthead #menu-primary > li > .sub-menu {
  display: none;
}

#mobile_menu li.menu-item-has-children.open > .sub-menu {
  padding-left: 20px;
  display: block !important;
}

/*
  MEGA MENUS
*/
li.mega-menu > a {
  position: relative;
  z-index: 981;
  background-color: white;
  transition: all, 0.3s;
}

li.mega-menu:hover .mega-menu-wrapper {
  display: flex;
}

.mega-menu-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  border-bottom: 4px solid #FBE6D4;
  background-color: white;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, 0);
  left: 50%;
  right: 50%;
  top: 65px;
  z-index: 980;
  transition: all, 0.3s;
}
@media all and (min-width: 951px) {
  .mega-menu-wrapper {
    display: none;
    position: absolute;
  }
}
.mega-menu-wrapper > .sub-menu {
  display: flex;
  flex-direction: row;
  padding: 20px;
}
.mega-menu-wrapper > .sub-menu > li > .sub-menu > li a {
  font-weight: normal !important;
  transition: all, 0.3s;
}

/*
 TOP MENU
*/
.top-flash {
  background-color: #1F2937;
}
.top-flash .container-boxed, .top-flash .wp-block-product-on-sale,
.top-flash .wp-block-product-category, .top-flash .wp-block-pixelperfect-badges-block.alignwide .inner, .wp-block-pixelperfect-badges-block.alignwide .top-flash .inner, .top-flash .wp-block-pixelperfect-masonry-boxes.alignwide, .top-flash .wp-block-pixelperfect-double-title.alignwide, .top-flash body.home .wp-block-pixelperfect-product-description-row, body.home .top-flash .wp-block-pixelperfect-product-description-row, .top-flash #reviews,
.top-flash #tab-additional_information, .top-flash .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs, .woocommerce-tabs.wc-tabs-wrapper .top-flash .tabs.wc-tabs, .top-flash .woocommerce-cart #site-content > .woocommerce, .woocommerce-cart .top-flash #site-content > .woocommerce,
.top-flash .woocommerce-cart #site-content > .wp-block-woocommerce-cart,
.woocommerce-cart .top-flash #site-content > .wp-block-woocommerce-cart,
.top-flash .woocommerce-cart #site-content > .wc-block-checkout,
.woocommerce-cart .top-flash #site-content > .wc-block-checkout,
.top-flash .woocommerce-checkout #site-content > .woocommerce,
.woocommerce-checkout .top-flash #site-content > .woocommerce,
.top-flash .woocommerce-checkout #site-content > .wp-block-woocommerce-cart,
.woocommerce-checkout .top-flash #site-content > .wp-block-woocommerce-cart,
.top-flash .woocommerce-checkout #site-content > .wc-block-checkout,
.woocommerce-checkout .top-flash #site-content > .wc-block-checkout, .top-flash .breadcrumbs .rank-math-breadcrumb, .breadcrumbs .top-flash .rank-math-breadcrumb {
  padding: 10px 20px;
  overflow: hidden;
}

.top-menu {
  display: none;
  background-color: #1F2937;
}
.top-menu .container-boxed, .top-menu .wp-block-product-on-sale,
.top-menu .wp-block-product-category, .top-menu .wp-block-pixelperfect-badges-block.alignwide .inner, .wp-block-pixelperfect-badges-block.alignwide .top-menu .inner, .top-menu .wp-block-pixelperfect-masonry-boxes.alignwide, .top-menu .wp-block-pixelperfect-double-title.alignwide, .top-menu body.home .wp-block-pixelperfect-product-description-row, body.home .top-menu .wp-block-pixelperfect-product-description-row, .top-menu #reviews,
.top-menu #tab-additional_information, .top-menu .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs, .woocommerce-tabs.wc-tabs-wrapper .top-menu .tabs.wc-tabs, .top-menu .woocommerce-cart #site-content > .woocommerce, .woocommerce-cart .top-menu #site-content > .woocommerce,
.top-menu .woocommerce-cart #site-content > .wp-block-woocommerce-cart,
.woocommerce-cart .top-menu #site-content > .wp-block-woocommerce-cart,
.top-menu .woocommerce-cart #site-content > .wc-block-checkout,
.woocommerce-cart .top-menu #site-content > .wc-block-checkout,
.top-menu .woocommerce-checkout #site-content > .woocommerce,
.woocommerce-checkout .top-menu #site-content > .woocommerce,
.top-menu .woocommerce-checkout #site-content > .wp-block-woocommerce-cart,
.woocommerce-checkout .top-menu #site-content > .wp-block-woocommerce-cart,
.top-menu .woocommerce-checkout #site-content > .wc-block-checkout,
.woocommerce-checkout .top-menu #site-content > .wc-block-checkout, .top-menu .breadcrumbs .rank-math-breadcrumb, .breadcrumbs .top-menu .rank-math-breadcrumb {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-menu .container-boxed > *, .top-menu .wp-block-product-on-sale > *,
.top-menu .wp-block-product-category > *, .top-menu .wp-block-pixelperfect-badges-block.alignwide .inner > *, .wp-block-pixelperfect-badges-block.alignwide .top-menu .inner > *, .top-menu .wp-block-pixelperfect-masonry-boxes.alignwide > *, .top-menu .wp-block-pixelperfect-double-title.alignwide > *, .top-menu body.home .wp-block-pixelperfect-product-description-row > *, body.home .top-menu .wp-block-pixelperfect-product-description-row > *, .top-menu #reviews > *,
.top-menu #tab-additional_information > *, .top-menu .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs > *, .woocommerce-tabs.wc-tabs-wrapper .top-menu .tabs.wc-tabs > *, .top-menu .woocommerce-cart #site-content > .woocommerce > *, .woocommerce-cart .top-menu #site-content > .woocommerce > *,
.top-menu .woocommerce-cart #site-content > .wp-block-woocommerce-cart > *,
.woocommerce-cart .top-menu #site-content > .wp-block-woocommerce-cart > *,
.top-menu .woocommerce-cart #site-content > .wc-block-checkout > *,
.woocommerce-cart .top-menu #site-content > .wc-block-checkout > *,
.top-menu .woocommerce-checkout #site-content > .woocommerce > *,
.woocommerce-checkout .top-menu #site-content > .woocommerce > *,
.top-menu .woocommerce-checkout #site-content > .wp-block-woocommerce-cart > *,
.woocommerce-checkout .top-menu #site-content > .wp-block-woocommerce-cart > *,
.top-menu .woocommerce-checkout #site-content > .wc-block-checkout > *,
.woocommerce-checkout .top-menu #site-content > .wc-block-checkout > *, .top-menu .breadcrumbs .rank-math-breadcrumb > *, .breadcrumbs .top-menu .rank-math-breadcrumb > * {
  flex-grow: 1;
}
.top-menu .container-boxed > *:last-child, .top-menu .wp-block-product-on-sale > *:last-child,
.top-menu .wp-block-product-category > *:last-child, .top-menu .wp-block-pixelperfect-badges-block.alignwide .inner > *:last-child, .wp-block-pixelperfect-badges-block.alignwide .top-menu .inner > *:last-child, .top-menu .wp-block-pixelperfect-masonry-boxes.alignwide > *:last-child, .top-menu .wp-block-pixelperfect-double-title.alignwide > *:last-child, .top-menu body.home .wp-block-pixelperfect-product-description-row > *:last-child, body.home .top-menu .wp-block-pixelperfect-product-description-row > *:last-child, .top-menu #reviews > *:last-child,
.top-menu #tab-additional_information > *:last-child, .top-menu .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs > *:last-child, .woocommerce-tabs.wc-tabs-wrapper .top-menu .tabs.wc-tabs > *:last-child, .top-menu .woocommerce-cart #site-content > .woocommerce > *:last-child, .woocommerce-cart .top-menu #site-content > .woocommerce > *:last-child,
.top-menu .woocommerce-cart #site-content > .wp-block-woocommerce-cart > *:last-child,
.woocommerce-cart .top-menu #site-content > .wp-block-woocommerce-cart > *:last-child,
.top-menu .woocommerce-cart #site-content > .wc-block-checkout > *:last-child,
.woocommerce-cart .top-menu #site-content > .wc-block-checkout > *:last-child,
.top-menu .woocommerce-checkout #site-content > .woocommerce > *:last-child,
.woocommerce-checkout .top-menu #site-content > .woocommerce > *:last-child,
.top-menu .woocommerce-checkout #site-content > .wp-block-woocommerce-cart > *:last-child,
.woocommerce-checkout .top-menu #site-content > .wp-block-woocommerce-cart > *:last-child,
.top-menu .woocommerce-checkout #site-content > .wc-block-checkout > *:last-child,
.woocommerce-checkout .top-menu #site-content > .wc-block-checkout > *:last-child, .top-menu .breadcrumbs .rank-math-breadcrumb > *:last-child, .breadcrumbs .top-menu .rank-math-breadcrumb > *:last-child {
  display: inline-flex;
  justify-content: flex-end;
}
.top-menu .container-boxed a, .top-menu .wp-block-product-on-sale a,
.top-menu .wp-block-product-category a, .top-menu .wp-block-pixelperfect-badges-block.alignwide .inner a, .wp-block-pixelperfect-badges-block.alignwide .top-menu .inner a, .top-menu .wp-block-pixelperfect-masonry-boxes.alignwide a, .top-menu .wp-block-pixelperfect-double-title.alignwide a, .top-menu body.home .wp-block-pixelperfect-product-description-row a, body.home .top-menu .wp-block-pixelperfect-product-description-row a, .top-menu #reviews a,
.top-menu #tab-additional_information a, .top-menu .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs a, .woocommerce-tabs.wc-tabs-wrapper .top-menu .tabs.wc-tabs a, .top-menu .woocommerce-cart #site-content > .woocommerce a, .woocommerce-cart .top-menu #site-content > .woocommerce a,
.top-menu .woocommerce-cart #site-content > .wp-block-woocommerce-cart a,
.woocommerce-cart .top-menu #site-content > .wp-block-woocommerce-cart a,
.top-menu .woocommerce-cart #site-content > .wc-block-checkout a,
.woocommerce-cart .top-menu #site-content > .wc-block-checkout a,
.top-menu .woocommerce-checkout #site-content > .woocommerce a,
.woocommerce-checkout .top-menu #site-content > .woocommerce a,
.top-menu .woocommerce-checkout #site-content > .wp-block-woocommerce-cart a,
.woocommerce-checkout .top-menu #site-content > .wp-block-woocommerce-cart a,
.top-menu .woocommerce-checkout #site-content > .wc-block-checkout a,
.woocommerce-checkout .top-menu #site-content > .wc-block-checkout a, .top-menu .breadcrumbs .rank-math-breadcrumb a, .breadcrumbs .top-menu .rank-math-breadcrumb a {
  color: #D1D5DB;
}
.top-menu ul.menu {
  display: inline-block;
}
.top-menu ul.menu > li {
  display: inline-block;
  margin-right: 15px;
}
.top-menu ul.menu > li a {
  padding: 10px 0;
}
.top-menu ul.menu > li.menu-item-has-children {
  padding-right: 15px;
  position: relative;
}
.top-menu ul.menu > li.menu-item-has-children:after {
  content: "\e93a";
  display: inline-block;
  font: normal normal normal 14px/1 linearicons;
  font-weight: normal;
  font-size: 8px;
  padding-left: 5px;
  color: #D1D5DB;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top-menu ul.menu > li.menu-item-has-children:hover > .sub-menu {
  display: inline-block;
  top: 40px !important;
  background-color: white;
}
.top-menu ul.menu > li.menu-item-has-children:hover:after {
  color: rgb(255, 44, 90);
}
.top-menu ul.menu li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  transition: all, 0.35s;
}
.top-menu ul.menu li a:hover {
  color: rgb(255, 44, 90);
}
.top-menu .sub-menu {
  display: none;
  top: 45px;
  position: absolute;
  border-top: 9px solid transparent;
  box-shadow: 0 25px 30px 0 rgba(0, 0, 0, 0.3);
  z-index: 99999;
  height: auto;
  transition: all 0.35s;
  border-bottom: 1px solid #e7e7e7;
  min-width: 200px;
  left: 0;
}
.top-menu .sub-menu li {
  padding: 0 15px;
}
.top-menu .sub-menu li:last-child {
  padding-bottom: 10px;
}
.top-menu .sub-menu li a {
  padding: 8px 15px 8px 0;
  display: inline-block;
  white-space: nowrap;
  color: #1F2937;
}

/*
BREAKING NEWS
*/
.breaking-news {
  display: block;
  background-color: #1F2937;
  color: #E5E7EB;
  overflow: hidden;
  padding: 0 20px;
}

.breaking-news .wrapper {
  position: relative;
}

.breaking-news .br-title {
  display: block;
  overflow: hidden;
  position: relative;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  color: rgb(255, 44, 90);
  line-height: 46px;
  cursor: default;
}

.breaking-news .br-navi {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 46px;
  line-height: 43px;
  cursor: default;
}

.breaking-news .br-navi a {
  display: inline-block;
  position: relative;
  margin-left: 0;
  line-height: 26px;
  width: 26px;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  background-color: transparent;
  color: #fff;
  font-size: 10px;
}

.breaking-news .br-navi a:before {
  display: block;
  content: "";
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #efc220;
  border-radius: 50%;
  opacity: 0.1;
  filter: alpha(opacity=10);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.breaking-news .br-navi a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.breaking-news .br-navi a i {
  display: block;
  position: relative;
  z-index: 2;
}

.breaking-news .br-navi a:hover {
  color: rgb(255, 44, 90);
}

.breaking-news .br-article-list {
  display: block;
  position: absolute;
  left: 130px;
  top: 0;
  right: 0;
  line-height: 46px;
  font-size: 12px;
  overflow: hidden;
}

.breaking-news .br-article-list:after, .breaking-news .br-article-list:before {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 100%;
  width: 100px;
  height: 100%;
  box-shadow: 5px 0 60px 40px #1F2937;
  content: "";
}

.breaking-news .br-article-list:before {
  left: auto;
  right: 100%;
}

.breaking-news .br-article-list a {
  color: #c6c6c6;
  display: inline-block;
  line-height: inherit;
}

.breaking-news .br-article-list a:not(.post-title-comment) strong {
  display: inline-block;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
  line-height: 14px;
  vertical-align: middle;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.breaking-news .br-article-list a:not(.post-title-comment):hover strong {
  border-color: #ccc;
}

.breaking-news .br-article-list a strong {
  display: inline-block;
  margin-left: 8px;
  color: #fff;
  font-weight: 900;
}

.breaking-news .br-article-list a.post-title-comment {
  color: #efc220;
  margin-left: 5px;
  display: inline-block;
  font-weight: 700;
}

.breaking-news .br-article-list a.post-title-comment i {
  padding-right: 3px;
  width: 19px;
}

.breaking-news .br-article-list a.post-title-comment:hover {
  color: #fff;
}

.breaking-news .br-article {
  display: inline-block;
  white-space: nowrap;
  margin-right: 24px;
  position: relative;
}

.breaking-news .br-article:before {
  display: block;
  position: absolute;
  content: "\f111";
  font-family: FontAwesome;
  font-size: 4px;
  padding-top: 1px;
  right: -15px;
  color: rgba(255, 255, 255, 0.2);
}

.breaking-news .br-article:last-child:before {
  display: none;
}

.breaking-news .br-article-list-inner {
  display: block;
  white-space: nowrap;
  position: relative;
}

.breaking-news .wrapper {
  position: relative;
}

/*
MAIN MENU
*/
.hamburger {
  display: none;
}

#menu-primary {
  display: flex;
  flex-direction: row;
}
#menu-primary li {
  margin-right: 20px;
}
#menu-primary li a {
  display: inline-block;
  line-height: 45px;
  padding: 0 10px;
  text-decoration: none;
  color: #20223E;
  font-weight: bold;
}

.pull-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.free-shipping-note {
  background-color: #FBE6D4;
  color: #20223E;
  padding: 10px 20px;
  border: 3px dotted white;
  max-width: 300px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
}
.free-shipping-note .icon {
  margin-right: 15px;
}
.free-shipping-note i.mdi {
  font-size: 30px;
}
.free-shipping-note span {
  font-size: 14px;
}
.free-shipping-note span strong {
  font-weight: bold;
}

.btn-account,
.btn-search,
.btn-cart {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 10px;
  cursor: pointer;
  transition: all, 0.3s;
  position: relative;
}
.btn-account svg,
.btn-search svg,
.btn-cart svg {
  width: 35px;
  height: 35px;
  stroke: #20223E;
}

.btn-cart .count {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #FBE6D4;
  color: #311AB7;
  z-index: 2;
  padding: 5px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
}

#signup_n_social {
  background-color: #bfd1a0;
  padding-top: 20px;
  padding-bottom: 20px;
}
#signup_n_social .container-boxed, #signup_n_social .wp-block-product-on-sale,
#signup_n_social .wp-block-product-category, #signup_n_social .wp-block-pixelperfect-badges-block.alignwide .inner, .wp-block-pixelperfect-badges-block.alignwide #signup_n_social .inner, #signup_n_social .wp-block-pixelperfect-masonry-boxes.alignwide, #signup_n_social .wp-block-pixelperfect-double-title.alignwide, #signup_n_social body.home .wp-block-pixelperfect-product-description-row, body.home #signup_n_social .wp-block-pixelperfect-product-description-row, #signup_n_social #reviews,
#signup_n_social #tab-additional_information, #signup_n_social .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs, .woocommerce-tabs.wc-tabs-wrapper #signup_n_social .tabs.wc-tabs, #signup_n_social .woocommerce-cart #site-content > .woocommerce, .woocommerce-cart #signup_n_social #site-content > .woocommerce,
#signup_n_social .woocommerce-cart #site-content > .wp-block-woocommerce-cart,
.woocommerce-cart #signup_n_social #site-content > .wp-block-woocommerce-cart,
#signup_n_social .woocommerce-cart #site-content > .wc-block-checkout,
.woocommerce-cart #signup_n_social #site-content > .wc-block-checkout,
#signup_n_social .woocommerce-checkout #site-content > .woocommerce,
.woocommerce-checkout #signup_n_social #site-content > .woocommerce,
#signup_n_social .woocommerce-checkout #site-content > .wp-block-woocommerce-cart,
.woocommerce-checkout #signup_n_social #site-content > .wp-block-woocommerce-cart,
#signup_n_social .woocommerce-checkout #site-content > .wc-block-checkout,
.woocommerce-checkout #signup_n_social #site-content > .wc-block-checkout, #signup_n_social .breadcrumbs .rank-math-breadcrumb, .breadcrumbs #signup_n_social .rank-math-breadcrumb {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
#signup_n_social .col {
  width: 50%;
  display: flex;
  flex-direction: row;
}
@media all and (max-width: 780px) {
  #signup_n_social .col {
    width: calc(100% - 20px);
    margin-bottom: 30px;
    justify-content: center;
  }
}
#signup_n_social .col.alignright {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
}
@media all and (max-width: 780px) {
  #signup_n_social .col.alignright {
    justify-content: center;
  }
}
#signup_n_social .col.alignright p {
  padding: 0 20px;
  color: #20223E;
}
#signup_n_social .col.alignright ul li {
  display: inline-block;
  padding: 5px;
}
#signup_n_social .col.alignright ul li a {
  display: inline-block;
  color: #20223E;
  transition: all, 0.3s;
}
#signup_n_social .col.alignright ul li a:hover {
  color: #819467;
}
#signup_n_social .col.alignright ul li a .mdi {
  font-size: 25px;
}

#colophon {
  padding-top: 40px;
  background-color: #ccddad;
}
#colophon .container-boxed, #colophon .wp-block-product-on-sale,
#colophon .wp-block-product-category, #colophon .wp-block-pixelperfect-badges-block.alignwide .inner, .wp-block-pixelperfect-badges-block.alignwide #colophon .inner, #colophon .wp-block-pixelperfect-masonry-boxes.alignwide, #colophon .wp-block-pixelperfect-double-title.alignwide, #colophon body.home .wp-block-pixelperfect-product-description-row, body.home #colophon .wp-block-pixelperfect-product-description-row, #colophon #reviews,
#colophon #tab-additional_information, #colophon .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs, .woocommerce-tabs.wc-tabs-wrapper #colophon .tabs.wc-tabs, #colophon .woocommerce-cart #site-content > .woocommerce, .woocommerce-cart #colophon #site-content > .woocommerce,
#colophon .woocommerce-cart #site-content > .wp-block-woocommerce-cart,
.woocommerce-cart #colophon #site-content > .wp-block-woocommerce-cart,
#colophon .woocommerce-cart #site-content > .wc-block-checkout,
.woocommerce-cart #colophon #site-content > .wc-block-checkout,
#colophon .woocommerce-checkout #site-content > .woocommerce,
.woocommerce-checkout #colophon #site-content > .woocommerce,
#colophon .woocommerce-checkout #site-content > .wp-block-woocommerce-cart,
.woocommerce-checkout #colophon #site-content > .wp-block-woocommerce-cart,
#colophon .woocommerce-checkout #site-content > .wc-block-checkout,
.woocommerce-checkout #colophon #site-content > .wc-block-checkout, #colophon .breadcrumbs .rank-math-breadcrumb, .breadcrumbs #colophon .rank-math-breadcrumb {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
#colophon .container-boxed:not(.copy), #colophon .wp-block-product-on-sale:not(.copy),
#colophon .wp-block-product-category:not(.copy), #colophon .wp-block-pixelperfect-badges-block.alignwide .inner:not(.copy), .wp-block-pixelperfect-badges-block.alignwide #colophon .inner:not(.copy), #colophon .wp-block-pixelperfect-masonry-boxes.alignwide:not(.copy), #colophon .wp-block-pixelperfect-double-title.alignwide:not(.copy), #colophon body.home .wp-block-pixelperfect-product-description-row:not(.copy), body.home #colophon .wp-block-pixelperfect-product-description-row:not(.copy), #colophon #reviews:not(.copy),
#colophon #tab-additional_information:not(.copy), #colophon .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs:not(.copy), .woocommerce-tabs.wc-tabs-wrapper #colophon .tabs.wc-tabs:not(.copy), #colophon .woocommerce-cart #site-content > .woocommerce:not(.copy), .woocommerce-cart #colophon #site-content > .woocommerce:not(.copy),
#colophon .woocommerce-cart #site-content > .wp-block-woocommerce-cart:not(.copy),
.woocommerce-cart #colophon #site-content > .wp-block-woocommerce-cart:not(.copy),
#colophon .woocommerce-cart #site-content > .wc-block-checkout:not(.copy),
.woocommerce-cart #colophon #site-content > .wc-block-checkout:not(.copy),
#colophon .woocommerce-checkout #site-content > .woocommerce:not(.copy),
.woocommerce-checkout #colophon #site-content > .woocommerce:not(.copy),
#colophon .woocommerce-checkout #site-content > .wp-block-woocommerce-cart:not(.copy),
.woocommerce-checkout #colophon #site-content > .wp-block-woocommerce-cart:not(.copy),
#colophon .woocommerce-checkout #site-content > .wc-block-checkout:not(.copy),
.woocommerce-checkout #colophon #site-content > .wc-block-checkout:not(.copy), #colophon .breadcrumbs .rank-math-breadcrumb:not(.copy), .breadcrumbs #colophon .rank-math-breadcrumb:not(.copy) {
  padding-top: 40px;
  padding-bottom: 40px;
}
#colophon hr {
  margin: 0;
  background-color: #b6c698;
  height: 1px;
  border: none;
}
@media all and (max-width: 780px) {
  #colophon .container-boxed.copy, #colophon .copy.wp-block-product-on-sale,
  #colophon .copy.wp-block-product-category, #colophon .wp-block-pixelperfect-badges-block.alignwide .copy.inner, .wp-block-pixelperfect-badges-block.alignwide #colophon .copy.inner, #colophon .copy.wp-block-pixelperfect-masonry-boxes.alignwide, #colophon .copy.wp-block-pixelperfect-double-title.alignwide, #colophon body.home .copy.wp-block-pixelperfect-product-description-row, body.home #colophon .copy.wp-block-pixelperfect-product-description-row, #colophon .copy#reviews,
  #colophon .copy#tab-additional_information, #colophon .woocommerce-tabs.wc-tabs-wrapper .copy.tabs.wc-tabs, .woocommerce-tabs.wc-tabs-wrapper #colophon .copy.tabs.wc-tabs, #colophon .woocommerce-cart #site-content > .copy.woocommerce, .woocommerce-cart #colophon #site-content > .copy.woocommerce,
  #colophon .woocommerce-cart #site-content > .copy.wp-block-woocommerce-cart,
  .woocommerce-cart #colophon #site-content > .copy.wp-block-woocommerce-cart,
  #colophon .woocommerce-cart #site-content > .copy.wc-block-checkout,
  .woocommerce-cart #colophon #site-content > .copy.wc-block-checkout,
  #colophon .woocommerce-checkout #site-content > .copy.woocommerce,
  .woocommerce-checkout #colophon #site-content > .copy.woocommerce,
  #colophon .woocommerce-checkout #site-content > .copy.wp-block-woocommerce-cart,
  .woocommerce-checkout #colophon #site-content > .copy.wp-block-woocommerce-cart,
  #colophon .woocommerce-checkout #site-content > .copy.wc-block-checkout,
  .woocommerce-checkout #colophon #site-content > .copy.wc-block-checkout, #colophon .breadcrumbs .copy.rank-math-breadcrumb, .breadcrumbs #colophon .copy.rank-math-breadcrumb {
    flex-direction: column-reverse;
  }
}
#colophon .container-boxed.copy .col, #colophon .copy.wp-block-product-on-sale .col,
#colophon .copy.wp-block-product-category .col, #colophon .wp-block-pixelperfect-badges-block.alignwide .copy.inner .col, .wp-block-pixelperfect-badges-block.alignwide #colophon .copy.inner .col, #colophon .copy.wp-block-pixelperfect-masonry-boxes.alignwide .col, #colophon .copy.wp-block-pixelperfect-double-title.alignwide .col, #colophon body.home .copy.wp-block-pixelperfect-product-description-row .col, body.home #colophon .copy.wp-block-pixelperfect-product-description-row .col, #colophon .copy#reviews .col,
#colophon .copy#tab-additional_information .col, #colophon .woocommerce-tabs.wc-tabs-wrapper .copy.tabs.wc-tabs .col, .woocommerce-tabs.wc-tabs-wrapper #colophon .copy.tabs.wc-tabs .col, #colophon .woocommerce-cart #site-content > .copy.woocommerce .col, .woocommerce-cart #colophon #site-content > .copy.woocommerce .col,
#colophon .woocommerce-cart #site-content > .copy.wp-block-woocommerce-cart .col,
.woocommerce-cart #colophon #site-content > .copy.wp-block-woocommerce-cart .col,
#colophon .woocommerce-cart #site-content > .copy.wc-block-checkout .col,
.woocommerce-cart #colophon #site-content > .copy.wc-block-checkout .col,
#colophon .woocommerce-checkout #site-content > .copy.woocommerce .col,
.woocommerce-checkout #colophon #site-content > .copy.woocommerce .col,
#colophon .woocommerce-checkout #site-content > .copy.wp-block-woocommerce-cart .col,
.woocommerce-checkout #colophon #site-content > .copy.wp-block-woocommerce-cart .col,
#colophon .woocommerce-checkout #site-content > .copy.wc-block-checkout .col,
.woocommerce-checkout #colophon #site-content > .copy.wc-block-checkout .col, #colophon .breadcrumbs .copy.rank-math-breadcrumb .col, .breadcrumbs #colophon .copy.rank-math-breadcrumb .col {
  width: 50%;
  color: #85936e;
  display: flex;
  align-items: center;
}
@media all and (max-width: 780px) {
  #colophon .container-boxed.copy .col, #colophon .copy.wp-block-product-on-sale .col,
  #colophon .copy.wp-block-product-category .col, #colophon .wp-block-pixelperfect-badges-block.alignwide .copy.inner .col, .wp-block-pixelperfect-badges-block.alignwide #colophon .copy.inner .col, #colophon .copy.wp-block-pixelperfect-masonry-boxes.alignwide .col, #colophon .copy.wp-block-pixelperfect-double-title.alignwide .col, #colophon body.home .copy.wp-block-pixelperfect-product-description-row .col, body.home #colophon .copy.wp-block-pixelperfect-product-description-row .col, #colophon .copy#reviews .col,
  #colophon .copy#tab-additional_information .col, #colophon .woocommerce-tabs.wc-tabs-wrapper .copy.tabs.wc-tabs .col, .woocommerce-tabs.wc-tabs-wrapper #colophon .copy.tabs.wc-tabs .col, #colophon .woocommerce-cart #site-content > .copy.woocommerce .col, .woocommerce-cart #colophon #site-content > .copy.woocommerce .col,
  #colophon .woocommerce-cart #site-content > .copy.wp-block-woocommerce-cart .col,
  .woocommerce-cart #colophon #site-content > .copy.wp-block-woocommerce-cart .col,
  #colophon .woocommerce-cart #site-content > .copy.wc-block-checkout .col,
  .woocommerce-cart #colophon #site-content > .copy.wc-block-checkout .col,
  #colophon .woocommerce-checkout #site-content > .copy.woocommerce .col,
  .woocommerce-checkout #colophon #site-content > .copy.woocommerce .col,
  #colophon .woocommerce-checkout #site-content > .copy.wp-block-woocommerce-cart .col,
  .woocommerce-checkout #colophon #site-content > .copy.wp-block-woocommerce-cart .col,
  #colophon .woocommerce-checkout #site-content > .copy.wc-block-checkout .col,
  .woocommerce-checkout #colophon #site-content > .copy.wc-block-checkout .col, #colophon .breadcrumbs .copy.rank-math-breadcrumb .col, .breadcrumbs #colophon .copy.rank-math-breadcrumb .col {
    width: 100%;
  }
  #colophon .container-boxed.copy .col p.alignright, #colophon .copy.wp-block-product-on-sale .col p.alignright,
  #colophon .copy.wp-block-product-category .col p.alignright, #colophon .wp-block-pixelperfect-badges-block.alignwide .copy.inner .col p.alignright, .wp-block-pixelperfect-badges-block.alignwide #colophon .copy.inner .col p.alignright, #colophon .copy.wp-block-pixelperfect-masonry-boxes.alignwide .col p.alignright, #colophon .copy.wp-block-pixelperfect-double-title.alignwide .col p.alignright, #colophon body.home .copy.wp-block-pixelperfect-product-description-row .col p.alignright, body.home #colophon .copy.wp-block-pixelperfect-product-description-row .col p.alignright, #colophon .copy#reviews .col p.alignright,
  #colophon .copy#tab-additional_information .col p.alignright, #colophon .woocommerce-tabs.wc-tabs-wrapper .copy.tabs.wc-tabs .col p.alignright, .woocommerce-tabs.wc-tabs-wrapper #colophon .copy.tabs.wc-tabs .col p.alignright, #colophon .woocommerce-cart #site-content > .copy.woocommerce .col p.alignright, .woocommerce-cart #colophon #site-content > .copy.woocommerce .col p.alignright,
  #colophon .woocommerce-cart #site-content > .copy.wp-block-woocommerce-cart .col p.alignright,
  .woocommerce-cart #colophon #site-content > .copy.wp-block-woocommerce-cart .col p.alignright,
  #colophon .woocommerce-cart #site-content > .copy.wc-block-checkout .col p.alignright,
  .woocommerce-cart #colophon #site-content > .copy.wc-block-checkout .col p.alignright,
  #colophon .woocommerce-checkout #site-content > .copy.woocommerce .col p.alignright,
  .woocommerce-checkout #colophon #site-content > .copy.woocommerce .col p.alignright,
  #colophon .woocommerce-checkout #site-content > .copy.wp-block-woocommerce-cart .col p.alignright,
  .woocommerce-checkout #colophon #site-content > .copy.wp-block-woocommerce-cart .col p.alignright,
  #colophon .woocommerce-checkout #site-content > .copy.wc-block-checkout .col p.alignright,
  .woocommerce-checkout #colophon #site-content > .copy.wc-block-checkout .col p.alignright, #colophon .breadcrumbs .copy.rank-math-breadcrumb .col p.alignright, .breadcrumbs #colophon .copy.rank-math-breadcrumb .col p.alignright, #colophon .container-boxed.copy .col p.alignleft, #colophon .copy.wp-block-product-on-sale .col p.alignleft,
  #colophon .copy.wp-block-product-category .col p.alignleft, #colophon .wp-block-pixelperfect-badges-block.alignwide .copy.inner .col p.alignleft, .wp-block-pixelperfect-badges-block.alignwide #colophon .copy.inner .col p.alignleft, #colophon .copy.wp-block-pixelperfect-masonry-boxes.alignwide .col p.alignleft, #colophon .copy.wp-block-pixelperfect-double-title.alignwide .col p.alignleft, #colophon body.home .copy.wp-block-pixelperfect-product-description-row .col p.alignleft, body.home #colophon .copy.wp-block-pixelperfect-product-description-row .col p.alignleft, #colophon .copy#reviews .col p.alignleft,
  #colophon .copy#tab-additional_information .col p.alignleft, #colophon .woocommerce-tabs.wc-tabs-wrapper .copy.tabs.wc-tabs .col p.alignleft, .woocommerce-tabs.wc-tabs-wrapper #colophon .copy.tabs.wc-tabs .col p.alignleft, #colophon .woocommerce-cart #site-content > .copy.woocommerce .col p.alignleft, .woocommerce-cart #colophon #site-content > .copy.woocommerce .col p.alignleft,
  #colophon .woocommerce-cart #site-content > .copy.wp-block-woocommerce-cart .col p.alignleft,
  .woocommerce-cart #colophon #site-content > .copy.wp-block-woocommerce-cart .col p.alignleft,
  #colophon .woocommerce-cart #site-content > .copy.wc-block-checkout .col p.alignleft,
  .woocommerce-cart #colophon #site-content > .copy.wc-block-checkout .col p.alignleft,
  #colophon .woocommerce-checkout #site-content > .copy.woocommerce .col p.alignleft,
  .woocommerce-checkout #colophon #site-content > .copy.woocommerce .col p.alignleft,
  #colophon .woocommerce-checkout #site-content > .copy.wp-block-woocommerce-cart .col p.alignleft,
  .woocommerce-checkout #colophon #site-content > .copy.wp-block-woocommerce-cart .col p.alignleft,
  #colophon .woocommerce-checkout #site-content > .copy.wc-block-checkout .col p.alignleft,
  .woocommerce-checkout #colophon #site-content > .copy.wc-block-checkout .col p.alignleft, #colophon .breadcrumbs .copy.rank-math-breadcrumb .col p.alignleft, .breadcrumbs #colophon .copy.rank-math-breadcrumb .col p.alignleft {
    text-align: center;
  }
}
#colophon .col {
  width: calc(25% - 20px);
}
@media all and (min-width: 781px) and (max-width: 1179px) {
  #colophon .col {
    width: calc(33.3333333333% - 20px);
  }
}
@media all and (max-width: 780px) {
  #colophon .col {
    width: calc(100% - 20px);
    margin-bottom: 30px;
  }
}
@media all and (min-width: 1180px) {
  #colophon .col-2 {
    width: calc(50% - 20px);
  }
  #colophon .col-2 ul.menu {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
@media all and (min-width: 781px) and (max-width: 1179px) {
  #colophon .col-2 {
    width: calc(33.3333333333% - 20px);
  }
}
@media all and (max-width: 780px) {
  #colophon .col-2 {
    width: calc(100% - 20px);
    margin-bottom: 30px;
  }
}
#colophon .menu li a {
  display: inline-block;
  line-height: 30px;
  color: #374151;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  transition: all, 0.3s;
}
#colophon .menu li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #819467;
  bottom: 0;
  left: 0;
  transition: all, 0.3s;
}
#colophon .menu li a:hover {
  color: #819467;
  text-decoration: none;
}
#colophon .menu li a:hover:before {
  width: 100%;
}
#colophon #menu-footer-menu li a {
  font-weight: bold;
}
#colophon #menu-footer-menu li a,
#colophon #menu-footer-contacts-menu li a {
  text-decoration: none;
}

@media all and (max-width: 750px) {
  #colophon .copy img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
/**
* S I N G L E
*/
@media all and (max-width: 650px) {
  .single-php .container-boxed.narrow, .single-php .narrow.wp-block-product-on-sale,
  .single-php .narrow.wp-block-product-category, .single-php .wp-block-pixelperfect-badges-block.alignwide .narrow.inner, .wp-block-pixelperfect-badges-block.alignwide .single-php .narrow.inner, .single-php .narrow.wp-block-pixelperfect-masonry-boxes.alignwide, .single-php .narrow.wp-block-pixelperfect-double-title.alignwide, .single-php body.home .narrow.wp-block-pixelperfect-product-description-row, body.home .single-php .narrow.wp-block-pixelperfect-product-description-row, .single-php .narrow#reviews,
  .single-php .narrow#tab-additional_information, .single-php .woocommerce-tabs.wc-tabs-wrapper .narrow.tabs.wc-tabs, .woocommerce-tabs.wc-tabs-wrapper .single-php .narrow.tabs.wc-tabs, .single-php .woocommerce-cart #site-content > .narrow.woocommerce, .woocommerce-cart .single-php #site-content > .narrow.woocommerce,
  .single-php .woocommerce-cart #site-content > .narrow.wp-block-woocommerce-cart,
  .woocommerce-cart .single-php #site-content > .narrow.wp-block-woocommerce-cart,
  .single-php .woocommerce-cart #site-content > .narrow.wc-block-checkout,
  .woocommerce-cart .single-php #site-content > .narrow.wc-block-checkout,
  .single-php .woocommerce-checkout #site-content > .narrow.woocommerce,
  .woocommerce-checkout .single-php #site-content > .narrow.woocommerce,
  .single-php .woocommerce-checkout #site-content > .narrow.wp-block-woocommerce-cart,
  .woocommerce-checkout .single-php #site-content > .narrow.wp-block-woocommerce-cart,
  .single-php .woocommerce-checkout #site-content > .narrow.wc-block-checkout,
  .woocommerce-checkout .single-php #site-content > .narrow.wc-block-checkout, .single-php .breadcrumbs .narrow.rank-math-breadcrumb, .breadcrumbs .single-php .narrow.rank-math-breadcrumb {
    max-width: 100% !important;
    margin: 0 !important;
  }
  .single-php .post-header .content-wrapper {
    box-shadow: none;
    top: 0 !important;
    padding: 20px !important;
  }
  .single-php h1.blog-post-title {
    font-size: 28px !important;
  }
  .single-php .post-content {
    padding: 70px 20px 40px 20px !important;
  }
  .single-php .post-header .post-thumbnail {
    aspect-ratio: 1568/1176 !important;
  }
  .single-php .post-header {
    margin-top: 0 !important;
  }
  .single-php .post-content figure {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .single-php .wc-block-grid__products li.wc-block-grid__product {
    max-width: calc(50% - 10px) !important;
    margin: 0 !important;
  }
}
.single-php {
  /**
  BACKGROUND COLOR
  */
  /**
  TEXT COLOR
  */
}
.single-php .post-header {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-bottom: -90px;
}
.single-php .post-header .post-thumbnail {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/6;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
.single-php .post-header .post-thumbnail img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.single-php .post-header .content-wrapper {
  max-width: 920px;
  width: 100%;
  position: relative;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: -120px;
  background-color: white;
  box-shadow: 0 -34px 30px rgba(0, 0, 0, 0.3);
}
.single-php h1.blog-post-title {
  font-family: "Playfair Display", serif;
  color: #20223E;
  font-size: 42px;
  font-weight: bold;
  margin: 20px 0;
}
.single-php .post-content {
  padding-bottom: 40px;
}
@media all and (min-width: 651px) and (max-width: 850px) {
  .single-php .post-content {
    padding: 0 20px 40px 20px;
  }
}
@media all and (max-width: 650px) {
  .single-php .post-content .wp-block-pixelperfect-double-title,
  .single-php .post-content .wc-block-grid {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    max-width: none !important;
  }
}
.single-php .post-content p, .single-php .post-content ul:not(.wc-block-grid__products, .wc-block-product-template), .single-php .post-content ol:not(.wc-block-grid__products, .wc-block-product-template) {
  display: block;
  max-width: 800px;
  font-size: 18px;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  color: #374151;
  margin: 20px auto;
}
.single-php .post-content strong {
  font-weight: bold;
}
.single-php .post-content em {
  font-style: italic;
}
.single-php .post-content a {
  color: #819467;
}
.single-php .post-content ul:not(.wc-block-grid__products, .wc-block-product-template) li:not(.wc-block-grid__product, .wc-block-product),
.single-php .post-content ol:not(.wc-block-grid__products, .wc-block-product-template) li:not(.wc-block-grid__product, .wc-block-product) {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: #20223E;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  padding-left: 40px;
  position: relative;
}
.single-php .post-content ul:not(.wc-block-grid__products, .wc-block-product-template) li:not(.wc-block-grid__product, .wc-block-product):before,
.single-php .post-content ol:not(.wc-block-grid__products, .wc-block-product-template) li:not(.wc-block-grid__product, .wc-block-product):before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #FBE6D4;
  border-radius: 100%;
  position: absolute;
  top: 4px;
  left: 0;
}
.single-php .post-content ul:not(.wc-block-grid__products, .wc-block-product-template) li:not(.wc-block-grid__product, .wc-block-product) a,
.single-php .post-content ol:not(.wc-block-grid__products, .wc-block-product-template) li:not(.wc-block-grid__product, .wc-block-product) a {
  color: #819467;
}
.single-php .post-content h1, .single-php .post-content h2, .single-php .post-content h3, .single-php .post-content h4, .single-php .post-content h5, .single-php .post-content h6 {
  display: block;
  max-width: 800px;
  margin: 20px auto;
  font-family: "Inter", sans-serif;
}
.single-php .post-content h2, .single-php .post-content h3 {
  font-size: 26px;
}
.single-php .post-content .wp-block-pixelperfect-double-title {
  max-width: 800px;
  margin: 20px auto;
}
.single-php .post-content .wp-block-pixelperfect-double-title h3 {
  font-family: "Parisienne", cursive;
  font-weight: normal;
  position: relative;
  z-index: 3;
  color: #819467;
  text-indent: 40px;
  display: block;
  width: 100%;
  margin-bottom: -60px;
  font-size: 40px;
}
.single-php .post-content .wp-block-pixelperfect-double-title span {
  font-family: "Inter", sans-serif;
  color: #E7E7E7;
  font-weight: bold;
  z-index: 2;
  display: block;
  margin-bottom: 30px;
}
.single-php .post-content figure {
  margin: 60px auto;
  text-align: center;
  max-width: 1080px;
}
.single-php .post-content figure + figure {
  margin-top: 0 !important;
}
.single-php .post-content .wp-block-pixelperfect-product-description-row {
  margin: 0 auto;
  max-width: 1080px;
}
.single-php .post-content .wc-block-grid__products {
  justify-content: center;
}
.single-php .has-puder-background-color {
  background-color: #FBE6D4;
}
.single-php .has-beige-light-background-color {
  background-color: #F8F7F3;
}
.single-php .has-beige-mid-background-color {
  background-color: #FAF8EE;
}
.single-php .has-beige-dark-background-color {
  background-color: #EFEEE9;
}
.single-php .has-gray-light-background-color {
  background-color: #F4F4F4;
}
.single-php .has-gray-mid-background-color {
  background-color: #E7E7E7;
}
.single-php .has-gray-dark-background-color {
  background-color: #A1A1A1;
}
.single-php .has-deep-blue-background-color {
  background-color: #20223E;
}
.single-php .has-green-olive-background-color {
  background-color: #819467;
}
.single-php .has-green-success-background-color {
  background-color: #82AD38;
}
.single-php .has-text-color p, .single-php .has-text-color blockquote, .single-php .has-text-color h1, .single-php .has-text-color h2, .single-php .has-text-color h3, .single-php .has-text-color h4, .single-php .has-text-color h5, .single-php .has-text-color h6 {
  color: inherit;
}
.single-php .has-puder-color {
  color: #FBE6D4;
}
.single-php .has-beige-light-color {
  color: #F8F7F3;
}
.single-php .has-beige-mid-color {
  color: #FAF8EE;
}
.single-php .has-beige-dark-color {
  color: #EFEEE9;
}
.single-php .has-gray-light-color {
  color: #F4F4F4;
}
.single-php .has-gray-mid-color {
  color: #E7E7E7;
}
.single-php .has-gray-dark-color {
  color: #A1A1A1;
}
.single-php .has-deep-blue-color {
  color: #20223E;
}
.single-php .has-green-olive-color {
  color: #819467;
}
.single-php .has-green-success-color {
  color: #82AD38;
}

/*
* P A G E
*/
body.page .page-container {
  padding-bottom: 40px;
}
@media all and (min-width: 650px) and (max-width: 850px) {
  body.page .page-container {
    padding: 0 20px 40px 20px;
  }
}
body.page .page-container > h1:first-child {
  font-family: "Playfair Display", serif;
  color: #20223E;
  font-size: 38px;
  font-weight: bold;
  margin: 60px auto 60px auto;
}
@media all and (max-width: 850px) {
  body.page .page-container > h1:first-child {
    font-size: 30px;
  }
}
body.page .page-container p,
body.page .page-container ul:not(.wc-block-grid__products, .wc-block-product-template),
body.page .page-container ol:not(.wc-block-grid__products, .wc-block-product-template) {
  display: block;
  margin: 10px auto;
  font-size: 18px;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  color: #374151;
}
body.page .page-container > p, body.page .page-container > ul:not(.wc-block-grid__products, .wc-block-product-template), body.page .page-container > ol:not(.wc-block-grid__products, .wc-block-product-template) {
  max-width: 800px;
}
body.page .page-container strong {
  font-weight: bold;
}
body.page .page-container em {
  font-style: italic;
}
body.page .page-container a {
  color: #819467;
}
body.page .page-container ul:not(.wc-block-grid__products, .wc-block-product-template, .woocommerce-shipping-methods) li:not(.wc-block-grid__product, .wc-block-product),
body.page .page-container ol:not(.wc-block-grid__products, .wc-block-product-template) li:not(.wc-block-grid__product, .wc-block-product) {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: #20223E;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  padding-left: 40px;
  position: relative;
}
body.page .page-container ul:not(.wc-block-grid__products, .wc-block-product-template, .woocommerce-shipping-methods) li:not(.wc-block-grid__product, .wc-block-product):before,
body.page .page-container ol:not(.wc-block-grid__products, .wc-block-product-template) li:not(.wc-block-grid__product, .wc-block-product):before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #FBE6D4;
  border-radius: 100%;
  position: absolute;
  top: 4px;
  left: 0;
}
body.page .page-container ul:not(.wc-block-grid__products, .wc-block-product-template, .woocommerce-shipping-methods) li:not(.wc-block-grid__product, .wc-block-product) a,
body.page .page-container ol:not(.wc-block-grid__products, .wc-block-product-template) li:not(.wc-block-grid__product, .wc-block-product) a {
  color: #819467;
}
body.page .page-container h1, body.page .page-container h2, body.page .page-container h3, body.page .page-container h4, body.page .page-container h5, body.page .page-container h6 {
  display: block;
  margin: 20px auto;
  font-family: "Inter", sans-serif;
}
body.page .page-container > h1, body.page .page-container > h2, body.page .page-container > h3, body.page .page-container > h4, body.page .page-container > h5, body.page .page-container > h6 {
  max-width: 800px;
}
body.page .page-container h2, body.page .page-container h3 {
  font-size: 26px;
}
body.page .page-container .wp-block-pixelperfect-double-title {
  margin: 20px auto;
}
body.page .page-container .wp-block-pixelperfect-double-title h3 {
  font-family: "Parisienne", cursive;
  font-weight: normal;
  position: relative;
  z-index: 3;
  color: #819467;
  text-indent: 40px;
  display: block;
  width: 100%;
  margin-bottom: -60px;
  font-size: 40px;
  max-width: none !important;
}
body.page .page-container .wp-block-pixelperfect-double-title span {
  font-family: "Inter", sans-serif;
  color: #E7E7E7;
  font-weight: bold;
  z-index: 2;
  display: block;
  margin-bottom: 30px;
}
body.page .page-container figure {
  margin: 60px auto;
  text-align: center;
  max-width: 1080px;
}
body.page .page-container .wp-block-pixelperfect-product-description-row {
  margin: 0 auto;
}
body.page .page-container .wc-block-grid__products {
  justify-content: center;
}

@media all and (max-width: 768px) {
  body.page .page-container .wp-block-pixelperfect-double-title {
    padding: 20px 0;
  }
}
.home-php .container-boxed, .home-php .wp-block-product-on-sale,
.home-php .wp-block-product-category, .home-php .wp-block-pixelperfect-badges-block.alignwide .inner, .wp-block-pixelperfect-badges-block.alignwide .home-php .inner, .home-php .wp-block-pixelperfect-masonry-boxes.alignwide, .home-php .wp-block-pixelperfect-double-title.alignwide, .home-php body.home .wp-block-pixelperfect-product-description-row, body.home .home-php .wp-block-pixelperfect-product-description-row, .home-php #reviews,
.home-php #tab-additional_information, .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs, .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs, .home-php .woocommerce-cart #site-content > .woocommerce, .woocommerce-cart .home-php #site-content > .woocommerce,
.home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart,
.woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart,
.home-php .woocommerce-cart #site-content > .wc-block-checkout,
.woocommerce-cart .home-php #site-content > .wc-block-checkout,
.home-php .woocommerce-checkout #site-content > .woocommerce,
.woocommerce-checkout .home-php #site-content > .woocommerce,
.home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart,
.woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart,
.home-php .woocommerce-checkout #site-content > .wc-block-checkout,
.woocommerce-checkout .home-php #site-content > .wc-block-checkout, .home-php .breadcrumbs .rank-math-breadcrumb, .breadcrumbs .home-php .rank-math-breadcrumb {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.home-php .container-boxed article.post-list-item, .home-php .wp-block-product-on-sale article.post-list-item,
.home-php .wp-block-product-category article.post-list-item, .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item, .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item, .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item, .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item, .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item, body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item, .home-php #reviews article.post-list-item,
.home-php #tab-additional_information article.post-list-item, .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item, .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item, .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item, .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item,
.home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item,
.woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item,
.home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item,
.woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item,
.home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item,
.woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item,
.home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item,
.woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item,
.home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item,
.woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item, .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item, .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item {
  margin: 10px;
  width: 100%;
}
@media all and (min-width: 1025px) {
  .home-php .container-boxed article.post-list-item:nth-child(1), .home-php .wp-block-product-on-sale article.post-list-item:nth-child(1),
  .home-php .wp-block-product-category article.post-list-item:nth-child(1), .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(1), .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(1), .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(1), .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(1), .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(1), body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(1), .home-php #reviews article.post-list-item:nth-child(1),
  .home-php #tab-additional_information article.post-list-item:nth-child(1), .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(1), .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(1), .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(1), .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(1),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(1),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(1),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(1),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(1),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(1),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(1),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(1),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(1),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(1),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(1), .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(1), .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(1) {
    max-width: calc(100% - 20px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
  }
}
@media all and (max-width: 1024px) {
  .home-php .container-boxed article.post-list-item:nth-child(1), .home-php .wp-block-product-on-sale article.post-list-item:nth-child(1),
  .home-php .wp-block-product-category article.post-list-item:nth-child(1), .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(1), .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(1), .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(1), .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(1), .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(1), body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(1), .home-php #reviews article.post-list-item:nth-child(1),
  .home-php #tab-additional_information article.post-list-item:nth-child(1), .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(1), .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(1), .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(1), .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(1),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(1),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(1),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(1),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(1),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(1),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(1),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(1),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(1),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(1),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(1), .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(1), .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(1) {
    max-width: calc(50% - 20px);
    box-shadow: 0 -33px 40px rgba(0, 0, 0, 0.2);
  }
}
.home-php .container-boxed article.post-list-item:nth-child(5), .home-php .wp-block-product-on-sale article.post-list-item:nth-child(5),
.home-php .wp-block-product-category article.post-list-item:nth-child(5), .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(5), .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(5), .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(5), .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(5), .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(5), body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(5), .home-php #reviews article.post-list-item:nth-child(5),
.home-php #tab-additional_information article.post-list-item:nth-child(5), .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(5), .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(5), .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(5), .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(5),
.home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(5),
.woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(5),
.home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(5),
.woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(5),
.home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(5),
.woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(5),
.home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(5),
.woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(5),
.home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(5),
.woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(5), .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(5), .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(5),
.home-php .container-boxed article.post-list-item:nth-child(6),
.home-php .wp-block-product-on-sale article.post-list-item:nth-child(6),
.home-php .wp-block-product-category article.post-list-item:nth-child(6),
.home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(6),
.wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(6),
.home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(6),
.home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(6),
.home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(6),
body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(6),
.home-php #reviews article.post-list-item:nth-child(6),
.home-php #tab-additional_information article.post-list-item:nth-child(6),
.home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(6),
.woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(6),
.home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(6),
.woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(6),
.home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(6),
.woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(6),
.home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(6),
.woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(6),
.home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(6),
.woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(6),
.home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(6),
.woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(6),
.home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(6),
.woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(6),
.home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(6),
.breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(6),
.home-php .container-boxed article.post-list-item:nth-child(10),
.home-php .wp-block-product-on-sale article.post-list-item:nth-child(10),
.home-php .wp-block-product-category article.post-list-item:nth-child(10),
.home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(10),
.wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(10),
.home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(10),
.home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(10),
.home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(10),
body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(10),
.home-php #reviews article.post-list-item:nth-child(10),
.home-php #tab-additional_information article.post-list-item:nth-child(10),
.home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(10),
.woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(10),
.home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(10),
.woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(10),
.home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(10),
.woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(10),
.home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(10),
.woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(10),
.home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(10),
.woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(10),
.home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(10),
.woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(10),
.home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(10),
.woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(10),
.home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(10),
.breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(10),
.home-php .container-boxed article.post-list-item:nth-child(11),
.home-php .wp-block-product-on-sale article.post-list-item:nth-child(11),
.home-php .wp-block-product-category article.post-list-item:nth-child(11),
.home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(11),
.wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(11),
.home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(11),
.home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(11),
.home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(11),
body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(11),
.home-php #reviews article.post-list-item:nth-child(11),
.home-php #tab-additional_information article.post-list-item:nth-child(11),
.home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(11),
.woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(11),
.home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(11),
.woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(11),
.home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(11),
.woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(11),
.home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(11),
.woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(11),
.home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(11),
.woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(11),
.home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(11),
.woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(11),
.home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(11),
.woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(11),
.home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(11),
.breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(11) {
  max-width: calc(50% - 20px);
  box-shadow: 0 -33px 40px rgba(0, 0, 0, 0.2);
}
.home-php .container-boxed article.post-list-item:nth-child(2), .home-php .wp-block-product-on-sale article.post-list-item:nth-child(2),
.home-php .wp-block-product-category article.post-list-item:nth-child(2), .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(2), .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(2), .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(2), .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(2), .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(2), body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(2), .home-php #reviews article.post-list-item:nth-child(2),
.home-php #tab-additional_information article.post-list-item:nth-child(2), .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(2), .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(2), .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(2), .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(2),
.home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(2),
.woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(2),
.home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(2),
.woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(2),
.home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(2),
.woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(2),
.home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(2),
.woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(2),
.home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(2),
.woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(2), .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(2), .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(2),
.home-php .container-boxed article.post-list-item:nth-child(3),
.home-php .wp-block-product-on-sale article.post-list-item:nth-child(3),
.home-php .wp-block-product-category article.post-list-item:nth-child(3),
.home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(3),
.wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(3),
.home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(3),
.home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(3),
.home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(3),
body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(3),
.home-php #reviews article.post-list-item:nth-child(3),
.home-php #tab-additional_information article.post-list-item:nth-child(3),
.home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(3),
.woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(3),
.home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(3),
.woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(3),
.home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(3),
.woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(3),
.home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(3),
.woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(3),
.home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(3),
.woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(3),
.home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(3),
.woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(3),
.home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(3),
.woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(3),
.home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(3),
.breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(3),
.home-php .container-boxed article.post-list-item:nth-child(4),
.home-php .wp-block-product-on-sale article.post-list-item:nth-child(4),
.home-php .wp-block-product-category article.post-list-item:nth-child(4),
.home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(4),
.wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(4),
.home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(4),
.home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(4),
.home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(4),
body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(4),
.home-php #reviews article.post-list-item:nth-child(4),
.home-php #tab-additional_information article.post-list-item:nth-child(4),
.home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(4),
.woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(4),
.home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(4),
.woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(4),
.home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(4),
.woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(4),
.home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(4),
.woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(4),
.home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(4),
.woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(4),
.home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(4),
.woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(4),
.home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(4),
.woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(4),
.home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(4),
.breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(4),
.home-php .container-boxed article.post-list-item:nth-child(7),
.home-php .wp-block-product-on-sale article.post-list-item:nth-child(7),
.home-php .wp-block-product-category article.post-list-item:nth-child(7),
.home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(7),
.wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(7),
.home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(7),
.home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(7),
.home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(7),
body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(7),
.home-php #reviews article.post-list-item:nth-child(7),
.home-php #tab-additional_information article.post-list-item:nth-child(7),
.home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(7),
.woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(7),
.home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(7),
.woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(7),
.home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(7),
.woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(7),
.home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(7),
.woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(7),
.home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(7),
.woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(7),
.home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(7),
.woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(7),
.home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(7),
.woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(7),
.home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(7),
.breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(7),
.home-php .container-boxed article.post-list-item:nth-child(8),
.home-php .wp-block-product-on-sale article.post-list-item:nth-child(8),
.home-php .wp-block-product-category article.post-list-item:nth-child(8),
.home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(8),
.wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(8),
.home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(8),
.home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(8),
.home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(8),
body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(8),
.home-php #reviews article.post-list-item:nth-child(8),
.home-php #tab-additional_information article.post-list-item:nth-child(8),
.home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(8),
.woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(8),
.home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(8),
.woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(8),
.home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(8),
.woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(8),
.home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(8),
.woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(8),
.home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(8),
.woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(8),
.home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(8),
.woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(8),
.home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(8),
.woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(8),
.home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(8),
.breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(8),
.home-php .container-boxed article.post-list-item:nth-child(9),
.home-php .wp-block-product-on-sale article.post-list-item:nth-child(9),
.home-php .wp-block-product-category article.post-list-item:nth-child(9),
.home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(9),
.wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(9),
.home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(9),
.home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(9),
.home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(9),
body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(9),
.home-php #reviews article.post-list-item:nth-child(9),
.home-php #tab-additional_information article.post-list-item:nth-child(9),
.home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(9),
.woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(9),
.home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(9),
.woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(9),
.home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(9),
.woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(9),
.home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(9),
.woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(9),
.home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(9),
.woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(9),
.home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(9),
.woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(9),
.home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(9),
.woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(9),
.home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(9),
.breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(9),
.home-php .container-boxed article.post-list-item:nth-child(12),
.home-php .wp-block-product-on-sale article.post-list-item:nth-child(12),
.home-php .wp-block-product-category article.post-list-item:nth-child(12),
.home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(12),
.wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(12),
.home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(12),
.home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(12),
.home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(12),
body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(12),
.home-php #reviews article.post-list-item:nth-child(12),
.home-php #tab-additional_information article.post-list-item:nth-child(12),
.home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(12),
.woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(12),
.home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(12),
.woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(12),
.home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(12),
.woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(12),
.home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(12),
.woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(12),
.home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(12),
.woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(12),
.home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(12),
.woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(12),
.home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(12),
.woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(12),
.home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(12),
.breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(12),
.home-php .container-boxed article.post-list-item:nth-child(13),
.home-php .wp-block-product-on-sale article.post-list-item:nth-child(13),
.home-php .wp-block-product-category article.post-list-item:nth-child(13),
.home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(13),
.wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(13),
.home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(13),
.home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(13),
.home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(13),
body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(13),
.home-php #reviews article.post-list-item:nth-child(13),
.home-php #tab-additional_information article.post-list-item:nth-child(13),
.home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(13),
.woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(13),
.home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(13),
.woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(13),
.home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(13),
.woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(13),
.home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(13),
.woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(13),
.home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(13),
.woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(13),
.home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(13),
.woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(13),
.home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(13),
.woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(13),
.home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(13),
.breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(13),
.home-php .container-boxed article.post-list-item:nth-child(14),
.home-php .wp-block-product-on-sale article.post-list-item:nth-child(14),
.home-php .wp-block-product-category article.post-list-item:nth-child(14),
.home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(14),
.wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(14),
.home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(14),
.home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(14),
.home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(14),
body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(14),
.home-php #reviews article.post-list-item:nth-child(14),
.home-php #tab-additional_information article.post-list-item:nth-child(14),
.home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(14),
.woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(14),
.home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(14),
.woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(14),
.home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(14),
.woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(14),
.home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(14),
.woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(14),
.home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(14),
.woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(14),
.home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(14),
.woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(14),
.home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(14),
.woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(14),
.home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(14),
.breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(14),
.home-php .container-boxed article.post-list-item:nth-child(15),
.home-php .wp-block-product-on-sale article.post-list-item:nth-child(15),
.home-php .wp-block-product-category article.post-list-item:nth-child(15),
.home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(15),
.wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(15),
.home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(15),
.home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(15),
.home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(15),
body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(15),
.home-php #reviews article.post-list-item:nth-child(15),
.home-php #tab-additional_information article.post-list-item:nth-child(15),
.home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(15),
.woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(15),
.home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(15),
.woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(15),
.home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(15),
.woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(15),
.home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(15),
.woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(15),
.home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(15),
.woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(15),
.home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(15),
.woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(15),
.home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(15),
.woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(15),
.home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(15),
.breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(15),
.home-php .container-boxed article.post-list-item:nth-child(16),
.home-php .wp-block-product-on-sale article.post-list-item:nth-child(16),
.home-php .wp-block-product-category article.post-list-item:nth-child(16),
.home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(16),
.wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(16),
.home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(16),
.home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(16),
.home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(16),
body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(16),
.home-php #reviews article.post-list-item:nth-child(16),
.home-php #tab-additional_information article.post-list-item:nth-child(16),
.home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(16),
.woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(16),
.home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(16),
.woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(16),
.home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(16),
.woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(16),
.home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(16),
.woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(16),
.home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(16),
.woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(16),
.home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(16),
.woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(16),
.home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(16),
.woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(16),
.home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(16),
.breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(16),
.home-php .container-boxed article.post-list-item:nth-child(17),
.home-php .wp-block-product-on-sale article.post-list-item:nth-child(17),
.home-php .wp-block-product-category article.post-list-item:nth-child(17),
.home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(17),
.wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(17),
.home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(17),
.home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(17),
.home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(17),
body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(17),
.home-php #reviews article.post-list-item:nth-child(17),
.home-php #tab-additional_information article.post-list-item:nth-child(17),
.home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(17),
.woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(17),
.home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(17),
.woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(17),
.home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(17),
.woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(17),
.home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(17),
.woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(17),
.home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(17),
.woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(17),
.home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(17),
.woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(17),
.home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(17),
.woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(17),
.home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(17),
.breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(17) {
  box-shadow: 0 -33px 40px rgba(0, 0, 0, 0.2);
}
@media all and (min-width: 1331px) {
  .home-php .container-boxed article.post-list-item:nth-child(2), .home-php .wp-block-product-on-sale article.post-list-item:nth-child(2),
  .home-php .wp-block-product-category article.post-list-item:nth-child(2), .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(2), .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(2), .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(2), .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(2), .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(2), body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(2), .home-php #reviews article.post-list-item:nth-child(2),
  .home-php #tab-additional_information article.post-list-item:nth-child(2), .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(2), .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(2), .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(2), .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(2),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(2),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(2),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(2),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(2),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(2),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(2),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(2),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(2),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(2),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(2), .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(2), .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(2),
  .home-php .container-boxed article.post-list-item:nth-child(3),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(3),
  .home-php .wp-block-product-category article.post-list-item:nth-child(3),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(3),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(3),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(3),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(3),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(3),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(3),
  .home-php #reviews article.post-list-item:nth-child(3),
  .home-php #tab-additional_information article.post-list-item:nth-child(3),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(3),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(3),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(3),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(3),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(3),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(3),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(3),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(3),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(3),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(3),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(3),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(3),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(3),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(3),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(3),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(3),
  .home-php .container-boxed article.post-list-item:nth-child(4),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(4),
  .home-php .wp-block-product-category article.post-list-item:nth-child(4),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(4),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(4),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(4),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(4),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(4),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(4),
  .home-php #reviews article.post-list-item:nth-child(4),
  .home-php #tab-additional_information article.post-list-item:nth-child(4),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(4),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(4),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(4),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(4),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(4),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(4),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(4),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(4),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(4),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(4),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(4),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(4),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(4),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(4),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(4),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(4),
  .home-php .container-boxed article.post-list-item:nth-child(7),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(7),
  .home-php .wp-block-product-category article.post-list-item:nth-child(7),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(7),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(7),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(7),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(7),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(7),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(7),
  .home-php #reviews article.post-list-item:nth-child(7),
  .home-php #tab-additional_information article.post-list-item:nth-child(7),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(7),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(7),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(7),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(7),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(7),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(7),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(7),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(7),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(7),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(7),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(7),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(7),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(7),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(7),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(7),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(7),
  .home-php .container-boxed article.post-list-item:nth-child(8),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(8),
  .home-php .wp-block-product-category article.post-list-item:nth-child(8),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(8),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(8),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(8),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(8),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(8),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(8),
  .home-php #reviews article.post-list-item:nth-child(8),
  .home-php #tab-additional_information article.post-list-item:nth-child(8),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(8),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(8),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(8),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(8),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(8),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(8),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(8),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(8),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(8),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(8),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(8),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(8),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(8),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(8),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(8),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(8),
  .home-php .container-boxed article.post-list-item:nth-child(9),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(9),
  .home-php .wp-block-product-category article.post-list-item:nth-child(9),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(9),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(9),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(9),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(9),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(9),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(9),
  .home-php #reviews article.post-list-item:nth-child(9),
  .home-php #tab-additional_information article.post-list-item:nth-child(9),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(9),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(9),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(9),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(9),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(9),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(9),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(9),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(9),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(9),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(9),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(9),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(9),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(9),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(9),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(9),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(9),
  .home-php .container-boxed article.post-list-item:nth-child(12),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(12),
  .home-php .wp-block-product-category article.post-list-item:nth-child(12),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(12),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(12),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(12),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(12),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(12),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(12),
  .home-php #reviews article.post-list-item:nth-child(12),
  .home-php #tab-additional_information article.post-list-item:nth-child(12),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(12),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(12),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(12),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(12),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(12),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(12),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(12),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(12),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(12),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(12),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(12),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(12),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(12),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(12),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(12),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(12),
  .home-php .container-boxed article.post-list-item:nth-child(13),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(13),
  .home-php .wp-block-product-category article.post-list-item:nth-child(13),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(13),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(13),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(13),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(13),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(13),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(13),
  .home-php #reviews article.post-list-item:nth-child(13),
  .home-php #tab-additional_information article.post-list-item:nth-child(13),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(13),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(13),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(13),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(13),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(13),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(13),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(13),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(13),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(13),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(13),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(13),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(13),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(13),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(13),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(13),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(13),
  .home-php .container-boxed article.post-list-item:nth-child(14),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(14),
  .home-php .wp-block-product-category article.post-list-item:nth-child(14),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(14),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(14),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(14),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(14),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(14),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(14),
  .home-php #reviews article.post-list-item:nth-child(14),
  .home-php #tab-additional_information article.post-list-item:nth-child(14),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(14),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(14),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(14),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(14),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(14),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(14),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(14),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(14),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(14),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(14),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(14),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(14),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(14),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(14),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(14),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(14),
  .home-php .container-boxed article.post-list-item:nth-child(15),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(15),
  .home-php .wp-block-product-category article.post-list-item:nth-child(15),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(15),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(15),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(15),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(15),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(15),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(15),
  .home-php #reviews article.post-list-item:nth-child(15),
  .home-php #tab-additional_information article.post-list-item:nth-child(15),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(15),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(15),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(15),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(15),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(15),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(15),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(15),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(15),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(15),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(15),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(15),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(15),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(15),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(15),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(15),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(15),
  .home-php .container-boxed article.post-list-item:nth-child(16),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(16),
  .home-php .wp-block-product-category article.post-list-item:nth-child(16),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(16),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(16),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(16),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(16),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(16),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(16),
  .home-php #reviews article.post-list-item:nth-child(16),
  .home-php #tab-additional_information article.post-list-item:nth-child(16),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(16),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(16),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(16),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(16),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(16),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(16),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(16),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(16),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(16),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(16),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(16),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(16),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(16),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(16),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(16),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(16),
  .home-php .container-boxed article.post-list-item:nth-child(17),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(17),
  .home-php .wp-block-product-category article.post-list-item:nth-child(17),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(17),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(17),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(17),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(17),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(17),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(17),
  .home-php #reviews article.post-list-item:nth-child(17),
  .home-php #tab-additional_information article.post-list-item:nth-child(17),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(17),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(17),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(17),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(17),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(17),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(17),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(17),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(17),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(17),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(17),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(17),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(17),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(17),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(17),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(17),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(17) {
    max-width: calc(33.3333333333% - 20px);
  }
}
@media all and (max-width: 1330px) {
  .home-php .container-boxed article.post-list-item:nth-child(2), .home-php .wp-block-product-on-sale article.post-list-item:nth-child(2),
  .home-php .wp-block-product-category article.post-list-item:nth-child(2), .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(2), .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(2), .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(2), .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(2), .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(2), body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(2), .home-php #reviews article.post-list-item:nth-child(2),
  .home-php #tab-additional_information article.post-list-item:nth-child(2), .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(2), .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(2), .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(2), .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(2),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(2),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(2),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(2),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(2),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(2),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(2),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(2),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(2),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(2),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(2), .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(2), .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(2),
  .home-php .container-boxed article.post-list-item:nth-child(3),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(3),
  .home-php .wp-block-product-category article.post-list-item:nth-child(3),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(3),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(3),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(3),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(3),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(3),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(3),
  .home-php #reviews article.post-list-item:nth-child(3),
  .home-php #tab-additional_information article.post-list-item:nth-child(3),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(3),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(3),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(3),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(3),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(3),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(3),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(3),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(3),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(3),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(3),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(3),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(3),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(3),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(3),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(3),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(3),
  .home-php .container-boxed article.post-list-item:nth-child(4),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(4),
  .home-php .wp-block-product-category article.post-list-item:nth-child(4),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(4),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(4),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(4),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(4),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(4),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(4),
  .home-php #reviews article.post-list-item:nth-child(4),
  .home-php #tab-additional_information article.post-list-item:nth-child(4),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(4),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(4),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(4),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(4),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(4),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(4),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(4),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(4),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(4),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(4),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(4),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(4),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(4),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(4),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(4),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(4),
  .home-php .container-boxed article.post-list-item:nth-child(7),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(7),
  .home-php .wp-block-product-category article.post-list-item:nth-child(7),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(7),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(7),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(7),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(7),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(7),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(7),
  .home-php #reviews article.post-list-item:nth-child(7),
  .home-php #tab-additional_information article.post-list-item:nth-child(7),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(7),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(7),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(7),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(7),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(7),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(7),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(7),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(7),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(7),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(7),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(7),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(7),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(7),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(7),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(7),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(7),
  .home-php .container-boxed article.post-list-item:nth-child(8),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(8),
  .home-php .wp-block-product-category article.post-list-item:nth-child(8),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(8),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(8),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(8),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(8),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(8),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(8),
  .home-php #reviews article.post-list-item:nth-child(8),
  .home-php #tab-additional_information article.post-list-item:nth-child(8),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(8),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(8),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(8),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(8),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(8),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(8),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(8),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(8),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(8),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(8),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(8),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(8),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(8),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(8),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(8),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(8),
  .home-php .container-boxed article.post-list-item:nth-child(9),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(9),
  .home-php .wp-block-product-category article.post-list-item:nth-child(9),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(9),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(9),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(9),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(9),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(9),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(9),
  .home-php #reviews article.post-list-item:nth-child(9),
  .home-php #tab-additional_information article.post-list-item:nth-child(9),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(9),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(9),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(9),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(9),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(9),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(9),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(9),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(9),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(9),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(9),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(9),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(9),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(9),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(9),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(9),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(9),
  .home-php .container-boxed article.post-list-item:nth-child(12),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(12),
  .home-php .wp-block-product-category article.post-list-item:nth-child(12),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(12),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(12),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(12),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(12),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(12),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(12),
  .home-php #reviews article.post-list-item:nth-child(12),
  .home-php #tab-additional_information article.post-list-item:nth-child(12),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(12),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(12),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(12),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(12),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(12),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(12),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(12),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(12),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(12),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(12),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(12),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(12),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(12),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(12),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(12),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(12),
  .home-php .container-boxed article.post-list-item:nth-child(13),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(13),
  .home-php .wp-block-product-category article.post-list-item:nth-child(13),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(13),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(13),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(13),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(13),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(13),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(13),
  .home-php #reviews article.post-list-item:nth-child(13),
  .home-php #tab-additional_information article.post-list-item:nth-child(13),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(13),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(13),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(13),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(13),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(13),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(13),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(13),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(13),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(13),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(13),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(13),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(13),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(13),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(13),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(13),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(13),
  .home-php .container-boxed article.post-list-item:nth-child(14),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(14),
  .home-php .wp-block-product-category article.post-list-item:nth-child(14),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(14),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(14),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(14),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(14),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(14),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(14),
  .home-php #reviews article.post-list-item:nth-child(14),
  .home-php #tab-additional_information article.post-list-item:nth-child(14),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(14),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(14),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(14),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(14),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(14),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(14),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(14),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(14),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(14),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(14),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(14),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(14),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(14),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(14),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(14),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(14),
  .home-php .container-boxed article.post-list-item:nth-child(15),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(15),
  .home-php .wp-block-product-category article.post-list-item:nth-child(15),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(15),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(15),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(15),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(15),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(15),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(15),
  .home-php #reviews article.post-list-item:nth-child(15),
  .home-php #tab-additional_information article.post-list-item:nth-child(15),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(15),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(15),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(15),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(15),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(15),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(15),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(15),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(15),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(15),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(15),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(15),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(15),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(15),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(15),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(15),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(15),
  .home-php .container-boxed article.post-list-item:nth-child(16),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(16),
  .home-php .wp-block-product-category article.post-list-item:nth-child(16),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(16),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(16),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(16),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(16),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(16),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(16),
  .home-php #reviews article.post-list-item:nth-child(16),
  .home-php #tab-additional_information article.post-list-item:nth-child(16),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(16),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(16),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(16),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(16),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(16),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(16),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(16),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(16),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(16),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(16),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(16),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(16),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(16),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(16),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(16),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(16),
  .home-php .container-boxed article.post-list-item:nth-child(17),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(17),
  .home-php .wp-block-product-category article.post-list-item:nth-child(17),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(17),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(17),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(17),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(17),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(17),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(17),
  .home-php #reviews article.post-list-item:nth-child(17),
  .home-php #tab-additional_information article.post-list-item:nth-child(17),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(17),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(17),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(17),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(17),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(17),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(17),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(17),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(17),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(17),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(17),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(17),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(17),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(17),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(17),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(17),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(17) {
    max-width: calc(50% - 20px);
  }
}
@media all and (max-width: 750px) {
  .home-php .container-boxed article.post-list-item:nth-child(1), .home-php .wp-block-product-on-sale article.post-list-item:nth-child(1),
  .home-php .wp-block-product-category article.post-list-item:nth-child(1), .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(1), .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(1), .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(1), .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(1), .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(1), body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(1), .home-php #reviews article.post-list-item:nth-child(1),
  .home-php #tab-additional_information article.post-list-item:nth-child(1), .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(1), .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(1), .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(1), .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(1),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(1),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(1),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(1),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(1),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(1),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(1),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(1),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(1),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(1),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(1), .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(1), .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(1),
  .home-php .container-boxed article.post-list-item:nth-child(2),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(2),
  .home-php .wp-block-product-category article.post-list-item:nth-child(2),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(2),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(2),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(2),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(2),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(2),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(2),
  .home-php #reviews article.post-list-item:nth-child(2),
  .home-php #tab-additional_information article.post-list-item:nth-child(2),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(2),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(2),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(2),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(2),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(2),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(2),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(2),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(2),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(2),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(2),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(2),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(2),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(2),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(2),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(2),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(2),
  .home-php .container-boxed article.post-list-item:nth-child(3),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(3),
  .home-php .wp-block-product-category article.post-list-item:nth-child(3),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(3),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(3),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(3),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(3),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(3),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(3),
  .home-php #reviews article.post-list-item:nth-child(3),
  .home-php #tab-additional_information article.post-list-item:nth-child(3),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(3),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(3),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(3),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(3),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(3),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(3),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(3),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(3),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(3),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(3),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(3),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(3),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(3),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(3),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(3),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(3),
  .home-php .container-boxed article.post-list-item:nth-child(4),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(4),
  .home-php .wp-block-product-category article.post-list-item:nth-child(4),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(4),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(4),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(4),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(4),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(4),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(4),
  .home-php #reviews article.post-list-item:nth-child(4),
  .home-php #tab-additional_information article.post-list-item:nth-child(4),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(4),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(4),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(4),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(4),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(4),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(4),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(4),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(4),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(4),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(4),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(4),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(4),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(4),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(4),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(4),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(4),
  .home-php .container-boxed article.post-list-item:nth-child(5),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(5),
  .home-php .wp-block-product-category article.post-list-item:nth-child(5),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(5),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(5),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(5),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(5),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(5),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(5),
  .home-php #reviews article.post-list-item:nth-child(5),
  .home-php #tab-additional_information article.post-list-item:nth-child(5),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(5),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(5),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(5),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(5),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(5),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(5),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(5),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(5),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(5),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(5),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(5),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(5),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(5),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(5),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(5),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(5),
  .home-php .container-boxed article.post-list-item:nth-child(6),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(6),
  .home-php .wp-block-product-category article.post-list-item:nth-child(6),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(6),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(6),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(6),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(6),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(6),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(6),
  .home-php #reviews article.post-list-item:nth-child(6),
  .home-php #tab-additional_information article.post-list-item:nth-child(6),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(6),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(6),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(6),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(6),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(6),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(6),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(6),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(6),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(6),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(6),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(6),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(6),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(6),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(6),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(6),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(6),
  .home-php .container-boxed article.post-list-item:nth-child(7),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(7),
  .home-php .wp-block-product-category article.post-list-item:nth-child(7),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(7),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(7),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(7),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(7),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(7),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(7),
  .home-php #reviews article.post-list-item:nth-child(7),
  .home-php #tab-additional_information article.post-list-item:nth-child(7),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(7),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(7),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(7),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(7),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(7),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(7),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(7),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(7),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(7),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(7),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(7),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(7),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(7),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(7),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(7),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(7),
  .home-php .container-boxed article.post-list-item:nth-child(8),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(8),
  .home-php .wp-block-product-category article.post-list-item:nth-child(8),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(8),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(8),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(8),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(8),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(8),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(8),
  .home-php #reviews article.post-list-item:nth-child(8),
  .home-php #tab-additional_information article.post-list-item:nth-child(8),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(8),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(8),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(8),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(8),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(8),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(8),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(8),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(8),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(8),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(8),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(8),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(8),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(8),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(8),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(8),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(8),
  .home-php .container-boxed article.post-list-item:nth-child(9),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(9),
  .home-php .wp-block-product-category article.post-list-item:nth-child(9),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(9),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(9),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(9),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(9),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(9),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(9),
  .home-php #reviews article.post-list-item:nth-child(9),
  .home-php #tab-additional_information article.post-list-item:nth-child(9),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(9),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(9),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(9),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(9),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(9),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(9),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(9),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(9),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(9),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(9),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(9),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(9),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(9),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(9),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(9),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(9),
  .home-php .container-boxed article.post-list-item:nth-child(10),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(10),
  .home-php .wp-block-product-category article.post-list-item:nth-child(10),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(10),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(10),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(10),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(10),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(10),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(10),
  .home-php #reviews article.post-list-item:nth-child(10),
  .home-php #tab-additional_information article.post-list-item:nth-child(10),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(10),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(10),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(10),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(10),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(10),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(10),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(10),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(10),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(10),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(10),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(10),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(10),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(10),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(10),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(10),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(10),
  .home-php .container-boxed article.post-list-item:nth-child(11),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(11),
  .home-php .wp-block-product-category article.post-list-item:nth-child(11),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(11),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(11),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(11),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(11),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(11),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(11),
  .home-php #reviews article.post-list-item:nth-child(11),
  .home-php #tab-additional_information article.post-list-item:nth-child(11),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(11),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(11),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(11),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(11),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(11),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(11),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(11),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(11),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(11),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(11),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(11),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(11),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(11),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(11),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(11),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(11),
  .home-php .container-boxed article.post-list-item:nth-child(12),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(12),
  .home-php .wp-block-product-category article.post-list-item:nth-child(12),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(12),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(12),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(12),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(12),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(12),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(12),
  .home-php #reviews article.post-list-item:nth-child(12),
  .home-php #tab-additional_information article.post-list-item:nth-child(12),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(12),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(12),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(12),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(12),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(12),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(12),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(12),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(12),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(12),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(12),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(12),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(12),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(12),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(12),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(12),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(12),
  .home-php .container-boxed article.post-list-item:nth-child(13),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(13),
  .home-php .wp-block-product-category article.post-list-item:nth-child(13),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(13),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(13),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(13),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(13),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(13),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(13),
  .home-php #reviews article.post-list-item:nth-child(13),
  .home-php #tab-additional_information article.post-list-item:nth-child(13),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(13),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(13),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(13),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(13),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(13),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(13),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(13),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(13),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(13),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(13),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(13),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(13),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(13),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(13),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(13),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(13),
  .home-php .container-boxed article.post-list-item:nth-child(14),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(14),
  .home-php .wp-block-product-category article.post-list-item:nth-child(14),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(14),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(14),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(14),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(14),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(14),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(14),
  .home-php #reviews article.post-list-item:nth-child(14),
  .home-php #tab-additional_information article.post-list-item:nth-child(14),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(14),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(14),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(14),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(14),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(14),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(14),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(14),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(14),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(14),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(14),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(14),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(14),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(14),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(14),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(14),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(14),
  .home-php .container-boxed article.post-list-item:nth-child(15),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(15),
  .home-php .wp-block-product-category article.post-list-item:nth-child(15),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(15),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(15),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(15),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(15),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(15),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(15),
  .home-php #reviews article.post-list-item:nth-child(15),
  .home-php #tab-additional_information article.post-list-item:nth-child(15),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(15),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(15),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(15),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(15),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(15),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(15),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(15),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(15),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(15),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(15),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(15),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(15),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(15),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(15),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(15),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(15),
  .home-php .container-boxed article.post-list-item:nth-child(16),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(16),
  .home-php .wp-block-product-category article.post-list-item:nth-child(16),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(16),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(16),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(16),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(16),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(16),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(16),
  .home-php #reviews article.post-list-item:nth-child(16),
  .home-php #tab-additional_information article.post-list-item:nth-child(16),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(16),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(16),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(16),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(16),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(16),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(16),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(16),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(16),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(16),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(16),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(16),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(16),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(16),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(16),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(16),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(16),
  .home-php .container-boxed article.post-list-item:nth-child(17),
  .home-php .wp-block-product-on-sale article.post-list-item:nth-child(17),
  .home-php .wp-block-product-category article.post-list-item:nth-child(17),
  .home-php .wp-block-pixelperfect-badges-block.alignwide .inner article.post-list-item:nth-child(17),
  .wp-block-pixelperfect-badges-block.alignwide .home-php .inner article.post-list-item:nth-child(17),
  .home-php .wp-block-pixelperfect-masonry-boxes.alignwide article.post-list-item:nth-child(17),
  .home-php .wp-block-pixelperfect-double-title.alignwide article.post-list-item:nth-child(17),
  .home-php body.home .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(17),
  body.home .home-php .wp-block-pixelperfect-product-description-row article.post-list-item:nth-child(17),
  .home-php #reviews article.post-list-item:nth-child(17),
  .home-php #tab-additional_information article.post-list-item:nth-child(17),
  .home-php .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs article.post-list-item:nth-child(17),
  .woocommerce-tabs.wc-tabs-wrapper .home-php .tabs.wc-tabs article.post-list-item:nth-child(17),
  .home-php .woocommerce-cart #site-content > .woocommerce article.post-list-item:nth-child(17),
  .woocommerce-cart .home-php #site-content > .woocommerce article.post-list-item:nth-child(17),
  .home-php .woocommerce-cart #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(17),
  .woocommerce-cart .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(17),
  .home-php .woocommerce-cart #site-content > .wc-block-checkout article.post-list-item:nth-child(17),
  .woocommerce-cart .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(17),
  .home-php .woocommerce-checkout #site-content > .woocommerce article.post-list-item:nth-child(17),
  .woocommerce-checkout .home-php #site-content > .woocommerce article.post-list-item:nth-child(17),
  .home-php .woocommerce-checkout #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(17),
  .woocommerce-checkout .home-php #site-content > .wp-block-woocommerce-cart article.post-list-item:nth-child(17),
  .home-php .woocommerce-checkout #site-content > .wc-block-checkout article.post-list-item:nth-child(17),
  .woocommerce-checkout .home-php #site-content > .wc-block-checkout article.post-list-item:nth-child(17),
  .home-php .breadcrumbs .rank-math-breadcrumb article.post-list-item:nth-child(17),
  .breadcrumbs .home-php .rank-math-breadcrumb article.post-list-item:nth-child(17) {
    max-width: 100%;
  }
}

article.post-list-item {
  display: flex;
  flex-direction: column;
  background-color: white;
}
article.post-list-item:hover .poster {
  background-size: 105% auto;
}
article.post-list-item .poster {
  display: inline-block;
  width: 100%;
  padding-top: 75%;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all, 0.3s;
  background-color: #dedede;
}
article.post-list-item .article-header {
  padding: 20px 30px 40px 30px;
}
article.post-list-item h3 a {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  color: #20223E;
  font-size: 30px;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 10px;
}
@media all and (max-width: 1024px) {
  article.post-list-item h3 a {
    font-size: 24px;
  }
}
article.post-list-item .lead {
  color: #374151;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
}

@media all and (min-width: 1025px) {
  article.post-list-item:nth-child(1) {
    flex-direction: row;
  }
  article.post-list-item:nth-child(1) .poster {
    padding-top: 35%;
    min-width: 55%;
    width: 55%;
  }
  article.post-list-item:nth-child(1) .article-header {
    padding-left: 40px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.badges {
  margin: 10px 0;
}
.badges .badge {
  margin-right: 10px;
  display: inline-block;
  padding: 10px 25px;
  color: #20223E;
  background-color: #FBE6D4;
  text-decoration: none;
  border-radius: 30px;
}

.pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 1em;
}
.pagination .page-numbers {
  border: 1px solid #D3D3D3;
  padding: 0.75rem 1rem;
  display: inline-block;
  color: #20223E;
  border-radius: 3px;
  margin: 5px;
  text-decoration: none;
}
.pagination .page-numbers.current {
  background: #EDEDED;
  color: #A5A5A5;
}

select.orderby {
  border: 1px solid #d2d6e4;
  background-color: white;
  padding-right: 20px;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
}

.calc_shipping_country {
  display: none;
}

select,
textarea,
input[type=tel],
input[type=email],
input[type=text],
input[type=password],
input[type=number] {
  line-height: 30px;
  padding: 5px 10px;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  color: #374151;
  border: 1px solid #bdbdbd;
}
select:focus,
textarea:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus {
  outline: none;
  border-color: #115CFA;
}

button[type=submit]:not(.single_add_to_cart_button) {
  line-height: 30px;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #374151;
  background-color: #374151;
  text-align: center;
  transition: all, 0.3s;
  color: white;
  cursor: pointer;
}
button[type=submit]:not(.single_add_to_cart_button):hover, button[type=submit]:not(.single_add_to_cart_button):focus {
  background-color: #115CFA;
  border-color: #115CFA;
}

/*RADIO*/
li input[type=radio] {
  display: none;
}

li input[type=radio] + label {
  display: inline-flex;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  padding: 3px 10px 5px 30px;
  min-height: 20px;
  cursor: pointer;
  align-items: flex-start;
}
li input[type=radio] + label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 2px solid #bdbdbd;
  position: absolute;
  top: 6px;
  left: 0;
  transition: all, 0.3s;
}
li input[type=radio] + label:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 16px;
  left: 10px;
  border-radius: 2px;
  background-color: #115CFA;
  transform: translate(-50%, -50%);
  transition: all, 0.3s;
}

li input[type=radio]:checked + label:before {
  border-color: #115CFA;
}
li input[type=radio]:checked + label:after {
  width: 12px;
  height: 12px;
}

/*CHECKBOX*/
.checkbox {
  position: relative;
  display: inline-block;
}

.checkbox abbr {
  position: absolute;
  top: 4px;
  right: 0px;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + span {
  display: inline-flex;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  padding: 5px 10px 5px 30px;
  min-height: 20px;
  align-items: center;
  cursor: pointer;
}
input[type=checkbox] + span:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 2px solid #bdbdbd;
  position: absolute;
  top: 2px;
  left: 0;
  transition: all, 0.3s;
}
input[type=checkbox] + span:after {
  content: "\e934";
  font-family: "Linearicons" !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all, 0.3s;
  font-weight: bold;
  color: #115CFA;
  position: absolute;
  left: 5px;
  top: 0;
  width: 15px;
  line-height: 20px;
  font-size: 0;
}

input[type=checkbox]:checked + span:before {
  border-color: #115CFA;
}
input[type=checkbox]:checked + span:after {
  font-size: 17px;
}

.woocommerce-invalid-required-field input[type=checkbox] + span {
  color: rgb(255, 44, 90);
}
.woocommerce-invalid-required-field input[type=checkbox] + span:before {
  border-color: rgb(255, 44, 90);
}

body.no-scroll {
  overflow: hidden;
}

#ajaxsearch.open {
  opacity: 1;
  display: block;
}

#ajaxsearch {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  padding: 40px 0 0 0;
  z-index: 99999;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  transition: all, 0.3s;
  opacity: 0;
  display: none;
}
#ajaxsearch .container-boxed, #ajaxsearch .wp-block-product-on-sale,
#ajaxsearch .wp-block-product-category, #ajaxsearch .wp-block-pixelperfect-badges-block.alignwide .inner, .wp-block-pixelperfect-badges-block.alignwide #ajaxsearch .inner, #ajaxsearch .wp-block-pixelperfect-masonry-boxes.alignwide, #ajaxsearch .wp-block-pixelperfect-double-title.alignwide, #ajaxsearch body.home .wp-block-pixelperfect-product-description-row, body.home #ajaxsearch .wp-block-pixelperfect-product-description-row, #ajaxsearch #reviews,
#ajaxsearch #tab-additional_information, #ajaxsearch .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs, .woocommerce-tabs.wc-tabs-wrapper #ajaxsearch .tabs.wc-tabs, #ajaxsearch .woocommerce-cart #site-content > .woocommerce, .woocommerce-cart #ajaxsearch #site-content > .woocommerce,
#ajaxsearch .woocommerce-cart #site-content > .wp-block-woocommerce-cart,
.woocommerce-cart #ajaxsearch #site-content > .wp-block-woocommerce-cart,
#ajaxsearch .woocommerce-cart #site-content > .wc-block-checkout,
.woocommerce-cart #ajaxsearch #site-content > .wc-block-checkout,
#ajaxsearch .woocommerce-checkout #site-content > .woocommerce,
.woocommerce-checkout #ajaxsearch #site-content > .woocommerce,
#ajaxsearch .woocommerce-checkout #site-content > .wp-block-woocommerce-cart,
.woocommerce-checkout #ajaxsearch #site-content > .wp-block-woocommerce-cart,
#ajaxsearch .woocommerce-checkout #site-content > .wc-block-checkout,
.woocommerce-checkout #ajaxsearch #site-content > .wc-block-checkout, #ajaxsearch .breadcrumbs .rank-math-breadcrumb, .breadcrumbs #ajaxsearch .rank-math-breadcrumb {
  position: relative;
  display: flex;
  justify-content: center;
  height: 90px;
}
#ajaxsearch #live_search {
  width: 100%;
  max-width: 660px;
  border: 0;
  border-bottom: 2px solid #20223E;
  color: #20223E;
  border-radius: 0;
  font-size: 20px;
  text-align: center;
  margin: 20px;
  max-height: 100vh;
}
#ajaxsearch .close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
#ajaxsearch .close svg {
  stroke: #20223E;
  width: 35px;
  height: 35px;
}
#ajaxsearch #results {
  height: calc(100vh - 130px);
  overflow-y: scroll;
}
#ajaxsearch #results ul.wc-block-grid__products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 100%;
  justify-content: center;
}
@media all and (max-width: 650px) {
  #ajaxsearch #results ul.wc-block-grid__products {
    gap: 10px;
  }
}
#ajaxsearch #results ul.wc-block-grid__products li.wc-block-grid__product {
  width: 100%;
  max-width: 170px !important;
  padding: 0 !important;
  margin: 0 !important;
}
#ajaxsearch #results ul.wc-block-grid__products li.wc-block-grid__product a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #20223E;
}
#ajaxsearch #results ul.wc-block-grid__products li.wc-block-grid__product .img-container {
  background-size: auto 105%;
  margin: 0 !important;
}
#ajaxsearch #results ul.wc-block-grid__products li.wc-block-grid__product .img-container:hover {
  background-size: auto 100%;
}
#ajaxsearch #results ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price {
  padding: 0;
  margin: 0;
  text-align: left;
}

.woocommerce-notices-wrapper {
  position: relative;
  top: 0;
  right: 0;
  z-index: 999999;
}
.woocommerce-notices-wrapper .woocommerce-error li {
  padding: 20px !important;
}
.woocommerce-notices-wrapper .woocommerce-error li:before {
  display: none !important;
}
.woocommerce-notices-wrapper .woocommerce-message {
  position: relative;
  padding: 20px;
  top: 30px;
  color: #82AD38;
  display: flex;
  flex-direction: row;
  background-color: white;
  align-items: center;
}
.woocommerce-notices-wrapper .woocommerce-message .button, .woocommerce-notices-wrapper .woocommerce-message .single_add_to_cart_button {
  margin-right: 20px;
  background-color: #20223E;
  color: white;
  font-weight: normal;
  padding: 10px 20px;
}

.woocommerce.single #site-content > .product {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
.woocommerce.single #site-content > .product > .container-boxed, .woocommerce.single #site-content > .product > .wp-block-product-on-sale,
.woocommerce.single #site-content > .product > .wp-block-product-category, .woocommerce.single .wp-block-pixelperfect-badges-block.alignwide #site-content > .product > .inner, .wp-block-pixelperfect-badges-block.alignwide .woocommerce.single #site-content > .product > .inner, .woocommerce.single #site-content > .product > .wp-block-pixelperfect-masonry-boxes.alignwide, .woocommerce.single #site-content > .product > .wp-block-pixelperfect-double-title.alignwide, .woocommerce.single body.home #site-content > .product > .wp-block-pixelperfect-product-description-row, body.home .woocommerce.single #site-content > .product > .wp-block-pixelperfect-product-description-row, .woocommerce.single #site-content > .product > #reviews,
.woocommerce.single #site-content > .product > #tab-additional_information, .woocommerce.single .woocommerce-tabs.wc-tabs-wrapper #site-content > .product > .tabs.wc-tabs, .woocommerce-tabs.wc-tabs-wrapper .woocommerce.single #site-content > .product > .tabs.wc-tabs, .woocommerce.single .woocommerce-cart #site-content > #site-content.product > .woocommerce, .woocommerce-cart .woocommerce.single #site-content > #site-content.product > .woocommerce,
.woocommerce.single .woocommerce-cart #site-content > #site-content.product > .wp-block-woocommerce-cart,
.woocommerce-cart .woocommerce.single #site-content > #site-content.product > .wp-block-woocommerce-cart,
.woocommerce.single .woocommerce-cart #site-content > #site-content.product > .wc-block-checkout,
.woocommerce-cart .woocommerce.single #site-content > #site-content.product > .wc-block-checkout,
.woocommerce.single .woocommerce-checkout #site-content > #site-content.product > .woocommerce,
.woocommerce-checkout .woocommerce.single #site-content > #site-content.product > .woocommerce,
.woocommerce.single .woocommerce-checkout #site-content > #site-content.product > .wp-block-woocommerce-cart,
.woocommerce-checkout .woocommerce.single #site-content > #site-content.product > .wp-block-woocommerce-cart,
.woocommerce.single .woocommerce-checkout #site-content > #site-content.product > .wc-block-checkout,
.woocommerce-checkout .woocommerce.single #site-content > #site-content.product > .wc-block-checkout, .woocommerce.single .breadcrumbs #site-content > .product > .rank-math-breadcrumb, .breadcrumbs .woocommerce.single #site-content > .product > .rank-math-breadcrumb {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
.woocommerce.single #site-content > .product .woocommerce-product-gallery {
  max-width: 800px;
  opacity: 1 !important;
}
@media all and (min-width: 1000px) and (max-width: 1339px) {
  .woocommerce.single #site-content > .product .woocommerce-product-gallery {
    width: calc(100% - 460px);
  }
}
@media all and (max-width: 999px) {
  .woocommerce.single #site-content > .product .woocommerce-product-gallery {
    width: 100%;
    max-width: none;
  }
}
.woocommerce.single #site-content > .product .woocommerce-product-gallery a {
  display: inline-block;
  width: 100%;
}
.woocommerce.single #site-content > .product .woocommerce-product-gallery img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.woocommerce.single #site-content > .product .woocommerce-product-gallery--columns-4 {
  /*
  .thumbs {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 0 30px 0;
  }

  .thumbs li {

  }

  .thumbs li img {
      width: 150px;
      height: 150px;
  }

   */
}
@media all and (min-width: 1000px) {
  .woocommerce.single #site-content > .product .slick-dots {
    display: none !important;
  }
}
.woocommerce.single #site-content > .product .flex-slider-nav {
  margin-top: 10px;
}
@media all and (max-width: 999px) {
  .woocommerce.single #site-content > .product .flex-slider-nav {
    display: none;
  }
}
.woocommerce.single #site-content > .product .flex-slider-nav .slick-track {
  float: left;
}
.woocommerce.single #site-content > .product .flex-slider-nav .slick-track .slick-slide {
  margin-right: 10px;
  border: 5px solid white;
  transition: all, 0.3s;
}
.woocommerce.single #site-content > .product .flex-slider-nav .slick-track .slick-slide.slick-current {
  border-color: #20223E;
}
.woocommerce.single #site-content > .product .flex-control-thumbs {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 10px 0px 30px 0px;
  gap: 10px;
}
.woocommerce.single #site-content > .product .flex-control-thumbs li {
  cursor: pointer;
  max-width: 100px;
}
.woocommerce.single #site-content > .product .flex-control-thumbs li:last-child {
  margin-right: 0;
}
.woocommerce.single #site-content > .product .summary {
  width: calc(100% - 840px);
  padding-left: 50px;
  padding-top: 50px;
}
@media all and (min-width: 1000px) and (max-width: 1339px) {
  .woocommerce.single #site-content > .product .summary {
    width: 460px;
  }
}
@media all and (max-width: 999px) {
  .woocommerce.single #site-content > .product .summary {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-top: 20px;
  }
}
.woocommerce.single #site-content > .product .summary h1 {
  font-size: 34px;
  font-weight: bold;
  color: #20223E;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media all and (max-width: 750px) {
  .woocommerce.single #site-content > .product .summary h1 {
    font-size: 22px;
  }
}
.woocommerce.single #site-content > .product .summary h1 small {
  font-weight: 100;
  display: inline-block;
  text-transform: none;
  margin-left: 0.5em;
}
.woocommerce.single #site-content > .product .summary span.subtitle {
  color: #A1A1A1;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: lighter;
  margin-bottom: 20px;
}
@media all and (max-width: 750px) {
  .woocommerce.single #site-content > .product .summary span.subtitle {
    font-size: 18px;
  }
}
.woocommerce.single #site-content > .product .summary .quantity {
  border: 1px solid #A1A1A1;
  margin-right: 10px;
}
.woocommerce.single #site-content > .product .summary .quantity button {
  background: none;
  border: none;
  outline: none;
  padding: 6px;
}
.woocommerce.single #site-content > .product .summary .quantity input {
  max-width: 50px;
  border: 0 !important;
  font-weight: bold;
  text-align: center;
}
.woocommerce.single #site-content > .product .summary .price {
  font-size: 24px;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 30px;
}
.woocommerce.single #site-content > .product .summary .price > span > bdi,
.woocommerce.single #site-content > .product .summary .price ins, .woocommerce.single #site-content > .product .summary .price .woocommerce-Price-amount.amount bdi {
  font-weight: bold;
  color: #819467;
}
.woocommerce.single #site-content > .product .summary .price del .woocommerce-Price-amount.amount bdi {
  color: #A1A1A1;
  font-weight: normal;
}
.woocommerce.single #site-content > .product hr {
  margin: 20px 0;
}
.woocommerce.single #site-content > .product .woocommerce-product-details__short-description {
  font-size: 17px;
  line-height: 1.5;
  max-width: 560px;
  font-family: "Roboto", sans-serif;
  color: #20223E;
}
.woocommerce.single #site-content > .product .woocommerce-product-details__short-description strong {
  font-weight: bold;
}
.woocommerce.single #site-content > .product .woocommerce-product-details__short-description p {
  margin-bottom: 24px;
}
.woocommerce.single #site-content > .product .woocommerce-product-rating {
  margin-bottom: 30px;
}
.woocommerce.single #site-content > .product .woocommerce-product-rating a {
  text-decoration: none;
  color: #82AD38;
  font-size: 20px;
}
.woocommerce.single #site-content > .product .woocommerce-product-rating a .count {
  background-color: #FBE6D4;
  color: #20223E;
  padding: 5px 10px;
  display: inline-block;
  font-size: 14px;
  border-radius: 10px;
}
.woocommerce.single #site-content > .product .cart {
  display: flex;
  flex-direction: row;
  padding: 30px 0;
  margin: 40px 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.woocommerce.single #site-content > .product .cart input {
  line-height: 38px;
  border-radius: 0;
}
.woocommerce.single #site-content > .product .product_meta {
  display: flex;
  flex-direction: column;
}
.woocommerce.single #site-content > .product .product_meta > span {
  color: #20223E;
  margin-bottom: 16px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  line-height: 1.5;
}
.woocommerce.single #site-content > .product .product_meta > span span, .woocommerce.single #site-content > .product .product_meta > span a {
  font-weight: normal;
  color: #20223E;
}

.stock {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
}
.stock i {
  margin-right: 5px;
  font-size: 20px;
}
.stock.in-stock, .stock.out-of-stock {
  color: #82AD38;
}

.trustbar {
  padding: 70px 0;
}
.trustbar .container-boxed, .trustbar .wp-block-product-on-sale,
.trustbar .wp-block-product-category, .trustbar .wp-block-pixelperfect-badges-block.alignwide .inner, .wp-block-pixelperfect-badges-block.alignwide .trustbar .inner, .trustbar .wp-block-pixelperfect-masonry-boxes.alignwide, .trustbar .wp-block-pixelperfect-double-title.alignwide, .trustbar body.home .wp-block-pixelperfect-product-description-row, body.home .trustbar .wp-block-pixelperfect-product-description-row, .trustbar #reviews,
.trustbar #tab-additional_information, .trustbar .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs, .woocommerce-tabs.wc-tabs-wrapper .trustbar .tabs.wc-tabs, .trustbar .woocommerce-cart #site-content > .woocommerce, .woocommerce-cart .trustbar #site-content > .woocommerce,
.trustbar .woocommerce-cart #site-content > .wp-block-woocommerce-cart,
.woocommerce-cart .trustbar #site-content > .wp-block-woocommerce-cart,
.trustbar .woocommerce-cart #site-content > .wc-block-checkout,
.woocommerce-cart .trustbar #site-content > .wc-block-checkout,
.trustbar .woocommerce-checkout #site-content > .woocommerce,
.woocommerce-checkout .trustbar #site-content > .woocommerce,
.trustbar .woocommerce-checkout #site-content > .wp-block-woocommerce-cart,
.woocommerce-checkout .trustbar #site-content > .wp-block-woocommerce-cart,
.trustbar .woocommerce-checkout #site-content > .wc-block-checkout,
.woocommerce-checkout .trustbar #site-content > .wc-block-checkout, .trustbar .breadcrumbs .rank-math-breadcrumb, .breadcrumbs .trustbar .rank-math-breadcrumb {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 2rem;
}
.trustbar .container-boxed .col, .trustbar .wp-block-product-on-sale .col,
.trustbar .wp-block-product-category .col, .trustbar .wp-block-pixelperfect-badges-block.alignwide .inner .col, .wp-block-pixelperfect-badges-block.alignwide .trustbar .inner .col, .trustbar .wp-block-pixelperfect-masonry-boxes.alignwide .col, .trustbar .wp-block-pixelperfect-double-title.alignwide .col, .trustbar body.home .wp-block-pixelperfect-product-description-row .col, body.home .trustbar .wp-block-pixelperfect-product-description-row .col, .trustbar #reviews .col,
.trustbar #tab-additional_information .col, .trustbar .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs .col, .woocommerce-tabs.wc-tabs-wrapper .trustbar .tabs.wc-tabs .col, .trustbar .woocommerce-cart #site-content > .woocommerce .col, .woocommerce-cart .trustbar #site-content > .woocommerce .col,
.trustbar .woocommerce-cart #site-content > .wp-block-woocommerce-cart .col,
.woocommerce-cart .trustbar #site-content > .wp-block-woocommerce-cart .col,
.trustbar .woocommerce-cart #site-content > .wc-block-checkout .col,
.woocommerce-cart .trustbar #site-content > .wc-block-checkout .col,
.trustbar .woocommerce-checkout #site-content > .woocommerce .col,
.woocommerce-checkout .trustbar #site-content > .woocommerce .col,
.trustbar .woocommerce-checkout #site-content > .wp-block-woocommerce-cart .col,
.woocommerce-checkout .trustbar #site-content > .wp-block-woocommerce-cart .col,
.trustbar .woocommerce-checkout #site-content > .wc-block-checkout .col,
.woocommerce-checkout .trustbar #site-content > .wc-block-checkout .col, .trustbar .breadcrumbs .rank-math-breadcrumb .col, .breadcrumbs .trustbar .rank-math-breadcrumb .col {
  flex: 1 0 0%;
  gap: 1rem;
  display: flex;
  flex-direction: column;
  min-width: 250px;
  max-width: 275px;
}
.trustbar .container-boxed .col img, .trustbar .wp-block-product-on-sale .col img,
.trustbar .wp-block-product-category .col img, .trustbar .wp-block-pixelperfect-badges-block.alignwide .inner .col img, .wp-block-pixelperfect-badges-block.alignwide .trustbar .inner .col img, .trustbar .wp-block-pixelperfect-masonry-boxes.alignwide .col img, .trustbar .wp-block-pixelperfect-double-title.alignwide .col img, .trustbar body.home .wp-block-pixelperfect-product-description-row .col img, body.home .trustbar .wp-block-pixelperfect-product-description-row .col img, .trustbar #reviews .col img,
.trustbar #tab-additional_information .col img, .trustbar .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs .col img, .woocommerce-tabs.wc-tabs-wrapper .trustbar .tabs.wc-tabs .col img, .trustbar .woocommerce-cart #site-content > .woocommerce .col img, .woocommerce-cart .trustbar #site-content > .woocommerce .col img,
.trustbar .woocommerce-cart #site-content > .wp-block-woocommerce-cart .col img,
.woocommerce-cart .trustbar #site-content > .wp-block-woocommerce-cart .col img,
.trustbar .woocommerce-cart #site-content > .wc-block-checkout .col img,
.woocommerce-cart .trustbar #site-content > .wc-block-checkout .col img,
.trustbar .woocommerce-checkout #site-content > .woocommerce .col img,
.woocommerce-checkout .trustbar #site-content > .woocommerce .col img,
.trustbar .woocommerce-checkout #site-content > .wp-block-woocommerce-cart .col img,
.woocommerce-checkout .trustbar #site-content > .wp-block-woocommerce-cart .col img,
.trustbar .woocommerce-checkout #site-content > .wc-block-checkout .col img,
.woocommerce-checkout .trustbar #site-content > .wc-block-checkout .col img, .trustbar .breadcrumbs .rank-math-breadcrumb .col img, .breadcrumbs .trustbar .rank-math-breadcrumb .col img {
  max-width: 105px;
  margin: 0 auto;
  display: block;
}
.trustbar .container-boxed .col p, .trustbar .wp-block-product-on-sale .col p,
.trustbar .wp-block-product-category .col p, .trustbar .wp-block-pixelperfect-badges-block.alignwide .inner .col p, .wp-block-pixelperfect-badges-block.alignwide .trustbar .inner .col p, .trustbar .wp-block-pixelperfect-masonry-boxes.alignwide .col p, .trustbar .wp-block-pixelperfect-double-title.alignwide .col p, .trustbar body.home .wp-block-pixelperfect-product-description-row .col p, body.home .trustbar .wp-block-pixelperfect-product-description-row .col p, .trustbar #reviews .col p,
.trustbar #tab-additional_information .col p, .trustbar .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs .col p, .woocommerce-tabs.wc-tabs-wrapper .trustbar .tabs.wc-tabs .col p, .trustbar .woocommerce-cart #site-content > .woocommerce .col p, .woocommerce-cart .trustbar #site-content > .woocommerce .col p,
.trustbar .woocommerce-cart #site-content > .wp-block-woocommerce-cart .col p,
.woocommerce-cart .trustbar #site-content > .wp-block-woocommerce-cart .col p,
.trustbar .woocommerce-cart #site-content > .wc-block-checkout .col p,
.woocommerce-cart .trustbar #site-content > .wc-block-checkout .col p,
.trustbar .woocommerce-checkout #site-content > .woocommerce .col p,
.woocommerce-checkout .trustbar #site-content > .woocommerce .col p,
.trustbar .woocommerce-checkout #site-content > .wp-block-woocommerce-cart .col p,
.woocommerce-checkout .trustbar #site-content > .wp-block-woocommerce-cart .col p,
.trustbar .woocommerce-checkout #site-content > .wc-block-checkout .col p,
.woocommerce-checkout .trustbar #site-content > .wc-block-checkout .col p, .trustbar .breadcrumbs .rank-math-breadcrumb .col p, .breadcrumbs .trustbar .rank-math-breadcrumb .col p {
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  color: #009245;
}

#reviews.woocommerce-Reviews {
  max-width: 750px;
}
#reviews.woocommerce-Reviews #commentform label {
  display: block;
}
#reviews.woocommerce-Reviews #commentform input,
#reviews.woocommerce-Reviews #commentform textarea {
  width: 100%;
}

.slick-slider {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#tab-additional_information > h2:first-child,
.woocommerce-Reviews-title {
  display: none;
}

.woocommerce-tabs.wc-tabs-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 30px;
}
.woocommerce-tabs.wc-tabs-wrapper .tab-title {
  font-weight: bold;
  font-family: "Inter", sans-serif;
  font-size: 26px;
  color: #20223E;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
}
.woocommerce-tabs.wc-tabs-wrapper .tab-content {
  padding: 40px 0;
  font-family: "Roboto", sans-serif;
  color: #20223E;
  font-size: 18px;
}
.woocommerce-tabs.wc-tabs-wrapper .tab-content p, .woocommerce-tabs.wc-tabs-wrapper .tab-content li {
  display: inline-block;
  width: 100%;
  margin-bottom: 24px;
  line-height: 1.4;
}
.woocommerce-tabs.wc-tabs-wrapper .tab-content .note {
  padding: 20px 5px;
}
.woocommerce-tabs.wc-tabs-wrapper .usage ul, .woocommerce-tabs.wc-tabs-wrapper .usage > p {
  max-width: 740px;
}
.woocommerce-tabs.wc-tabs-wrapper .usage ul {
  padding-left: 40px;
}
.woocommerce-tabs.wc-tabs-wrapper .usage ul li {
  position: relative;
}
.woocommerce-tabs.wc-tabs-wrapper .usage ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0px;
  left: -40px;
  background-color: #FBE6D4;
  border-radius: 100%;
}
.woocommerce-tabs.wc-tabs-wrapper .ingredients .item {
  display: inline-block;
  background-color: #FBE6D4;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 20px;
}
.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs {
  display: inline-flex;
  justify-content: center;
  margin-bottom: 30px;
}
.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li.active {
  border-bottom: 2px solid #819467;
}
.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li.active a {
  color: #819467;
}
.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li {
  display: inline-flex;
  position: relative;
  transition: all, 0.3s;
  border-bottom: 2px solid transparent;
}
.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li a {
  text-decoration: none;
  font-weight: bold;
  color: #1F2937;
  transition: all, 0.3s;
}

#tab-additional_information .woocommerce-product-attributes {
  width: 100%;
}
#tab-additional_information .woocommerce-product-attributes th {
  background-color: #F3F4F6;
  width: 25%;
}
#tab-additional_information .woocommerce-product-attributes th, #tab-additional_information .woocommerce-product-attributes td {
  padding: 15px 20px;
  text-align: left;
  color: #374151;
  border: 1px solid #D1D5DB;
  border-collapse: collapse;
}

.smartfox-attribute-table {
  display: flex;
  flex-direction: column;
}
.smartfox-attribute-table .table-head {
  padding: 15px 20px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  color: #374151;
  background-color: #e8ebf0;
  margin-bottom: -1px;
  border: 1px solid #D1D5DB;
}
.smartfox-attribute-table .items {
  display: flex;
  flex-direction: column;
}
.smartfox-attribute-table .item {
  margin-bottom: -1px;
  display: flex;
  flex-direction: row;
  text-align: left;
  color: #374151;
  border: 1px solid #D1D5DB;
  border-collapse: collapse;
}
.smartfox-attribute-table .item .label, .smartfox-attribute-table .item .value {
  padding: 15px 20px;
}
.smartfox-attribute-table .item .label {
  background-color: #F1F3F7;
  min-width: 25%;
  border-right: 1px solid #D1D5DB;
}
.smartfox-attribute-table .item .value p {
  line-height: 1.6;
}

#comments .woocommerce-review__awaiting-approval {
  border: 1px solid #20223E;
  color: #20223E;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 15px 0;
  display: inline-block;
}
#comments .commentlist {
  display: flex;
  flex-direction: column;
}
#comments .commentlist .comment_container {
  display: flex;
  flex-direction: row;
  padding: 10px 20px;
  border: 1px solid #dedede;
  margin-bottom: 10px;
}
#comments .commentlist .comment_container .comment-text {
  display: flex;
  flex-direction: column;
}
#comments .commentlist .comment_container .star-rating {
  margin-bottom: 10px;
}
#comments .commentlist .comment_container .star-rating > span {
  background-color: #FBE6D4;
  color: #20223E;
  padding: 5px 10px;
  display: inline-block;
  font-size: 14px;
  border-radius: 10px;
  line-height: 1;
  width: auto !important;
}
#comments .commentlist .comment_container .meta {
  margin-bottom: 10px;
}
#comments .commentlist .comment_container .meta .woocommerce-review__author {
  font-weight: bold;
  font-family: "Inter", sans-serif;
}
#comments .commentlist .comment_container .meta .woocommerce-review__published-date {
  color: #A1A1A1;
  font-weight: 100;
}
#comments .commentlist .comment_container .description {
  padding: 10px 0 20px 0;
}
#comments .commentlist .comment_container img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 100%;
}

/*Respond */
#review_form .comment-reply-title {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #20223E;
  display: inline-block;
  width: 100%;
  margin: 30px 0;
}

/**
  C O V E R
**/
.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover h5,
.wp-block-cover h6 {
  font-family: "Inter", sans-serif;
}
.wp-block-cover h1 strong,
.wp-block-cover h2 strong,
.wp-block-cover h3 strong,
.wp-block-cover h4 strong,
.wp-block-cover h5 strong,
.wp-block-cover h6 strong {
  font-weight: bold;
}

.has-background-dim,
.wp-block-cover.has-background-dim {
  background-color: rgba(0, 0, 0, 0.6);
}

.pp-post-item {
  position: relative;
  overflow: hidden;
}
.pp-post-item::before {
  content: "";
  background-image: url("../static/img/virag1.png");
  position: absolute;
  left: -200px;
  top: 0;
  bottom: 0;
  max-width: 500px;
  width: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center left;
  opacity: 0.3;
  transform: rotate(18deg);
}
@media (max-width: 768px) {
  .pp-post-item::before {
    display: none;
  }
}
.pp-post-item .text {
  position: relative;
}
.pp-post-item .text h2 {
  font-family: "Playfair Display", serif;
}
.pp-post-item .text h2 a {
  text-decoration: none;
}

@media (min-width: 767px) {
  .gb-query-loop-wrapper > .gb-grid-column:nth-child(even) .pp-post-item::before {
    background-image: url("../static/img/virag2.png");
    background-size: 100% auto;
    background-position: center right;
    left: auto;
    right: -200px;
  }
  .gb-query-loop-wrapper > .gb-grid-column:nth-child(even) .pp-post-item .gb-grid-wrapper {
    flex-direction: row-reverse;
  }
  .gb-query-loop-wrapper > .gb-grid-column:nth-child(even) .pp-post-item .gb-grid-wrapper .text {
    margin-right: auto;
  }
}
.wp-block-pixelperfect-hero-block {
  position: relative;
  margin-bottom: -20px;
}
.wp-block-pixelperfect-hero-block .container {
  max-width: 1649px;
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #20223E;
}
@media (max-width: 768px) {
  .wp-block-pixelperfect-hero-block .container {
    padding: 0;
  }
}
@media (max-width: 650px) {
  .wp-block-pixelperfect-hero-block .container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
    min-height: auto;
    padding: 0;
  }
}
.wp-block-pixelperfect-hero-block .image {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: 0;
  z-index: 1;
  max-width: calc(549.6666666667px + 50%);
  aspect-ratio: 932/620;
  text-align: end;
  width: 100%;
}
@media (max-width: 1649px) {
  .wp-block-pixelperfect-hero-block .image {
    max-width: 75%;
  }
}
@media (max-width: 1024px) {
  .wp-block-pixelperfect-hero-block .image {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .wp-block-pixelperfect-hero-block .image {
    position: relative;
  }
}
.wp-block-pixelperfect-hero-block .image img {
  width: auto;
  height: 100%;
  vertical-align: middle;
}
.wp-block-pixelperfect-hero-block .text {
  position: relative;
  z-index: 2;
  background: #FAF8EE;
  max-width: 50%;
  box-shadow: 0px 4px 60px 0px rgba(57, 51, 45, 0.2);
  padding: 5%;
}
@media (max-width: 1024px) {
  .wp-block-pixelperfect-hero-block .text {
    max-width: 75%;
  }
}
@media (max-width: 768px) {
  .wp-block-pixelperfect-hero-block .text {
    max-width: none;
  }
}
.wp-block-pixelperfect-hero-block .text h2,
.wp-block-pixelperfect-hero-block .text h1 {
  font-size: 62px;
  font-family: "Playfair Display", serif;
  margin-bottom: 30px;
  line-height: 1.1;
}
@media (max-width: 1649px) {
  .wp-block-pixelperfect-hero-block .text h2,
  .wp-block-pixelperfect-hero-block .text h1 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .wp-block-pixelperfect-hero-block .text h2,
  .wp-block-pixelperfect-hero-block .text h1 {
    font-size: 34px;
  }
}
@media (max-width: 650px) {
  .wp-block-pixelperfect-hero-block .text h2,
  .wp-block-pixelperfect-hero-block .text h1 {
    font-size: 28px;
  }
}
.wp-block-pixelperfect-hero-block .text p {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.wp-block-pixelperfect-hero-block .text .wp-block-buttons {
  margin-top: 30px;
}
.wp-block-pixelperfect-hero-block .text .wp-block-buttons .wp-block-button__link {
  background: #819467;
  border-radius: 0 !important;
}

.wp-block-pixelperfect-product-description-row:nth-child(odd) {
  flex-direction: row;
}

.wp-block-pixelperfect-product-description-row:nth-child(even) {
  flex-direction: row-reverse;
}

.wp-block-pixelperfect-product-description-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wp-block-pixelperfect-product-description-row .img-wrapper, .wp-block-pixelperfect-product-description-row .content-wrapper {
  width: 50%;
}
@media all and (max-width: 1024px) {
  .wp-block-pixelperfect-product-description-row .img-wrapper, .wp-block-pixelperfect-product-description-row .content-wrapper {
    width: 100%;
  }
}
.wp-block-pixelperfect-product-description-row .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
@media all and (max-width: 750px) {
  .wp-block-pixelperfect-product-description-row .content-wrapper {
    padding: 30px 0;
  }
}
.wp-block-pixelperfect-product-description-row .content-wrapper .wp-block-heading,
.wp-block-pixelperfect-product-description-row .content-wrapper .wp-block-heading a {
  text-decoration: none;
  color: #20223E;
}
.wp-block-pixelperfect-product-description-row .content-wrapper a, .wp-block-pixelperfect-product-description-row .content-wrapper a:visited {
  color: #819467;
}
.wp-block-pixelperfect-product-description-row .content-wrapper strong {
  font-weight: 900;
}
.wp-block-pixelperfect-product-description-row .content-wrapper i, .wp-block-pixelperfect-product-description-row .content-wrapper em {
  font-style: italic;
}
.wp-block-pixelperfect-product-description-row .content-wrapper > * {
  max-width: 560px;
}
.wp-block-pixelperfect-product-description-row .img-wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.wp-block-pixelperfect-product-description-row img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.wp-block-pixelperfect-product-description-row .content-wrapper .wp-block-pixelperfect-double-title {
  padding-top: 0;
  padding-bottom: 20px;
}
.wp-block-pixelperfect-product-description-row .content-wrapper .wp-block-pixelperfect-double-title h3 {
  font-family: "Parisienne", cursive;
  font-weight: normal;
  position: relative;
  z-index: 3;
  color: #819467;
  text-indent: 40px;
  display: block;
  width: 100%;
  margin-bottom: -60px;
  font-size: 40px;
}
.wp-block-pixelperfect-product-description-row .content-wrapper .wp-block-pixelperfect-double-title span {
  font-family: "Inter", sans-serif;
  color: #E7E7E7;
  font-weight: bold;
  z-index: 2;
  display: block;
  margin-bottom: 30px;
}
.wp-block-pixelperfect-product-description-row .content-wrapper h2, .wp-block-pixelperfect-product-description-row .content-wrapper h3, .wp-block-pixelperfect-product-description-row .content-wrapper h4, .wp-block-pixelperfect-product-description-row .content-wrapper h5, .wp-block-pixelperfect-product-description-row .content-wrapper h6 {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  margin: 30px 0;
  color: #20223E;
  display: inline-block;
  width: 100%;
}
.wp-block-pixelperfect-product-description-row .content-wrapper h2 {
  font-size: 30px;
}
.wp-block-pixelperfect-product-description-row .content-wrapper h3 {
  font-size: 26px;
}
.wp-block-pixelperfect-product-description-row .content-wrapper h4 {
  font-size: 24px;
}
.wp-block-pixelperfect-product-description-row .content-wrapper h5 {
  font-size: 20px;
}
.wp-block-pixelperfect-product-description-row .content-wrapper p {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: #20223E;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.wp-block-pixelperfect-product-description-row .content-wrapper ul li, .wp-block-pixelperfect-product-description-row .content-wrapper ol li {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: #20223E;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  padding-left: 40px;
  position: relative;
}
.wp-block-pixelperfect-product-description-row .content-wrapper ul li:before, .wp-block-pixelperfect-product-description-row .content-wrapper ol li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #FBE6D4;
  border-radius: 100%;
  position: absolute;
  top: 4px;
  left: 0;
}

body.home .wp-block-pixelperfect-product-description-row {
  margin-top: 20px;
  margin-bottom: 20px;
}
body.home .wp-block-pixelperfect-product-description-row .content-wrapper > * {
  max-width: 610px;
}
body.home .wp-block-pixelperfect-product-description-row .img-wrapper {
  width: calc(50% - 10px) !important;
}
@media all and (max-width: 650px) {
  body.home .wp-block-pixelperfect-product-description-row .img-wrapper {
    width: 100% !important;
  }
}

.wp-block-pixelperfect-double-title {
  padding: 40px 0;
  font-size: 40px;
  position: relative;
  width: 100%;
}
.wp-block-pixelperfect-double-title.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.wp-block-pixelperfect-double-title.left {
  text-align: left;
}
.wp-block-pixelperfect-double-title.right {
  text-align: right;
}
.wp-block-pixelperfect-double-title.center {
  text-align: center;
}
.wp-block-pixelperfect-double-title h3 {
  font-family: "Parisienne", cursive;
  font-weight: normal;
  position: relative;
  z-index: 3;
  color: #819467;
  text-indent: 40px;
  display: block;
  width: 100%;
  margin-bottom: -60px;
}
.wp-block-pixelperfect-double-title span {
  font-family: "Inter", sans-serif;
  color: #E7E7E7;
  font-weight: bold;
  z-index: 2;
  display: block;
  margin-bottom: 30px;
}

.wp-block-pixelperfect-masonry-item .img-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
  min-height: 300px;
  padding: 30px;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.wp-block-pixelperfect-masonry-item span {
  position: relative;
  z-index: 3;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.19);
  font-family: "Inter", sans-serif;
  display: flex;
  margin: 0 -30px -30px -30px;
  word-break: break-word;
  height: 130px;
  align-items: flex-end;
}
@media all and (min-width: 900px) {
  .wp-block-pixelperfect-masonry-item span {
    padding: 30px;
  }
}
@media all and (max-width: 899px) {
  .wp-block-pixelperfect-masonry-item span {
    padding: 20px;
  }
}

.wp-block-pixelperfect-masonry-boxes.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.wp-block-pixelperfect-masonry-boxes .wp-block-pixelperfect-masonry-item .img-wrapper {
  min-height: 380px;
}
@media all and (min-width: 900px) {
  .wp-block-pixelperfect-masonry-boxes {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media all and (max-width: 899px) {
  .wp-block-pixelperfect-masonry-boxes {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

@media all and (max-width: 650px) {
  .wp-block-pixelperfect-masonry-boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wp-block-pixelperfect-masonry-boxes .wp-block-pixelperfect-masonry-item {
    width: 100%;
  }
}
@media all and (min-width: 651px) {
  /*ITEM-3*/
  .wp-block-pixelperfect-masonry-boxes.has-2-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
  }
  .wp-block-pixelperfect-masonry-boxes.has-2-items .wp-block-pixelperfect-masonry-item:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .wp-block-pixelperfect-masonry-boxes.has-2-items .wp-block-pixelperfect-masonry-item:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  /*ITEM-3*/
  .wp-block-pixelperfect-masonry-boxes.has-3-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .wp-block-pixelperfect-masonry-boxes.has-3-items .wp-block-pixelperfect-masonry-item:nth-child(1) {
    grid-area: 1/1/3/2;
  }
  .wp-block-pixelperfect-masonry-boxes.has-3-items .wp-block-pixelperfect-masonry-item:nth-child(2) {
    grid-area: 1/2/2/4;
  }
  .wp-block-pixelperfect-masonry-boxes.has-3-items .wp-block-pixelperfect-masonry-item:nth-child(3) {
    grid-area: 2/2/3/4;
  }
  /*ITEM - 4*/
  .wp-block-pixelperfect-masonry-boxes.has-4-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .wp-block-pixelperfect-masonry-boxes.has-4-items .wp-block-pixelperfect-masonry-item:nth-child(1) {
    grid-area: 1/1/3/2;
  }
  .wp-block-pixelperfect-masonry-boxes.has-4-items .wp-block-pixelperfect-masonry-item:nth-child(2) {
    grid-area: 1/2/2/4;
  }
  .wp-block-pixelperfect-masonry-boxes.has-4-items .wp-block-pixelperfect-masonry-item:nth-child(3) {
    grid-area: 2/2/3/3;
  }
  .wp-block-pixelperfect-masonry-boxes.has-4-items .wp-block-pixelperfect-masonry-item:nth-child(4) {
    grid-area: 2/3/3/4;
  }
  /* ITEM -5 */
  .wp-block-pixelperfect-masonry-boxes.has-5-items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .wp-block-pixelperfect-masonry-boxes.has-5-items .wp-block-pixelperfect-masonry-item:nth-child(1) {
    grid-area: 1/1/2/4;
  }
  .wp-block-pixelperfect-masonry-boxes.has-5-items .wp-block-pixelperfect-masonry-item:nth-child(2) {
    grid-area: 1/4/2/7;
  }
  .wp-block-pixelperfect-masonry-boxes.has-5-items .wp-block-pixelperfect-masonry-item:nth-child(3) {
    grid-area: 2/1/3/3;
  }
  .wp-block-pixelperfect-masonry-boxes.has-5-items .wp-block-pixelperfect-masonry-item:nth-child(4) {
    grid-area: 2/3/3/5;
  }
  .wp-block-pixelperfect-masonry-boxes.has-5-items .wp-block-pixelperfect-masonry-item:nth-child(5) {
    grid-area: 2/5/3/7;
  }
  /** ITEM - 6*/
  .wp-block-pixelperfect-masonry-boxes.has-6-items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .wp-block-pixelperfect-masonry-boxes.has-6-items .wp-block-pixelperfect-masonry-item:nth-child(1) {
    grid-area: 1/1/3/3;
  }
  .wp-block-pixelperfect-masonry-boxes.has-6-items .wp-block-pixelperfect-masonry-item:nth-child(2) {
    grid-area: 1/3/2/7;
  }
  .wp-block-pixelperfect-masonry-boxes.has-6-items .wp-block-pixelperfect-masonry-item:nth-child(3) {
    grid-area: 2/3/3/5;
  }
  .wp-block-pixelperfect-masonry-boxes.has-6-items .wp-block-pixelperfect-masonry-item:nth-child(4) {
    grid-area: 2/5/3/7;
  }
  .wp-block-pixelperfect-masonry-boxes.has-6-items .wp-block-pixelperfect-masonry-item:nth-child(5) {
    grid-area: 3/1/4/4;
  }
  .wp-block-pixelperfect-masonry-boxes.has-6-items .wp-block-pixelperfect-masonry-item:nth-child(6) {
    grid-area: 3/4/4/7;
  }
}
.wp-block-pixelperfect-badges-block {
  margin: 20px auto;
}
.wp-block-pixelperfect-badges-block .inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.wp-block-pixelperfect-badges-block .wp-block-pixelperfect-badge-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
  max-width: 250px;
}
.wp-block-pixelperfect-badges-block .wp-block-pixelperfect-badge-item span {
  padding: 10px;
  text-align: center;
  font-size: 15px;
  font-style: italic;
  color: #819467;
}
.wp-block-pixelperfect-badges-block.has-5-items .wp-block-pixelperfect-badge-item {
  width: 20%;
}
.wp-block-pixelperfect-badges-block.has-4-items .wp-block-pixelperfect-badge-item {
  width: 25%;
}
.wp-block-pixelperfect-badges-block.has-3-items .wp-block-pixelperfect-badge-item {
  width: 33.3333333333%;
}
.wp-block-pixelperfect-badges-block.has-2-items .wp-block-pixelperfect-badge-item, .wp-block-pixelperfect-badges-block.has-1-items .wp-block-pixelperfect-badge-item {
  width: 100%;
}
@media all and (max-width: 750px) {
  .wp-block-pixelperfect-badges-block .inner {
    flex-wrap: wrap;
  }
  .wp-block-pixelperfect-badges-block .inner .wp-block-pixelperfect-badge-item {
    width: 30% !important;
  }
  .wp-block-pixelperfect-badges-block .inner .wp-block-pixelperfect-badge-item span {
    font-size: 12px;
  }
}

body.archive .page-title {
  display: none;
}

@media all and (max-width: 750px) {
  .wc-block-grid.has-3-columns .wc-block-grid__products,
  .wc-block-grid__products {
    display: flex !important;
  }
  .container-boxed.page-container .wp-block-pixelperfect-double-title, .page-container.wp-block-product-on-sale .wp-block-pixelperfect-double-title,
  .page-container.wp-block-product-category .wp-block-pixelperfect-double-title, .woocommerce-cart #site-content > .page-container.woocommerce .wp-block-pixelperfect-double-title,
  .woocommerce-cart #site-content > .page-container.wp-block-woocommerce-cart .wp-block-pixelperfect-double-title,
  .woocommerce-cart #site-content > .page-container.wc-block-checkout .wp-block-pixelperfect-double-title,
  .woocommerce-checkout #site-content > .page-container.woocommerce .wp-block-pixelperfect-double-title,
  .woocommerce-checkout #site-content > .page-container.wp-block-woocommerce-cart .wp-block-pixelperfect-double-title,
  .woocommerce-checkout #site-content > .page-container.wc-block-checkout .wp-block-pixelperfect-double-title, .breadcrumbs .page-container.rank-math-breadcrumb .wp-block-pixelperfect-double-title, .woocommerce-tabs.wc-tabs-wrapper .page-container.tabs.wc-tabs .wp-block-pixelperfect-double-title, .page-container#reviews .wp-block-pixelperfect-double-title,
  .page-container#tab-additional_information .wp-block-pixelperfect-double-title, body.home .page-container.wp-block-pixelperfect-product-description-row .wp-block-pixelperfect-double-title, .page-container.wp-block-pixelperfect-double-title.alignwide .wp-block-pixelperfect-double-title, .page-container.wp-block-pixelperfect-masonry-boxes.alignwide .wp-block-pixelperfect-double-title, .wp-block-pixelperfect-badges-block.alignwide .page-container.inner .wp-block-pixelperfect-double-title,
  .container-boxed.page-container .wc-block-grid,
  .page-container.wp-block-product-on-sale .wc-block-grid,
  .page-container.wp-block-product-category .wc-block-grid,
  .woocommerce-cart #site-content > .page-container.woocommerce .wc-block-grid,
  .woocommerce-cart #site-content > .page-container.wp-block-woocommerce-cart .wc-block-grid,
  .woocommerce-cart #site-content > .page-container.wc-block-checkout .wc-block-grid,
  .woocommerce-checkout #site-content > .page-container.woocommerce .wc-block-grid,
  .woocommerce-checkout #site-content > .page-container.wp-block-woocommerce-cart .wc-block-grid,
  .woocommerce-checkout #site-content > .page-container.wc-block-checkout .wc-block-grid,
  .breadcrumbs .page-container.rank-math-breadcrumb .wc-block-grid,
  .woocommerce-tabs.wc-tabs-wrapper .page-container.tabs.wc-tabs .wc-block-grid,
  .page-container#reviews .wc-block-grid,
  .page-container#tab-additional_information .wc-block-grid,
  body.home .page-container.wp-block-pixelperfect-product-description-row .wc-block-grid,
  .page-container.wp-block-pixelperfect-double-title.alignwide .wc-block-grid,
  .page-container.wp-block-pixelperfect-masonry-boxes.alignwide .wc-block-grid,
  .wp-block-pixelperfect-badges-block.alignwide .page-container.inner .wc-block-grid {
    max-width: 100% !important;
  }
  .container-boxed.page-container .wc-block-grid, .page-container.wp-block-product-on-sale .wc-block-grid,
  .page-container.wp-block-product-category .wc-block-grid, .woocommerce-cart #site-content > .page-container.woocommerce .wc-block-grid,
  .woocommerce-cart #site-content > .page-container.wp-block-woocommerce-cart .wc-block-grid,
  .woocommerce-cart #site-content > .page-container.wc-block-checkout .wc-block-grid,
  .woocommerce-checkout #site-content > .page-container.woocommerce .wc-block-grid,
  .woocommerce-checkout #site-content > .page-container.wp-block-woocommerce-cart .wc-block-grid,
  .woocommerce-checkout #site-content > .page-container.wc-block-checkout .wc-block-grid, .breadcrumbs .page-container.rank-math-breadcrumb .wc-block-grid, .woocommerce-tabs.wc-tabs-wrapper .page-container.tabs.wc-tabs .wc-block-grid, .page-container#reviews .wc-block-grid,
  .page-container#tab-additional_information .wc-block-grid, body.home .page-container.wp-block-pixelperfect-product-description-row .wc-block-grid, .page-container.wp-block-pixelperfect-double-title.alignwide .wc-block-grid, .page-container.wp-block-pixelperfect-masonry-boxes.alignwide .wc-block-grid, .wp-block-pixelperfect-badges-block.alignwide .page-container.inner .wc-block-grid {
    gap: 10px;
  }
  .container-boxed.page-container .wc-block-grid .wc-block-grid__product, .page-container.wp-block-product-on-sale .wc-block-grid .wc-block-grid__product,
  .page-container.wp-block-product-category .wc-block-grid .wc-block-grid__product, .woocommerce-cart #site-content > .page-container.woocommerce .wc-block-grid .wc-block-grid__product,
  .woocommerce-cart #site-content > .page-container.wp-block-woocommerce-cart .wc-block-grid .wc-block-grid__product,
  .woocommerce-cart #site-content > .page-container.wc-block-checkout .wc-block-grid .wc-block-grid__product,
  .woocommerce-checkout #site-content > .page-container.woocommerce .wc-block-grid .wc-block-grid__product,
  .woocommerce-checkout #site-content > .page-container.wp-block-woocommerce-cart .wc-block-grid .wc-block-grid__product,
  .woocommerce-checkout #site-content > .page-container.wc-block-checkout .wc-block-grid .wc-block-grid__product, .breadcrumbs .page-container.rank-math-breadcrumb .wc-block-grid .wc-block-grid__product, .woocommerce-tabs.wc-tabs-wrapper .page-container.tabs.wc-tabs .wc-block-grid .wc-block-grid__product, .page-container#reviews .wc-block-grid .wc-block-grid__product,
  .page-container#tab-additional_information .wc-block-grid .wc-block-grid__product, body.home .page-container.wp-block-pixelperfect-product-description-row .wc-block-grid .wc-block-grid__product, .page-container.wp-block-pixelperfect-double-title.alignwide .wc-block-grid .wc-block-grid__product, .page-container.wp-block-pixelperfect-masonry-boxes.alignwide .wc-block-grid .wc-block-grid__product, .wp-block-pixelperfect-badges-block.alignwide .page-container.inner .wc-block-grid .wc-block-grid__product {
    max-width: calc(50% - 10px) !important;
  }
}
.list-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-top: 20px;
}
.list-header .actions {
  display: flex;
  flex-direction: row;
}

.products,
.woocommerce-pagination {
  width: 100%;
}

ul.products, .wc-block-grid__products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  gap: 20px;
}

.has-3-columns {
  padding-left: 20px;
  padding-right: 20px;
}

.container-boxed .has-3-columns, .woocommerce-cart #site-content > .woocommerce .has-3-columns,
.woocommerce-cart #site-content > .wp-block-woocommerce-cart .has-3-columns,
.woocommerce-cart #site-content > .wc-block-checkout .has-3-columns,
.woocommerce-checkout #site-content > .woocommerce .has-3-columns,
.woocommerce-checkout #site-content > .wp-block-woocommerce-cart .has-3-columns,
.woocommerce-checkout #site-content > .wc-block-checkout .has-3-columns, .breadcrumbs .rank-math-breadcrumb .has-3-columns, .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs .has-3-columns, #reviews .has-3-columns,
#tab-additional_information .has-3-columns, body.home .wp-block-pixelperfect-product-description-row .has-3-columns, .wp-block-pixelperfect-double-title.alignwide .has-3-columns, .wp-block-pixelperfect-masonry-boxes.alignwide .has-3-columns, .wp-block-pixelperfect-badges-block.alignwide .inner .has-3-columns, .wp-block-product-on-sale .has-3-columns,
.wp-block-product-category .has-3-columns {
  padding-left: 0;
  padding-right: 0;
}

@media all and (min-width: 401px) and (max-width: 650px) {
  .wc-block-grid__products,
  .products.columns-3,
  .has-3-columns {
    gap: 10px;
  }
}
.wc-block-grid__products li.product,
.wc-block-grid__products li.wc-block-grid__product,
.products.columns-3 li.product,
.products.columns-3 li.wc-block-grid__product,
.has-3-columns li.product,
.has-3-columns li.wc-block-grid__product {
  width: 100%;
  flex: auto !important;
  /*
  @media all and (min-width: 1281px) {
    max-width: calc((100% / 4) - 20px);
    margin: 10px;
  }
  */
  /*
  //xl desktop
  @media all and (min-width: 1481px) {
    max-width: calc((100% / 5) - 20px);
    margin: 10px;
  }
  */
}
@media all and (max-width: 650px) {
  .wc-block-grid__products li.product,
  .wc-block-grid__products li.wc-block-grid__product,
  .products.columns-3 li.product,
  .products.columns-3 li.wc-block-grid__product,
  .has-3-columns li.product,
  .has-3-columns li.wc-block-grid__product {
    max-width: calc(50% - 15px) !important;
    margin: 5px;
    padding: 0 0 60px 0 !important;
  }
  .wc-block-grid__products li.product .img-container,
  .wc-block-grid__products li.wc-block-grid__product .img-container,
  .products.columns-3 li.product .img-container,
  .products.columns-3 li.wc-block-grid__product .img-container,
  .has-3-columns li.product .img-container,
  .has-3-columns li.wc-block-grid__product .img-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .wc-block-grid__products li.product .wc-block-grid__product-price,
  .wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price,
  .products.columns-3 li.product .wc-block-grid__product-price,
  .products.columns-3 li.wc-block-grid__product .wc-block-grid__product-price,
  .has-3-columns li.product .wc-block-grid__product-price,
  .has-3-columns li.wc-block-grid__product .wc-block-grid__product-price {
    display: flex !important;
  }
  .wc-block-grid__products li.product .wc-block-grid__product-title,
  .wc-block-grid__products li.product .wc-block-grid__product-subtitle,
  .wc-block-grid__products li.product .woocommerce-loop-product__title,
  .wc-block-grid__products li.product .woocommerce-loop-product__title small,
  .wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title,
  .wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-subtitle,
  .wc-block-grid__products li.wc-block-grid__product .woocommerce-loop-product__title,
  .wc-block-grid__products li.wc-block-grid__product .woocommerce-loop-product__title small,
  .products.columns-3 li.product .wc-block-grid__product-title,
  .products.columns-3 li.product .wc-block-grid__product-subtitle,
  .products.columns-3 li.product .woocommerce-loop-product__title,
  .products.columns-3 li.product .woocommerce-loop-product__title small,
  .products.columns-3 li.wc-block-grid__product .wc-block-grid__product-title,
  .products.columns-3 li.wc-block-grid__product .wc-block-grid__product-subtitle,
  .products.columns-3 li.wc-block-grid__product .woocommerce-loop-product__title,
  .products.columns-3 li.wc-block-grid__product .woocommerce-loop-product__title small,
  .has-3-columns li.product .wc-block-grid__product-title,
  .has-3-columns li.product .wc-block-grid__product-subtitle,
  .has-3-columns li.product .woocommerce-loop-product__title,
  .has-3-columns li.product .woocommerce-loop-product__title small,
  .has-3-columns li.wc-block-grid__product .wc-block-grid__product-title,
  .has-3-columns li.wc-block-grid__product .wc-block-grid__product-subtitle,
  .has-3-columns li.wc-block-grid__product .woocommerce-loop-product__title,
  .has-3-columns li.wc-block-grid__product .woocommerce-loop-product__title small {
    font-size: 15px;
  }
  .wc-block-grid__products li.product .price > span > bdi,
  .wc-block-grid__products li.product .price ins,
  .wc-block-grid__products li.product .price .woocommerce-Price-amount.amount bdi,
  .wc-block-grid__products li.product .wc-block-grid__product-price > span > bdi,
  .wc-block-grid__products li.product .wc-block-grid__product-price ins,
  .wc-block-grid__products li.product .wc-block-grid__product-price .woocommerce-Price-amount.amount bdi,
  .wc-block-grid__products li.product .price > span > bdi,
  .wc-block-grid__products li.product .price ins,
  .wc-block-grid__products li.product .price .woocommerce-Price-amount.amount bdi,
  .wc-block-grid__products li.product .wc-block-grid__product-price > span > bdi,
  .wc-block-grid__products li.product .wc-block-grid__product-price ins,
  .wc-block-grid__products li.product .wc-block-grid__product-price .woocommerce-Price-amount.amount bdi,
  .wc-block-grid__products li.product .wc-block-grid__product-price,
  .wc-block-grid__products li.wc-block-grid__product .price > span > bdi,
  .wc-block-grid__products li.wc-block-grid__product .price ins,
  .wc-block-grid__products li.wc-block-grid__product .price .woocommerce-Price-amount.amount bdi,
  .wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price > span > bdi,
  .wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price ins,
  .wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price .woocommerce-Price-amount.amount bdi,
  .wc-block-grid__products li.wc-block-grid__product .price > span > bdi,
  .wc-block-grid__products li.wc-block-grid__product .price ins,
  .wc-block-grid__products li.wc-block-grid__product .price .woocommerce-Price-amount.amount bdi,
  .wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price > span > bdi,
  .wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price ins,
  .wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price .woocommerce-Price-amount.amount bdi,
  .wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price,
  .products.columns-3 li.product .price > span > bdi,
  .products.columns-3 li.product .price ins,
  .products.columns-3 li.product .price .woocommerce-Price-amount.amount bdi,
  .products.columns-3 li.product .wc-block-grid__product-price > span > bdi,
  .products.columns-3 li.product .wc-block-grid__product-price ins,
  .products.columns-3 li.product .wc-block-grid__product-price .woocommerce-Price-amount.amount bdi,
  .products.columns-3 li.product .price > span > bdi,
  .products.columns-3 li.product .price ins,
  .products.columns-3 li.product .price .woocommerce-Price-amount.amount bdi,
  .products.columns-3 li.product .wc-block-grid__product-price > span > bdi,
  .products.columns-3 li.product .wc-block-grid__product-price ins,
  .products.columns-3 li.product .wc-block-grid__product-price .woocommerce-Price-amount.amount bdi,
  .products.columns-3 li.product .wc-block-grid__product-price,
  .products.columns-3 li.wc-block-grid__product .price > span > bdi,
  .products.columns-3 li.wc-block-grid__product .price ins,
  .products.columns-3 li.wc-block-grid__product .price .woocommerce-Price-amount.amount bdi,
  .products.columns-3 li.wc-block-grid__product .wc-block-grid__product-price > span > bdi,
  .products.columns-3 li.wc-block-grid__product .wc-block-grid__product-price ins,
  .products.columns-3 li.wc-block-grid__product .wc-block-grid__product-price .woocommerce-Price-amount.amount bdi,
  .products.columns-3 li.wc-block-grid__product .price > span > bdi,
  .products.columns-3 li.wc-block-grid__product .price ins,
  .products.columns-3 li.wc-block-grid__product .price .woocommerce-Price-amount.amount bdi,
  .products.columns-3 li.wc-block-grid__product .wc-block-grid__product-price > span > bdi,
  .products.columns-3 li.wc-block-grid__product .wc-block-grid__product-price ins,
  .products.columns-3 li.wc-block-grid__product .wc-block-grid__product-price .woocommerce-Price-amount.amount bdi,
  .products.columns-3 li.wc-block-grid__product .wc-block-grid__product-price,
  .has-3-columns li.product .price > span > bdi,
  .has-3-columns li.product .price ins,
  .has-3-columns li.product .price .woocommerce-Price-amount.amount bdi,
  .has-3-columns li.product .wc-block-grid__product-price > span > bdi,
  .has-3-columns li.product .wc-block-grid__product-price ins,
  .has-3-columns li.product .wc-block-grid__product-price .woocommerce-Price-amount.amount bdi,
  .has-3-columns li.product .price > span > bdi,
  .has-3-columns li.product .price ins,
  .has-3-columns li.product .price .woocommerce-Price-amount.amount bdi,
  .has-3-columns li.product .wc-block-grid__product-price > span > bdi,
  .has-3-columns li.product .wc-block-grid__product-price ins,
  .has-3-columns li.product .wc-block-grid__product-price .woocommerce-Price-amount.amount bdi,
  .has-3-columns li.product .wc-block-grid__product-price,
  .has-3-columns li.wc-block-grid__product .price > span > bdi,
  .has-3-columns li.wc-block-grid__product .price ins,
  .has-3-columns li.wc-block-grid__product .price .woocommerce-Price-amount.amount bdi,
  .has-3-columns li.wc-block-grid__product .wc-block-grid__product-price > span > bdi,
  .has-3-columns li.wc-block-grid__product .wc-block-grid__product-price ins,
  .has-3-columns li.wc-block-grid__product .wc-block-grid__product-price .woocommerce-Price-amount.amount bdi,
  .has-3-columns li.wc-block-grid__product .price > span > bdi,
  .has-3-columns li.wc-block-grid__product .price ins,
  .has-3-columns li.wc-block-grid__product .price .woocommerce-Price-amount.amount bdi,
  .has-3-columns li.wc-block-grid__product .wc-block-grid__product-price > span > bdi,
  .has-3-columns li.wc-block-grid__product .wc-block-grid__product-price ins,
  .has-3-columns li.wc-block-grid__product .wc-block-grid__product-price .woocommerce-Price-amount.amount bdi,
  .has-3-columns li.wc-block-grid__product .wc-block-grid__product-price {
    text-align: left;
    font-size: 15px;
  }
  .wc-block-grid__products li.product .wc-block-grid__product-price.price,
  .wc-block-grid__products li.product .price,
  .wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price.price,
  .wc-block-grid__products li.wc-block-grid__product .price,
  .products.columns-3 li.product .wc-block-grid__product-price.price,
  .products.columns-3 li.product .price,
  .products.columns-3 li.wc-block-grid__product .wc-block-grid__product-price.price,
  .products.columns-3 li.wc-block-grid__product .price,
  .has-3-columns li.product .wc-block-grid__product-price.price,
  .has-3-columns li.product .price,
  .has-3-columns li.wc-block-grid__product .wc-block-grid__product-price.price,
  .has-3-columns li.wc-block-grid__product .price {
    padding: 0;
    margin: 15px 0 0 0 !important;
    flex-direction: column;
    width: 100%;
    font-weight: bold;
  }
  .wc-block-grid__products li.product .actions,
  .wc-block-grid__products li.wc-block-grid__product .actions,
  .products.columns-3 li.product .actions,
  .products.columns-3 li.wc-block-grid__product .actions,
  .has-3-columns li.product .actions,
  .has-3-columns li.wc-block-grid__product .actions {
    padding: 0 !important;
  }
  .wc-block-grid__products li.product .actions .added_to_cart.wc-forward,
  .wc-block-grid__products li.wc-block-grid__product .actions .added_to_cart.wc-forward,
  .products.columns-3 li.product .actions .added_to_cart.wc-forward,
  .products.columns-3 li.wc-block-grid__product .actions .added_to_cart.wc-forward,
  .has-3-columns li.product .actions .added_to_cart.wc-forward,
  .has-3-columns li.wc-block-grid__product .actions .added_to_cart.wc-forward {
    display: none !important;
  }
  .wc-block-grid__products li.product .actions .add_to_cart_button,
  .wc-block-grid__products li.product .actions .add_to_cart_button:hover,
  .wc-block-grid__products li.product .actions .add_to_cart_button:focus,
  .wc-block-grid__products li.product .actions .add_to_cart_button:active,
  .wc-block-grid__products li.wc-block-grid__product .actions .add_to_cart_button,
  .wc-block-grid__products li.wc-block-grid__product .actions .add_to_cart_button:hover,
  .wc-block-grid__products li.wc-block-grid__product .actions .add_to_cart_button:focus,
  .wc-block-grid__products li.wc-block-grid__product .actions .add_to_cart_button:active,
  .products.columns-3 li.product .actions .add_to_cart_button,
  .products.columns-3 li.product .actions .add_to_cart_button:hover,
  .products.columns-3 li.product .actions .add_to_cart_button:focus,
  .products.columns-3 li.product .actions .add_to_cart_button:active,
  .products.columns-3 li.wc-block-grid__product .actions .add_to_cart_button,
  .products.columns-3 li.wc-block-grid__product .actions .add_to_cart_button:hover,
  .products.columns-3 li.wc-block-grid__product .actions .add_to_cart_button:focus,
  .products.columns-3 li.wc-block-grid__product .actions .add_to_cart_button:active,
  .has-3-columns li.product .actions .add_to_cart_button,
  .has-3-columns li.product .actions .add_to_cart_button:hover,
  .has-3-columns li.product .actions .add_to_cart_button:focus,
  .has-3-columns li.product .actions .add_to_cart_button:active,
  .has-3-columns li.wc-block-grid__product .actions .add_to_cart_button,
  .has-3-columns li.wc-block-grid__product .actions .add_to_cart_button:hover,
  .has-3-columns li.wc-block-grid__product .actions .add_to_cart_button:focus,
  .has-3-columns li.wc-block-grid__product .actions .add_to_cart_button:active {
    font-size: 14px !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  }
}
@media all and (min-width: 651px) and (max-width: 1040px) {
  .wc-block-grid__products li.product,
  .wc-block-grid__products li.wc-block-grid__product,
  .products.columns-3 li.product,
  .products.columns-3 li.wc-block-grid__product,
  .has-3-columns li.product,
  .has-3-columns li.wc-block-grid__product {
    max-width: calc(33.3333333333% - 20px) !important;
  }
}
@media all and (min-width: 1041px) {
  .wc-block-grid__products li.product,
  .wc-block-grid__products li.wc-block-grid__product,
  .products.columns-3 li.product,
  .products.columns-3 li.wc-block-grid__product,
  .has-3-columns li.product,
  .has-3-columns li.wc-block-grid__product {
    max-width: calc(33.3333333333% - 20px) !important;
  }
}
.wc-block-grid__products li.product a,
.wc-block-grid__products li.wc-block-grid__product a,
.products.columns-3 li.product a,
.products.columns-3 li.wc-block-grid__product a,
.has-3-columns li.product a,
.has-3-columns li.wc-block-grid__product a {
  width: 100%;
}

.products.columns-4 li.product,
.products.columns-4 li.wc-block-grid__product {
  /*
  //xl desktop
  @media all and (min-width: 1481px) {
    max-width: calc((100% / 5) - 20px);
    margin: 10px;
  }
  */
}
@media all and (max-width: 400px) {
  .products.columns-4 li.product,
  .products.columns-4 li.wc-block-grid__product {
    max-width: 100%;
    margin: 5px;
  }
}
@media all and (min-width: 401px) and (max-width: 650px) {
  .products.columns-4 li.product,
  .products.columns-4 li.wc-block-grid__product {
    max-width: calc(50% - 20px);
    margin: 10px;
  }
}
@media all and (min-width: 651px) and (max-width: 1040px) {
  .products.columns-4 li.product,
  .products.columns-4 li.wc-block-grid__product {
    max-width: calc(33.3333333333% - 20px);
    margin: 10px;
  }
}
@media all and (min-width: 1041px) and (max-width: 1280px) {
  .products.columns-4 li.product,
  .products.columns-4 li.wc-block-grid__product {
    max-width: calc(33.3333333333% - 20px);
    margin: 10px;
  }
}
@media all and (min-width: 1281px) {
  .products.columns-4 li.product,
  .products.columns-4 li.wc-block-grid__product {
    max-width: calc(25% - 20px);
    margin: 10px;
  }
}

.products.columns-5 li.product,
.products.columns-5 li.wc-block-grid__product {
  max-width: calc(20% - 10px);
}

li.product, li.wc-block-grid__product {
  box-sizing: border-box;
  margin: 0 !important;
  border: 1px solid #fafafa;
  position: relative;
  background-color: white;
  transition: all, 0.3s;
}

li.product:hover .img-container,
li.wc-block-grid__product:hover .img-container {
  background-size: 100%;
}
li.product:hover img,
li.wc-block-grid__product:hover img {
  transform: scale(1.05);
}
li.product:hover .actions .add_to_cart_button,
li.product:hover .actions .add-to-wishlist-btn,
li.wc-block-grid__product:hover .actions .add_to_cart_button,
li.wc-block-grid__product:hover .actions .add-to-wishlist-btn {
  bottom: 0;
}

li.product,
li.wc-block-grid__product {
  padding-bottom: 50px;
}
li.product a,
li.wc-block-grid__product a {
  text-decoration: none;
  color: #20223E;
}
li.product .img-container,
li.product .wc-block-grid__product-image,
li.wc-block-grid__product .img-container,
li.wc-block-grid__product .wc-block-grid__product-image {
  overflow: hidden;
  aspect-ratio: 400/580;
  background-size: 105%;
  background-position: center center;
  position: relative;
  transition: all, 0.3s;
  background-color: #efefef;
}
li.product img,
li.wc-block-grid__product img {
  max-width: 100%;
  width: 100%;
  height: auto;
  position: relative;
  transition: 0.3s;
  z-index: 0;
  display: none;
}
li.product .wc-block-grid__product-title,
li.product h2.woocommerce-loop-product__title,
li.product .wc-block-components-product-name,
li.wc-block-grid__product .wc-block-grid__product-title,
li.wc-block-grid__product h2.woocommerce-loop-product__title,
li.wc-block-grid__product .wc-block-components-product-name {
  color: #20223E;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 20px;
  text-align: left;
}
li.product .wc-block-grid__product-title small,
li.product h2.woocommerce-loop-product__title small,
li.product .wc-block-components-product-name small,
li.wc-block-grid__product .wc-block-grid__product-title small,
li.wc-block-grid__product h2.woocommerce-loop-product__title small,
li.wc-block-grid__product .wc-block-components-product-name small {
  font-size: 18px;
  font-weight: 100;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  font-style: italic;
  text-align: left;
}
li.product .wc-block-grid__product-subtitle,
li.wc-block-grid__product .wc-block-grid__product-subtitle {
  font-size: 18px;
  font-weight: 100;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  padding: 0 20px;
  font-style: italic;
  text-align: left;
}
li.product .price,
li.product .wc-block-grid__product-price,
li.wc-block-grid__product .price,
li.wc-block-grid__product .wc-block-grid__product-price {
  display: flex !important;
  flex-direction: row;
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
li.product .price .suffix,
li.product .wc-block-grid__product-price .suffix,
li.wc-block-grid__product .price .suffix,
li.wc-block-grid__product .wc-block-grid__product-price .suffix {
  display: none;
}
li.product .price > span > bdi,
li.product .price span.woocommerce-Price-amount.amount,
li.product .price ins, li.product .price .woocommerce-Price-amount.amount bdi,
li.product .wc-block-grid__product-price > span > bdi,
li.product .wc-block-grid__product-price span.woocommerce-Price-amount.amount,
li.product .wc-block-grid__product-price ins,
li.product .wc-block-grid__product-price .woocommerce-Price-amount.amount bdi,
li.wc-block-grid__product .price > span > bdi,
li.wc-block-grid__product .price span.woocommerce-Price-amount.amount,
li.wc-block-grid__product .price ins,
li.wc-block-grid__product .price .woocommerce-Price-amount.amount bdi,
li.wc-block-grid__product .wc-block-grid__product-price > span > bdi,
li.wc-block-grid__product .wc-block-grid__product-price span.woocommerce-Price-amount.amount,
li.wc-block-grid__product .wc-block-grid__product-price ins,
li.wc-block-grid__product .wc-block-grid__product-price .woocommerce-Price-amount.amount bdi {
  font-weight: bold;
  line-height: 40px;
  margin-right: 10px;
  text-decoration: none;
  color: #20223E;
}
@media all and (min-width: 1351px) {
  li.product .price > span > bdi,
  li.product .price span.woocommerce-Price-amount.amount,
  li.product .price ins, li.product .price .woocommerce-Price-amount.amount bdi,
  li.product .wc-block-grid__product-price > span > bdi,
  li.product .wc-block-grid__product-price span.woocommerce-Price-amount.amount,
  li.product .wc-block-grid__product-price ins,
  li.product .wc-block-grid__product-price .woocommerce-Price-amount.amount bdi,
  li.wc-block-grid__product .price > span > bdi,
  li.wc-block-grid__product .price span.woocommerce-Price-amount.amount,
  li.wc-block-grid__product .price ins,
  li.wc-block-grid__product .price .woocommerce-Price-amount.amount bdi,
  li.wc-block-grid__product .wc-block-grid__product-price > span > bdi,
  li.wc-block-grid__product .wc-block-grid__product-price span.woocommerce-Price-amount.amount,
  li.wc-block-grid__product .wc-block-grid__product-price ins,
  li.wc-block-grid__product .wc-block-grid__product-price .woocommerce-Price-amount.amount bdi {
    font-size: 20px;
  }
}
@media all and (min-width: 0px) and (max-width: 1350px) {
  li.product .price > span > bdi,
  li.product .price span.woocommerce-Price-amount.amount,
  li.product .price ins, li.product .price .woocommerce-Price-amount.amount bdi,
  li.product .wc-block-grid__product-price > span > bdi,
  li.product .wc-block-grid__product-price span.woocommerce-Price-amount.amount,
  li.product .wc-block-grid__product-price ins,
  li.product .wc-block-grid__product-price .woocommerce-Price-amount.amount bdi,
  li.wc-block-grid__product .price > span > bdi,
  li.wc-block-grid__product .price span.woocommerce-Price-amount.amount,
  li.wc-block-grid__product .price ins,
  li.wc-block-grid__product .price .woocommerce-Price-amount.amount bdi,
  li.wc-block-grid__product .wc-block-grid__product-price > span > bdi,
  li.wc-block-grid__product .wc-block-grid__product-price span.woocommerce-Price-amount.amount,
  li.wc-block-grid__product .wc-block-grid__product-price ins,
  li.wc-block-grid__product .wc-block-grid__product-price .woocommerce-Price-amount.amount bdi {
    font-size: 18px;
  }
}
li.product .price del span.woocommerce-Price-amount.amount bdi,
li.product .price del .woocommerce-Price-amount.amount bdi,
li.product .wc-block-grid__product-price del span.woocommerce-Price-amount.amount bdi,
li.product .wc-block-grid__product-price del .woocommerce-Price-amount.amount bdi,
li.wc-block-grid__product .price del span.woocommerce-Price-amount.amount bdi,
li.wc-block-grid__product .price del .woocommerce-Price-amount.amount bdi,
li.wc-block-grid__product .wc-block-grid__product-price del span.woocommerce-Price-amount.amount bdi,
li.wc-block-grid__product .wc-block-grid__product-price del .woocommerce-Price-amount.amount bdi {
  line-height: 40px;
  color: #666;
  font-size: 18px;
  font-weight: normal;
}
li.product .wc-block-grid__product-price del .woocommerce-Price-amount.amount span,
li.wc-block-grid__product .wc-block-grid__product-price del .woocommerce-Price-amount.amount span {
  line-height: 40px;
  font-size: 18px;
  font-weight: normal;
}
li.product .actions,
li.wc-block-grid__product .actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 0 10px 10px 10px;
  overflow: hidden;
}
li.product .actions .wp-block-button.wc-block-grid__product-add-to-cart,
li.wc-block-grid__product .actions .wp-block-button.wc-block-grid__product-add-to-cart {
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 10px;
}
li.product .actions .add_to_cart_button,
li.wc-block-grid__product .actions .add_to_cart_button {
  flex-grow: 1;
  transition: 0.3s;
  position: relative;
  background-color: #f3f4f6;
  border-radius: 5px;
  text-decoration: none;
  color: #20223e;
  width: 100%;
  font-weight: bold;
}
li.product .actions .add_to_cart_button:hover,
li.wc-block-grid__product .actions .add_to_cart_button:hover {
  background-color: #819467;
  color: white;
}
li.product .actions .add-to-wishlist-btn,
li.wc-block-grid__product .actions .add-to-wishlist-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
  transition-delay: 0.1s;
}
li.product a.button, li.product a.single_add_to_cart_button, li.product div.button, li.product div.single_add_to_cart_button,
li.wc-block-grid__product a.button,
li.wc-block-grid__product a.single_add_to_cart_button,
li.wc-block-grid__product div.button,
li.wc-block-grid__product div.single_add_to_cart_button {
  display: inline-block;
  text-align: center;
  background-color: #F3F4F6;
  border-radius: 5px;
}
li.product .yith-wcwl-wishlistaddedbrowse,
li.wc-block-grid__product .yith-wcwl-wishlistaddedbrowse {
  padding: 10px 0;
}
li.product .yith-wcwl-add-to-wishlist,
li.product .yith-wcwl-add-button,
li.wc-block-grid__product .yith-wcwl-add-to-wishlist,
li.wc-block-grid__product .yith-wcwl-add-button {
  width: 100%;
}
li.product .yith-wcwl-wishlistexistsbrowse,
li.product .yith-wcwl-add-to-wishlist.exists,
li.wc-block-grid__product .yith-wcwl-wishlistexistsbrowse,
li.wc-block-grid__product .yith-wcwl-add-to-wishlist.exists {
  max-width: 100% !important;
  color: #1F2937;
  font-size: 14px;
  text-align: center;
}

li.product img, li.product .attachment-woocommerce_thumbnail,
li.wc-block-grid__product img,
li.wc-block-grid__product .attachment-woocommerce_thumbnail {
  max-width: 100%;
  height: auto;
}

/*ORDERBY*/
.result-container {
  background-color: rgb(242, 243, 247);
  padding: 10px;
  border-radius: 5px;
  display: flex;
}
.result-container .res {
  color: #9CA3AF;
}

.change-limit a {
  text-decoration: none;
  color: #20223E;
}

.change-limit a.active {
  background-color: #20223E;
  color: white;
}

.woocommerce-result-count .res {
  color: #9CA3AF;
}

@media all and (max-width: 549px) {
  .result-container {
    flex-direction: column;
    align-items: center;
  }
  .result-container .woocommerce-ordering {
    margin-top: 10px;
  }
}
@media all and (min-width: 550px) {
  .result-container {
    flex-direction: row;
  }
}
/*
HAS SIDEBAR
*/
.woocommerce-result-count {
  display: inline-block;
  float: left;
  line-height: 35px;
  text-indent: 10px;
}

.woocommerce-result-count + .woocommerce-ordering {
  display: inline-block;
  float: left;
  text-align: right;
}

@media all and (max-width: 980px) {
  .list-header {
    flex-direction: column;
  }
  .woocommerce-ordering {
    text-align: center !important;
  }
  .woocommerce-result-count {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .woocommerce-result-count .change-limit, .woocommerce-result-count .res {
    display: inline-block;
    width: 100%;
    float: none;
  }
  .woocommerce-result-count .change-limit i, .woocommerce-result-count .res i {
    display: inline-block;
    width: 100%;
  }
}
.woocommerce.archive.woocommerce-page #site-content {
  margin-top: 0;
}
.woocommerce.archive.woocommerce-page .list-header {
  display: none !important;
}
.woocommerce.archive.woocommerce-page li.product {
  overflow: unset !important;
  position: relative;
}
.woocommerce.archive.woocommerce-page li.product.last:nth-of-type(4n):before {
  display: block;
  position: absolute;
  top: 50%;
  right: calc((100vw - 1650px) / 2 * -1);
  background: url(../static/img/virag3.png) no-repeat;
  background-size: cover;
  height: 600px;
  width: 300px;
  transform: translateY(-50%);
  z-index: -1;
}
.woocommerce.archive.woocommerce-page li.product.first:nth-of-type(4n + 1)::after {
  display: block;
  position: absolute;
  top: 50%;
  left: calc((100vw - 1650px) / 2 * -1);
  background: url(../static/img/virag4.png) no-repeat;
  background-size: cover;
  height: 600px;
  width: 300px;
  transform: translateY(-50%);
  z-index: -1;
}

@media all and (max-width: 700px) {
  .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
    display: none !important;
  }
  #checkout #cfw-cart-summary {
    background-color: #EFEEE9 !important;
  }
  .wc-block-grid.wp-block-product-on-sale {
    margin: 0;
    padding: 0;
  }
}
/*WOO product collection*/
.wp-block-woocommerce-product-collection {
  margin: 20px auto;
}

.woocommerce-cart-form .cart_item:nth-child(odd) td {
  background-color: white;
}
.woocommerce-cart-form .cart_item:nth-child(odd) td {
  background-color: #F9F9F9;
}
.woocommerce-cart-form .cart_item .quantity-wrap {
  position: relative;
  display: block;
  max-width: 100px;
}
.woocommerce-cart-form .cart_item .quantity-wrap .qty-button {
  position: absolute;
  top: 0;
  width: 24px;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  background-color: white;
  border: 1px solid #bdbdbd;
}
.woocommerce-cart-form .cart_item .quantity-wrap .qty-button.minus {
  left: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.woocommerce-cart-form .cart_item .quantity-wrap .qty-button.plus {
  right: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.woocommerce-cart-form th, .woocommerce-cart-form td {
  text-align: left;
}
.woocommerce-cart-form th {
  padding: 10px 25px;
}
.woocommerce-cart-form td {
  vertical-align: middle;
  padding: 20px 25px;
}
.woocommerce-cart-form .product-remove {
  width: 60px;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-cart-form .product-remove a {
  display: inline-block;
  width: 100%;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  color: #6B7280;
}
.woocommerce-cart-form .product-thumbnail {
  width: 120px;
  padding-left: 0;
}
.woocommerce-cart-form .product-thumbnail a {
  display: inline-block;
  max-width: 80px;
}
.woocommerce-cart-form .product-thumbnail img {
  max-width: 100%;
  height: auto;
}
.woocommerce-cart-form .product-name {
  width: 30%;
  padding: 20px;
}
.woocommerce-cart-form .product-name a {
  text-decoration: none;
  color: #374151;
}
.woocommerce-cart-form .product-quantity .quantity {
  position: relative;
}
.woocommerce-cart-form .product-quantity .quantity .input-text.qty {
  width: 100px;
  padding: 8px 25px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #bdbdbd;
}
.woocommerce-cart-form .product-quantity .quantity .qty-button {
  width: 30px;
  height: 100%;
  text-align: center;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 0;
}
.woocommerce-cart-form .product-quantity .quantity .qty-button.minus {
  left: 0;
}
.woocommerce-cart-form .product-quantity .quantity .qty-button.plus {
  right: 0;
}
.woocommerce-cart-form td.actions {
  padding: 20px 0;
  background-color: transparent;
}
.woocommerce-cart-form td.actions .button[name=update_cart], .woocommerce-cart-form td.actions [name=update_cart].single_add_to_cart_button {
  display: none;
}
.woocommerce-cart-form td.actions .coupon {
  float: right;
  background-color: rgb(242, 243, 247);
  padding: 10px 20px;
  border-radius: 5px;
  width: 100%;
}
@media only screen and (min-width: 1px) and (max-width: 320px), only screen and (min-width: 321px) and (max-width: 720px), only screen and (min-width: 721px) and (max-width: 1024px) {
  .woocommerce-cart-form td.actions .coupon {
    max-width: calc(100% - 200px);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1216px), only screen and (min-width: 1217px) and (max-width: 1407px), only screen and (min-width: 1408px) and (max-width: 3999px) {
  .woocommerce-cart-form td.actions .coupon {
    max-width: 624px;
  }
}
.woocommerce-cart-form td.actions .coupon label {
  color: #374151;
  margin-right: 10px;
}
.woocommerce-cart-form td.actions .coupon input {
  margin-right: 10px;
}
.woocommerce-cart-form td.actions .returntoshop {
  float: left;
}
@media only screen and (min-width: 1px) and (max-width: 320px), only screen and (min-width: 321px) and (max-width: 720px), only screen and (min-width: 721px) and (max-width: 1024px) {
  .woocommerce-cart-form td.actions .returntoshop {
    height: 60px;
    justify-content: center;
    align-items: center;
  }
}

.cart-collaterals {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.cart-collaterals .cart_totals {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 1px) and (max-width: 320px), only screen and (min-width: 321px) and (max-width: 720px), only screen and (min-width: 721px) and (max-width: 1024px) {
  .cart-collaterals .cart_totals {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1216px), only screen and (min-width: 1217px) and (max-width: 1407px), only screen and (min-width: 1408px) and (max-width: 3999px) {
  .cart-collaterals .cart_totals {
    max-width: 624px;
  }
}
.cart-collaterals .cart_totals h2 {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 20px;
}
.cart-collaterals .cart_totals .checkout-button {
  width: 100%;
  justify-content: center;
}
.cart-collaterals .cart_totals .shop_table {
  margin-bottom: 20px;
}
.cart-collaterals .cart_totals .shop_table th {
  text-align: left;
  width: 220px;
  padding: 20px;
}
.cart-collaterals .cart_totals .shop_table td {
  padding: 20px;
}
.cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals {
  background-color: rgb(242, 243, 247);
}
.cart-collaterals .cart_totals .woocommerce-shipping-destination {
  line-height: 1.5;
  margin-bottom: 20px;
}
.cart-collaterals .cart_totals #calc_shipping_country_field {
  display: none;
}
.cart-collaterals .cart_totals .shipping-calculator-form {
  margin-top: 20px;
}
.cart-collaterals .cart_totals .shipping-calculator-form .form-row {
  width: 100%;
  margin-bottom: 10px;
}
.cart-collaterals .cart_totals .order-total .amount {
  font-weight: bold;
  font-size: 30px;
}

/**
CHECKOUT WC
*/
#vp-woo-pont-show-map {
  color: #819467;
  text-decoration: underline;
}

.woocommerce-privacy-policy-text {
  font-size: 14px;
  line-height: 1.4;
}
.woocommerce-privacy-policy-text a {
  color: #819467;
  text-decoration: underline;
}

.sale-container {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  z-index: 2;
}
.sale-container .sale-badge.onsale {
  background-color: #97bd63;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  transition: 300ms;
  color: white;
  position: relative;
  display: inline-flex;
  justify-content: center;
  font-size: 20px;
  align-items: center;
}
.sale-container .sale-badge.onsale span {
  background-color: #82ad38;
  color: white;
  font-weight: bold;
  border-radius: 100%;
}
.sale-container .sale-badge.alltime-sale {
  background-color: #FBE6D4;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  transition: 300ms;
  color: #20223E;
  position: relative;
  display: inline-flex;
  justify-content: center;
  font-size: 13px;
  align-items: center;
}

.sale-badge {
  align-items: center;
  position: relative;
  border: 0;
  border-radius: 5px;
  box-shadow: #20223e 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: inline-flex;
  font-size: 13px;
  justify-content: center;
  padding: 3px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
  padding: 2px;
}

.sale-badge span {
  content: "";
  background-color: #20223E;
  padding: 6px 12px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: 300ms;
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.sale-badge::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #dab1ba 17.8%, #90c1cc 100.2%);
  filter: blur(15px);
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}

/**
LOGGED IN
*/
body.woocommerce-account.logged-in .container-boxed > .woocommerce, body.woocommerce-account.logged-in .woocommerce-cart #site-content > .woocommerce > .woocommerce, .woocommerce-cart body.woocommerce-account.logged-in #site-content > .woocommerce > .woocommerce,
body.woocommerce-account.logged-in .woocommerce-cart #site-content > .wp-block-woocommerce-cart > .woocommerce,
.woocommerce-cart body.woocommerce-account.logged-in #site-content > .wp-block-woocommerce-cart > .woocommerce,
body.woocommerce-account.logged-in .woocommerce-cart #site-content > .wc-block-checkout > .woocommerce,
.woocommerce-cart body.woocommerce-account.logged-in #site-content > .wc-block-checkout > .woocommerce,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .woocommerce > .woocommerce,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .woocommerce > .woocommerce,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .wp-block-woocommerce-cart > .woocommerce,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .wp-block-woocommerce-cart > .woocommerce,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .wc-block-checkout > .woocommerce,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .wc-block-checkout > .woocommerce, body.woocommerce-account.logged-in .breadcrumbs .rank-math-breadcrumb > .woocommerce, .breadcrumbs body.woocommerce-account.logged-in .rank-math-breadcrumb > .woocommerce, body.woocommerce-account.logged-in .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs > .woocommerce, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account.logged-in .tabs.wc-tabs > .woocommerce, body.woocommerce-account.logged-in #reviews > .woocommerce,
body.woocommerce-account.logged-in #tab-additional_information > .woocommerce, body.woocommerce-account.logged-in body.home .wp-block-pixelperfect-product-description-row > .woocommerce, body.home body.woocommerce-account.logged-in .wp-block-pixelperfect-product-description-row > .woocommerce, body.woocommerce-account.logged-in .wp-block-pixelperfect-double-title.alignwide > .woocommerce, body.woocommerce-account.logged-in .wp-block-pixelperfect-masonry-boxes.alignwide > .woocommerce, body.woocommerce-account.logged-in .wp-block-pixelperfect-badges-block.alignwide .inner > .woocommerce, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account.logged-in .inner > .woocommerce, body.woocommerce-account.logged-in .wp-block-product-on-sale > .woocommerce,
body.woocommerce-account.logged-in .wp-block-product-category > .woocommerce {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media all and (max-width: 700px) {
  body.woocommerce-account.logged-in .container-boxed > .woocommerce, body.woocommerce-account.logged-in .woocommerce-cart #site-content > .woocommerce > .woocommerce, .woocommerce-cart body.woocommerce-account.logged-in #site-content > .woocommerce > .woocommerce,
  body.woocommerce-account.logged-in .woocommerce-cart #site-content > .wp-block-woocommerce-cart > .woocommerce,
  .woocommerce-cart body.woocommerce-account.logged-in #site-content > .wp-block-woocommerce-cart > .woocommerce,
  body.woocommerce-account.logged-in .woocommerce-cart #site-content > .wc-block-checkout > .woocommerce,
  .woocommerce-cart body.woocommerce-account.logged-in #site-content > .wc-block-checkout > .woocommerce,
  body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .woocommerce > .woocommerce,
  .woocommerce-checkout body.woocommerce-account.logged-in #site-content > .woocommerce > .woocommerce,
  body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .wp-block-woocommerce-cart > .woocommerce,
  .woocommerce-checkout body.woocommerce-account.logged-in #site-content > .wp-block-woocommerce-cart > .woocommerce,
  body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .wc-block-checkout > .woocommerce,
  .woocommerce-checkout body.woocommerce-account.logged-in #site-content > .wc-block-checkout > .woocommerce, body.woocommerce-account.logged-in .breadcrumbs .rank-math-breadcrumb > .woocommerce, .breadcrumbs body.woocommerce-account.logged-in .rank-math-breadcrumb > .woocommerce, body.woocommerce-account.logged-in .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs > .woocommerce, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account.logged-in .tabs.wc-tabs > .woocommerce, body.woocommerce-account.logged-in #reviews > .woocommerce,
  body.woocommerce-account.logged-in #tab-additional_information > .woocommerce, body.woocommerce-account.logged-in body.home .wp-block-pixelperfect-product-description-row > .woocommerce, body.home body.woocommerce-account.logged-in .wp-block-pixelperfect-product-description-row > .woocommerce, body.woocommerce-account.logged-in .wp-block-pixelperfect-double-title.alignwide > .woocommerce, body.woocommerce-account.logged-in .wp-block-pixelperfect-masonry-boxes.alignwide > .woocommerce, body.woocommerce-account.logged-in .wp-block-pixelperfect-badges-block.alignwide .inner > .woocommerce, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account.logged-in .inner > .woocommerce, body.woocommerce-account.logged-in .wp-block-product-on-sale > .woocommerce,
  body.woocommerce-account.logged-in .wp-block-product-category > .woocommerce {
    flex-direction: column;
  }
}
body.woocommerce-account.logged-in .container-boxed > .woocommerce .woocommerce-MyAccount-navigation, body.woocommerce-account.logged-in .woocommerce-cart #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-navigation, .woocommerce-cart body.woocommerce-account.logged-in #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-navigation,
body.woocommerce-account.logged-in .woocommerce-cart #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-navigation,
.woocommerce-cart body.woocommerce-account.logged-in #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-navigation,
body.woocommerce-account.logged-in .woocommerce-cart #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-navigation,
.woocommerce-cart body.woocommerce-account.logged-in #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-navigation,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-navigation,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-navigation,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-navigation,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-navigation,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-navigation,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-navigation, body.woocommerce-account.logged-in .breadcrumbs .rank-math-breadcrumb > .woocommerce .woocommerce-MyAccount-navigation, .breadcrumbs body.woocommerce-account.logged-in .rank-math-breadcrumb > .woocommerce .woocommerce-MyAccount-navigation, body.woocommerce-account.logged-in .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs > .woocommerce .woocommerce-MyAccount-navigation, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account.logged-in .tabs.wc-tabs > .woocommerce .woocommerce-MyAccount-navigation, body.woocommerce-account.logged-in #reviews > .woocommerce .woocommerce-MyAccount-navigation,
body.woocommerce-account.logged-in #tab-additional_information > .woocommerce .woocommerce-MyAccount-navigation, body.woocommerce-account.logged-in body.home .wp-block-pixelperfect-product-description-row > .woocommerce .woocommerce-MyAccount-navigation, body.home body.woocommerce-account.logged-in .wp-block-pixelperfect-product-description-row > .woocommerce .woocommerce-MyAccount-navigation, body.woocommerce-account.logged-in .wp-block-pixelperfect-double-title.alignwide > .woocommerce .woocommerce-MyAccount-navigation, body.woocommerce-account.logged-in .wp-block-pixelperfect-masonry-boxes.alignwide > .woocommerce .woocommerce-MyAccount-navigation, body.woocommerce-account.logged-in .wp-block-pixelperfect-badges-block.alignwide .inner > .woocommerce .woocommerce-MyAccount-navigation, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account.logged-in .inner > .woocommerce .woocommerce-MyAccount-navigation, body.woocommerce-account.logged-in .wp-block-product-on-sale > .woocommerce .woocommerce-MyAccount-navigation,
body.woocommerce-account.logged-in .wp-block-product-category > .woocommerce .woocommerce-MyAccount-navigation {
  max-width: 280px;
  width: 100%;
}
@media all and (max-width: 700px) {
  body.woocommerce-account.logged-in .container-boxed > .woocommerce .woocommerce-MyAccount-navigation, body.woocommerce-account.logged-in .woocommerce-cart #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-navigation, .woocommerce-cart body.woocommerce-account.logged-in #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-navigation,
  body.woocommerce-account.logged-in .woocommerce-cart #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-navigation,
  .woocommerce-cart body.woocommerce-account.logged-in #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-navigation,
  body.woocommerce-account.logged-in .woocommerce-cart #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-navigation,
  .woocommerce-cart body.woocommerce-account.logged-in #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-navigation,
  body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-navigation,
  .woocommerce-checkout body.woocommerce-account.logged-in #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-navigation,
  body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-navigation,
  .woocommerce-checkout body.woocommerce-account.logged-in #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-navigation,
  body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-navigation,
  .woocommerce-checkout body.woocommerce-account.logged-in #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-navigation, body.woocommerce-account.logged-in .breadcrumbs .rank-math-breadcrumb > .woocommerce .woocommerce-MyAccount-navigation, .breadcrumbs body.woocommerce-account.logged-in .rank-math-breadcrumb > .woocommerce .woocommerce-MyAccount-navigation, body.woocommerce-account.logged-in .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs > .woocommerce .woocommerce-MyAccount-navigation, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account.logged-in .tabs.wc-tabs > .woocommerce .woocommerce-MyAccount-navigation, body.woocommerce-account.logged-in #reviews > .woocommerce .woocommerce-MyAccount-navigation,
  body.woocommerce-account.logged-in #tab-additional_information > .woocommerce .woocommerce-MyAccount-navigation, body.woocommerce-account.logged-in body.home .wp-block-pixelperfect-product-description-row > .woocommerce .woocommerce-MyAccount-navigation, body.home body.woocommerce-account.logged-in .wp-block-pixelperfect-product-description-row > .woocommerce .woocommerce-MyAccount-navigation, body.woocommerce-account.logged-in .wp-block-pixelperfect-double-title.alignwide > .woocommerce .woocommerce-MyAccount-navigation, body.woocommerce-account.logged-in .wp-block-pixelperfect-masonry-boxes.alignwide > .woocommerce .woocommerce-MyAccount-navigation, body.woocommerce-account.logged-in .wp-block-pixelperfect-badges-block.alignwide .inner > .woocommerce .woocommerce-MyAccount-navigation, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account.logged-in .inner > .woocommerce .woocommerce-MyAccount-navigation, body.woocommerce-account.logged-in .wp-block-product-on-sale > .woocommerce .woocommerce-MyAccount-navigation,
  body.woocommerce-account.logged-in .wp-block-product-category > .woocommerce .woocommerce-MyAccount-navigation {
    max-width: 100%;
  }
}
body.woocommerce-account.logged-in .container-boxed > .woocommerce .woocommerce-MyAccount-navigation ul li, body.woocommerce-account.logged-in .woocommerce-cart #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-navigation ul li, .woocommerce-cart body.woocommerce-account.logged-in #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-navigation ul li,
body.woocommerce-account.logged-in .woocommerce-cart #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-navigation ul li,
.woocommerce-cart body.woocommerce-account.logged-in #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-navigation ul li,
body.woocommerce-account.logged-in .woocommerce-cart #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-navigation ul li,
.woocommerce-cart body.woocommerce-account.logged-in #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-navigation ul li,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-navigation ul li,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-navigation ul li,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-navigation ul li,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-navigation ul li,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-navigation ul li,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-navigation ul li, body.woocommerce-account.logged-in .breadcrumbs .rank-math-breadcrumb > .woocommerce .woocommerce-MyAccount-navigation ul li, .breadcrumbs body.woocommerce-account.logged-in .rank-math-breadcrumb > .woocommerce .woocommerce-MyAccount-navigation ul li, body.woocommerce-account.logged-in .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs > .woocommerce .woocommerce-MyAccount-navigation ul li, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account.logged-in .tabs.wc-tabs > .woocommerce .woocommerce-MyAccount-navigation ul li, body.woocommerce-account.logged-in #reviews > .woocommerce .woocommerce-MyAccount-navigation ul li,
body.woocommerce-account.logged-in #tab-additional_information > .woocommerce .woocommerce-MyAccount-navigation ul li, body.woocommerce-account.logged-in body.home .wp-block-pixelperfect-product-description-row > .woocommerce .woocommerce-MyAccount-navigation ul li, body.home body.woocommerce-account.logged-in .wp-block-pixelperfect-product-description-row > .woocommerce .woocommerce-MyAccount-navigation ul li, body.woocommerce-account.logged-in .wp-block-pixelperfect-double-title.alignwide > .woocommerce .woocommerce-MyAccount-navigation ul li, body.woocommerce-account.logged-in .wp-block-pixelperfect-masonry-boxes.alignwide > .woocommerce .woocommerce-MyAccount-navigation ul li, body.woocommerce-account.logged-in .wp-block-pixelperfect-badges-block.alignwide .inner > .woocommerce .woocommerce-MyAccount-navigation ul li, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account.logged-in .inner > .woocommerce .woocommerce-MyAccount-navigation ul li, body.woocommerce-account.logged-in .wp-block-product-on-sale > .woocommerce .woocommerce-MyAccount-navigation ul li,
body.woocommerce-account.logged-in .wp-block-product-category > .woocommerce .woocommerce-MyAccount-navigation ul li {
  padding: 0;
}
body.woocommerce-account.logged-in .container-boxed > .woocommerce .woocommerce-MyAccount-navigation ul li a, body.woocommerce-account.logged-in .woocommerce-cart #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-navigation ul li a, .woocommerce-cart body.woocommerce-account.logged-in #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-navigation ul li a,
body.woocommerce-account.logged-in .woocommerce-cart #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-navigation ul li a,
.woocommerce-cart body.woocommerce-account.logged-in #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-navigation ul li a,
body.woocommerce-account.logged-in .woocommerce-cart #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-navigation ul li a,
.woocommerce-cart body.woocommerce-account.logged-in #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-navigation ul li a,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-navigation ul li a,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-navigation ul li a,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-navigation ul li a,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-navigation ul li a,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-navigation ul li a,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-navigation ul li a, body.woocommerce-account.logged-in .breadcrumbs .rank-math-breadcrumb > .woocommerce .woocommerce-MyAccount-navigation ul li a, .breadcrumbs body.woocommerce-account.logged-in .rank-math-breadcrumb > .woocommerce .woocommerce-MyAccount-navigation ul li a, body.woocommerce-account.logged-in .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs > .woocommerce .woocommerce-MyAccount-navigation ul li a, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account.logged-in .tabs.wc-tabs > .woocommerce .woocommerce-MyAccount-navigation ul li a, body.woocommerce-account.logged-in #reviews > .woocommerce .woocommerce-MyAccount-navigation ul li a,
body.woocommerce-account.logged-in #tab-additional_information > .woocommerce .woocommerce-MyAccount-navigation ul li a, body.woocommerce-account.logged-in body.home .wp-block-pixelperfect-product-description-row > .woocommerce .woocommerce-MyAccount-navigation ul li a, body.home body.woocommerce-account.logged-in .wp-block-pixelperfect-product-description-row > .woocommerce .woocommerce-MyAccount-navigation ul li a, body.woocommerce-account.logged-in .wp-block-pixelperfect-double-title.alignwide > .woocommerce .woocommerce-MyAccount-navigation ul li a, body.woocommerce-account.logged-in .wp-block-pixelperfect-masonry-boxes.alignwide > .woocommerce .woocommerce-MyAccount-navigation ul li a, body.woocommerce-account.logged-in .wp-block-pixelperfect-badges-block.alignwide .inner > .woocommerce .woocommerce-MyAccount-navigation ul li a, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account.logged-in .inner > .woocommerce .woocommerce-MyAccount-navigation ul li a, body.woocommerce-account.logged-in .wp-block-product-on-sale > .woocommerce .woocommerce-MyAccount-navigation ul li a,
body.woocommerce-account.logged-in .wp-block-product-category > .woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #dedede;
  border-radius: 10px;
  text-decoration: none;
  transition: all, 0.3s;
}
body.woocommerce-account.logged-in .container-boxed > .woocommerce .woocommerce-MyAccount-navigation ul li a:hover, body.woocommerce-account.logged-in .woocommerce-cart #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-cart body.woocommerce-account.logged-in #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
body.woocommerce-account.logged-in .woocommerce-cart #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-cart body.woocommerce-account.logged-in #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
body.woocommerce-account.logged-in .woocommerce-cart #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-cart body.woocommerce-account.logged-in #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-navigation ul li a:hover, body.woocommerce-account.logged-in .breadcrumbs .rank-math-breadcrumb > .woocommerce .woocommerce-MyAccount-navigation ul li a:hover, .breadcrumbs body.woocommerce-account.logged-in .rank-math-breadcrumb > .woocommerce .woocommerce-MyAccount-navigation ul li a:hover, body.woocommerce-account.logged-in .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs > .woocommerce .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account.logged-in .tabs.wc-tabs > .woocommerce .woocommerce-MyAccount-navigation ul li a:hover, body.woocommerce-account.logged-in #reviews > .woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
body.woocommerce-account.logged-in #tab-additional_information > .woocommerce .woocommerce-MyAccount-navigation ul li a:hover, body.woocommerce-account.logged-in body.home .wp-block-pixelperfect-product-description-row > .woocommerce .woocommerce-MyAccount-navigation ul li a:hover, body.home body.woocommerce-account.logged-in .wp-block-pixelperfect-product-description-row > .woocommerce .woocommerce-MyAccount-navigation ul li a:hover, body.woocommerce-account.logged-in .wp-block-pixelperfect-double-title.alignwide > .woocommerce .woocommerce-MyAccount-navigation ul li a:hover, body.woocommerce-account.logged-in .wp-block-pixelperfect-masonry-boxes.alignwide > .woocommerce .woocommerce-MyAccount-navigation ul li a:hover, body.woocommerce-account.logged-in .wp-block-pixelperfect-badges-block.alignwide .inner > .woocommerce .woocommerce-MyAccount-navigation ul li a:hover, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account.logged-in .inner > .woocommerce .woocommerce-MyAccount-navigation ul li a:hover, body.woocommerce-account.logged-in .wp-block-product-on-sale > .woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
body.woocommerce-account.logged-in .wp-block-product-category > .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #fafafa;
}
body.woocommerce-account.logged-in .container-boxed > .woocommerce .woocommerce-MyAccount-navigation ul li:before, body.woocommerce-account.logged-in .woocommerce-cart #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-navigation ul li:before, .woocommerce-cart body.woocommerce-account.logged-in #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-navigation ul li:before,
body.woocommerce-account.logged-in .woocommerce-cart #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-navigation ul li:before,
.woocommerce-cart body.woocommerce-account.logged-in #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-navigation ul li:before,
body.woocommerce-account.logged-in .woocommerce-cart #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-navigation ul li:before,
.woocommerce-cart body.woocommerce-account.logged-in #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-navigation ul li:before,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-navigation ul li:before,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-navigation ul li:before,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-navigation ul li:before,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-navigation ul li:before,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-navigation ul li:before,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-navigation ul li:before, body.woocommerce-account.logged-in .breadcrumbs .rank-math-breadcrumb > .woocommerce .woocommerce-MyAccount-navigation ul li:before, .breadcrumbs body.woocommerce-account.logged-in .rank-math-breadcrumb > .woocommerce .woocommerce-MyAccount-navigation ul li:before, body.woocommerce-account.logged-in .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs > .woocommerce .woocommerce-MyAccount-navigation ul li:before, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account.logged-in .tabs.wc-tabs > .woocommerce .woocommerce-MyAccount-navigation ul li:before, body.woocommerce-account.logged-in #reviews > .woocommerce .woocommerce-MyAccount-navigation ul li:before,
body.woocommerce-account.logged-in #tab-additional_information > .woocommerce .woocommerce-MyAccount-navigation ul li:before, body.woocommerce-account.logged-in body.home .wp-block-pixelperfect-product-description-row > .woocommerce .woocommerce-MyAccount-navigation ul li:before, body.home body.woocommerce-account.logged-in .wp-block-pixelperfect-product-description-row > .woocommerce .woocommerce-MyAccount-navigation ul li:before, body.woocommerce-account.logged-in .wp-block-pixelperfect-double-title.alignwide > .woocommerce .woocommerce-MyAccount-navigation ul li:before, body.woocommerce-account.logged-in .wp-block-pixelperfect-masonry-boxes.alignwide > .woocommerce .woocommerce-MyAccount-navigation ul li:before, body.woocommerce-account.logged-in .wp-block-pixelperfect-badges-block.alignwide .inner > .woocommerce .woocommerce-MyAccount-navigation ul li:before, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account.logged-in .inner > .woocommerce .woocommerce-MyAccount-navigation ul li:before, body.woocommerce-account.logged-in .wp-block-product-on-sale > .woocommerce .woocommerce-MyAccount-navigation ul li:before,
body.woocommerce-account.logged-in .wp-block-product-category > .woocommerce .woocommerce-MyAccount-navigation ul li:before {
  display: none !important;
}
body.woocommerce-account.logged-in .container-boxed > .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a, body.woocommerce-account.logged-in .woocommerce-cart #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-cart body.woocommerce-account.logged-in #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
body.woocommerce-account.logged-in .woocommerce-cart #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-cart body.woocommerce-account.logged-in #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
body.woocommerce-account.logged-in .woocommerce-cart #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-cart body.woocommerce-account.logged-in #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a, body.woocommerce-account.logged-in .breadcrumbs .rank-math-breadcrumb > .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a, .breadcrumbs body.woocommerce-account.logged-in .rank-math-breadcrumb > .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a, body.woocommerce-account.logged-in .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs > .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account.logged-in .tabs.wc-tabs > .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a, body.woocommerce-account.logged-in #reviews > .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
body.woocommerce-account.logged-in #tab-additional_information > .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a, body.woocommerce-account.logged-in body.home .wp-block-pixelperfect-product-description-row > .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a, body.home body.woocommerce-account.logged-in .wp-block-pixelperfect-product-description-row > .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a, body.woocommerce-account.logged-in .wp-block-pixelperfect-double-title.alignwide > .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a, body.woocommerce-account.logged-in .wp-block-pixelperfect-masonry-boxes.alignwide > .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a, body.woocommerce-account.logged-in .wp-block-pixelperfect-badges-block.alignwide .inner > .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account.logged-in .inner > .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a, body.woocommerce-account.logged-in .wp-block-product-on-sale > .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
body.woocommerce-account.logged-in .wp-block-product-category > .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #bfd1a0;
  color: white;
  border-color: #bfd1a0;
}
body.woocommerce-account.logged-in .container-boxed > .woocommerce .woocommerce-MyAccount-content, body.woocommerce-account.logged-in .woocommerce-cart #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-content, .woocommerce-cart body.woocommerce-account.logged-in #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-content,
body.woocommerce-account.logged-in .woocommerce-cart #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-content,
.woocommerce-cart body.woocommerce-account.logged-in #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-content,
body.woocommerce-account.logged-in .woocommerce-cart #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-content,
.woocommerce-cart body.woocommerce-account.logged-in #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-content,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-content,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-content,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-content,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-content,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-content,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-content, body.woocommerce-account.logged-in .breadcrumbs .rank-math-breadcrumb > .woocommerce .woocommerce-MyAccount-content, .breadcrumbs body.woocommerce-account.logged-in .rank-math-breadcrumb > .woocommerce .woocommerce-MyAccount-content, body.woocommerce-account.logged-in .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs > .woocommerce .woocommerce-MyAccount-content, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account.logged-in .tabs.wc-tabs > .woocommerce .woocommerce-MyAccount-content, body.woocommerce-account.logged-in #reviews > .woocommerce .woocommerce-MyAccount-content,
body.woocommerce-account.logged-in #tab-additional_information > .woocommerce .woocommerce-MyAccount-content, body.woocommerce-account.logged-in body.home .wp-block-pixelperfect-product-description-row > .woocommerce .woocommerce-MyAccount-content, body.home body.woocommerce-account.logged-in .wp-block-pixelperfect-product-description-row > .woocommerce .woocommerce-MyAccount-content, body.woocommerce-account.logged-in .wp-block-pixelperfect-double-title.alignwide > .woocommerce .woocommerce-MyAccount-content, body.woocommerce-account.logged-in .wp-block-pixelperfect-masonry-boxes.alignwide > .woocommerce .woocommerce-MyAccount-content, body.woocommerce-account.logged-in .wp-block-pixelperfect-badges-block.alignwide .inner > .woocommerce .woocommerce-MyAccount-content, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account.logged-in .inner > .woocommerce .woocommerce-MyAccount-content, body.woocommerce-account.logged-in .wp-block-product-on-sale > .woocommerce .woocommerce-MyAccount-content,
body.woocommerce-account.logged-in .wp-block-product-category > .woocommerce .woocommerce-MyAccount-content {
  width: 100%;
  padding: 0 30px;
}
@media all and (max-width: 700px) {
  body.woocommerce-account.logged-in .container-boxed > .woocommerce .woocommerce-MyAccount-content, body.woocommerce-account.logged-in .woocommerce-cart #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-content, .woocommerce-cart body.woocommerce-account.logged-in #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-content,
  body.woocommerce-account.logged-in .woocommerce-cart #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-content,
  .woocommerce-cart body.woocommerce-account.logged-in #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-content,
  body.woocommerce-account.logged-in .woocommerce-cart #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-content,
  .woocommerce-cart body.woocommerce-account.logged-in #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-content,
  body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-content,
  .woocommerce-checkout body.woocommerce-account.logged-in #site-content > .woocommerce > .woocommerce .woocommerce-MyAccount-content,
  body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-content,
  .woocommerce-checkout body.woocommerce-account.logged-in #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-MyAccount-content,
  body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-content,
  .woocommerce-checkout body.woocommerce-account.logged-in #site-content > .wc-block-checkout > .woocommerce .woocommerce-MyAccount-content, body.woocommerce-account.logged-in .breadcrumbs .rank-math-breadcrumb > .woocommerce .woocommerce-MyAccount-content, .breadcrumbs body.woocommerce-account.logged-in .rank-math-breadcrumb > .woocommerce .woocommerce-MyAccount-content, body.woocommerce-account.logged-in .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs > .woocommerce .woocommerce-MyAccount-content, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account.logged-in .tabs.wc-tabs > .woocommerce .woocommerce-MyAccount-content, body.woocommerce-account.logged-in #reviews > .woocommerce .woocommerce-MyAccount-content,
  body.woocommerce-account.logged-in #tab-additional_information > .woocommerce .woocommerce-MyAccount-content, body.woocommerce-account.logged-in body.home .wp-block-pixelperfect-product-description-row > .woocommerce .woocommerce-MyAccount-content, body.home body.woocommerce-account.logged-in .wp-block-pixelperfect-product-description-row > .woocommerce .woocommerce-MyAccount-content, body.woocommerce-account.logged-in .wp-block-pixelperfect-double-title.alignwide > .woocommerce .woocommerce-MyAccount-content, body.woocommerce-account.logged-in .wp-block-pixelperfect-masonry-boxes.alignwide > .woocommerce .woocommerce-MyAccount-content, body.woocommerce-account.logged-in .wp-block-pixelperfect-badges-block.alignwide .inner > .woocommerce .woocommerce-MyAccount-content, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account.logged-in .inner > .woocommerce .woocommerce-MyAccount-content, body.woocommerce-account.logged-in .wp-block-product-on-sale > .woocommerce .woocommerce-MyAccount-content,
  body.woocommerce-account.logged-in .wp-block-product-category > .woocommerce .woocommerce-MyAccount-content {
    padding-top: 40px;
  }
}
body.woocommerce-account.logged-in .container-boxed > .woocommerce table, body.woocommerce-account.logged-in .woocommerce-cart #site-content > .woocommerce > .woocommerce table, .woocommerce-cart body.woocommerce-account.logged-in #site-content > .woocommerce > .woocommerce table,
body.woocommerce-account.logged-in .woocommerce-cart #site-content > .wp-block-woocommerce-cart > .woocommerce table,
.woocommerce-cart body.woocommerce-account.logged-in #site-content > .wp-block-woocommerce-cart > .woocommerce table,
body.woocommerce-account.logged-in .woocommerce-cart #site-content > .wc-block-checkout > .woocommerce table,
.woocommerce-cart body.woocommerce-account.logged-in #site-content > .wc-block-checkout > .woocommerce table,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .woocommerce > .woocommerce table,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .woocommerce > .woocommerce table,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .wp-block-woocommerce-cart > .woocommerce table,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .wp-block-woocommerce-cart > .woocommerce table,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .wc-block-checkout > .woocommerce table,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .wc-block-checkout > .woocommerce table, body.woocommerce-account.logged-in .breadcrumbs .rank-math-breadcrumb > .woocommerce table, .breadcrumbs body.woocommerce-account.logged-in .rank-math-breadcrumb > .woocommerce table, body.woocommerce-account.logged-in .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs > .woocommerce table, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account.logged-in .tabs.wc-tabs > .woocommerce table, body.woocommerce-account.logged-in #reviews > .woocommerce table,
body.woocommerce-account.logged-in #tab-additional_information > .woocommerce table, body.woocommerce-account.logged-in body.home .wp-block-pixelperfect-product-description-row > .woocommerce table, body.home body.woocommerce-account.logged-in .wp-block-pixelperfect-product-description-row > .woocommerce table, body.woocommerce-account.logged-in .wp-block-pixelperfect-double-title.alignwide > .woocommerce table, body.woocommerce-account.logged-in .wp-block-pixelperfect-masonry-boxes.alignwide > .woocommerce table, body.woocommerce-account.logged-in .wp-block-pixelperfect-badges-block.alignwide .inner > .woocommerce table, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account.logged-in .inner > .woocommerce table, body.woocommerce-account.logged-in .wp-block-product-on-sale > .woocommerce table,
body.woocommerce-account.logged-in .wp-block-product-category > .woocommerce table {
  width: 100%;
}
body.woocommerce-account.logged-in .container-boxed > .woocommerce table td, body.woocommerce-account.logged-in .woocommerce-cart #site-content > .woocommerce > .woocommerce table td, .woocommerce-cart body.woocommerce-account.logged-in #site-content > .woocommerce > .woocommerce table td,
body.woocommerce-account.logged-in .woocommerce-cart #site-content > .wp-block-woocommerce-cart > .woocommerce table td,
.woocommerce-cart body.woocommerce-account.logged-in #site-content > .wp-block-woocommerce-cart > .woocommerce table td,
body.woocommerce-account.logged-in .woocommerce-cart #site-content > .wc-block-checkout > .woocommerce table td,
.woocommerce-cart body.woocommerce-account.logged-in #site-content > .wc-block-checkout > .woocommerce table td,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .woocommerce > .woocommerce table td,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .woocommerce > .woocommerce table td,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .wp-block-woocommerce-cart > .woocommerce table td,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .wp-block-woocommerce-cart > .woocommerce table td,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .wc-block-checkout > .woocommerce table td,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .wc-block-checkout > .woocommerce table td, body.woocommerce-account.logged-in .breadcrumbs .rank-math-breadcrumb > .woocommerce table td, .breadcrumbs body.woocommerce-account.logged-in .rank-math-breadcrumb > .woocommerce table td, body.woocommerce-account.logged-in .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs > .woocommerce table td, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account.logged-in .tabs.wc-tabs > .woocommerce table td, body.woocommerce-account.logged-in #reviews > .woocommerce table td,
body.woocommerce-account.logged-in #tab-additional_information > .woocommerce table td, body.woocommerce-account.logged-in body.home .wp-block-pixelperfect-product-description-row > .woocommerce table td, body.home body.woocommerce-account.logged-in .wp-block-pixelperfect-product-description-row > .woocommerce table td, body.woocommerce-account.logged-in .wp-block-pixelperfect-double-title.alignwide > .woocommerce table td, body.woocommerce-account.logged-in .wp-block-pixelperfect-masonry-boxes.alignwide > .woocommerce table td, body.woocommerce-account.logged-in .wp-block-pixelperfect-badges-block.alignwide .inner > .woocommerce table td, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account.logged-in .inner > .woocommerce table td, body.woocommerce-account.logged-in .wp-block-product-on-sale > .woocommerce table td,
body.woocommerce-account.logged-in .wp-block-product-category > .woocommerce table td, body.woocommerce-account.logged-in .container-boxed > .woocommerce table th, body.woocommerce-account.logged-in .woocommerce-cart #site-content > .woocommerce > .woocommerce table th, .woocommerce-cart body.woocommerce-account.logged-in #site-content > .woocommerce > .woocommerce table th,
body.woocommerce-account.logged-in .woocommerce-cart #site-content > .wp-block-woocommerce-cart > .woocommerce table th,
.woocommerce-cart body.woocommerce-account.logged-in #site-content > .wp-block-woocommerce-cart > .woocommerce table th,
body.woocommerce-account.logged-in .woocommerce-cart #site-content > .wc-block-checkout > .woocommerce table th,
.woocommerce-cart body.woocommerce-account.logged-in #site-content > .wc-block-checkout > .woocommerce table th,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .woocommerce > .woocommerce table th,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .woocommerce > .woocommerce table th,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .wp-block-woocommerce-cart > .woocommerce table th,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .wp-block-woocommerce-cart > .woocommerce table th,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .wc-block-checkout > .woocommerce table th,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .wc-block-checkout > .woocommerce table th, body.woocommerce-account.logged-in .breadcrumbs .rank-math-breadcrumb > .woocommerce table th, .breadcrumbs body.woocommerce-account.logged-in .rank-math-breadcrumb > .woocommerce table th, body.woocommerce-account.logged-in .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs > .woocommerce table th, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account.logged-in .tabs.wc-tabs > .woocommerce table th, body.woocommerce-account.logged-in #reviews > .woocommerce table th,
body.woocommerce-account.logged-in #tab-additional_information > .woocommerce table th, body.woocommerce-account.logged-in body.home .wp-block-pixelperfect-product-description-row > .woocommerce table th, body.home body.woocommerce-account.logged-in .wp-block-pixelperfect-product-description-row > .woocommerce table th, body.woocommerce-account.logged-in .wp-block-pixelperfect-double-title.alignwide > .woocommerce table th, body.woocommerce-account.logged-in .wp-block-pixelperfect-masonry-boxes.alignwide > .woocommerce table th, body.woocommerce-account.logged-in .wp-block-pixelperfect-badges-block.alignwide .inner > .woocommerce table th, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account.logged-in .inner > .woocommerce table th, body.woocommerce-account.logged-in .wp-block-product-on-sale > .woocommerce table th,
body.woocommerce-account.logged-in .wp-block-product-category > .woocommerce table th {
  padding: 14px;
  border: 1px solid #dedede;
}
body.woocommerce-account.logged-in .container-boxed > .woocommerce table .amount, body.woocommerce-account.logged-in .woocommerce-cart #site-content > .woocommerce > .woocommerce table .amount, .woocommerce-cart body.woocommerce-account.logged-in #site-content > .woocommerce > .woocommerce table .amount,
body.woocommerce-account.logged-in .woocommerce-cart #site-content > .wp-block-woocommerce-cart > .woocommerce table .amount,
.woocommerce-cart body.woocommerce-account.logged-in #site-content > .wp-block-woocommerce-cart > .woocommerce table .amount,
body.woocommerce-account.logged-in .woocommerce-cart #site-content > .wc-block-checkout > .woocommerce table .amount,
.woocommerce-cart body.woocommerce-account.logged-in #site-content > .wc-block-checkout > .woocommerce table .amount,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .woocommerce > .woocommerce table .amount,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .woocommerce > .woocommerce table .amount,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .wp-block-woocommerce-cart > .woocommerce table .amount,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .wp-block-woocommerce-cart > .woocommerce table .amount,
body.woocommerce-account.logged-in .woocommerce-checkout #site-content > .wc-block-checkout > .woocommerce table .amount,
.woocommerce-checkout body.woocommerce-account.logged-in #site-content > .wc-block-checkout > .woocommerce table .amount, body.woocommerce-account.logged-in .breadcrumbs .rank-math-breadcrumb > .woocommerce table .amount, .breadcrumbs body.woocommerce-account.logged-in .rank-math-breadcrumb > .woocommerce table .amount, body.woocommerce-account.logged-in .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs > .woocommerce table .amount, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account.logged-in .tabs.wc-tabs > .woocommerce table .amount, body.woocommerce-account.logged-in #reviews > .woocommerce table .amount,
body.woocommerce-account.logged-in #tab-additional_information > .woocommerce table .amount, body.woocommerce-account.logged-in body.home .wp-block-pixelperfect-product-description-row > .woocommerce table .amount, body.home body.woocommerce-account.logged-in .wp-block-pixelperfect-product-description-row > .woocommerce table .amount, body.woocommerce-account.logged-in .wp-block-pixelperfect-double-title.alignwide > .woocommerce table .amount, body.woocommerce-account.logged-in .wp-block-pixelperfect-masonry-boxes.alignwide > .woocommerce table .amount, body.woocommerce-account.logged-in .wp-block-pixelperfect-badges-block.alignwide .inner > .woocommerce table .amount, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account.logged-in .inner > .woocommerce table .amount, body.woocommerce-account.logged-in .wp-block-product-on-sale > .woocommerce table .amount,
body.woocommerce-account.logged-in .wp-block-product-category > .woocommerce table .amount {
  font-weight: bold;
}

/**
NOT LOGGED IN
*/
body.woocommerce-account:not(.logged-in) .container-boxed > .woocommerce, body.woocommerce-account:not(.logged-in) .woocommerce-cart #site-content > .woocommerce > .woocommerce, .woocommerce-cart body.woocommerce-account:not(.logged-in) #site-content > .woocommerce > .woocommerce,
body.woocommerce-account:not(.logged-in) .woocommerce-cart #site-content > .wp-block-woocommerce-cart > .woocommerce,
.woocommerce-cart body.woocommerce-account:not(.logged-in) #site-content > .wp-block-woocommerce-cart > .woocommerce,
body.woocommerce-account:not(.logged-in) .woocommerce-cart #site-content > .wc-block-checkout > .woocommerce,
.woocommerce-cart body.woocommerce-account:not(.logged-in) #site-content > .wc-block-checkout > .woocommerce,
body.woocommerce-account:not(.logged-in) .woocommerce-checkout #site-content > .woocommerce > .woocommerce,
.woocommerce-checkout body.woocommerce-account:not(.logged-in) #site-content > .woocommerce > .woocommerce,
body.woocommerce-account:not(.logged-in) .woocommerce-checkout #site-content > .wp-block-woocommerce-cart > .woocommerce,
.woocommerce-checkout body.woocommerce-account:not(.logged-in) #site-content > .wp-block-woocommerce-cart > .woocommerce,
body.woocommerce-account:not(.logged-in) .woocommerce-checkout #site-content > .wc-block-checkout > .woocommerce,
.woocommerce-checkout body.woocommerce-account:not(.logged-in) #site-content > .wc-block-checkout > .woocommerce, body.woocommerce-account:not(.logged-in) .breadcrumbs .rank-math-breadcrumb > .woocommerce, .breadcrumbs body.woocommerce-account:not(.logged-in) .rank-math-breadcrumb > .woocommerce, body.woocommerce-account:not(.logged-in) .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs > .woocommerce, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account:not(.logged-in) .tabs.wc-tabs > .woocommerce, body.woocommerce-account:not(.logged-in) #reviews > .woocommerce,
body.woocommerce-account:not(.logged-in) #tab-additional_information > .woocommerce, body.woocommerce-account:not(.logged-in) body.home .wp-block-pixelperfect-product-description-row > .woocommerce, body.home body.woocommerce-account:not(.logged-in) .wp-block-pixelperfect-product-description-row > .woocommerce, body.woocommerce-account:not(.logged-in) .wp-block-pixelperfect-double-title.alignwide > .woocommerce, body.woocommerce-account:not(.logged-in) .wp-block-pixelperfect-masonry-boxes.alignwide > .woocommerce, body.woocommerce-account:not(.logged-in) .wp-block-pixelperfect-badges-block.alignwide .inner > .woocommerce, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account:not(.logged-in) .inner > .woocommerce, body.woocommerce-account:not(.logged-in) .wp-block-product-on-sale > .woocommerce,
body.woocommerce-account:not(.logged-in) .wp-block-product-category > .woocommerce {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 30px;
}
body.woocommerce-account:not(.logged-in) .container-boxed > .woocommerce .woocommerce-form, body.woocommerce-account:not(.logged-in) .woocommerce-cart #site-content > .woocommerce > .woocommerce .woocommerce-form, .woocommerce-cart body.woocommerce-account:not(.logged-in) #site-content > .woocommerce > .woocommerce .woocommerce-form,
body.woocommerce-account:not(.logged-in) .woocommerce-cart #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-form,
.woocommerce-cart body.woocommerce-account:not(.logged-in) #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-form,
body.woocommerce-account:not(.logged-in) .woocommerce-cart #site-content > .wc-block-checkout > .woocommerce .woocommerce-form,
.woocommerce-cart body.woocommerce-account:not(.logged-in) #site-content > .wc-block-checkout > .woocommerce .woocommerce-form,
body.woocommerce-account:not(.logged-in) .woocommerce-checkout #site-content > .woocommerce > .woocommerce .woocommerce-form,
.woocommerce-checkout body.woocommerce-account:not(.logged-in) #site-content > .woocommerce > .woocommerce .woocommerce-form,
body.woocommerce-account:not(.logged-in) .woocommerce-checkout #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-form,
.woocommerce-checkout body.woocommerce-account:not(.logged-in) #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-form,
body.woocommerce-account:not(.logged-in) .woocommerce-checkout #site-content > .wc-block-checkout > .woocommerce .woocommerce-form,
.woocommerce-checkout body.woocommerce-account:not(.logged-in) #site-content > .wc-block-checkout > .woocommerce .woocommerce-form, body.woocommerce-account:not(.logged-in) .breadcrumbs .rank-math-breadcrumb > .woocommerce .woocommerce-form, .breadcrumbs body.woocommerce-account:not(.logged-in) .rank-math-breadcrumb > .woocommerce .woocommerce-form, body.woocommerce-account:not(.logged-in) .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs > .woocommerce .woocommerce-form, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account:not(.logged-in) .tabs.wc-tabs > .woocommerce .woocommerce-form, body.woocommerce-account:not(.logged-in) #reviews > .woocommerce .woocommerce-form,
body.woocommerce-account:not(.logged-in) #tab-additional_information > .woocommerce .woocommerce-form, body.woocommerce-account:not(.logged-in) body.home .wp-block-pixelperfect-product-description-row > .woocommerce .woocommerce-form, body.home body.woocommerce-account:not(.logged-in) .wp-block-pixelperfect-product-description-row > .woocommerce .woocommerce-form, body.woocommerce-account:not(.logged-in) .wp-block-pixelperfect-double-title.alignwide > .woocommerce .woocommerce-form, body.woocommerce-account:not(.logged-in) .wp-block-pixelperfect-masonry-boxes.alignwide > .woocommerce .woocommerce-form, body.woocommerce-account:not(.logged-in) .wp-block-pixelperfect-badges-block.alignwide .inner > .woocommerce .woocommerce-form, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account:not(.logged-in) .inner > .woocommerce .woocommerce-form, body.woocommerce-account:not(.logged-in) .wp-block-product-on-sale > .woocommerce .woocommerce-form,
body.woocommerce-account:not(.logged-in) .wp-block-product-category > .woocommerce .woocommerce-form {
  width: 100%;
  max-width: 620px;
  padding: 30px;
  border: 1px solid #dedede;
}
body.woocommerce-account:not(.logged-in) .container-boxed > .woocommerce .woocommerce-form .form-row-wide, body.woocommerce-account:not(.logged-in) .woocommerce-cart #site-content > .woocommerce > .woocommerce .woocommerce-form .form-row-wide, .woocommerce-cart body.woocommerce-account:not(.logged-in) #site-content > .woocommerce > .woocommerce .woocommerce-form .form-row-wide,
body.woocommerce-account:not(.logged-in) .woocommerce-cart #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-form .form-row-wide,
.woocommerce-cart body.woocommerce-account:not(.logged-in) #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-form .form-row-wide,
body.woocommerce-account:not(.logged-in) .woocommerce-cart #site-content > .wc-block-checkout > .woocommerce .woocommerce-form .form-row-wide,
.woocommerce-cart body.woocommerce-account:not(.logged-in) #site-content > .wc-block-checkout > .woocommerce .woocommerce-form .form-row-wide,
body.woocommerce-account:not(.logged-in) .woocommerce-checkout #site-content > .woocommerce > .woocommerce .woocommerce-form .form-row-wide,
.woocommerce-checkout body.woocommerce-account:not(.logged-in) #site-content > .woocommerce > .woocommerce .woocommerce-form .form-row-wide,
body.woocommerce-account:not(.logged-in) .woocommerce-checkout #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-form .form-row-wide,
.woocommerce-checkout body.woocommerce-account:not(.logged-in) #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-form .form-row-wide,
body.woocommerce-account:not(.logged-in) .woocommerce-checkout #site-content > .wc-block-checkout > .woocommerce .woocommerce-form .form-row-wide,
.woocommerce-checkout body.woocommerce-account:not(.logged-in) #site-content > .wc-block-checkout > .woocommerce .woocommerce-form .form-row-wide, body.woocommerce-account:not(.logged-in) .breadcrumbs .rank-math-breadcrumb > .woocommerce .woocommerce-form .form-row-wide, .breadcrumbs body.woocommerce-account:not(.logged-in) .rank-math-breadcrumb > .woocommerce .woocommerce-form .form-row-wide, body.woocommerce-account:not(.logged-in) .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs > .woocommerce .woocommerce-form .form-row-wide, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account:not(.logged-in) .tabs.wc-tabs > .woocommerce .woocommerce-form .form-row-wide, body.woocommerce-account:not(.logged-in) #reviews > .woocommerce .woocommerce-form .form-row-wide,
body.woocommerce-account:not(.logged-in) #tab-additional_information > .woocommerce .woocommerce-form .form-row-wide, body.woocommerce-account:not(.logged-in) body.home .wp-block-pixelperfect-product-description-row > .woocommerce .woocommerce-form .form-row-wide, body.home body.woocommerce-account:not(.logged-in) .wp-block-pixelperfect-product-description-row > .woocommerce .woocommerce-form .form-row-wide, body.woocommerce-account:not(.logged-in) .wp-block-pixelperfect-double-title.alignwide > .woocommerce .woocommerce-form .form-row-wide, body.woocommerce-account:not(.logged-in) .wp-block-pixelperfect-masonry-boxes.alignwide > .woocommerce .woocommerce-form .form-row-wide, body.woocommerce-account:not(.logged-in) .wp-block-pixelperfect-badges-block.alignwide .inner > .woocommerce .woocommerce-form .form-row-wide, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account:not(.logged-in) .inner > .woocommerce .woocommerce-form .form-row-wide, body.woocommerce-account:not(.logged-in) .wp-block-product-on-sale > .woocommerce .woocommerce-form .form-row-wide,
body.woocommerce-account:not(.logged-in) .wp-block-product-category > .woocommerce .woocommerce-form .form-row-wide {
  display: flex;
  flex-direction: column;
}
body.woocommerce-account:not(.logged-in) .container-boxed > .woocommerce .woocommerce-form .form-row-wide input, body.woocommerce-account:not(.logged-in) .woocommerce-cart #site-content > .woocommerce > .woocommerce .woocommerce-form .form-row-wide input, .woocommerce-cart body.woocommerce-account:not(.logged-in) #site-content > .woocommerce > .woocommerce .woocommerce-form .form-row-wide input,
body.woocommerce-account:not(.logged-in) .woocommerce-cart #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-form .form-row-wide input,
.woocommerce-cart body.woocommerce-account:not(.logged-in) #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-form .form-row-wide input,
body.woocommerce-account:not(.logged-in) .woocommerce-cart #site-content > .wc-block-checkout > .woocommerce .woocommerce-form .form-row-wide input,
.woocommerce-cart body.woocommerce-account:not(.logged-in) #site-content > .wc-block-checkout > .woocommerce .woocommerce-form .form-row-wide input,
body.woocommerce-account:not(.logged-in) .woocommerce-checkout #site-content > .woocommerce > .woocommerce .woocommerce-form .form-row-wide input,
.woocommerce-checkout body.woocommerce-account:not(.logged-in) #site-content > .woocommerce > .woocommerce .woocommerce-form .form-row-wide input,
body.woocommerce-account:not(.logged-in) .woocommerce-checkout #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-form .form-row-wide input,
.woocommerce-checkout body.woocommerce-account:not(.logged-in) #site-content > .wp-block-woocommerce-cart > .woocommerce .woocommerce-form .form-row-wide input,
body.woocommerce-account:not(.logged-in) .woocommerce-checkout #site-content > .wc-block-checkout > .woocommerce .woocommerce-form .form-row-wide input,
.woocommerce-checkout body.woocommerce-account:not(.logged-in) #site-content > .wc-block-checkout > .woocommerce .woocommerce-form .form-row-wide input, body.woocommerce-account:not(.logged-in) .breadcrumbs .rank-math-breadcrumb > .woocommerce .woocommerce-form .form-row-wide input, .breadcrumbs body.woocommerce-account:not(.logged-in) .rank-math-breadcrumb > .woocommerce .woocommerce-form .form-row-wide input, body.woocommerce-account:not(.logged-in) .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs > .woocommerce .woocommerce-form .form-row-wide input, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account:not(.logged-in) .tabs.wc-tabs > .woocommerce .woocommerce-form .form-row-wide input, body.woocommerce-account:not(.logged-in) #reviews > .woocommerce .woocommerce-form .form-row-wide input,
body.woocommerce-account:not(.logged-in) #tab-additional_information > .woocommerce .woocommerce-form .form-row-wide input, body.woocommerce-account:not(.logged-in) body.home .wp-block-pixelperfect-product-description-row > .woocommerce .woocommerce-form .form-row-wide input, body.home body.woocommerce-account:not(.logged-in) .wp-block-pixelperfect-product-description-row > .woocommerce .woocommerce-form .form-row-wide input, body.woocommerce-account:not(.logged-in) .wp-block-pixelperfect-double-title.alignwide > .woocommerce .woocommerce-form .form-row-wide input, body.woocommerce-account:not(.logged-in) .wp-block-pixelperfect-masonry-boxes.alignwide > .woocommerce .woocommerce-form .form-row-wide input, body.woocommerce-account:not(.logged-in) .wp-block-pixelperfect-badges-block.alignwide .inner > .woocommerce .woocommerce-form .form-row-wide input, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account:not(.logged-in) .inner > .woocommerce .woocommerce-form .form-row-wide input, body.woocommerce-account:not(.logged-in) .wp-block-product-on-sale > .woocommerce .woocommerce-form .form-row-wide input,
body.woocommerce-account:not(.logged-in) .wp-block-product-category > .woocommerce .woocommerce-form .form-row-wide input {
  width: 100%;
}

/**
GENERAL ACCOUNT
*/
#mailchimp-gdpr-fields {
  display: none !important;
}

body.woocommerce-account #site-content .container-boxed, body.woocommerce-account .woocommerce-cart #site-content > .woocommerce, .woocommerce-cart body.woocommerce-account #site-content > .woocommerce,
body.woocommerce-account .woocommerce-cart #site-content > .wp-block-woocommerce-cart,
.woocommerce-cart body.woocommerce-account #site-content > .wp-block-woocommerce-cart,
body.woocommerce-account .woocommerce-cart #site-content > .wc-block-checkout,
.woocommerce-cart body.woocommerce-account #site-content > .wc-block-checkout,
body.woocommerce-account .woocommerce-checkout #site-content > .woocommerce,
.woocommerce-checkout body.woocommerce-account #site-content > .woocommerce,
body.woocommerce-account .woocommerce-checkout #site-content > .wp-block-woocommerce-cart,
.woocommerce-checkout body.woocommerce-account #site-content > .wp-block-woocommerce-cart,
body.woocommerce-account .woocommerce-checkout #site-content > .wc-block-checkout,
.woocommerce-checkout body.woocommerce-account #site-content > .wc-block-checkout, body.woocommerce-account #site-content .breadcrumbs .rank-math-breadcrumb, .breadcrumbs body.woocommerce-account #site-content .rank-math-breadcrumb, body.woocommerce-account #site-content .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account #site-content .tabs.wc-tabs, body.woocommerce-account #site-content #reviews,
body.woocommerce-account #site-content #tab-additional_information, body.woocommerce-account #site-content body.home .wp-block-pixelperfect-product-description-row, body.home body.woocommerce-account #site-content .wp-block-pixelperfect-product-description-row, body.woocommerce-account #site-content .wp-block-pixelperfect-double-title.alignwide, body.woocommerce-account #site-content .wp-block-pixelperfect-masonry-boxes.alignwide, body.woocommerce-account #site-content .wp-block-pixelperfect-badges-block.alignwide .inner, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account #site-content .inner, body.woocommerce-account #site-content .wp-block-product-on-sale,
body.woocommerce-account #site-content .wp-block-product-category {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media all and (max-width: 650px) {
  body.woocommerce-account #site-content .container-boxed, body.woocommerce-account .woocommerce-cart #site-content > .woocommerce, .woocommerce-cart body.woocommerce-account #site-content > .woocommerce,
  body.woocommerce-account .woocommerce-cart #site-content > .wp-block-woocommerce-cart,
  .woocommerce-cart body.woocommerce-account #site-content > .wp-block-woocommerce-cart,
  body.woocommerce-account .woocommerce-cart #site-content > .wc-block-checkout,
  .woocommerce-cart body.woocommerce-account #site-content > .wc-block-checkout,
  body.woocommerce-account .woocommerce-checkout #site-content > .woocommerce,
  .woocommerce-checkout body.woocommerce-account #site-content > .woocommerce,
  body.woocommerce-account .woocommerce-checkout #site-content > .wp-block-woocommerce-cart,
  .woocommerce-checkout body.woocommerce-account #site-content > .wp-block-woocommerce-cart,
  body.woocommerce-account .woocommerce-checkout #site-content > .wc-block-checkout,
  .woocommerce-checkout body.woocommerce-account #site-content > .wc-block-checkout, body.woocommerce-account #site-content .breadcrumbs .rank-math-breadcrumb, .breadcrumbs body.woocommerce-account #site-content .rank-math-breadcrumb, body.woocommerce-account #site-content .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account #site-content .tabs.wc-tabs, body.woocommerce-account #site-content #reviews,
  body.woocommerce-account #site-content #tab-additional_information, body.woocommerce-account #site-content body.home .wp-block-pixelperfect-product-description-row, body.home body.woocommerce-account #site-content .wp-block-pixelperfect-product-description-row, body.woocommerce-account #site-content .wp-block-pixelperfect-double-title.alignwide, body.woocommerce-account #site-content .wp-block-pixelperfect-masonry-boxes.alignwide, body.woocommerce-account #site-content .wp-block-pixelperfect-badges-block.alignwide .inner, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account #site-content .inner, body.woocommerce-account #site-content .wp-block-product-on-sale,
  body.woocommerce-account #site-content .wp-block-product-category {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body.woocommerce-account #site-content .container-boxed > .woocommerce, body.woocommerce-account .woocommerce-cart #site-content > .woocommerce > .woocommerce, .woocommerce-cart body.woocommerce-account #site-content > .woocommerce > .woocommerce,
  body.woocommerce-account .woocommerce-cart #site-content > .wp-block-woocommerce-cart > .woocommerce,
  .woocommerce-cart body.woocommerce-account #site-content > .wp-block-woocommerce-cart > .woocommerce,
  body.woocommerce-account .woocommerce-cart #site-content > .wc-block-checkout > .woocommerce,
  .woocommerce-cart body.woocommerce-account #site-content > .wc-block-checkout > .woocommerce,
  body.woocommerce-account .woocommerce-checkout #site-content > .woocommerce > .woocommerce,
  .woocommerce-checkout body.woocommerce-account #site-content > .woocommerce > .woocommerce,
  body.woocommerce-account .woocommerce-checkout #site-content > .wp-block-woocommerce-cart > .woocommerce,
  .woocommerce-checkout body.woocommerce-account #site-content > .wp-block-woocommerce-cart > .woocommerce,
  body.woocommerce-account .woocommerce-checkout #site-content > .wc-block-checkout > .woocommerce,
  .woocommerce-checkout body.woocommerce-account #site-content > .wc-block-checkout > .woocommerce, body.woocommerce-account #site-content .breadcrumbs .rank-math-breadcrumb > .woocommerce, .breadcrumbs body.woocommerce-account #site-content .rank-math-breadcrumb > .woocommerce, body.woocommerce-account #site-content .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs > .woocommerce, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account #site-content .tabs.wc-tabs > .woocommerce, body.woocommerce-account #site-content #reviews > .woocommerce,
  body.woocommerce-account #site-content #tab-additional_information > .woocommerce, body.woocommerce-account #site-content body.home .wp-block-pixelperfect-product-description-row > .woocommerce, body.home body.woocommerce-account #site-content .wp-block-pixelperfect-product-description-row > .woocommerce, body.woocommerce-account #site-content .wp-block-pixelperfect-double-title.alignwide > .woocommerce, body.woocommerce-account #site-content .wp-block-pixelperfect-masonry-boxes.alignwide > .woocommerce, body.woocommerce-account #site-content .wp-block-pixelperfect-badges-block.alignwide .inner > .woocommerce, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account #site-content .inner > .woocommerce, body.woocommerce-account #site-content .wp-block-product-on-sale > .woocommerce,
  body.woocommerce-account #site-content .wp-block-product-category > .woocommerce {
    padding: 0 !important;
  }
}
body.woocommerce-account #site-content .container-boxed .woocommerce-customer-details, body.woocommerce-account .woocommerce-cart #site-content > .woocommerce .woocommerce-customer-details, .woocommerce-cart body.woocommerce-account #site-content > .woocommerce .woocommerce-customer-details,
body.woocommerce-account .woocommerce-cart #site-content > .wp-block-woocommerce-cart .woocommerce-customer-details,
.woocommerce-cart body.woocommerce-account #site-content > .wp-block-woocommerce-cart .woocommerce-customer-details,
body.woocommerce-account .woocommerce-cart #site-content > .wc-block-checkout .woocommerce-customer-details,
.woocommerce-cart body.woocommerce-account #site-content > .wc-block-checkout .woocommerce-customer-details,
body.woocommerce-account .woocommerce-checkout #site-content > .woocommerce .woocommerce-customer-details,
.woocommerce-checkout body.woocommerce-account #site-content > .woocommerce .woocommerce-customer-details,
body.woocommerce-account .woocommerce-checkout #site-content > .wp-block-woocommerce-cart .woocommerce-customer-details,
.woocommerce-checkout body.woocommerce-account #site-content > .wp-block-woocommerce-cart .woocommerce-customer-details,
body.woocommerce-account .woocommerce-checkout #site-content > .wc-block-checkout .woocommerce-customer-details,
.woocommerce-checkout body.woocommerce-account #site-content > .wc-block-checkout .woocommerce-customer-details, body.woocommerce-account #site-content .breadcrumbs .rank-math-breadcrumb .woocommerce-customer-details, .breadcrumbs body.woocommerce-account #site-content .rank-math-breadcrumb .woocommerce-customer-details, body.woocommerce-account #site-content .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs .woocommerce-customer-details, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account #site-content .tabs.wc-tabs .woocommerce-customer-details, body.woocommerce-account #site-content #reviews .woocommerce-customer-details,
body.woocommerce-account #site-content #tab-additional_information .woocommerce-customer-details, body.woocommerce-account #site-content body.home .wp-block-pixelperfect-product-description-row .woocommerce-customer-details, body.home body.woocommerce-account #site-content .wp-block-pixelperfect-product-description-row .woocommerce-customer-details, body.woocommerce-account #site-content .wp-block-pixelperfect-double-title.alignwide .woocommerce-customer-details, body.woocommerce-account #site-content .wp-block-pixelperfect-masonry-boxes.alignwide .woocommerce-customer-details, body.woocommerce-account #site-content .wp-block-pixelperfect-badges-block.alignwide .inner .woocommerce-customer-details, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account #site-content .inner .woocommerce-customer-details, body.woocommerce-account #site-content .wp-block-product-on-sale .woocommerce-customer-details,
body.woocommerce-account #site-content .wp-block-product-category .woocommerce-customer-details {
  margin-top: 40px;
}
body.woocommerce-account #site-content .container-boxed fieldset, body.woocommerce-account .woocommerce-cart #site-content > .woocommerce fieldset, .woocommerce-cart body.woocommerce-account #site-content > .woocommerce fieldset,
body.woocommerce-account .woocommerce-cart #site-content > .wp-block-woocommerce-cart fieldset,
.woocommerce-cart body.woocommerce-account #site-content > .wp-block-woocommerce-cart fieldset,
body.woocommerce-account .woocommerce-cart #site-content > .wc-block-checkout fieldset,
.woocommerce-cart body.woocommerce-account #site-content > .wc-block-checkout fieldset,
body.woocommerce-account .woocommerce-checkout #site-content > .woocommerce fieldset,
.woocommerce-checkout body.woocommerce-account #site-content > .woocommerce fieldset,
body.woocommerce-account .woocommerce-checkout #site-content > .wp-block-woocommerce-cart fieldset,
.woocommerce-checkout body.woocommerce-account #site-content > .wp-block-woocommerce-cart fieldset,
body.woocommerce-account .woocommerce-checkout #site-content > .wc-block-checkout fieldset,
.woocommerce-checkout body.woocommerce-account #site-content > .wc-block-checkout fieldset, body.woocommerce-account #site-content .breadcrumbs .rank-math-breadcrumb fieldset, .breadcrumbs body.woocommerce-account #site-content .rank-math-breadcrumb fieldset, body.woocommerce-account #site-content .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs fieldset, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account #site-content .tabs.wc-tabs fieldset, body.woocommerce-account #site-content #reviews fieldset,
body.woocommerce-account #site-content #tab-additional_information fieldset, body.woocommerce-account #site-content body.home .wp-block-pixelperfect-product-description-row fieldset, body.home body.woocommerce-account #site-content .wp-block-pixelperfect-product-description-row fieldset, body.woocommerce-account #site-content .wp-block-pixelperfect-double-title.alignwide fieldset, body.woocommerce-account #site-content .wp-block-pixelperfect-masonry-boxes.alignwide fieldset, body.woocommerce-account #site-content .wp-block-pixelperfect-badges-block.alignwide .inner fieldset, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account #site-content .inner fieldset, body.woocommerce-account #site-content .wp-block-product-on-sale fieldset,
body.woocommerce-account #site-content .wp-block-product-category fieldset {
  padding: 30px 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin: 30px 0;
}
body.woocommerce-account #site-content .container-boxed fieldset legend, body.woocommerce-account .woocommerce-cart #site-content > .woocommerce fieldset legend, .woocommerce-cart body.woocommerce-account #site-content > .woocommerce fieldset legend,
body.woocommerce-account .woocommerce-cart #site-content > .wp-block-woocommerce-cart fieldset legend,
.woocommerce-cart body.woocommerce-account #site-content > .wp-block-woocommerce-cart fieldset legend,
body.woocommerce-account .woocommerce-cart #site-content > .wc-block-checkout fieldset legend,
.woocommerce-cart body.woocommerce-account #site-content > .wc-block-checkout fieldset legend,
body.woocommerce-account .woocommerce-checkout #site-content > .woocommerce fieldset legend,
.woocommerce-checkout body.woocommerce-account #site-content > .woocommerce fieldset legend,
body.woocommerce-account .woocommerce-checkout #site-content > .wp-block-woocommerce-cart fieldset legend,
.woocommerce-checkout body.woocommerce-account #site-content > .wp-block-woocommerce-cart fieldset legend,
body.woocommerce-account .woocommerce-checkout #site-content > .wc-block-checkout fieldset legend,
.woocommerce-checkout body.woocommerce-account #site-content > .wc-block-checkout fieldset legend, body.woocommerce-account #site-content .breadcrumbs .rank-math-breadcrumb fieldset legend, .breadcrumbs body.woocommerce-account #site-content .rank-math-breadcrumb fieldset legend, body.woocommerce-account #site-content .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs fieldset legend, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account #site-content .tabs.wc-tabs fieldset legend, body.woocommerce-account #site-content #reviews fieldset legend,
body.woocommerce-account #site-content #tab-additional_information fieldset legend, body.woocommerce-account #site-content body.home .wp-block-pixelperfect-product-description-row fieldset legend, body.home body.woocommerce-account #site-content .wp-block-pixelperfect-product-description-row fieldset legend, body.woocommerce-account #site-content .wp-block-pixelperfect-double-title.alignwide fieldset legend, body.woocommerce-account #site-content .wp-block-pixelperfect-masonry-boxes.alignwide fieldset legend, body.woocommerce-account #site-content .wp-block-pixelperfect-badges-block.alignwide .inner fieldset legend, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account #site-content .inner fieldset legend, body.woocommerce-account #site-content .wp-block-product-on-sale fieldset legend,
body.woocommerce-account #site-content .wp-block-product-category fieldset legend {
  padding: 8px 20px 8px 0;
  background-color: white;
  font-weight: 100;
}
body.woocommerce-account #site-content .container-boxed fieldset span.password-input input, body.woocommerce-account .woocommerce-cart #site-content > .woocommerce fieldset span.password-input input, .woocommerce-cart body.woocommerce-account #site-content > .woocommerce fieldset span.password-input input,
body.woocommerce-account .woocommerce-cart #site-content > .wp-block-woocommerce-cart fieldset span.password-input input,
.woocommerce-cart body.woocommerce-account #site-content > .wp-block-woocommerce-cart fieldset span.password-input input,
body.woocommerce-account .woocommerce-cart #site-content > .wc-block-checkout fieldset span.password-input input,
.woocommerce-cart body.woocommerce-account #site-content > .wc-block-checkout fieldset span.password-input input,
body.woocommerce-account .woocommerce-checkout #site-content > .woocommerce fieldset span.password-input input,
.woocommerce-checkout body.woocommerce-account #site-content > .woocommerce fieldset span.password-input input,
body.woocommerce-account .woocommerce-checkout #site-content > .wp-block-woocommerce-cart fieldset span.password-input input,
.woocommerce-checkout body.woocommerce-account #site-content > .wp-block-woocommerce-cart fieldset span.password-input input,
body.woocommerce-account .woocommerce-checkout #site-content > .wc-block-checkout fieldset span.password-input input,
.woocommerce-checkout body.woocommerce-account #site-content > .wc-block-checkout fieldset span.password-input input, body.woocommerce-account #site-content .breadcrumbs .rank-math-breadcrumb fieldset span.password-input input, .breadcrumbs body.woocommerce-account #site-content .rank-math-breadcrumb fieldset span.password-input input, body.woocommerce-account #site-content .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs fieldset span.password-input input, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account #site-content .tabs.wc-tabs fieldset span.password-input input, body.woocommerce-account #site-content #reviews fieldset span.password-input input,
body.woocommerce-account #site-content #tab-additional_information fieldset span.password-input input, body.woocommerce-account #site-content body.home .wp-block-pixelperfect-product-description-row fieldset span.password-input input, body.home body.woocommerce-account #site-content .wp-block-pixelperfect-product-description-row fieldset span.password-input input, body.woocommerce-account #site-content .wp-block-pixelperfect-double-title.alignwide fieldset span.password-input input, body.woocommerce-account #site-content .wp-block-pixelperfect-masonry-boxes.alignwide fieldset span.password-input input, body.woocommerce-account #site-content .wp-block-pixelperfect-badges-block.alignwide .inner fieldset span.password-input input, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account #site-content .inner fieldset span.password-input input, body.woocommerce-account #site-content .wp-block-product-on-sale fieldset span.password-input input,
body.woocommerce-account #site-content .wp-block-product-category fieldset span.password-input input {
  width: 100%;
  max-width: 520px;
}
body.woocommerce-account #site-content .container-boxed p:not(.form-row) button[type=submit], body.woocommerce-account .woocommerce-cart #site-content > .woocommerce p:not(.form-row) button[type=submit], .woocommerce-cart body.woocommerce-account #site-content > .woocommerce p:not(.form-row) button[type=submit],
body.woocommerce-account .woocommerce-cart #site-content > .wp-block-woocommerce-cart p:not(.form-row) button[type=submit],
.woocommerce-cart body.woocommerce-account #site-content > .wp-block-woocommerce-cart p:not(.form-row) button[type=submit],
body.woocommerce-account .woocommerce-cart #site-content > .wc-block-checkout p:not(.form-row) button[type=submit],
.woocommerce-cart body.woocommerce-account #site-content > .wc-block-checkout p:not(.form-row) button[type=submit],
body.woocommerce-account .woocommerce-checkout #site-content > .woocommerce p:not(.form-row) button[type=submit],
.woocommerce-checkout body.woocommerce-account #site-content > .woocommerce p:not(.form-row) button[type=submit],
body.woocommerce-account .woocommerce-checkout #site-content > .wp-block-woocommerce-cart p:not(.form-row) button[type=submit],
.woocommerce-checkout body.woocommerce-account #site-content > .wp-block-woocommerce-cart p:not(.form-row) button[type=submit],
body.woocommerce-account .woocommerce-checkout #site-content > .wc-block-checkout p:not(.form-row) button[type=submit],
.woocommerce-checkout body.woocommerce-account #site-content > .wc-block-checkout p:not(.form-row) button[type=submit], body.woocommerce-account #site-content .breadcrumbs .rank-math-breadcrumb p:not(.form-row) button[type=submit], .breadcrumbs body.woocommerce-account #site-content .rank-math-breadcrumb p:not(.form-row) button[type=submit], body.woocommerce-account #site-content .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs p:not(.form-row) button[type=submit], .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account #site-content .tabs.wc-tabs p:not(.form-row) button[type=submit], body.woocommerce-account #site-content #reviews p:not(.form-row) button[type=submit],
body.woocommerce-account #site-content #tab-additional_information p:not(.form-row) button[type=submit], body.woocommerce-account #site-content body.home .wp-block-pixelperfect-product-description-row p:not(.form-row) button[type=submit], body.home body.woocommerce-account #site-content .wp-block-pixelperfect-product-description-row p:not(.form-row) button[type=submit], body.woocommerce-account #site-content .wp-block-pixelperfect-double-title.alignwide p:not(.form-row) button[type=submit], body.woocommerce-account #site-content .wp-block-pixelperfect-masonry-boxes.alignwide p:not(.form-row) button[type=submit], body.woocommerce-account #site-content .wp-block-pixelperfect-badges-block.alignwide .inner p:not(.form-row) button[type=submit], .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account #site-content .inner p:not(.form-row) button[type=submit], body.woocommerce-account #site-content .wp-block-product-on-sale p:not(.form-row) button[type=submit],
body.woocommerce-account #site-content .wp-block-product-category p:not(.form-row) button[type=submit] {
  margin-top: 40px;
}
body.woocommerce-account #site-content .container-boxed .woocommerce-form-row, body.woocommerce-account .woocommerce-cart #site-content > .woocommerce .woocommerce-form-row, .woocommerce-cart body.woocommerce-account #site-content > .woocommerce .woocommerce-form-row,
body.woocommerce-account .woocommerce-cart #site-content > .wp-block-woocommerce-cart .woocommerce-form-row,
.woocommerce-cart body.woocommerce-account #site-content > .wp-block-woocommerce-cart .woocommerce-form-row,
body.woocommerce-account .woocommerce-cart #site-content > .wc-block-checkout .woocommerce-form-row,
.woocommerce-cart body.woocommerce-account #site-content > .wc-block-checkout .woocommerce-form-row,
body.woocommerce-account .woocommerce-checkout #site-content > .woocommerce .woocommerce-form-row,
.woocommerce-checkout body.woocommerce-account #site-content > .woocommerce .woocommerce-form-row,
body.woocommerce-account .woocommerce-checkout #site-content > .wp-block-woocommerce-cart .woocommerce-form-row,
.woocommerce-checkout body.woocommerce-account #site-content > .wp-block-woocommerce-cart .woocommerce-form-row,
body.woocommerce-account .woocommerce-checkout #site-content > .wc-block-checkout .woocommerce-form-row,
.woocommerce-checkout body.woocommerce-account #site-content > .wc-block-checkout .woocommerce-form-row, body.woocommerce-account #site-content .breadcrumbs .rank-math-breadcrumb .woocommerce-form-row, .breadcrumbs body.woocommerce-account #site-content .rank-math-breadcrumb .woocommerce-form-row, body.woocommerce-account #site-content .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs .woocommerce-form-row, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account #site-content .tabs.wc-tabs .woocommerce-form-row, body.woocommerce-account #site-content #reviews .woocommerce-form-row,
body.woocommerce-account #site-content #tab-additional_information .woocommerce-form-row, body.woocommerce-account #site-content body.home .wp-block-pixelperfect-product-description-row .woocommerce-form-row, body.home body.woocommerce-account #site-content .wp-block-pixelperfect-product-description-row .woocommerce-form-row, body.woocommerce-account #site-content .wp-block-pixelperfect-double-title.alignwide .woocommerce-form-row, body.woocommerce-account #site-content .wp-block-pixelperfect-masonry-boxes.alignwide .woocommerce-form-row, body.woocommerce-account #site-content .wp-block-pixelperfect-badges-block.alignwide .inner .woocommerce-form-row, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account #site-content .inner .woocommerce-form-row, body.woocommerce-account #site-content .wp-block-product-on-sale .woocommerce-form-row,
body.woocommerce-account #site-content .wp-block-product-category .woocommerce-form-row {
  margin-bottom: 20px;
}
body.woocommerce-account #site-content .container-boxed input + span em, body.woocommerce-account .woocommerce-cart #site-content > .woocommerce input + span em, .woocommerce-cart body.woocommerce-account #site-content > .woocommerce input + span em,
body.woocommerce-account .woocommerce-cart #site-content > .wp-block-woocommerce-cart input + span em,
.woocommerce-cart body.woocommerce-account #site-content > .wp-block-woocommerce-cart input + span em,
body.woocommerce-account .woocommerce-cart #site-content > .wc-block-checkout input + span em,
.woocommerce-cart body.woocommerce-account #site-content > .wc-block-checkout input + span em,
body.woocommerce-account .woocommerce-checkout #site-content > .woocommerce input + span em,
.woocommerce-checkout body.woocommerce-account #site-content > .woocommerce input + span em,
body.woocommerce-account .woocommerce-checkout #site-content > .wp-block-woocommerce-cart input + span em,
.woocommerce-checkout body.woocommerce-account #site-content > .wp-block-woocommerce-cart input + span em,
body.woocommerce-account .woocommerce-checkout #site-content > .wc-block-checkout input + span em,
.woocommerce-checkout body.woocommerce-account #site-content > .wc-block-checkout input + span em, body.woocommerce-account #site-content .breadcrumbs .rank-math-breadcrumb input + span em, .breadcrumbs body.woocommerce-account #site-content .rank-math-breadcrumb input + span em, body.woocommerce-account #site-content .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs input + span em, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account #site-content .tabs.wc-tabs input + span em, body.woocommerce-account #site-content #reviews input + span em,
body.woocommerce-account #site-content #tab-additional_information input + span em, body.woocommerce-account #site-content body.home .wp-block-pixelperfect-product-description-row input + span em, body.home body.woocommerce-account #site-content .wp-block-pixelperfect-product-description-row input + span em, body.woocommerce-account #site-content .wp-block-pixelperfect-double-title.alignwide input + span em, body.woocommerce-account #site-content .wp-block-pixelperfect-masonry-boxes.alignwide input + span em, body.woocommerce-account #site-content .wp-block-pixelperfect-badges-block.alignwide .inner input + span em, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account #site-content .inner input + span em, body.woocommerce-account #site-content .wp-block-product-on-sale input + span em,
body.woocommerce-account #site-content .wp-block-product-category input + span em {
  font-size: 14px;
  color: #999;
  padding: 10px;
}
body.woocommerce-account #site-content .container-boxed .woocommerce-columns.woocommerce-columns--2, body.woocommerce-account .woocommerce-cart #site-content > .woocommerce .woocommerce-columns.woocommerce-columns--2, .woocommerce-cart body.woocommerce-account #site-content > .woocommerce .woocommerce-columns.woocommerce-columns--2,
body.woocommerce-account .woocommerce-cart #site-content > .wp-block-woocommerce-cart .woocommerce-columns.woocommerce-columns--2,
.woocommerce-cart body.woocommerce-account #site-content > .wp-block-woocommerce-cart .woocommerce-columns.woocommerce-columns--2,
body.woocommerce-account .woocommerce-cart #site-content > .wc-block-checkout .woocommerce-columns.woocommerce-columns--2,
.woocommerce-cart body.woocommerce-account #site-content > .wc-block-checkout .woocommerce-columns.woocommerce-columns--2,
body.woocommerce-account .woocommerce-checkout #site-content > .woocommerce .woocommerce-columns.woocommerce-columns--2,
.woocommerce-checkout body.woocommerce-account #site-content > .woocommerce .woocommerce-columns.woocommerce-columns--2,
body.woocommerce-account .woocommerce-checkout #site-content > .wp-block-woocommerce-cart .woocommerce-columns.woocommerce-columns--2,
.woocommerce-checkout body.woocommerce-account #site-content > .wp-block-woocommerce-cart .woocommerce-columns.woocommerce-columns--2,
body.woocommerce-account .woocommerce-checkout #site-content > .wc-block-checkout .woocommerce-columns.woocommerce-columns--2,
.woocommerce-checkout body.woocommerce-account #site-content > .wc-block-checkout .woocommerce-columns.woocommerce-columns--2, body.woocommerce-account #site-content .breadcrumbs .rank-math-breadcrumb .woocommerce-columns.woocommerce-columns--2, .breadcrumbs body.woocommerce-account #site-content .rank-math-breadcrumb .woocommerce-columns.woocommerce-columns--2, body.woocommerce-account #site-content .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs .woocommerce-columns.woocommerce-columns--2, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account #site-content .tabs.wc-tabs .woocommerce-columns.woocommerce-columns--2, body.woocommerce-account #site-content #reviews .woocommerce-columns.woocommerce-columns--2,
body.woocommerce-account #site-content #tab-additional_information .woocommerce-columns.woocommerce-columns--2, body.woocommerce-account #site-content body.home .wp-block-pixelperfect-product-description-row .woocommerce-columns.woocommerce-columns--2, body.home body.woocommerce-account #site-content .wp-block-pixelperfect-product-description-row .woocommerce-columns.woocommerce-columns--2, body.woocommerce-account #site-content .wp-block-pixelperfect-double-title.alignwide .woocommerce-columns.woocommerce-columns--2, body.woocommerce-account #site-content .wp-block-pixelperfect-masonry-boxes.alignwide .woocommerce-columns.woocommerce-columns--2, body.woocommerce-account #site-content .wp-block-pixelperfect-badges-block.alignwide .inner .woocommerce-columns.woocommerce-columns--2, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account #site-content .inner .woocommerce-columns.woocommerce-columns--2, body.woocommerce-account #site-content .wp-block-product-on-sale .woocommerce-columns.woocommerce-columns--2,
body.woocommerce-account #site-content .wp-block-product-category .woocommerce-columns.woocommerce-columns--2 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
body.woocommerce-account #site-content .container-boxed .woocommerce-columns.woocommerce-columns--2 .woocommerce-column, body.woocommerce-account .woocommerce-cart #site-content > .woocommerce .woocommerce-columns.woocommerce-columns--2 .woocommerce-column, .woocommerce-cart body.woocommerce-account #site-content > .woocommerce .woocommerce-columns.woocommerce-columns--2 .woocommerce-column,
body.woocommerce-account .woocommerce-cart #site-content > .wp-block-woocommerce-cart .woocommerce-columns.woocommerce-columns--2 .woocommerce-column,
.woocommerce-cart body.woocommerce-account #site-content > .wp-block-woocommerce-cart .woocommerce-columns.woocommerce-columns--2 .woocommerce-column,
body.woocommerce-account .woocommerce-cart #site-content > .wc-block-checkout .woocommerce-columns.woocommerce-columns--2 .woocommerce-column,
.woocommerce-cart body.woocommerce-account #site-content > .wc-block-checkout .woocommerce-columns.woocommerce-columns--2 .woocommerce-column,
body.woocommerce-account .woocommerce-checkout #site-content > .woocommerce .woocommerce-columns.woocommerce-columns--2 .woocommerce-column,
.woocommerce-checkout body.woocommerce-account #site-content > .woocommerce .woocommerce-columns.woocommerce-columns--2 .woocommerce-column,
body.woocommerce-account .woocommerce-checkout #site-content > .wp-block-woocommerce-cart .woocommerce-columns.woocommerce-columns--2 .woocommerce-column,
.woocommerce-checkout body.woocommerce-account #site-content > .wp-block-woocommerce-cart .woocommerce-columns.woocommerce-columns--2 .woocommerce-column,
body.woocommerce-account .woocommerce-checkout #site-content > .wc-block-checkout .woocommerce-columns.woocommerce-columns--2 .woocommerce-column,
.woocommerce-checkout body.woocommerce-account #site-content > .wc-block-checkout .woocommerce-columns.woocommerce-columns--2 .woocommerce-column, body.woocommerce-account #site-content .breadcrumbs .rank-math-breadcrumb .woocommerce-columns.woocommerce-columns--2 .woocommerce-column, .breadcrumbs body.woocommerce-account #site-content .rank-math-breadcrumb .woocommerce-columns.woocommerce-columns--2 .woocommerce-column, body.woocommerce-account #site-content .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs .woocommerce-columns.woocommerce-columns--2 .woocommerce-column, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account #site-content .tabs.wc-tabs .woocommerce-columns.woocommerce-columns--2 .woocommerce-column, body.woocommerce-account #site-content #reviews .woocommerce-columns.woocommerce-columns--2 .woocommerce-column,
body.woocommerce-account #site-content #tab-additional_information .woocommerce-columns.woocommerce-columns--2 .woocommerce-column, body.woocommerce-account #site-content body.home .wp-block-pixelperfect-product-description-row .woocommerce-columns.woocommerce-columns--2 .woocommerce-column, body.home body.woocommerce-account #site-content .wp-block-pixelperfect-product-description-row .woocommerce-columns.woocommerce-columns--2 .woocommerce-column, body.woocommerce-account #site-content .wp-block-pixelperfect-double-title.alignwide .woocommerce-columns.woocommerce-columns--2 .woocommerce-column, body.woocommerce-account #site-content .wp-block-pixelperfect-masonry-boxes.alignwide .woocommerce-columns.woocommerce-columns--2 .woocommerce-column, body.woocommerce-account #site-content .wp-block-pixelperfect-badges-block.alignwide .inner .woocommerce-columns.woocommerce-columns--2 .woocommerce-column, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account #site-content .inner .woocommerce-columns.woocommerce-columns--2 .woocommerce-column, body.woocommerce-account #site-content .wp-block-product-on-sale .woocommerce-columns.woocommerce-columns--2 .woocommerce-column,
body.woocommerce-account #site-content .wp-block-product-category .woocommerce-columns.woocommerce-columns--2 .woocommerce-column {
  max-width: 350px;
  width: 100%;
  padding: 30px;
  border: 1px solid #dedede;
  border-radius: 10px;
}
body.woocommerce-account #site-content .container-boxed address, body.woocommerce-account .woocommerce-cart #site-content > .woocommerce address, .woocommerce-cart body.woocommerce-account #site-content > .woocommerce address,
body.woocommerce-account .woocommerce-cart #site-content > .wp-block-woocommerce-cart address,
.woocommerce-cart body.woocommerce-account #site-content > .wp-block-woocommerce-cart address,
body.woocommerce-account .woocommerce-cart #site-content > .wc-block-checkout address,
.woocommerce-cart body.woocommerce-account #site-content > .wc-block-checkout address,
body.woocommerce-account .woocommerce-checkout #site-content > .woocommerce address,
.woocommerce-checkout body.woocommerce-account #site-content > .woocommerce address,
body.woocommerce-account .woocommerce-checkout #site-content > .wp-block-woocommerce-cart address,
.woocommerce-checkout body.woocommerce-account #site-content > .wp-block-woocommerce-cart address,
body.woocommerce-account .woocommerce-checkout #site-content > .wc-block-checkout address,
.woocommerce-checkout body.woocommerce-account #site-content > .wc-block-checkout address, body.woocommerce-account #site-content .breadcrumbs .rank-math-breadcrumb address, .breadcrumbs body.woocommerce-account #site-content .rank-math-breadcrumb address, body.woocommerce-account #site-content .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs address, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account #site-content .tabs.wc-tabs address, body.woocommerce-account #site-content #reviews address,
body.woocommerce-account #site-content #tab-additional_information address, body.woocommerce-account #site-content body.home .wp-block-pixelperfect-product-description-row address, body.home body.woocommerce-account #site-content .wp-block-pixelperfect-product-description-row address, body.woocommerce-account #site-content .wp-block-pixelperfect-double-title.alignwide address, body.woocommerce-account #site-content .wp-block-pixelperfect-masonry-boxes.alignwide address, body.woocommerce-account #site-content .wp-block-pixelperfect-badges-block.alignwide .inner address, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account #site-content .inner address, body.woocommerce-account #site-content .wp-block-product-on-sale address,
body.woocommerce-account #site-content .wp-block-product-category address {
  line-height: 1.6;
}
body.woocommerce-account #site-content .container-boxed .woocommerce-form, body.woocommerce-account .woocommerce-cart #site-content > .woocommerce .woocommerce-form, .woocommerce-cart body.woocommerce-account #site-content > .woocommerce .woocommerce-form,
body.woocommerce-account .woocommerce-cart #site-content > .wp-block-woocommerce-cart .woocommerce-form,
.woocommerce-cart body.woocommerce-account #site-content > .wp-block-woocommerce-cart .woocommerce-form,
body.woocommerce-account .woocommerce-cart #site-content > .wc-block-checkout .woocommerce-form,
.woocommerce-cart body.woocommerce-account #site-content > .wc-block-checkout .woocommerce-form,
body.woocommerce-account .woocommerce-checkout #site-content > .woocommerce .woocommerce-form,
.woocommerce-checkout body.woocommerce-account #site-content > .woocommerce .woocommerce-form,
body.woocommerce-account .woocommerce-checkout #site-content > .wp-block-woocommerce-cart .woocommerce-form,
.woocommerce-checkout body.woocommerce-account #site-content > .wp-block-woocommerce-cart .woocommerce-form,
body.woocommerce-account .woocommerce-checkout #site-content > .wc-block-checkout .woocommerce-form,
.woocommerce-checkout body.woocommerce-account #site-content > .wc-block-checkout .woocommerce-form, body.woocommerce-account #site-content .breadcrumbs .rank-math-breadcrumb .woocommerce-form, .breadcrumbs body.woocommerce-account #site-content .rank-math-breadcrumb .woocommerce-form, body.woocommerce-account #site-content .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs .woocommerce-form, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account #site-content .tabs.wc-tabs .woocommerce-form, body.woocommerce-account #site-content #reviews .woocommerce-form,
body.woocommerce-account #site-content #tab-additional_information .woocommerce-form, body.woocommerce-account #site-content body.home .wp-block-pixelperfect-product-description-row .woocommerce-form, body.home body.woocommerce-account #site-content .wp-block-pixelperfect-product-description-row .woocommerce-form, body.woocommerce-account #site-content .wp-block-pixelperfect-double-title.alignwide .woocommerce-form, body.woocommerce-account #site-content .wp-block-pixelperfect-masonry-boxes.alignwide .woocommerce-form, body.woocommerce-account #site-content .wp-block-pixelperfect-badges-block.alignwide .inner .woocommerce-form, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account #site-content .inner .woocommerce-form, body.woocommerce-account #site-content .wp-block-product-on-sale .woocommerce-form,
body.woocommerce-account #site-content .wp-block-product-category .woocommerce-form {
  width: 100%;
  max-width: 620px;
  padding: 30px;
  border: 1px solid #dedede;
}
body.woocommerce-account #site-content .container-boxed .woocommerce-form .form-row-wide, body.woocommerce-account .woocommerce-cart #site-content > .woocommerce .woocommerce-form .form-row-wide, .woocommerce-cart body.woocommerce-account #site-content > .woocommerce .woocommerce-form .form-row-wide,
body.woocommerce-account .woocommerce-cart #site-content > .wp-block-woocommerce-cart .woocommerce-form .form-row-wide,
.woocommerce-cart body.woocommerce-account #site-content > .wp-block-woocommerce-cart .woocommerce-form .form-row-wide,
body.woocommerce-account .woocommerce-cart #site-content > .wc-block-checkout .woocommerce-form .form-row-wide,
.woocommerce-cart body.woocommerce-account #site-content > .wc-block-checkout .woocommerce-form .form-row-wide,
body.woocommerce-account .woocommerce-checkout #site-content > .woocommerce .woocommerce-form .form-row-wide,
.woocommerce-checkout body.woocommerce-account #site-content > .woocommerce .woocommerce-form .form-row-wide,
body.woocommerce-account .woocommerce-checkout #site-content > .wp-block-woocommerce-cart .woocommerce-form .form-row-wide,
.woocommerce-checkout body.woocommerce-account #site-content > .wp-block-woocommerce-cart .woocommerce-form .form-row-wide,
body.woocommerce-account .woocommerce-checkout #site-content > .wc-block-checkout .woocommerce-form .form-row-wide,
.woocommerce-checkout body.woocommerce-account #site-content > .wc-block-checkout .woocommerce-form .form-row-wide, body.woocommerce-account #site-content .breadcrumbs .rank-math-breadcrumb .woocommerce-form .form-row-wide, .breadcrumbs body.woocommerce-account #site-content .rank-math-breadcrumb .woocommerce-form .form-row-wide, body.woocommerce-account #site-content .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs .woocommerce-form .form-row-wide, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account #site-content .tabs.wc-tabs .woocommerce-form .form-row-wide, body.woocommerce-account #site-content #reviews .woocommerce-form .form-row-wide,
body.woocommerce-account #site-content #tab-additional_information .woocommerce-form .form-row-wide, body.woocommerce-account #site-content body.home .wp-block-pixelperfect-product-description-row .woocommerce-form .form-row-wide, body.home body.woocommerce-account #site-content .wp-block-pixelperfect-product-description-row .woocommerce-form .form-row-wide, body.woocommerce-account #site-content .wp-block-pixelperfect-double-title.alignwide .woocommerce-form .form-row-wide, body.woocommerce-account #site-content .wp-block-pixelperfect-masonry-boxes.alignwide .woocommerce-form .form-row-wide, body.woocommerce-account #site-content .wp-block-pixelperfect-badges-block.alignwide .inner .woocommerce-form .form-row-wide, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account #site-content .inner .woocommerce-form .form-row-wide, body.woocommerce-account #site-content .wp-block-product-on-sale .woocommerce-form .form-row-wide,
body.woocommerce-account #site-content .wp-block-product-category .woocommerce-form .form-row-wide {
  display: flex;
  flex-direction: column;
}
body.woocommerce-account #site-content .container-boxed .woocommerce-form .form-row-wide input, body.woocommerce-account .woocommerce-cart #site-content > .woocommerce .woocommerce-form .form-row-wide input, .woocommerce-cart body.woocommerce-account #site-content > .woocommerce .woocommerce-form .form-row-wide input,
body.woocommerce-account .woocommerce-cart #site-content > .wp-block-woocommerce-cart .woocommerce-form .form-row-wide input,
.woocommerce-cart body.woocommerce-account #site-content > .wp-block-woocommerce-cart .woocommerce-form .form-row-wide input,
body.woocommerce-account .woocommerce-cart #site-content > .wc-block-checkout .woocommerce-form .form-row-wide input,
.woocommerce-cart body.woocommerce-account #site-content > .wc-block-checkout .woocommerce-form .form-row-wide input,
body.woocommerce-account .woocommerce-checkout #site-content > .woocommerce .woocommerce-form .form-row-wide input,
.woocommerce-checkout body.woocommerce-account #site-content > .woocommerce .woocommerce-form .form-row-wide input,
body.woocommerce-account .woocommerce-checkout #site-content > .wp-block-woocommerce-cart .woocommerce-form .form-row-wide input,
.woocommerce-checkout body.woocommerce-account #site-content > .wp-block-woocommerce-cart .woocommerce-form .form-row-wide input,
body.woocommerce-account .woocommerce-checkout #site-content > .wc-block-checkout .woocommerce-form .form-row-wide input,
.woocommerce-checkout body.woocommerce-account #site-content > .wc-block-checkout .woocommerce-form .form-row-wide input, body.woocommerce-account #site-content .breadcrumbs .rank-math-breadcrumb .woocommerce-form .form-row-wide input, .breadcrumbs body.woocommerce-account #site-content .rank-math-breadcrumb .woocommerce-form .form-row-wide input, body.woocommerce-account #site-content .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs .woocommerce-form .form-row-wide input, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account #site-content .tabs.wc-tabs .woocommerce-form .form-row-wide input, body.woocommerce-account #site-content #reviews .woocommerce-form .form-row-wide input,
body.woocommerce-account #site-content #tab-additional_information .woocommerce-form .form-row-wide input, body.woocommerce-account #site-content body.home .wp-block-pixelperfect-product-description-row .woocommerce-form .form-row-wide input, body.home body.woocommerce-account #site-content .wp-block-pixelperfect-product-description-row .woocommerce-form .form-row-wide input, body.woocommerce-account #site-content .wp-block-pixelperfect-double-title.alignwide .woocommerce-form .form-row-wide input, body.woocommerce-account #site-content .wp-block-pixelperfect-masonry-boxes.alignwide .woocommerce-form .form-row-wide input, body.woocommerce-account #site-content .wp-block-pixelperfect-badges-block.alignwide .inner .woocommerce-form .form-row-wide input, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account #site-content .inner .woocommerce-form .form-row-wide input, body.woocommerce-account #site-content .wp-block-product-on-sale .woocommerce-form .form-row-wide input,
body.woocommerce-account #site-content .wp-block-product-category .woocommerce-form .form-row-wide input {
  width: 100%;
}
body.woocommerce-account #site-content .container-boxed .woocommerce-EditAccountForm .woocommerce-form-row, body.woocommerce-account .woocommerce-cart #site-content > .woocommerce .woocommerce-EditAccountForm .woocommerce-form-row, .woocommerce-cart body.woocommerce-account #site-content > .woocommerce .woocommerce-EditAccountForm .woocommerce-form-row,
body.woocommerce-account .woocommerce-cart #site-content > .wp-block-woocommerce-cart .woocommerce-EditAccountForm .woocommerce-form-row,
.woocommerce-cart body.woocommerce-account #site-content > .wp-block-woocommerce-cart .woocommerce-EditAccountForm .woocommerce-form-row,
body.woocommerce-account .woocommerce-cart #site-content > .wc-block-checkout .woocommerce-EditAccountForm .woocommerce-form-row,
.woocommerce-cart body.woocommerce-account #site-content > .wc-block-checkout .woocommerce-EditAccountForm .woocommerce-form-row,
body.woocommerce-account .woocommerce-checkout #site-content > .woocommerce .woocommerce-EditAccountForm .woocommerce-form-row,
.woocommerce-checkout body.woocommerce-account #site-content > .woocommerce .woocommerce-EditAccountForm .woocommerce-form-row,
body.woocommerce-account .woocommerce-checkout #site-content > .wp-block-woocommerce-cart .woocommerce-EditAccountForm .woocommerce-form-row,
.woocommerce-checkout body.woocommerce-account #site-content > .wp-block-woocommerce-cart .woocommerce-EditAccountForm .woocommerce-form-row,
body.woocommerce-account .woocommerce-checkout #site-content > .wc-block-checkout .woocommerce-EditAccountForm .woocommerce-form-row,
.woocommerce-checkout body.woocommerce-account #site-content > .wc-block-checkout .woocommerce-EditAccountForm .woocommerce-form-row, body.woocommerce-account #site-content .breadcrumbs .rank-math-breadcrumb .woocommerce-EditAccountForm .woocommerce-form-row, .breadcrumbs body.woocommerce-account #site-content .rank-math-breadcrumb .woocommerce-EditAccountForm .woocommerce-form-row, body.woocommerce-account #site-content .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs .woocommerce-EditAccountForm .woocommerce-form-row, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account #site-content .tabs.wc-tabs .woocommerce-EditAccountForm .woocommerce-form-row, body.woocommerce-account #site-content #reviews .woocommerce-EditAccountForm .woocommerce-form-row,
body.woocommerce-account #site-content #tab-additional_information .woocommerce-EditAccountForm .woocommerce-form-row, body.woocommerce-account #site-content body.home .wp-block-pixelperfect-product-description-row .woocommerce-EditAccountForm .woocommerce-form-row, body.home body.woocommerce-account #site-content .wp-block-pixelperfect-product-description-row .woocommerce-EditAccountForm .woocommerce-form-row, body.woocommerce-account #site-content .wp-block-pixelperfect-double-title.alignwide .woocommerce-EditAccountForm .woocommerce-form-row, body.woocommerce-account #site-content .wp-block-pixelperfect-masonry-boxes.alignwide .woocommerce-EditAccountForm .woocommerce-form-row, body.woocommerce-account #site-content .wp-block-pixelperfect-badges-block.alignwide .inner .woocommerce-EditAccountForm .woocommerce-form-row, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account #site-content .inner .woocommerce-EditAccountForm .woocommerce-form-row, body.woocommerce-account #site-content .wp-block-product-on-sale .woocommerce-EditAccountForm .woocommerce-form-row,
body.woocommerce-account #site-content .wp-block-product-category .woocommerce-EditAccountForm .woocommerce-form-row {
  display: flex;
  flex-direction: column;
}
body.woocommerce-account #site-content .container-boxed .woocommerce-EditAccountForm .woocommerce-form-row label + input, body.woocommerce-account .woocommerce-cart #site-content > .woocommerce .woocommerce-EditAccountForm .woocommerce-form-row label + input, .woocommerce-cart body.woocommerce-account #site-content > .woocommerce .woocommerce-EditAccountForm .woocommerce-form-row label + input,
body.woocommerce-account .woocommerce-cart #site-content > .wp-block-woocommerce-cart .woocommerce-EditAccountForm .woocommerce-form-row label + input,
.woocommerce-cart body.woocommerce-account #site-content > .wp-block-woocommerce-cart .woocommerce-EditAccountForm .woocommerce-form-row label + input,
body.woocommerce-account .woocommerce-cart #site-content > .wc-block-checkout .woocommerce-EditAccountForm .woocommerce-form-row label + input,
.woocommerce-cart body.woocommerce-account #site-content > .wc-block-checkout .woocommerce-EditAccountForm .woocommerce-form-row label + input,
body.woocommerce-account .woocommerce-checkout #site-content > .woocommerce .woocommerce-EditAccountForm .woocommerce-form-row label + input,
.woocommerce-checkout body.woocommerce-account #site-content > .woocommerce .woocommerce-EditAccountForm .woocommerce-form-row label + input,
body.woocommerce-account .woocommerce-checkout #site-content > .wp-block-woocommerce-cart .woocommerce-EditAccountForm .woocommerce-form-row label + input,
.woocommerce-checkout body.woocommerce-account #site-content > .wp-block-woocommerce-cart .woocommerce-EditAccountForm .woocommerce-form-row label + input,
body.woocommerce-account .woocommerce-checkout #site-content > .wc-block-checkout .woocommerce-EditAccountForm .woocommerce-form-row label + input,
.woocommerce-checkout body.woocommerce-account #site-content > .wc-block-checkout .woocommerce-EditAccountForm .woocommerce-form-row label + input, body.woocommerce-account #site-content .breadcrumbs .rank-math-breadcrumb .woocommerce-EditAccountForm .woocommerce-form-row label + input, .breadcrumbs body.woocommerce-account #site-content .rank-math-breadcrumb .woocommerce-EditAccountForm .woocommerce-form-row label + input, body.woocommerce-account #site-content .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs .woocommerce-EditAccountForm .woocommerce-form-row label + input, .woocommerce-tabs.wc-tabs-wrapper body.woocommerce-account #site-content .tabs.wc-tabs .woocommerce-EditAccountForm .woocommerce-form-row label + input, body.woocommerce-account #site-content #reviews .woocommerce-EditAccountForm .woocommerce-form-row label + input,
body.woocommerce-account #site-content #tab-additional_information .woocommerce-EditAccountForm .woocommerce-form-row label + input, body.woocommerce-account #site-content body.home .wp-block-pixelperfect-product-description-row .woocommerce-EditAccountForm .woocommerce-form-row label + input, body.home body.woocommerce-account #site-content .wp-block-pixelperfect-product-description-row .woocommerce-EditAccountForm .woocommerce-form-row label + input, body.woocommerce-account #site-content .wp-block-pixelperfect-double-title.alignwide .woocommerce-EditAccountForm .woocommerce-form-row label + input, body.woocommerce-account #site-content .wp-block-pixelperfect-masonry-boxes.alignwide .woocommerce-EditAccountForm .woocommerce-form-row label + input, body.woocommerce-account #site-content .wp-block-pixelperfect-badges-block.alignwide .inner .woocommerce-EditAccountForm .woocommerce-form-row label + input, .wp-block-pixelperfect-badges-block.alignwide body.woocommerce-account #site-content .inner .woocommerce-EditAccountForm .woocommerce-form-row label + input, body.woocommerce-account #site-content .wp-block-product-on-sale .woocommerce-EditAccountForm .woocommerce-form-row label + input,
body.woocommerce-account #site-content .wp-block-product-category .woocommerce-EditAccountForm .woocommerce-form-row label + input {
  width: 100%;
  max-width: 520px;
}

.wp-block-woocommerce-product-collection .wc-block-product-template .wc-block-product {
  border: 1px solid #fafafa;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.wp-block-woocommerce-product-collection .wc-block-product-template .wc-block-product .wc-block-components-product-image {
  position: relative;
}
.wp-block-woocommerce-product-collection .wc-block-product-template .wc-block-product .wc-block-components-product-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
}
.wp-block-woocommerce-product-collection .wc-block-product-template .wc-block-product .wc-block-components-product-image img {
  height: 100% !important;
  width: auto;
  object-fit: cover;
  display: block !important;
  vertical-align: middle;
}
.wp-block-woocommerce-product-collection .wc-block-product-template .wc-block-product .wp-block-post-title a {
  color: #20223e;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  padding: 0 20px;
}
.wp-block-woocommerce-product-collection .wc-block-product-template .wc-block-product .wc-block-components-product-button {
  padding: 0 20px;
  margin-top: auto;
}
.wp-block-woocommerce-product-collection .wc-block-product-template .wc-block-product .wc-block-components-product-price {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-woocommerce-product-collection .wc-block-product-template .wc-block-product .wp-block-button__link {
  flex-grow: 1;
  transition: 0.3s;
  position: relative;
  background-color: #f3f4f6;
  border-radius: 5px;
  text-decoration: none;
  color: #20223e;
  width: 100%;
  font-weight: bold;
  font-size: 15px !important;
  padding: 8px 16px;
}
.wp-block-woocommerce-product-collection .wc-block-product-template .wc-block-product .wp-block-button__link:hover {
  background-color: #819467;
  color: white;
}

/*# sourceMappingURL=style.css.map */
