body.phadin-product-card-standardized {
  --phadin-card-green: #07875d;
  --phadin-card-green-dark: #066f4d;
  --phadin-card-orange: #ff6b45;
  --phadin-card-orange-dark: #ef5935;
  --phadin-card-orange-soft: #fff3ee;
  --phadin-card-brown: #64412c;
  --phadin-card-line: #dce8e2;
  --phadin-card-muted: #98a39e;
  --phadin-card-shadow: 0 8px 22px rgba(16, 65, 48, 0.06);
}

html body.phadin-product-card-standardized #main .products.row,
html body.phadin-product-card-standardized #main ul.products,
html body.phadin-product-card-standardized .products.row,
html body.phadin-product-card-standardized ul.products {
  align-items: stretch !important;
}

html body.phadin-product-card-standardized #main .products.row > .product-small.col.product,
html body.phadin-product-card-standardized #main .products.row > .product.col.product,
html body.phadin-product-card-standardized #main ul.products > li.product,
html body.phadin-product-card-standardized .products.row > .product-small.col.product,
html body.phadin-product-card-standardized .products.row > .product.col.product,
html body.phadin-product-card-standardized ul.products > li.product {
  display: flex !important;
  min-width: 0 !important;
  height: auto !important;
  align-items: stretch !important;
}

html body.phadin-product-card-standardized #main .products.row > .product-small.col.product > .col-inner,
html body.phadin-product-card-standardized #main .products.row > .product.col.product > .col-inner,
html body.phadin-product-card-standardized .products.row > .product-small.col.product > .col-inner,
html body.phadin-product-card-standardized .products.row > .product.col.product > .col-inner {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
}

html body.phadin-product-card-standardized #main .products .product-small .phadin-product-card,
html body.phadin-product-card-standardized #main .products .product-small.box,
html body.phadin-product-card-standardized #main ul.products > li.product,
html body.phadin-product-card-standardized .products .product-small .phadin-product-card,
html body.phadin-product-card-standardized .products .product-small.box,
html body.phadin-product-card-standardized ul.products > li.product {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  background: #ffffff !important;
  border: 1px solid var(--phadin-card-line) !important;
  border-radius: 20px !important;
  box-shadow: var(--phadin-card-shadow) !important;
}

html body.phadin-product-card-standardized #main .shop-container .products.row > .product-small.col.product .phadin-product-card .phadin-product-card__image,
html body.phadin-product-card-standardized #main .products .product-small .phadin-product-card__image,
html body.phadin-product-card-standardized #main .products .product-small .box-image,
html body.phadin-product-card-standardized #main ul.products > li.product .woocommerce-loop-product__link,
html body.phadin-product-card-standardized .products .product-small .phadin-product-card__image,
html body.phadin-product-card-standardized .products .product-small .box-image,
html body.phadin-product-card-standardized ul.products > li.product .woocommerce-loop-product__link {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 18px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  background: #ffffff !important;
  border-radius: 20px 20px 0 0 !important;
}

html body.phadin-product-card-standardized #main .shop-container .products.row > .product-small.col.product .phadin-product-card .phadin-product-card__image::after,
html body.phadin-product-card-standardized #main .products .product-small .phadin-product-card__image::after,
html body.phadin-product-card-standardized #main .products .product-small .box-image::after,
html body.phadin-product-card-standardized .products .product-small .phadin-product-card__image::after,
html body.phadin-product-card-standardized .products .product-small .box-image::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 0;
  left: 20px;
  height: 1px;
  background: var(--phadin-card-line);
}

