/*
Theme Name: sd

WooCommerce styles override
*/
/**
 * Shop tables
 */
/* line 3, sass/plugins/woocommerce/_tables.scss */
table.shop_table_responsive thead {
  display: none;
}
/* line 9, sass/plugins/woocommerce/_tables.scss */
table.shop_table_responsive tbody th {
  display: none;
}
/* line 16, sass/plugins/woocommerce/_tables.scss */
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
/* line 21, sass/plugins/woocommerce/_tables.scss */
table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}
/* line 28, sass/plugins/woocommerce/_tables.scss */
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
/* line 32, sass/plugins/woocommerce/_tables.scss */
table.shop_table_responsive tr td.product-remove::before {
  display: none;
}
/* line 40, sass/plugins/woocommerce/_tables.scss */
table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
/* line 47, sass/plugins/woocommerce/_tables.scss */
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  /* line 60, sass/plugins/woocommerce/_tables.scss */
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  /* line 66, sass/plugins/woocommerce/_tables.scss */
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  /* line 73, sass/plugins/woocommerce/_tables.scss */
  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }
  /* line 78, sass/plugins/woocommerce/_tables.scss */
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  /* line 81, sass/plugins/woocommerce/_tables.scss */
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
/**
 * Products
 */
/* line 1, sass/plugins/woocommerce/_products.scss */
ul.products {
  margin: 0;
  padding: 0;
}
/* line 5, sass/plugins/woocommerce/_products.scss */
ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}
/* line 10, sass/plugins/woocommerce/_products.scss */
ul.products li.product img {
  display: block;
}
/* line 14, sass/plugins/woocommerce/_products.scss */
ul.products li.product .button {
  display: block;
}

@media screen and (min-width: 48em) {
  /* line 24, sass/plugins/woocommerce/_products.scss */
  ul.products li.product {
    width: 30.7966666667%;
    float: left;
    margin-right: 3.8%;
  }
  /* line 30, sass/plugins/woocommerce/_products.scss */
  ul.products li.product.first {
    clear: both;
  }
  /* line 34, sass/plugins/woocommerce/_products.scss */
  ul.products li.product.last {
    margin-right: 0;
  }

  /* line 42, sass/plugins/woocommerce/_products.scss */
  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }

  /* line 53, sass/plugins/woocommerce/_products.scss */
  ul.products.columns-2 li.product {
    width: 48.1%;
  }

  /* line 53, sass/plugins/woocommerce/_products.scss */
  ul.products.columns-3 li.product {
    width: 30.7966666667%;
  }

  /* line 53, sass/plugins/woocommerce/_products.scss */
  ul.products.columns-4 li.product {
    width: 22.15%;
  }

  /* line 53, sass/plugins/woocommerce/_products.scss */
  ul.products.columns-5 li.product {
    width: 16.96%;
  }

  /* line 53, sass/plugins/woocommerce/_products.scss */
  ul.products.columns-6 li.product {
    width: 13.4933333333%;
  }
}
/** 
 * Single product
 */