html body.phadin-product-card-standardized #main .products .product-small .box-image > div,
html body.phadin-product-card-standardized #main .products .product-small .box-image > a,
html body.phadin-product-card-standardized #main .products .product-small .box-image picture,
html body.phadin-product-card-standardized #main .products .product-small .box-image .image-zoom,
html body.phadin-product-card-standardized #main .products .product-small .box-image .image-cover,
html body.phadin-product-card-standardized #main .products .product-small .image-fade_in_back,
html body.phadin-product-card-standardized #main .products .product-small .image-tools + a,
html body.phadin-product-card-standardized .products .product-small .box-image > div,
html body.phadin-product-card-standardized .products .product-small .box-image > a,
html body.phadin-product-card-standardized .products .product-small .box-image picture,
html body.phadin-product-card-standardized .products .product-small .box-image .image-zoom,
html body.phadin-product-card-standardized .products .product-small .box-image .image-cover,
html body.phadin-product-card-standardized .products .product-small .image-fade_in_back,
html body.phadin-product-card-standardized .products .product-small .image-tools + a {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

html body.phadin-product-card-standardized #main .products .product-small .box-image > .image-tools,
html body.phadin-product-card-standardized #main .products .product-small .box-image > .grid-tools,
html body.phadin-product-card-standardized .products .product-small .box-image > .image-tools,
html body.phadin-product-card-standardized .products .product-small .box-image > .grid-tools {
  display: none !important;
}

html body.phadin-product-card-standardized #main .shop-container .products.row > .product-small.col.product .phadin-product-card .phadin-product-card__image img,
html body.phadin-product-card-standardized #main .products .product-small .box-image img,
html body.phadin-product-card-standardized #main ul.products > li.product img,
html body.phadin-product-card-standardized .products .product-small .box-image img,
html body.phadin-product-card-standardized ul.products > li.product img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 0 !important;
}

html body.phadin-product-card-standardized #main .products .product-small .image-tools,
html body.phadin-product-card-standardized #main .products .product-small .grid-tools,
html body.phadin-product-card-standardized #main .products .product-small .add-to-cart-grid,
html body.phadin-product-card-standardized #main .products .product-small .add-to-cart-button,
html body.phadin-product-card-standardized .products .product-small .image-tools,
html body.phadin-product-card-standardized .products .product-small .grid-tools,
html body.phadin-product-card-standardized .products .product-small .add-to-cart-grid,
html body.phadin-product-card-standardized .products .product-small .add-to-cart-button {
  display: none !important;
}

html body.phadin-product-card-standardized #main .products .product-small .badge-container,
html body.phadin-product-card-standardized .products .product-small .badge-container {
  top: 10px !important;
  right: 10px !important;
  left: auto !important;
  z-index: 4 !important;
}

html body.phadin-product-card-standardized #main .products .product-small .badge,
html body.phadin-product-card-standardized #main .products .product-small .badge-inner,
html body.phadin-product-card-standardized #main ul.products li.product .onsale,
html body.phadin-product-card-standardized .products .product-small .badge,
html body.phadin-product-card-standardized .products .product-small .badge-inner,
html body.phadin-product-card-standardized ul.products li.product .onsale {
  min-width: 42px !important;
  min-height: 28px !important;
  padding: 6px 8px !important;
  border-radius: 999px !important;
  background: var(--phadin-card-orange) !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
}

html body.phadin-product-card-standardized #main .products .product-small .box-text,
html body.phadin-product-card-standardized #main .products .product-small .box-text-inner,
html body.phadin-product-card-standardized #main ul.products li.product .box-text,
html body.phadin-product-card-standardized .products .product-small .box-text,
html body.phadin-product-card-standardized .products .product-small .box-text-inner,
html body.phadin-product-card-standardized ul.products li.product .box-text {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-width: 0 !important;
  min-height: 0 !important;
  width: 100% !important;
  padding: 0 !important;
  text-align: center !important;
}

html body.phadin-product-card-standardized #main .products .product-small .box-text > :not(.box-text-inner):not(.title-wrapper):not(.price-wrapper):not(.price):not(.name):not(.product-title):not(.woocommerce-loop-product__title):not(.phadin-product-card-actions):not(.phadin-product-card__actions),
html body.phadin-product-card-standardized #main .products .product-small .box-text-inner > :not(.title-wrapper):not(.price-wrapper):not(.price):not(.name):not(.product-title):not(.woocommerce-loop-product__title):not(.phadin-product-card-actions):not(.phadin-product-card__actions),
html body.phadin-product-card-standardized #main .products .product-small .p-tooltip,
html body.phadin-product-card-standardized #main .products .product-small .tooltip-content,
html body.phadin-product-card-standardized #main .products .product-small .price_note,
html body.phadin-product-card-standardized #main .products .product-small .phadin-card-key-facts,
html body.phadin-product-card-standardized #main .products .product-small .phadin-card-key-fact,
html body.phadin-product-card-standardized #main .products .product-small .phadin-mx-card-specs,
html body.phadin-product-card-standardized #main .products .product-small .phadin-mxstcn-card-specs,
html body.phadin-product-card-standardized #main .products .product-small .phadin-mxstcn-card-spec,
html body.phadin-product-card-standardized #main .products .product-small .phadin-ib-spec,
html body.phadin-product-card-standardized #main .products .product-small .phadin-card-spec-hidden,
html body.phadin-product-card-standardized #main .products .product-small .phadin-consult-product {
  display: none !important;
}

html body.phadin-product-card-standardized #main .shop-container .products.row > .product-small.col.product .title-wrapper,
html body.phadin-product-card-standardized #main .products .product-small .title-wrapper,
html body.phadin-product-card-standardized #main ul.products li.product .woocommerce-loop-product__title,
html body.phadin-product-card-standardized .products .product-small .title-wrapper,
html body.phadin-product-card-standardized ul.products li.product .woocommerce-loop-product__title {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  min-height: 50px !important;
  margin: 22px 20px 12px !important;
}

html body.phadin-product-card-standardized #main .shop-container .products.row > .product-small.col.product .phadin-product-card__title,
html body.phadin-product-card-standardized #main .products .product-small .name,
html body.phadin-product-card-standardized #main .products .product-small .product-title,
html body.phadin-product-card-standardized #main .products .product-small .woocommerce-loop-product__title,
html body.phadin-product-card-standardized .products .product-small .name,
html body.phadin-product-card-standardized .products .product-small .product-title,
html body.phadin-product-card-standardized .products .product-small .woocommerce-loop-product__title {
  min-height: 2.8em !important;
  max-height: 2.8em !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: var(--phadin-card-brown) !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-transform: none !important;
}

html body.phadin-product-card-standardized #main .products .product-small .product-title a,
html body.phadin-product-card-standardized #main .products .product-small .name a,
html body.phadin-product-card-standardized #main ul.products li.product .woocommerce-loop-product__title a,
html body.phadin-product-card-standardized .products .product-small .product-title a,
html body.phadin-product-card-standardized .products .product-small .name a,
html body.phadin-product-card-standardized ul.products li.product .woocommerce-loop-product__title a {
  display: -webkit-box !important;
  overflow: hidden !important;
  color: inherit !important;
  font: inherit !important;
  text-align: inherit !important;
  text-decoration: none !important;
  text-transform: none !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

html body.phadin-product-card-standardized #main .shop-container .products.row > .product-small.col.product .price-wrapper,
html body.phadin-product-card-standardized #main .products .product-small .price-wrapper,
html body.phadin-product-card-standardized #main ul.products li.product .price-wrapper,
html body.phadin-product-card-standardized .products .product-small .price-wrapper,
html body.phadin-product-card-standardized ul.products li.product .price-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 52px !important;
  margin: 0 20px 16px !important;
}

html body.phadin-product-card-standardized #main .shop-container .products.row > .product-small.col.product .phadin-product-card__price,
html body.phadin-product-card-standardized #main .products .product-small .price,
html body.phadin-product-card-standardized #main ul.products li.product .price,
html body.phadin-product-card-standardized .products .product-small .price,
html body.phadin-product-card-standardized ul.products li.product .price {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  min-height: 52px !important;
  margin: 0 !important;
  color: #b44e30 !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-transform: none !important;
}

html body.phadin-product-card-standardized #main .products .product-small .price .amount,
html body.phadin-product-card-standardized #main ul.products li.product .price .amount,
html body.phadin-product-card-standardized .products .product-small .price .amount,
html body.phadin-product-card-standardized ul.products li.product .price .amount {
  color: inherit !important;
  font: inherit !important;
}

html body.phadin-product-card-standardized #main .products .product-small .price del,
html body.phadin-product-card-standardized #main ul.products li.product .price del,
html body.phadin-product-card-standardized .products .product-small .price del,
html body.phadin-product-card-standardized ul.products li.product .price del {
  color: var(--phadin-card-muted) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  opacity: 1 !important;
}

html body.phadin-product-card-standardized #main .products .product-small .price ins,
html body.phadin-product-card-standardized #main ul.products li.product .price ins,
html body.phadin-product-card-standardized .products .product-small .price ins,
html body.phadin-product-card-standardized ul.products li.product .price ins {
  color: #b44e30 !important;
  text-decoration: none !important;
}