/* line 3, sass/plugins/woocommerce/_single-product.scss */
.single-product div.product {
  position: relative;
}
/* line 6, sass/plugins/woocommerce/_single-product.scss */
.single-product div.product .woocommerce-product-gallery {
  position: relative;
  float: left;
}
/* line 10, sass/plugins/woocommerce/_single-product.scss */
.single-product
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}
/* line 18, sass/plugins/woocommerce/_single-product.scss */
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}
/* line 22, sass/plugins/woocommerce/_single-product.scss */
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}
/* line 26, sass/plugins/woocommerce/_single-product.scss */
.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li {
  list-style: none;
  cursor: pointer;
  float: left;
}
/* line 31, sass/plugins/woocommerce/_single-product.scss */
.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li
  img {
  opacity: 0.5;
}
/* line 34, sass/plugins/woocommerce/_single-product.scss */
.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li
  img.flex-active {
  opacity: 1;
}
/* line 41, sass/plugins/woocommerce/_single-product.scss */
.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li:hover
  img {
  opacity: 1;
}
/* line 54, sass/plugins/woocommerce/_single-product.scss */
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-2
  .flex-control-thumbs
  li {
  width: 48.1%;
}
/* line 58, sass/plugins/woocommerce/_single-product.scss */
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-2
  .flex-control-thumbs
  li:nth-child(2n) {
  margin-right: 0;
}
/* line 62, sass/plugins/woocommerce/_single-product.scss */
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-2
  .flex-control-thumbs
  li:nth-child(2n + 1) {
  clear: both;
}
/* line 54, sass/plugins/woocommerce/_single-product.scss */
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-3
  .flex-control-thumbs
  li {
  width: 30.7966666667%;
}
/* line 58, sass/plugins/woocommerce/_single-product.scss */
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-3
  .flex-control-thumbs
  li:nth-child(3n) {
  margin-right: 0;
}
/* line 62, sass/plugins/woocommerce/_single-product.scss */
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-3
  .flex-control-thumbs
  li:nth-child(3n + 1) {
  clear: both;
}
/* line 54, sass/plugins/woocommerce/_single-product.scss */
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
  .flex-control-thumbs
  li {
  width: 22.15%;
}
/* line 58, sass/plugins/woocommerce/_single-product.scss */
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
  .flex-control-thumbs
  li:nth-child(4n) {
  margin-right: 0;
}
/* line 62, sass/plugins/woocommerce/_single-product.scss */
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
  .flex-control-thumbs
  li:nth-child(4n + 1) {
  clear: both;
}
/* line 54, sass/plugins/woocommerce/_single-product.scss */
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-5
  .flex-control-thumbs
  li {
  width: 16.96%;
}
/* line 58, sass/plugins/woocommerce/_single-product.scss */
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-5
  .flex-control-thumbs
  li:nth-child(5n) {
  margin-right: 0;
}
/* line 62, sass/plugins/woocommerce/_single-product.scss */
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-5
  .flex-control-thumbs
  li:nth-child(5n + 1) {
  clear: both;
}

/* line 75, sass/plugins/woocommerce/_single-product.scss */
.stock:empty::before {
  display: none;
}
/* line 79, sass/plugins/woocommerce/_single-product.scss */
.stock.in-stock {
  color: #85bb21;
}
/* line 83, sass/plugins/woocommerce/_single-product.scss */
.stock.out-of-stock {
  color: #b81414;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  /* line 5, sass/plugins/woocommerce/_checkout.scss */
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  /* line 10, sass/plugins/woocommerce/_checkout.scss */
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  /* line 15, sass/plugins/woocommerce/_checkout.scss */
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}
/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
/* line 4, sass/plugins/woocommerce/_components.scss */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}
/* line 9, sass/plugins/woocommerce/_components.scss */
.site-header-cart .cart-contents {
  text-decoration: none;
}
/* line 13, sass/plugins/woocommerce/_components.scss */
.site-header-cart .widget_shopping_cart {
  display: none;
}
/* line 17, sass/plugins/woocommerce/_components.scss */
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
/* line 26, sass/plugins/woocommerce/_components.scss */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}
/* line 35, sass/plugins/woocommerce/_components.scss */
.star-rating::before {
  content: "\53\53\53\53\53";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
/* line 44, sass/plugins/woocommerce/_components.scss */
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
/* line 53, sass/plugins/woocommerce/_components.scss */
.star-rating span::before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  color: #4169e1;
}

/* line 64, sass/plugins/woocommerce/_components.scss */
p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
/* line 74, sass/plugins/woocommerce/_components.scss */
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "\53";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}
/* line 92, sass/plugins/woocommerce/_components.scss */
p.stars a:hover ~ a::before {
  content: "\53";
  color: #404040;
  opacity: 0.25;
}
/* line 104, sass/plugins/woocommerce/_components.scss */
p.stars:hover a::before {
  content: "\53";
  color: #4169e1;
  opacity: 1;
}
/* line 116, sass/plugins/woocommerce/_components.scss */
p.stars.selected a.active::before {
  content: "\53";
  color: #4169e1;
  opacity: 1;
}
/* line 122, sass/plugins/woocommerce/_components.scss */
p.stars.selected a.active ~ a::before {
  content: "\53";
  color: #404040;
  opacity: 0.25;
}
/* line 131, sass/plugins/woocommerce/_components.scss */
p.stars.selected a:not(.active)::before {
  content: "\53";
  color: #4169e1;
  opacity: 1;
}