html body.phadin-product-card-standardized #main .products .product-small .link-anchor,
html body.phadin-product-card-standardized #main ul.products li.product .link-anchor,
html body.phadin-product-card-standardized .products .product-small .link-anchor,
html body.phadin-product-card-standardized ul.products li.product .link-anchor {
  color: #b44e30 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

html body.phadin-product-card-standardized #main .shop-container .products.row > .product-small.col.product .phadin-product-card__actions,
html body.phadin-product-card-standardized #main .products .product-small .phadin-product-card-actions,
html body.phadin-product-card-standardized #main .products .product-small .phadin-product-card__actions,
html body.phadin-product-card-standardized #main ul.products li.product .phadin-product-card-actions,
html body.phadin-product-card-standardized #main ul.products li.product .phadin-product-card__actions,
html body.phadin-product-card-standardized .products .product-small .phadin-product-card-actions,
html body.phadin-product-card-standardized .products .product-small .phadin-product-card__actions,
html body.phadin-product-card-standardized ul.products li.product .phadin-product-card-actions,
html body.phadin-product-card-standardized ul.products li.product .phadin-product-card__actions {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 58px !important;
  gap: 12px !important;
  align-items: stretch !important;
  width: 100% !important;
  margin: auto 0 0 !important;
  padding: 0 20px 20px !important;
  box-sizing: border-box !important;
}

html body.phadin-product-card-standardized #main .products .product-small .phadin-product-card__detail,
html body.phadin-product-card-standardized #main .products .product-small .phadin-product-detail-button,
html body.phadin-product-card-standardized #main ul.products li.product .phadin-product-card__detail,
html body.phadin-product-card-standardized #main ul.products li.product .phadin-product-detail-button,
html body.phadin-product-card-standardized .products .product-small .phadin-product-card__detail,
html body.phadin-product-card-standardized .products .product-small .phadin-product-detail-button,
html body.phadin-product-card-standardized ul.products li.product .phadin-product-card__detail,
html body.phadin-product-card-standardized ul.products li.product .phadin-product-detail-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  width: 100% !important;
  height: 54px !important;
  min-height: 54px !important;
  padding: 0 18px !important;
  box-sizing: border-box !important;
  background: var(--phadin-card-green) !important;
  border: 1px solid var(--phadin-card-green) !important;
  border-radius: 12px !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}

html body.phadin-product-card-standardized #main .products .product-small .phadin-product-card__detail:hover,
html body.phadin-product-card-standardized #main .products .product-small .phadin-product-card__detail:focus-visible,
html body.phadin-product-card-standardized #main .products .product-small .phadin-product-detail-button:hover,
html body.phadin-product-card-standardized #main .products .product-small .phadin-product-detail-button:focus-visible {
  background: var(--phadin-card-green-dark) !important;
  border-color: var(--phadin-card-green-dark) !important;
  color: #ffffff !important;
}

html body.phadin-product-card-standardized #main .products .product-small .phadin-product-card__cart,
html body.phadin-product-card-standardized #main .products .product-small .phadin-product-cart-icon,
html body.phadin-product-card-standardized #main ul.products li.product .phadin-product-card__cart,
html body.phadin-product-card-standardized #main ul.products li.product .phadin-product-cart-icon,
html body.phadin-product-card-standardized .products .product-small .phadin-product-card__cart,
html body.phadin-product-card-standardized .products .product-small .phadin-product-cart-icon,
html body.phadin-product-card-standardized ul.products li.product .phadin-product-card__cart,
html body.phadin-product-card-standardized ul.products li.product .phadin-product-cart-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 58px !important;
  min-width: 58px !important;
  height: 54px !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  background: #ffffff !important;
  border: 2px solid var(--phadin-card-orange) !important;
  border-radius: 12px !important;
  color: var(--phadin-card-orange) !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-transform: none !important;
  box-shadow: none !important;
}

html body.phadin-product-card-standardized #main .products .product-small .phadin-product-card__cart:hover,
html body.phadin-product-card-standardized #main .products .product-small .phadin-product-card__cart:focus-visible,
html body.phadin-product-card-standardized #main .products .product-small .phadin-product-cart-icon:hover,
html body.phadin-product-card-standardized #main .products .product-small .phadin-product-cart-icon:focus-visible {
  background: var(--phadin-card-orange-soft) !important;
  border-color: var(--phadin-card-orange-dark) !important;
  color: var(--phadin-card-orange-dark) !important;
}

html body.phadin-product-card-standardized #main .products .product-small .phadin-product-card__cart svg,
html body.phadin-product-card-standardized #main .products .product-small .phadin-product-cart-icon svg,
html body.phadin-product-card-standardized #main ul.products li.product .phadin-product-card__cart svg,
html body.phadin-product-card-standardized #main ul.products li.product .phadin-product-cart-icon svg,
html body.phadin-product-card-standardized .products .product-small .phadin-product-card__cart svg,
html body.phadin-product-card-standardized .products .product-small .phadin-product-cart-icon svg,
html body.phadin-product-card-standardized ul.products li.product .phadin-product-card__cart svg,
html body.phadin-product-card-standardized ul.products li.product .phadin-product-cart-icon svg {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  pointer-events: none !important;
}