/**
 * Tabs
 */
/* line 145, sass/plugins/woocommerce/_components.scss */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
/* line 151, sass/plugins/woocommerce/_components.scss */
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
/* line 156, sass/plugins/woocommerce/_components.scss */
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}
/* line 165, sass/plugins/woocommerce/_components.scss */
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
	display: none;
}

/**
 * Password strength meter
 */
/* line 174, sass/plugins/woocommerce/_components.scss */
.woocommerce-password-strength {
  text-align: right;
}
/* line 177, sass/plugins/woocommerce/_components.scss */
.woocommerce-password-strength.strong {
  color: #85bb21;
}
/* line 181, sass/plugins/woocommerce/_components.scss */
.woocommerce-password-strength.short {
  color: #b81414;
}
/* line 185, sass/plugins/woocommerce/_components.scss */
.woocommerce-password-strength.bad {
  color: #b81414;
}
/* line 189, sass/plugins/woocommerce/_components.scss */
.woocommerce-password-strength.good {
  color: #049ee3;
}

/**
 * Forms
 */
/* line 201, sass/plugins/woocommerce/_components.scss */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #85bb21;
}
/* line 208, sass/plugins/woocommerce/_components.scss */
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #b81414;
}

/* line 214, sass/plugins/woocommerce/_components.scss */
.required {
  color: #f00;
}

/**
 * Notices
 */
/* line 221, sass/plugins/woocommerce/_components.scss */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #85bb21;
  clear: both;
  margin-top: 15px;
  margin-bottom: 15px;
}

.woocommerce-account .woocommerce-info .button {
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  margin-top: 4px;
  text-decoration: none;
}

/* line 230, sass/plugins/woocommerce/_components.scss */
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #049ee3;
}

/* line 236, sass/plugins/woocommerce/_components.scss */
.woocommerce-error {
  background-color: #b81414;
}

/* line 240, sass/plugins/woocommerce/_components.scss */
.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #049ee3;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
   * Header cart
   */
  /* line 258, sass/plugins/woocommerce/_components.scss */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  /* line 271, sass/plugins/woocommerce/_components.scss */
  .site-header-cart:hover .widget_shopping_cart,
  .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
/* line 6, sass/plugins/woocommerce/_widgets.scss */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
/* line 10, sass/plugins/woocommerce/_widgets.scss */
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}
/* line 14, sass/plugins/woocommerce/_widgets.scss */
.widget_price_filter .price_slider_amount .button {
  float: left;
}
/* line 19, sass/plugins/woocommerce/_widgets.scss */
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
/* line 24, sass/plugins/woocommerce/_widgets.scss */
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #4169e1;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
/* line 36, sass/plugins/woocommerce/_widgets.scss */
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
/* line 40, sass/plugins/woocommerce/_widgets.scss */
.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
/* line 46, sass/plugins/woocommerce/_widgets.scss */
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #4169e1;
}
/* line 54, sass/plugins/woocommerce/_widgets.scss */
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
/* line 58, sass/plugins/woocommerce/_widgets.scss */
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
/* line 62, sass/plugins/woocommerce/_widgets.scss */
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

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

.woocommerce-products-header__title.page-title {
  margin-bottom: clamp(calc(48px / 2), calc(48vw / 11), 48px);
  margin-top: clamp(calc(48px / 2), calc(48vw / 11), 48px);
  font-size: calc(38px + (48 - 38) * ((100vw - 500px) / (1190 - 500)));
}

body.woocommerce .site-main {
  overflow: auto;
}

.woocommerce-loop-product__title {
  font-size: clamp(16px, calc(16vw / 11), 16px) !important;
  margin-top: clamp(calc(24px / 2), calc(24vw / 11), 24px);
}

.product-card__excerpt {
  font-size: clamp(16px, calc(16vw / 11), 16px) !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: clamp(calc(8px / 2), calc(8vw / 11), 8px);
}