html body.phadin-product-card-standardized #main .products .product-small .phadin-product-card__cart.loading,
html body.phadin-product-card-standardized #main .products .product-small .phadin-product-cart-icon.loading,
html body.phadin-product-card-standardized .products .product-small .phadin-product-card__cart.loading,
html body.phadin-product-card-standardized .products .product-small .phadin-product-cart-icon.loading {
  opacity: 0.7 !important;
  pointer-events: none !important;
}

html body.phadin-product-card-standardized #main .products .product-small .phadin-product-card__cart.added,
html body.phadin-product-card-standardized #main .products .product-small .phadin-product-cart-icon.added,
html body.phadin-product-card-standardized .products .product-small .phadin-product-card__cart.added,
html body.phadin-product-card-standardized .products .product-small .phadin-product-cart-icon.added {
  background: var(--phadin-card-green) !important;
  border-color: var(--phadin-card-green) !important;
  color: #ffffff !important;
}

html body.phadin-product-card-standardized #main .products .product-small .added_to_cart,
html body.phadin-product-card-standardized #main .products .product-small .phadin-product-card-actions + .added_to_cart,
html body.phadin-product-card-standardized #main .products .product-small .phadin-product-card__actions + .added_to_cart,
html body.phadin-product-card-standardized .products .product-small .added_to_cart {
  display: none !important;
}

html body.phadin-product-card-standardized .phadin-related-combos__grid {
  align-items: stretch !important;
}

html body.phadin-product-card-standardized .phadin-related-combos__card {
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 1px solid var(--phadin-card-line) !important;
  border-radius: 20px !important;
  box-shadow: var(--phadin-card-shadow) !important;
}

html body.phadin-product-card-standardized .phadin-related-combos__image {
  aspect-ratio: 1 / 1 !important;
  padding: 18px !important;
  background: #ffffff !important;
  border-bottom: 1px solid var(--phadin-card-line) !important;
}

html body.phadin-product-card-standardized .phadin-related-combos__thumb {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

html body.phadin-product-card-standardized .phadin-related-combos__name {
  min-height: 2.8em !important;
  max-height: 2.8em !important;
  overflow: hidden !important;
  color: var(--phadin-card-brown) !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  text-align: center !important;
  text-transform: none !important;
}

html body.phadin-product-card-standardized .phadin-related-combos__button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 54px !important;
  margin-top: auto !important;
  border-radius: 12px !important;
  background: var(--phadin-card-green) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  text-transform: none !important;
}

/* Late category-level CSS on the site still targets .box-image with strong
   !important rules. These selectors deliberately out-rank those legacy rules
   so list thumbnails fill the square frame while preserving object-fit: contain. */
html body.phadin-product-card-standardized #main .shop-container .products.row > .product-small.col.product > .col-inner > .phadin-product-card.product-small.box > .phadin-product-card__image.box-image > a,
html body.phadin-product-card-standardized #main .shop-container .products.row > .product-small.col.product > .col-inner > .phadin-product-card.product-small.box > .phadin-product-card__image.box-image > picture,
html body.phadin-product-card-standardized #main .shop-container .products.row > .product-small.col.product > .col-inner > .phadin-product-card.product-small.box > .phadin-product-card__image.box-image .image-cover,
html body.phadin-product-card-standardized #main .shop-container .products.row > .product-small.col.product > .col-inner > .phadin-product-card.product-small.box > .phadin-product-card__image.box-image .image-zoom {
  position: static !important;
  display: flex !important;
  flex: 1 1 auto !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: stretch !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

html body.phadin-product-card-standardized #main .shop-container .products.row > .product-small.col.product > .col-inner > .phadin-product-card.product-small.box > .phadin-product-card__image.box-image > .image-tools,
html body.phadin-product-card-standardized #main .shop-container .products.row > .product-small.col.product > .col-inner > .phadin-product-card.product-small.box > .phadin-product-card__image.box-image > .grid-tools,
html body.phadin-product-card-standardized #main .shop-container .products.row > .product-small.col.product > .col-inner > .phadin-product-card.product-small.box > .phadin-product-card__image.box-image > .image-tools + a {
  display: none !important;
}

html body.phadin-product-card-standardized #main .shop-container .products.row > .product-small.col.product > .col-inner > .phadin-product-card.product-small.box > .phadin-product-card__image.box-image > .badge-container,
html body.phadin-product-card-standardized #main .products .product-small .box-image > .badge-container,
html body.phadin-product-card-standardized .products .product-small .box-image > .badge-container {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  left: auto !important;
  z-index: 4 !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.phadin-product-card-standardized #main .shop-container .products.row > .product-small.col.product > .col-inner > .phadin-product-card.product-small.box > .phadin-product-card__image.box-image img {
  position: static !important;
  display: block !important;
  flex: 0 1 auto !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  transform: none !important;
  object-fit: contain !important;
  object-position: center !important;
}

@media (max-width: 480px) {
  html body.phadin-product-card-standardized #main .products .product-small .phadin-product-card__image,
  html body.phadin-product-card-standardized #main .products .product-small .box-image,
  html body.phadin-product-card-standardized .products .product-small .phadin-product-card__image,
  html body.phadin-product-card-standardized .products .product-small .box-image {
    padding: 10px !important;
  }

  html body.phadin-product-card-standardized #main .products .product-small .title-wrapper,
  html body.phadin-product-card-standardized .products .product-small .title-wrapper {
    min-height: 38px !important;
    margin: 14px 12px 8px !important;
  }

  html body.phadin-product-card-standardized #main .products .product-small .name,
  html body.phadin-product-card-standardized #main .products .product-small .product-title,
  html body.phadin-product-card-standardized #main .products .product-small .woocommerce-loop-product__title,
  html body.phadin-product-card-standardized .products .product-small .name,
  html body.phadin-product-card-standardized .products .product-small .product-title,
  html body.phadin-product-card-standardized .products .product-small .woocommerce-loop-product__title {
    min-height: 2.7em !important;
    max-height: 2.7em !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  html body.phadin-product-card-standardized #main .products .product-small .price-wrapper,
  html body.phadin-product-card-standardized .products .product-small .price-wrapper {
    min-height: 42px !important;
    margin: 0 12px 12px !important;
  }

  html body.phadin-product-card-standardized #main .products .product-small .price,
  html body.phadin-product-card-standardized .products .product-small .price {
    min-height: 42px !important;
    font-size: 15px !important;
    gap: 5px !important;
  }

  html body.phadin-product-card-standardized #main .products .product-small .price del,
  html body.phadin-product-card-standardized .products .product-small .price del {
    font-size: 12px !important;
  }

  html body.phadin-product-card-standardized #main .products .product-small .phadin-product-card-actions,
  html body.phadin-product-card-standardized #main .products .product-small .phadin-product-card__actions,
  html body.phadin-product-card-standardized .products .product-small .phadin-product-card-actions,
  html body.phadin-product-card-standardized .products .product-small .phadin-product-card__actions {
    grid-template-columns: minmax(0, 1fr) 48px !important;
    gap: 8px !important;
    padding: 0 12px 14px !important;
  }

  html body.phadin-product-card-standardized #main .products .product-small .phadin-product-card__detail,
  html body.phadin-product-card-standardized #main .products .product-small .phadin-product-detail-button,
  html body.phadin-product-card-standardized .products .product-small .phadin-product-card__detail,
  html body.phadin-product-card-standardized .products .product-small .phadin-product-detail-button {
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 10px !important;
    font-size: 14px !important;
  }

  html body.phadin-product-card-standardized #main .products .product-small .phadin-product-card__cart,
  html body.phadin-product-card-standardized #main .products .product-small .phadin-product-cart-icon,
  html body.phadin-product-card-standardized .products .product-small .phadin-product-card__cart,
  html body.phadin-product-card-standardized .products .product-small .phadin-product-cart-icon {
    width: 48px !important;
    min-width: 48px !important;
    height: 46px !important;
    min-height: 46px !important;
  }

  html body.phadin-product-card-standardized #main .products .product-small .phadin-product-card__cart svg,
  html body.phadin-product-card-standardized #main .products .product-small .phadin-product-cart-icon svg,
  html body.phadin-product-card-standardized .products .product-small .phadin-product-card__cart svg,
  html body.phadin-product-card-standardized .products .product-small .phadin-product-cart-icon svg {
    width: 21px !important;
    height: 21px !important;
  }
}