.products.columns-3 {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 48px;
}
ul.products.columns-3 li.product {
  margin: 0 !important;
  width: calc(33.333% - 16px);
}

ul.products li.product img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center center;
  color: white;
}

.friendly-shop-grid {
  display: flex;
  gap: 26px;
}

.friendly-shop-sidebar {
  max-width: 300px;
  flex-grow: 1;
  width: 25%;
}

.friendly-shop-products {
  width: 100%;
  flex-grow: 3;
  width: 75%;
}

.filter-item label {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}

@media screen and (max-width: 990px) {
  .friendly-shop-grid {
    flex-direction: column;
    gap: 40px;
  }
  .friendly-shop-products {
    width: 100%;
    order: 1;
  }
  .friendly-shop-sidebar {
    width: 100%;
    max-width: none;
    order: 2;
  }
}

@media screen and (max-width: 600px) {
  ul.products.columns-3 li.product {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 450px) {
  ul.products.columns-3 li.product {
    width: 100%;
  }
}

.show-password-input,
.woocommerce-product-gallery .zoom,
.woocommerce-product-gallery__trigger {
  display: none !important;
}

.single-product div.product {
  display: flex;
  gap: clamp(calc(120px / 2), calc(120px / 11), 120px);
  flex-wrap: wrap;
  margin-top: clamp(calc(48px / 2), calc(48vw / 11), 48px);
  margin-bottom: clamp(calc(48px / 2), calc(48vw / 11), 48px);
}

.single-product div.product .summary.entry-summary,
.single-product div.product .woocommerce-product-gallery {
  width: calc(50% - 60px);
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .single-product div.product .summary.entry-summary,
  .single-product div.product .woocommerce-product-gallery {
    width: 100%;
  }
  .single-product div.product .summary.entry-summary {
    order: 2;
  }

  .single-product div.product .woocommerce-product-gallery {
    order: 1;
  }

  .single-product div.product .woocommerce-tabs.wc-tabs-wrapper {
    order: 3;
  }
}

.single-product div.product .summary.entry-summary {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.single-product div.product .summary.entry-summary .product_meta {
  order: 1;
}
.single-product div.product .product_title.entry-title {
  order: 2;
}
.single-product div.product .woocommerce-product-details__short-description {
  order: 3;
}
.single-product div.product .summary.entry-summary form {
  order: 4;
}

.woocommerce-notices-wrapper:has(*) {
  margin-top: 15px;
}

.single-product .quantity {
  display: none !important;
}

.woocommerce-form.woocommerce-form-login {
  max-width: 400px;
}
.woocommerce-form.woocommerce-form-logi * + * {
  margin-top: 0.5rem;
}

.woocommerce .woocommerce-form__label.woocommerce-form-login__rememberme {
  align-items: center;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.woocommerce .woocommerce-form__label.woocommerce-form-login__rememberme input {
  margin-top: 0;
}

.lost_password a {
  color: #049ee3;
  text-decoration: underline;
  font-size: 12px;
}

.woocommerce-thankyou-order-received {
  font-size: calc(38px + (48 - 38) * ((100vw - 500px) / (1190 - 500)));
  font-weight: 900;
}
.woocommerce-thankyou-order-details li::before,
.woocommerce-order-received .woocommerce-order-overview__total.total,
.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-order-received .woocommerce-order-details {
  display: none;
  visibility: hidden;
}

.woocommerce-order-received .woocommerce-order {
  margin-bottom: 100px;
}

.woocommerce-thankyou-order-details {
  font-weight: 400;
}
.woocommerce-thankyou-order-details li {
  padding-left: 0;
}

table.variations {
  width: 100%;
  border-collapse: collapse;
	margin-bottom: 14px;
}

table.variations tr {
  display: flex;
}
table.variations tr td, table.variations tr th {
	  padding: 9px 14px;
	display: flex;
	align-items: center;
}
table.variations tr th {
	  border: 1px solid #ebebeb;
	border-right: 0;
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
}
table.variations tr td {
	background: #F3F8E8;
	border: 1px solid #85BB21;
	border-radius: 2px;
	text-align: left;
	font-size: 16px;
	font-weight: 300;
}
table.variations select {
	padding: 0;
	background: #F3F8E8;
}
table.variations tr:has(select.is-placeholder),
table.variations td:has(select.is-placeholder),
table.variations select.is-placeholder {
	background: white;

}
table.variations tr th:has(select.is-placeholder),
table.variations tr td:has(select.is-placeholder) {
	border: 1px solid #ebebeb;
}
	

table.variations tr:has(select) {

}
table.variations tr:has(select) th {

}
table.variations tr:has(select) th label {

}

table.variations tr + tr {
  margin-top: 14px;
}

.variations .value select {
  height: 100%;
  border: 0;
}

.variations th,
.variations td {
  width: 50% !important;
}

.variations th,
.variations td {
  margin: 0;
}

ul.thankyou-product-list li {
  border: 1px solid #ebebeb;
  border-radius: 2px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  background: white;
  transition: 150ms ease-in-out all;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}
ul.thankyou-product-list li:hover {
  color: white;
  background: #049ee3;
}
ul.thankyou-product-list li span {
  font-weight: 400;
}

.woocommerce-product-gallery__wrapper img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center center;
  border: 1px solid #ebebeb;
  background: white;
  border-radius: 2px;
}

.flex-control-nav.flex-control-thumbs li img {
  display: block;
  margin: 0;
  padding: 0;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

a.add-request-quote-button, button.single_add_to_cart_button {
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 600;
	color: white;
	border: 0;
	border-radius: 2px;
	padding: 10px 12px;
	background: var(--color-accent);
	min-height: 52px;
}

a.add-request-quote-button:hover, button.single_add_to_cart_button:hover {
	background: #94B436;
}
button.single_add_to_cart_button::before {
  font-family: 'Material Symbols Outlined';
  content: 'inventory';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  direction: ltr;
	vertical-align: middle;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
	margin-right: 8px;
}
.felder-add-to-list {
	font-size: 16px;
	font-weight: 600;
		min-height: 52px;
		border: 0 !important;
	border-radius: 2px;
	padding: 10px 12px;
}
.felder-add-to-list::before {
  font-family: 'Material Symbols Outlined';
  content: 'assignment_add';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  direction: ltr;
	vertical-align: middle;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
	margin-right: 8px;
}
.felder-add-to-list:hover {
    background: #dbeefc;
    color: #049EE3;
}

.woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button {
  opacity: 0.5;
  cursor: not-allowed;
  filter: grayscale(1);
}

.woocommerce-variation-description {
  margin-bottom: 10px;
  font-size: 16px;
	font-weight: 600;
  color: white;
  border: 0;
  border-radius: 2px;
  padding: 10px 12px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: #092543;
	display: none;
	visibility: hidden;
	pointer-events: none;
}

.woocommerce-variation-add-to-cart {
	margin-top: 30px;
	padding-top: 30px;
	position: relative;
}

.woocommerce-variation-add-to-cart:before {
	content: '';
	display: block;
	height: 1px;
	width: 70%;
	margin-left: 15%;
	background: #D6D6D6;
	top: 0;
	left: 0;
	transform: translateY(-30px);
}

.woocommerce-checkout-review-order-table .variation {
  display: none;
  visibility: hidden;
}

.woocommerce-cart-form__cart-item.cart_item .product-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.woocommerce-cart-form__cart-item.cart_item .product-name .variation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  color: #049ee3;
  font-weight: 400;
  max-width: 50%;
}
.woocommerce-cart-form__cart-item.cart_item .product-name .variation p {
  font-size: 12px;
}
.woocommerce-cart-form__cart-item.cart_item .product-name .variation > * {
  width: 50%;
  padding: 2px 8px;
}
.woocommerce-cart-form__cart-item.cart_item
  .product-name
  .variation
  > *:nth-child(even) {
  text-align: right;
}

.woocommerce-cart-form__cart-item .product-name .variation dt:nth-of-type(even),
.woocommerce-cart-form__cart-item
  .product-name
  .variation
  dd:nth-of-type(even) {
  background: #f2fafe; /* deine Wunschfarbe */
}
