@font-face {
font-family: 'ywsbs-icon';
src: url(//fehnleev.de/wp-content/plugins/yith-woocommerce-subscription/assets/fonts/ywsbs-icon.eot?jqnhvq);
src: url(//fehnleev.de/wp-content/plugins/yith-woocommerce-subscription/assets/fonts/ywsbs-icon.eot?jqnhvq#iefix) format('embedded-opentype'),
url(//fehnleev.de/wp-content/plugins/yith-woocommerce-subscription/assets/fonts/ywsbs-icon.ttf?jqnhvq) format('truetype'),
url(//fehnleev.de/wp-content/plugins/yith-woocommerce-subscription/assets/fonts/ywsbs-icon.woff?jqnhvq) format('woff'),
url(//fehnleev.de/wp-content/plugins/yith-woocommerce-subscription/assets/fonts/ywsbs-icon.svg?jqnhvq#ywsbs-icon) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="ywsbs-icon-"], [class*=" ywsbs-icon-"] { font-family: 'ywsbs-icon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ywsbs-icon-save_alt:before {
content: "\e900";
}
.ywsbs-icon-dollar:before {
content: "\e904";
color: #4b4b4b;
}
table.shop_table_responsive tbody tr td.ywsbs-subscription-status {
text-align: center;
text-transform: uppercase;
font-size: .9em;
}
table.shop_table_responsive .ywsbs-item .empty-date {
text-align: center;
}
.ywsbs-back-url {
margin-bottom: 20px;
font-size: .9em;
}
.ywsbs-subscription-info-wrapper {
display: flex;
justify-content: space-between;
}
.ywsbs-box {
border: 1px solid #ccc;
padding: 20px;
margin-bottom: 40px;
}
.ywsbs-subscription-info-box {
flex-basis: 48%;
min-height: 100%;
flex-direction: row;
}
.ywsbs-subscription-info-item {
margin-bottom: 10px;
}
.ywsbs-change-status-buttons-wrapper {
margin-top: 10px;
}
.recurring-price-info {
font-size: 13px;
}
span.ywsbs-delivery-info,
span.ywsbs-synch-info {
display: block;
font-size: 0.7em;
font-weight: 600;
line-height: 1.3;
margin-bottom: 20PX;
filter: brightness(0.5);
}
span.ywsbs-delivery-info {
font-weight: 400;
} .ywsbs-dropdown-wrapper {
position: relative;
display: inline-block; }
.ywsbs-dropdown-wrapper > a {
font-size: .8em;
outline: none;
}
.ywsbs-dropdown {
position: absolute;
z-index: 10;
width: 350px;
box-shadow: -2px 2px 20px rgba(161, 161, 161, 0.27);
left: -15px;
top: 100%;
visibility: hidden;
opacity: 0;
transition: all ease .3s;
}
.ywsbs-dropdown-wrapper:hover .ywsbs-dropdown {
visibility: visible;
opacity: 1;
}
.ywsbs-dropdown-item {
padding: 15px 15px 5px 15px;
font-size: .8em;
line-height: 1.2em;
background: #fff;
}
.ywsbs-dropdown-item:nth-child(odd) {
background: #F8F8F8;
}
.ywsbs-dropdown-item:hover {
cursor: pointer;
}
.ywsbs-dropdown-item p {
margin-block-end: 10px;
} .ywsbs-subscription-info-box.subscription-totals {
background-color: #F6F8F7;
}
.ywsbs-subscription-info-box.subscription-totals table {
background: transparent;
}
.subscription-review-table {
padding: 0;
margin: 0;
font-size: .9em;
border-bottom: 1px solid #e0e0e0;
}
.subscription-review-table:last-child {
border-bottom: 0;
}
.subscription-review-table tbody {
background: transparent;
}
table.subscription-review-table th {
width: 60%;
}
table.subscription-review-table tbody td,
table.subscription-review-table th,
table.subscription-review-table td {
background: transparent;
padding: 10px 0;
}
table.subscription-review-table tfoot tr:first-child th,
table.subscription-review-table tfoot tr:first-child td {
border-top: 1px solid #d5d5d5a3;
}
table.subscription-review-table td:last-child {
text-align: right;
}
table.subscription-review-table .ywsbs-subscription-total {
font-size: 12px;
}
table.subscription-review-table .subscription-price {
font-size: 1.1em;
font-weight: 600;
}
.ywsbs-wrapper {
display: inline-block;
} .ywsbs-box.ywsbs-subscription-info-box.shipping-info {
position: relative;
}
a.edit-subscription-shipping {
position: absolute;
right: 20px;
top: 30px;
}
a.edit-subscription-shipping img {
opacity: 50%;
width: 20px;
transition: all linear 0.3s;
}
a.edit-subscription-shipping:hover img {
opacity: 100%;
} .ywsbs-subscription-info-wrapper {
display: grid;
justify-content: space-between;
grid-template-columns: 1fr 1fr;
grid-gap: 40px;
}
.delivery-schedules td, .delivery-schedules th {
padding: 10px 0;
}
span.delivery-status {
text-transform: uppercase;
font-size: 0.9em;
}
span.delivery-status.processing {
color: #d38a0b;
}
span.delivery-status.cancelled {
color: #c0392b;
}
span.delivery-status.waiting {
color: #e74c3c;
}
span.delivery-status.shipped {
color: #b2ac00;
} .ywsbs-subscription-related-orders {
border: 1px solid #ccc;
padding: 20px;
margin-top: 40px;
}
.ywsbs-subscription-related-orders .order-status {
text-transform: uppercase;
}
.ywsbs-subscription-related-orders .order-status .status-completed {
color: #2e4453;
}
.ywsbs-subscription-related-orders .order-status .status-on-hold {
color: #94660c;
}
.ywsbs-subscription-related-orders .order-status .status-failed {
color: #761919;
}
.ywsbs-subscription-related-orders .order-status .status-processing {
color: #5b841b;
}
.ywsbs-subscription-related-orders .order-status .status-trash {
color: #761919;
} .ywsbs-modal {
display: none;
}
.ywsbs-modal-container,
.ywsbs-modal-overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1000;
}
.ywsbs-modal-overlay {
background-color: rgba(0, 0, 0, 0.4);
overflow: auto;
}
.ywsbs-modal .modal-content {
position: relative;
background-color: #fefefe;
margin: auto;
padding: 0;
border: 1px solid #888;
width: 80%;
animation-name: animatetop;
animation-duration: 0.4s
}
.ywsbs-modal-wrapper {
width: 500px;
min-height: 300px;
position: relative;
margin-left: auto;
margin-right: auto;
background-color: #fff;
box-shadow: -2px 2px 20px rgb(112, 112, 112);
}
.ywsbs-modal .ywsbs-modal-header {
height: 15px;
width: 100%;
padding: 10px;
clear: both;
}
.ywsbs-modal .ywsbs-modal-header .close {
float: right;
height: 20px;
width: 20px;
text-align: center;
display: block;
cursor: pointer;
font-size: 22px;
color: #ccc;
line-height: 22px;
}
.ywsbs-modal .ywsbs-modal-body {
padding: 20px 30px 30px 30px;
text-align: center;
}
.ywsbs-modal .ywsbs-modal-body p {
margin-block-end: 15px;
}
.ywsbs-modal-icon {
margin-bottom: 20px;
}
.ywsbs-modal-icon img {
margin: 0 auto;
width: 50px;
}
.ywsbs-action-button-wrap {
margin: 20px auto;
}
.close-modal-wrap .close {
font-size: 1em;
float: none;
}
.ywsbs-content-text .error {
color: red;
padding: 0 30px 0 30px;
display: block;
}
.ywsbs-recurring-totals-items .recurring-amount {
margin: 0 0 15px 0;
}
.ywsbs-box.ywsbs-thank-you-page-box {
background-color: #F6F8F7;
}
table.subscription-review-table th {
text-align: left;
}
table.subscription-review-table .product-name {
font-weight: normal;
}
.ywsbs-signup-fee {
color: #467484;
}
.ywsbs-trial-period {
color: #467484;
}
span.status.active {
color: #b2ac00;
}
span.status.paused {
color: #34495e;
}
span.status.pending {
color: #d38a0b;
}
span.status.overdue {
color: #d35400;
}
span.status.trial {
color: #8e44ad;
}
span.status.cancelled {
color: #c0392b;
}
span.status.expired {
color: #bdc3c7;
}
span.status.suspended {
color: #e74c3c;
}
.ywsbs-box.ywsbs-thank-you-page-box span.status {
text-transform: capitalize;
font-weight: 500;
} .summary .ywsbs-resubscribe {
margin: 10px 0;
}
.ywsbs-trial-period {
display: block;
}
.ywsbs-thank-you-page-two-cols .ywsbs-box.ywsbs-thank-you-page-box {
width: calc(40% - 15px);
float: left;
}
.ywsbs-thank-you-page-two-cols .ywsbs-subscription-thank-you-page {
width: 60%;
float: left;
margin-right: 15px;
border: 1px solid #ccc;
padding: 20px;
}
span.recurring-price-wrapper {
font-weight: bold;
} @keyframes animatetop {
from {
top: -300px;
opacity: 0
}
to {
top: 0;
opacity: 1
}
}
@media screen and (max-width: 425px ) {
.ywsbs-box.ywsbs-subscription-info-box {
grid-column-start: 1;
grid-column-end: 3;
}
.ywsbs-subscription-related-orders {
margin-top: 40px;
}
} .widget_shopping_cart .yith-proteo-mini-cart-content ul li > *.quantity {
bottom: 15px;
}
.widget_shopping_cart .yith-proteo-mini-cart-content .ywsbs-wrapper {
text-align: left;
display: inline-block;
position: absolute;
left: 23px;
top: 0;
} .wc-block-checkout .ywsbs-recurring-totals-items,
.wc-block-cart .ywsbs-recurring-totals-items {
padding-left: 16px;
padding-right: 16px;
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.ywsbs-recurring-totals-items .recurring-amount{
text-align: right;
}
@media (max-width: 768px) {
.wc-block-checkout .ywsbs-recurring-totals-items,
.wc-block-cart .ywsbs-recurring-totals-items {
padding: 0;
}
}.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
ul.products li.product a img {
aspect-ratio: 1 / 1 !important;
object-fit: contain !important;
background: #FAF7F2 !important;
padding: 8px !important;
box-sizing: border-box !important;
width: 100% !important;
height: auto !important;
display: block !important;
} body.woocommerce-page,
body.woocommerce {
width: 100% !important;
}
.woocommerce-main,
.woocommerce-container,
.woocommerce-content {
width: 100% !important;
max-width: 100% !important;
padding: 0 !important;
margin: 0 !important;
} .sidebar,
.shop-sidebar,
.primary-sidebar,
.woocommerce-sidebar,
aside.widget-area {
display: none !important;
} .woocommerce ul.products::before,
.woocommerce ul.products::after {
display: none !important;
content: none !important;
}
.woocommerce ul.products {
display: grid !important;
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
gap: 20px !important;
list-style: none !important;
padding: 24px !important;
margin: 0 !important;
width: 100% !important;
max-width: 100% !important;
box-sizing: border-box !important;
}
.woocommerce ul.products li.product {
float: none !important;
clear: none !important;
width: auto !important;
max-width: none !important;
margin: 0 !important;
padding: 0 !important;
min-width: 0 !important;
background: white !important;
border-radius: var(--radius-card) !important;
overflow: hidden !important;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
transition: transform 0.3s ease, box-shadow 0.3s ease !important;
display: flex !important;
flex-direction: column !important;
height: 100% !important;
position: relative !important;
}
.woocommerce ul.products li.product.first,
.woocommerce ul.products li.product.last {
float: none !important;
clear: none !important;
}
.woocommerce ul.products li.product:hover {
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15) !important;
transform: translateY(-5px) !important;
}
.woocommerce ul.products li.product img {
width: 100% !important;
height: auto !important;
aspect-ratio: 1 / 1 !important;
display: block !important;
object-fit: contain !important;
background: #FAF7F2 !important;
margin: 0 !important;
padding: 8px !important;
box-sizing: border-box !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-family: var(--font-serif) !important;
font-size: 1rem !important;
font-weight: 700 !important;
color: var(--color-accent) !important;
padding: 12px 10px 8px !important;
margin: 0 !important;
flex-grow: 1 !important;
line-height: 1.2 !important;
} .woocommerce ul.products li.product .fehnleev-img-wrap .price {
position: absolute !important;
bottom: 10px !important;
right: 10px !important;
background: white !important;
color: var(--color-accent) !important;
font-size: 0.82rem !important;
font-weight: 700 !important;
padding: 4px 10px !important;
border-radius: 99px !important;
box-shadow: 0 2px 6px rgba(0,0,0,0.15) !important;
margin: 0 !important;
line-height: 1.4 !important;
z-index: 12 !important;
display: flex !important;
align-items: center !important;
gap: 4px !important;
white-space: nowrap !important;
}
.woocommerce ul.products li.product .fehnleev-img-wrap .price del {
font-size: 0.72rem !important;
opacity: 0.55 !important;
font-weight: 400 !important;
}
.woocommerce ul.products li.product .fehnleev-img-wrap .price ins {
text-decoration: none !important;
font-weight: 700 !important;
} .woocommerce ul.products li.product > .price {
display: none !important;
}
.woocommerce ul.products li.product .button {
background-color: var(--color-accent) !important;
color: white !important;
border: none !important;
padding: 8px 16px !important;
border-radius: var(--radius-pill) !important;
font-weight: 600 !important;
transition: background-color 0.3s ease, transform 0.3s ease !important;
margin: 10px !important;
cursor: pointer !important;
width: calc(100% - 20px) !important;
text-align: center !important;
display: block !important;
font-size: 0.9rem !important;
}
.woocommerce ul.products li.product .button:hover {
background-color: var(--color-primary) !important;
transform: translateY(-2px) !important;
} @media (max-width: 768px) {
.woocommerce ul.products {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
gap: 15px !important;
padding: 15px !important;
}
.woocommerce ul.products li.product img {
height: auto !important;
aspect-ratio: 1 / 1 !important;
padding: 6px !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-size: 0.9rem !important;
padding: 10px 8px 6px !important;
}
.woocommerce ul.products li.product .price {
font-size: 0.85rem !important;
padding: 4px 8px !important;
}
.woocommerce ul.products li.product .button {
padding: 6px 12px !important;
font-size: 0.85rem !important;
margin: 8px !important;
width: calc(100% - 16px) !important;
}
} @media (max-width: 480px) {
.woocommerce ul.products {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
gap: 10px !important;
padding: 10px !important;
}
.woocommerce ul.products li.product img {
height: auto !important;
aspect-ratio: 1 / 1 !important;
padding: 4px !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-size: 0.85rem !important;
padding: 8px 6px 4px !important;
}
.woocommerce ul.products li.product .price {
font-size: 0.8rem !important;
padding: 3px 6px !important;
}
.woocommerce ul.products li.product .button {
padding: 10px 12px !important;
font-size: 0.8rem !important;
margin: 6px !important;
width: calc(100% - 12px) !important;
min-height: 44px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}
} @media (min-width: 769px) and (max-width: 1024px) {
body.tax-product_cat .woocommerce ul.products {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
gap: 14px !important;
padding: 16px !important;
}
.woocommerce ul.products {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
gap: 15px !important;
padding: 15px !important;
}
} .woocommerce div.product {
background: white;
padding: 30px;
border-radius: 8px;
}
.woocommerce div.product .images {
margin-bottom: 30px;
}
.woocommerce div.product .summary {
padding: 0;
}
.woocommerce div.product .product_title {
font-family: var(--font-serif);
font-size: 2rem;
font-weight: 800;
color: var(--color-accent);
margin-bottom: 15px;
}
.woocommerce div.product .price {
font-size: 1.5rem;
color: var(--color-price) !important;
font-weight: 600;
margin-bottom: 20px;
}
.woocommerce div.product .price del {
color: var(--color-accent) !important;
font-size: 1.1rem;
margin-left: 15px;
opacity: 0.8;
}
.woocommerce div.product .price ins {
text-decoration: none;
color: var(--color-price) !important;
}
.woocommerce .product_meta .onsale {
background-color: var(--color-price) !important;
color: white !important;
padding: 8px 16px;
border-radius: var(--radius-pill);
font-weight: 600;
font-size: 0.9rem;
display: inline-block;
margin-bottom: 20px;
} .woocommerce ul.products li.product {
position: relative !important;
} .woocommerce ul.products li.product .fehnleev-img-wrap {
position: relative !important;
display: block !important;
overflow: hidden !important;
border-radius: var(--radius-card) var(--radius-card) 0 0 !important;
} .fehnleev-onsale-pill {
position: absolute !important;
top: 10px !important;
left: 10px !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: 32px !important;
height: 32px !important;
border-radius: 50% !important;
background-color: var(--color-price) !important;
color: white !important;
font-size: 0.85rem !important;
font-weight: 700 !important;
line-height: 1 !important;
padding: 0 !important;
z-index: 11 !important;
box-shadow: 0 2px 6px rgba(0,0,0,0.2) !important;
}
.woocommerce div.product form.cart .quantity {
margin-bottom: 20px;
}
.woocommerce div.product form.cart .quantity input[type="number"],
.woocommerce div.product form.cart .quantity select {
padding: 8px 12px;
border: 1px solid #ddd;
border-radius: 4px;
font-size: 1rem;
min-width: 80px;
}
.woocommerce div.product form.cart .quantity select {
background: white;
cursor: pointer;
}
.woocommerce div.product form.cart .button {
margin-left: 15px;
}
.woocommerce div.product .product_meta {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #e0e0e0;
}
.woocommerce div.product button.single_add_to_cart_button {
background-color: var(--color-accent);
color: white;
border: none;
padding: 15px 40px;
border-radius: var(--radius-pill);
font-weight: 600;
font-size: 1rem;
transition: background-color 0.3s ease, transform 0.3s ease;
cursor: pointer;
width: 100%;
max-width: 300px;
}
.woocommerce div.product button.single_add_to_cart_button:hover {
background-color: var(--color-primary);
transform: translateY(-2px);
} .woocommerce div.product .woocommerce-product-gallery {
width: min(500px, 100%) !important;
float: left !important;
margin-right: 40px !important;
} .woocommerce div.product .woocommerce-product-gallery__trigger {
display: none !important;
} .woocommerce div.product .woocommerce-product-gallery__image {
overflow: hidden !important;
}
.woocommerce div.product .woocommerce-product-gallery__image img {
cursor: default !important;
transition: transform 0.3s ease !important;
}
.woocommerce div.product .woocommerce-product-gallery__image img:hover {
transform: scale(1.08) !important;
} .woocommerce div.product .flex-control-thumbs {
display: flex !important;
flex-wrap: nowrap !important;
gap: 6px !important;
margin: 8px 0 0 0 !important;
padding: 0 !important;
list-style: none !important;
width: 100% !important;
overflow: hidden !important;
}
.woocommerce div.product .flex-control-thumbs li {
flex: 1 1 0 !important;
height: 90px !important;
overflow: hidden !important;
float: none !important;
margin: 0 !important;
padding: 0 !important;
min-width: 0 !important;
background: #f5f5f5 !important;
border-radius: 4px !important;
border: 2px solid transparent !important;
box-sizing: border-box !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}
.woocommerce div.product .flex-control-thumbs li img {
width: 100% !important;
height: 100% !important;
object-fit: contain !important;
display: block !important;
cursor: pointer !important;
border: none !important;
box-sizing: border-box !important;
}
.woocommerce div.product .flex-control-thumbs li:has(img.flex-active),
.woocommerce div.product .flex-control-thumbs li:hover {
border-color: var(--color-accent) !important;
} .woocommerce div.product {
display: block !important;
background: white !important;
padding: 30px !important;
border-radius: var(--radius-card) !important;
}
.woocommerce div.product > .images {
float: left !important;
width: min(500px, 45%) !important;
max-width: 500px !important;
margin-right: 40px !important;
margin-bottom: 0 !important;
overflow: visible !important;
}
.woocommerce div.product > .summary {
overflow: hidden !important;
margin: 0 !important;
padding: 0 !important;
}
.woocommerce div.product .images {
margin-bottom: 0 !important;
width: 100% !important;
}
.woocommerce div.product .summary {
padding: 0 !important;
display: flex !important;
flex-direction: column !important;
}
.woocommerce div.product .product_title {
font-family: var(--font-serif) !important;
font-size: 2rem !important;
font-weight: 800 !important;
color: var(--color-accent) !important;
margin-bottom: 15px !important;
}
.woocommerce div.product .price {
font-size: 1.5rem !important;
color: var(--color-price) !important;
font-weight: 600 !important;
margin-bottom: 20px !important;
}
.woocommerce div.product button.single_add_to_cart_button {
background-color: var(--color-accent) !important;
color: white !important;
border: none !important;
padding: 15px 40px !important;
border-radius: var(--radius-pill) !important;
font-weight: 600 !important;
font-size: 1rem !important;
transition: background-color 0.3s ease, transform 0.3s ease !important;
cursor: pointer !important;
width: 100% !important;
max-width: 300px !important;
}
.woocommerce div.product button.single_add_to_cart_button:hover {
background-color: var(--color-primary) !important;
transform: translateY(-2px) !important;
}  .woocommerce div.product .woocommerce-product-details__short-description {
margin: 20px 0 !important;
padding: 0 !important;
}
.woocommerce div.product .woocommerce-product-details__short-description ul,
.woocommerce div.product .woocommerce-product-details__short-description ol {
margin: 15px 0 15px 30px !important;
padding-left: 20px !important;
}
.woocommerce div.product .woocommerce-product-details__short-description li {
margin: 8px 0 !important;
padding-left: 10px !important;
}
.woocommerce div.product .product_meta {
margin-left: 0 !important;
padding-left: 0 !important;
} @media (max-width: 768px) {
.woocommerce div.product {
padding: 20px !important;
}
.woocommerce div.product > .images {
float: none !important;
width: 100% !important;
margin-right: 0 !important;
margin-bottom: 25px !important;
}
.woocommerce div.product > .summary {
float: none !important;
width: 100% !important;
}
.woocommerce div.product .product_title {
font-size: 1.5rem !important;
margin-bottom: 12px !important;
}
.woocommerce div.product .price {
font-size: 1.2rem !important;
margin-bottom: 15px !important;
}
.woocommerce div.product button.single_add_to_cart_button {
max-width: 100% !important;
padding: 12px 30px !important;
}
.woocommerce div.product .woocommerce-product-gallery {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
}
.woocommerce div.product .flex-control-thumbs {
width: 100% !important;
}
}
@media (max-width: 480px) {
.woocommerce div.product {
padding: 15px !important;
}
.woocommerce div.product .product_title {
font-size: 1.3rem !important;
margin-bottom: 10px !important;
}
.woocommerce div.product .price {
font-size: 1rem !important;
margin-bottom: 12px !important;
}
.woocommerce div.product button.single_add_to_cart_button {
padding: 10px 20px !important;
font-size: 0.9rem !important;
}
} .woocommerce div.product .woocommerce-product-details__short-description ul,
.woocommerce div.product .woocommerce-product-details__short-description ol {
margin: 15px 0 15px 40px !important;
padding: 0 !important;
}
.woocommerce div.product .woocommerce-product-details__short-description li {
margin: 8px 0 !important;
padding: 0 !important;
line-height: 1.6 !important;
}  .related.products,
.upsells.products {
clear: both !important;
display: block !important;
width: 100% !important;
float: none !important;
margin-top: 60px !important;
padding-top: 40px !important;
border-top: 2px solid #eee !important;
overflow: hidden !important;
} .woocommerce div.product::after {
content: "" !important;
display: table !important;
clear: both !important;
} .related.products h2,
.upsells.products h2 {
font-family: var(--font-serif) !important;
font-size: 2rem !important;
font-weight: 800 !important;
color: var(--color-accent) !important;
margin-bottom: 40px !important;
text-align: center !important;
} .related.products ul.products,
.upsells.products ul.products {
display: grid !important;
grid-template-columns: repeat(3, 1fr) !important;
gap: 20px !important;
list-style: none !important;
padding: 0 !important;
margin: 0 !important;
width: 100% !important;
box-sizing: border-box !important;
} .related.products ul.products li.product,
.upsells.products ul.products li.product {
background: white !important;
border-radius: var(--radius-card) !important;
overflow: hidden !important;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
padding: 0 !important;
margin: 0 !important;
display: flex !important;
flex-direction: column !important;
width: 100% !important;
float: none !important;
clear: none !important;
position: relative !important;
transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
.related.products ul.products li.product:hover,
.upsells.products ul.products li.product:hover {
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15) !important;
transform: translateY(-5px) !important;
} .related.products ul.products li.product img,
.related.products ul.products li.product a img,
.related.products ul.products li.product .woocommerce-loop-product-link img,
.upsells.products ul.products li.product img,
.upsells.products ul.products li.product a img,
.upsells.products ul.products li.product .woocommerce-loop-product-link img {
width: 100% !important;
height: 180px !important;
display: block !important;
object-fit: contain !important;
padding: 10px !important;
margin: 0 !important;
background: #f9f9f9 !important;
}
.related.products ul.products li.product .woocommerce-loop-product-link,
.upsells.products ul.products li.product .woocommerce-loop-product-link {
display: block !important;
overflow: hidden !important;
margin-bottom: 0 !important;
} .related.products ul.products li.product .woocommerce-loop-product__title,
.upsells.products ul.products li.product .woocommerce-loop-product__title {
font-family: var(--font-serif) !important;
font-size: 0.9rem !important;
font-weight: 700 !important;
color: var(--color-accent) !important;
padding: 12px 12px 6px !important;
margin: 0 !important;
flex-grow: 1 !important;
line-height: 1.4 !important;
display: -webkit-box !important;
-webkit-line-clamp: 3 !important;
-webkit-box-orient: vertical !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
height: calc(0.9rem * 1.4 * 3) !important;
} .related.products ul.products li.product .price,
.upsells.products ul.products li.product .price {
padding: 6px 12px !important;
font-size: 1rem !important;
margin: 0 !important;
color: var(--color-price) !important;
text-align: center !important;
display: block !important;
font-weight: 600 !important;
} .related.products ul.products li.product .button,
.upsells.products ul.products li.product .button {
background-color: var(--color-accent) !important;
color: white !important;
border: none !important;
margin: 12px !important;
padding: 10px 16px !important;
font-size: 0.9rem !important;
width: calc(100% - 24px) !important;
margin-top: auto !important;
border-radius: var(--radius-pill) !important;
font-weight: 600 !important;
text-align: center !important;
display: block !important;
transition: background-color 0.3s ease, transform 0.3s ease !important;
cursor: pointer !important;
}
.related.products ul.products li.product .button:hover,
.upsells.products ul.products li.product .button:hover {
background-color: var(--color-primary) !important;
transform: translateY(-2px) !important;
} @media (max-width: 768px) {
.related.products ul.products,
.upsells.products ul.products {
grid-template-columns: repeat(2, 1fr) !important;
gap: 15px !important;
padding: 0 15px !important;
}
.related.products h2,
.upsells.products h2 {
font-size: 1.5rem !important;
margin-bottom: 25px !important;
}
} @media (max-width: 480px) {
.related.products ul.products,
.upsells.products ul.products {
grid-template-columns: 1fr !important;
gap: 10px !important;
padding: 0 10px !important;
}
.related.products h2,
.upsells.products h2 {
font-size: 1.3rem !important;
margin-bottom: 20px !important;
}
.related.products ul.products li.product .button,
.upsells.products ul.products li.product .button {
padding: 8px 12px !important;
font-size: 0.8rem !important;
}
}  .woocommerce ul.products li.product .yith-subscription-button,
.woocommerce ul.products li.product .yith-subscription-add-to-cart {
background-color: #1e5a7a !important;
color: white !important;
border: none !important;
padding: 8px 16px !important;
border-radius: var(--radius-pill) !important;
font-weight: 600 !important;
transition: background-color 0.3s ease, transform 0.3s ease !important;
margin: 10px !important;
cursor: pointer !important;
width: calc(100% - 20px) !important;
text-align: center !important;
display: block !important;
font-size: 0.9rem !important;
}
.woocommerce ul.products li.product .yith-subscription-button:hover,
.woocommerce ul.products li.product .yith-subscription-add-to-cart:hover {
background-color: #2d7a9e !important;
transform: translateY(-2px) !important;
} .woocommerce div.product .yith-subscription-button,
.woocommerce div.product .yith-subscription-add-to-cart,
.woocommerce div.product button.yith-subscription-add-to-cart {
background-color: #1e5a7a !important;
color: white !important;
border: none !important;
padding: 15px 40px !important;
border-radius: var(--radius-pill) !important;
font-weight: 600 !important;
font-size: 1rem !important;
transition: background-color 0.3s ease, transform 0.3s ease !important;
cursor: pointer !important;
width: 100% !important;
max-width: 300px !important;
}
.woocommerce div.product .yith-subscription-button:hover,
.woocommerce div.product .yith-subscription-add-to-cart:hover,
.woocommerce div.product button.yith-subscription-add-to-cart:hover {
background-color: #2d7a9e !important;
transform: translateY(-2px) !important;
} .yith-subscription-price-label {
display: block;
font-size: 0.9rem;
color: #1e5a7a;
font-weight: 600;
margin-bottom: 5px;
}
.yith-subscription-price {
font-size: 1.1rem;
color: #1e5a7a;
font-weight: 600;
display: block;
margin: 8px 0;
} .yith-subscription-badge {
display: inline-block;
background: linear-gradient(135deg, #1e5a7a 0%, #2d7a9e 100%);
color: #fff;
padding: 6px 12px;
border-radius: 20px;
font-size: 0.75rem;
font-weight: 600;
margin-bottom: 10px;
letter-spacing: 0.5px;
text-transform: uppercase;
}
.yith-subscription-badge::before {
content: '⚓ ';
margin-right: 4px;
} .shop-layout {
max-width: 1240px;
}
.shop-header {
text-align: center;
margin: 18px 0 42px;
}
.shop-section-head {
text-align: center;
margin-bottom: 24px;
}
.shop-section-subtitle {
color: var(--color-muted);
font-size: 1rem;
margin-top: 8px;
}
.shop-categories {
margin-bottom: 48px;
}
.categories-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
gap: 18px;
}
.category-box {
background: #fff;
border-radius: 16px;
overflow: hidden;
border: 1px solid rgba(58, 90, 110, 0.12);
box-shadow: 0 6px 18px rgba(18, 43, 59, 0.06);
transition: transform 0.2s ease, box-shadow 0.2s ease;
text-align: left;
}
.category-box:hover {
transform: translateY(-2px);
box-shadow: 0 10px 24px rgba(18, 43, 59, 0.12);
}
.category-box-link {
display: block;
}
.category-box img,
.category-placeholder {
width: 100%;
height: 170px;
object-fit: cover;
display: block;
}
.category-placeholder {
background: linear-gradient(135deg, #d5e8e4 0%, #9abfbb 100%);
}
.category-box-content {
padding: 14px 14px 16px;
}
.category-box h3 {
margin: 0 0 4px;
font-size: 1.12rem;
line-height: 1.3;
}
.category-box h3 a {
color: var(--color-accent);
text-decoration: none;
}
.category-count {
display: inline-flex;
align-items: center;
border-radius: 999px;
padding: 2px 10px;
font-size: 0.78rem;
font-weight: 700;
color: #3a5a6e;
background: #eaf2f5;
margin-bottom: 8px;
}
.category-box p {
margin: 0 0 12px;
color: var(--color-muted);
font-size: 0.92rem;
line-height: 1.45;
min-height: 2.8em;
}
.category-cta {
display: inline-block;
padding: 9px 14px;
border-radius: 999px;
font-size: 0.86rem;
font-weight: 700;
text-decoration: none;
color: #fff;
background: var(--color-accent);
}
.category-cta:hover {
background: #436b83;
}
.shop-products-wrapper {
background: linear-gradient(180deg, rgba(107, 143, 163, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
border-top: 1px solid rgba(58, 90, 110, 0.08);
padding-top: 28px;
}
@media (max-width: 768px) {
.shop-header {
margin: 8px 0 28px;
}
.shop-section-head {
margin-bottom: 16px;
}
.shop-section-subtitle {
font-size: 0.93rem;
margin-top: 6px;
}
.shop-categories {
margin-bottom: 30px;
}
.categories-grid {
grid-template-columns: 1fr 1fr;
gap: 10px;
}
.category-box {
border-radius: 12px;
}
.category-box img,
.category-placeholder {
height: 120px;
}
.category-box-content {
padding: 10px 10px 12px;
}
.category-box h3 {
font-size: 0.98rem;
}
.category-count {
font-size: 0.72rem;
padding: 2px 8px;
}
.category-box p {
font-size: 0.82rem;
min-height: 2.6em;
margin-bottom: 8px;
}
.category-cta {
width: 100%;
text-align: center;
font-size: 0.8rem;
padding: 8px 10px;
}
}
@media (max-width: 480px) {
.categories-grid {
grid-template-columns: 1fr;
}
} @media (max-width: 768px) {
.woocommerce ul.products li.product .yith-subscription-button,
.woocommerce ul.products li.product .yith-subscription-add-to-cart {
padding: 6px 12px !important;
font-size: 0.85rem !important;
margin: 8px !important;
width: calc(100% - 16px) !important;
}
.woocommerce div.product .yith-subscription-button,
.woocommerce div.product .yith-subscription-add-to-cart,
.woocommerce div.product button.yith-subscription-add-to-cart {
padding: 12px 30px !important;
font-size: 0.95rem !important;
}
}  .woocommerce-checkout-payment .woocommerce-notice--error {
display: none !important;
opacity: 0;
transition: opacity 0.3s ease;
} .woocommerce-checkout-payment .woocommerce-notice--error.show-error {
display: block !important;
opacity: 1;
} .woocommerce-checkout-payment .woocommerce-notice--error.show-error {
background-color: #fee !important;
border-color: #c33 !important;
color: #c33 !important;
padding: 15px !important;
border-radius: 4px !important;
margin-bottom: 20px !important;
}  .fehnleev-mixed-cart-notice {
background-color: #fff3cd;
border: 1px solid #ffc107;
padding: 12px;
border-radius: 4px;
margin: 15px 0;
color: #856404;
font-size: 0.95rem;
}
.fehnleev-mixed-cart-notice strong {
display: block;
margin-bottom: 5px;
font-weight: 600;
} .fehnleev-cart-locked-notice {
background-color: #f8d7da;
border: 1px solid #f5c6cb;
padding: 12px;
border-radius: 4px;
margin: 15px 0;
color: #721c24;
font-size: 0.95rem;
}
.fehnleev-cart-locked-notice strong {
display: block;
margin-bottom: 5px;
font-weight: 600;
} .woocommerce ul.products li.product .button:disabled,
.woocommerce ul.products li.product .button.disabled {
opacity: 0.5 !important;
cursor: not-allowed !important;
background-color: #ccc !important;
}
.woocommerce ul.products li.product .button:disabled:hover,
.woocommerce ul.products li.product .button.disabled:hover {
background-color: #ccc !important;
transform: none !important;
} .cross-sells {
margin-top: 40px !important;
}
.cross-sells .product,
.cross-sells .wc-block-grid__product,
.cross-sells li {
overflow: hidden !important;
border-radius: var(--radius-card) !important;
}
.cross-sells h2 {
font-family: 'Playfair Display', serif !important;
font-size: clamp(20px, 3vw, 28px) !important;
font-weight: 700 !important;
color: #3a5a6e !important;
margin-bottom: 20px !important;
} .cross-sells .woocommerce-loop-product__title,
.cross-sells .wp-block-woocommerce-product-title,
.cross-sells h2.woocommerce-loop-product__title a,
.cross-sells a {
color: #3a5a6e !important;
text-decoration: none !important;
}
.cross-sells .woocommerce-loop-product__title {
font-family: 'Playfair Display', serif !important;
font-size: 15px !important;
font-weight: 700 !important;
line-height: 1.35 !important;
margin-bottom: 6px !important;
} .cross-sells .wp-block-button__link,
.cross-sells .wc-block-components-product-button__button,
.cross-sells .button.add_to_cart_button {
background-color: #3a5a6e !important;
color: #fff !important;
border: none !important;
border-radius: 50px !important;
padding: 9px 20px !important;
font-family: 'Nunito', sans-serif !important;
font-size: 14px !important;
font-weight: 600 !important;
cursor: pointer !important;
transition: background-color 0.2s, transform 0.2s !important;
text-decoration: none !important;
display: inline-block !important;
width: 100% !important;
text-align: center !important;
box-sizing: border-box !important;
}
.cross-sells .wp-block-button__link:hover,
.cross-sells .wc-block-components-product-button__button:hover,
.cross-sells .button.add_to_cart_button:hover {
background-color: #6B8FA3 !important;
transform: translateY(-2px) !important;
color: #fff !important;
}
@media (max-width: 640px) {
.cross-sells .woocommerce-loop-product__title {
font-size: 13px !important;
}
.cross-sells .wp-block-button__link,
.cross-sells .wc-block-components-product-button__button {
font-size: 13px !important;
padding: 8px 16px !important;
}
} .blockUI.blockOverlay,
.blockUI.blockMsg {
pointer-events: none !important;
} .blockUI,
.blockUI * {
pointer-events: none !important;
} .wp-block-woocommerce-cart.is-loading,
.wp-block-woocommerce-cart.is-loading * {
pointer-events: auto !important;
}
.wp-block-woocommerce-checkout.is-loading,
.wp-block-woocommerce-checkout.is-loading * {
pointer-events: auto !important;
} body.woocommerce-checkout .woocommerce > .woocommerce-info {
display: none !important;
}
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
background: #f7fbff !important;
border: 1px solid rgba(14, 63, 91, 0.18) !important;
color: #0e3f5b !important;
padding: 14px 16px !important;
border-radius: 14px !important;
box-shadow: 0 10px 26px rgba(12, 40, 60, 0.08) !important;
margin: 10px 0 14px !important;
}
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info::before,
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
display: none !important;
}
body.woocommerce-checkout .woocommerce-form-login-toggle .showlogin,
body.woocommerce-checkout .woocommerce-form-coupon-toggle .showcoupon {
color: #0e3f5b !important;
font-weight: 700 !important;
text-decoration: underline !important;
text-underline-offset: 3px !important;
}
body.woocommerce-checkout .woocommerce-form-login-toggle .showlogin:hover,
body.woocommerce-checkout .woocommerce-form-coupon-toggle .showcoupon:hover {
color: #6B8FA3 !important;
} body.woocommerce-checkout .woocommerce .woocommerce-notices-wrapper .woocommerce-info:not(.woocommerce-form-login-toggle .woocommerce-info):not(.woocommerce-form-coupon-toggle .woocommerce-info) {
display: none !important;
}
body.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-info {
border-left: 0 !important;
} body.woocommerce-checkout #payment ul.payment_methods,
body.woocommerce-checkout #payment .payment_methods {
background: rgba(58, 90, 110, 0.05) !important;
border: 1px solid rgba(58, 90, 110, 0.12) !important;
border-radius: 10px 10px 0 0 !important;
padding: 6px !important;
margin: 0 !important;
list-style: none !important;
} body.woocommerce-checkout #payment,
body.woocommerce-checkout .woocommerce-checkout-payment {
background: transparent !important;
border: 0 !important;
box-shadow: none !important;
}
body.woocommerce-checkout #payment > div.form-row,
body.woocommerce-checkout .woocommerce-checkout-payment > div.form-row {
background: transparent !important;
border: 0 !important;
}
body.woocommerce-checkout #payment ul.payment_methods li,
body.woocommerce-checkout #payment .payment_methods li {
position: relative !important;
background: transparent !important;
border: 0 !important;
border-bottom: 1px solid rgba(58, 90, 110, 0.08) !important;
border-radius: 0 !important;
padding: 14px 16px !important;
box-shadow: none !important;
margin: 0 !important;
display: flex !important;
flex-wrap: wrap !important;
align-items: center !important;
gap: 0 10px !important;
}
body.woocommerce-checkout #payment ul.payment_methods li:last-child,
body.woocommerce-checkout #payment .payment_methods li:last-child {
border-bottom: 0 !important;
} body.woocommerce-checkout #payment ul.payment_methods li > input[type="radio"],
body.woocommerce-checkout #payment .payment_methods li > input[type="radio"] {
display: inline-block !important;
width: 16px !important;
height: 16px !important;
min-width: 16px !important;
margin: 0 !important;
cursor: pointer !important;
accent-color: #0e3f5b !important;
flex-shrink: 0 !important;
} body.woocommerce-checkout #payment ul.payment_methods li::before,
body.woocommerce-checkout #payment ul.payment_methods li::after,
body.woocommerce-checkout #payment .payment_methods li::before,
body.woocommerce-checkout #payment .payment_methods li::after {
content: none !important;
}
body.woocommerce-checkout #payment ul.payment_methods li > label,
body.woocommerce-checkout #payment .payment_methods li > label {
display: block !important;
font-weight: 800 !important;
color: #0e3f5b !important;
padding-left: 0 !important;
flex: 1 !important;
min-width: 0 !important;
} body.woocommerce-checkout #payment ul.payment_methods li .payment_box,
body.woocommerce-checkout #payment .payment_methods li .payment_box {
flex-basis: 100% !important;
} body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method:has(> input[type="radio"]:checked)::after,
body.woocommerce-checkout #payment .payment_methods li.wc_payment_method:has(> input[type="radio"]:checked)::after {
content: "Ausgewählt" !important;
background: rgba(107, 143, 163, 0.16) !important;
color: #0e3f5b !important;
border: 1px solid rgba(107, 143, 163, 0.45) !important;
border-radius: 999px !important;
padding: 4px 10px !important;
font-size: 12px !important;
font-weight: 800 !important;
letter-spacing: 0.2px !important;
margin-left: auto !important;
flex-shrink: 0 !important;
}
body.woocommerce-checkout #payment ul.payment_methods li .payment_box,
body.woocommerce-checkout #payment .payment_methods li .payment_box {
background: transparent !important;
border-radius: 0 !important;
padding: 12px 0 0 !important;
margin: 10px 0 0 !important;
border: 0 !important;
box-shadow: none !important;
}
body.woocommerce-checkout #payment .payment_box::before,
body.woocommerce-checkout #payment .payment_box::after {
display: none !important;
content: none !important;
} body.woocommerce-checkout #payment .payment_box fieldset {
border: 0 !important;
margin: 0 !important;
padding: 0 !important;
} body.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message,
body.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-info {
display: none !important;
} .fehnleev-cart-error {
display: flex !important;
align-items: flex-start !important;
gap: 14px !important;
background: #fff0f0 !important;
border: 2px solid #d9534f !important;
border-radius: 12px !important;
padding: 18px 20px !important;
margin-bottom: 24px !important;
color: #a02020 !important;
}
.fehnleev-cart-error-icon {
font-size: 1.6rem !important;
line-height: 1 !important;
flex-shrink: 0 !important;
color: #d9534f !important;
}
.fehnleev-cart-error-text {
font-size: 1rem !important;
font-weight: 500 !important;
line-height: 1.6 !important;
color: #a02020 !important;
}
.fehnleev-cart-error-text strong {
color: #8b1a1a !important;
} ul.woocommerce-error,
.woocommerce ul.woocommerce-error,
.woocommerce-page ul.woocommerce-error,
body.woocommerce-checkout ul.woocommerce-error,
.woocommerce-notices-wrapper ul.woocommerce-error {
background: #fff0f0 !important;
border: 2px solid #d9534f !important;
border-left: 2px solid #d9534f !important;
border-radius: 10px !important;
color: #a02020 !important;
padding: 16px 20px !important;
font-size: 1rem !important;
font-weight: 600 !important;
list-style: none !important;
margin: 0 0 24px !important;
}
ul.woocommerce-error li,
.woocommerce ul.woocommerce-error li {
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
color: #a02020 !important;
}
ul.woocommerce-error li::before {
display: none !important;
} body.woocommerce-checkout .woocommerce-form-login-toggle .showlogin,
body.woocommerce-checkout .woocommerce-form-coupon-toggle .showcoupon,
body.woocommerce-checkout .woocommerce-message .button,
body.woocommerce-checkout .woocommerce-message a.button,
body.woocommerce-checkout .woocommerce-info .button,
body.woocommerce-checkout a.checkout-button,
body.woocommerce-checkout .wc-backward,
body.woocommerce-checkout .return-to-cart .button {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
gap: 6px !important;
padding: 8px 14px !important;
border-radius: 10px !important;
border: 1px solid rgba(14, 63, 91, 0.24) !important;
background: #f7fbff !important;
color: #0e3f5b !important;
font-weight: 700 !important;
text-decoration: none !important;
box-shadow: 0 6px 16px rgba(12, 40, 60, 0.08) !important;
transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease !important;
}
body.woocommerce-checkout .woocommerce-form-login-toggle .showlogin:hover,
body.woocommerce-checkout .woocommerce-form-coupon-toggle .showcoupon:hover,
body.woocommerce-checkout .woocommerce-message .button:hover,
body.woocommerce-checkout .woocommerce-message a.button:hover,
body.woocommerce-checkout .woocommerce-info .button:hover,
body.woocommerce-checkout a.checkout-button:hover,
body.woocommerce-checkout .wc-backward:hover,
body.woocommerce-checkout .return-to-cart .button:hover {
background: #eef6fc !important;
border-color: rgba(107, 143, 163, 0.55) !important;
color: #0e3f5b !important;
transform: translateY(-1px) !important;
}  body.woocommerce-checkout .woocommerce,
body.woocommerce-cart .woocommerce {
max-width: none !important;
padding: 0 !important;
margin: 0 !important;
} body.woocommerce-checkout .woocommerce-checkout-review-order-table thead,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody {
display: none !important;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table {
background: rgba(58, 90, 110, 0.05) !important;
border: 1px solid rgba(58, 90, 110, 0.12) !important;
border-top: 0 !important;
border-radius: 0 0 10px 10px !important;
border-collapse: separate !important;
border-spacing: 0 !important;
padding: 8px 16px !important;
margin: 0 0 16px !important;
overflow: hidden !important;
} body.woocommerce-checkout #payment ul.payment_methods li:last-child {
border-bottom: 0 !important;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
border: 0 !important;
padding: 6px 4px !important;
font-size: 0.88rem !important;
color: #3a5a6e !important;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total td {
font-size: 1.05rem !important;
font-weight: 800 !important;
border-top: 2px solid rgba(58, 90, 110, 0.15) !important;
padding-top: 10px !important;
} body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .cart-discount td {
color: #2a8f5a !important;
font-weight: 700 !important;
} #order_review .woocommerce-checkout-payment {
display: flex !important;
flex-direction: column !important;
}
#order_review .woocommerce-checkout-payment .wc_payment_methods {
order: 1 !important;
}
#order_review .woocommerce-checkout-payment .form-row.place-order {
order: 3 !important;
display: flex !important;
flex-direction: column !important;
} #order_review .woocommerce-checkout-payment .form-row.place-order .wc-gzd-checkbox-placeholder,
#order_review .woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper,
#order_review .woocommerce-checkout-payment .form-row.place-order p.wc-terms-and-conditions {
order: -1 !important;
}
#order_review .woocommerce-checkout-payment .form-row.place-order #place_order {
order: 10 !important;
margin-top: 12px !important;
}  body.woocommerce-checkout h3#order_review_heading + #order_review,
body.woocommerce-checkout #order_review h3 {
margin-bottom: 16px !important;
} table.fehnleev-summary-bar {
width: 100% !important;
background: rgba(58, 90, 110, 0.05) !important;
border: 1px solid rgba(58, 90, 110, 0.12) !important;
border-radius: 10px !important;
margin-top: 0 !important;
margin-bottom: 24px !important;
font-size: 0.85rem !important;
color: #3a5a6e !important;
border-collapse: separate !important;
border-spacing: 0 !important;
}
table.fehnleev-summary-bar td {
padding: 10px 14px !important;
border: 0 !important;
border-bottom: 1px solid rgba(58, 90, 110, 0.08) !important;
vertical-align: middle !important;
}
table.fehnleev-summary-bar tr:last-child td {
border-bottom: 0 !important;
}
td.fehnleev-summary-thumb {
width: 116px !important;
padding-right: 0 !important;
}
td.fehnleev-summary-thumb img {
width: 108px !important;
height: 108px !important;
border-radius: 8px !important;
object-fit: cover !important;
display: block !important;
}
td.fehnleev-summary-name {
font-weight: 500 !important;
}
td.fehnleev-summary-name a {
color: #3a5a6e !important;
text-decoration: none !important;
}
td.fehnleev-summary-name a:hover {
color: #6B8FA3 !important;
}
.fehnleev-summary-unit-price {
display: block !important;
font-size: 0.78rem !important;
color: #6a8a9a !important;
font-weight: 600 !important;
margin-top: 2px !important;
}
td.fehnleev-summary-qty {
white-space: nowrap !important;
text-align: center !important;
width: 90px !important;
}
.fehnleev-qty-btn {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: 24px !important;
height: 24px !important;
border: 1px solid rgba(58, 90, 110, 0.2) !important;
border-radius: 6px !important;
background: #fff !important;
color: #3a5a6e !important;
font-size: 0.85rem !important;
font-weight: 700 !important;
cursor: pointer !important;
padding: 0 !important;
line-height: 1 !important;
transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease !important;
}
.fehnleev-qty-btn:hover {
background: #3a5a6e !important;
color: #fff !important;
border-color: #3a5a6e !important;
}
.fehnleev-qty-btn:disabled {
opacity: 0.3 !important;
cursor: not-allowed !important;
}
.fehnleev-qty-val {
display: inline-block !important;
min-width: 20px !important;
text-align: center !important;
font-weight: 700 !important;
}
td.fehnleev-summary-price {
color: #8B5A7A !important;
font-weight: 700 !important;
white-space: nowrap !important;
text-align: right !important;
} .fehnleev-details-grid {
display: grid !important;
grid-template-columns: 1fr 1fr !important;
gap: 40px !important;
align-items: start !important;
}
.fehnleev-col-billing,
.fehnleev-col-extras {
min-width: 0 !important;
} .fehnleev-checkout-details .col-1,
.fehnleev-checkout-details .col-2 {
float: none !important;
width: 100% !important;
padding: 0 !important;
}
form.woocommerce-checkout {
display: block !important;
} h3#order_review_heading {
display: none !important;
} #order_review > .wc-gzd-checkbox-placeholder {
display: none !important;
} .fehnleev-checkout-bottom h3 {
font-family: 'Playfair Display', serif !important;
font-size: 1.35rem !important;
font-weight: 700 !important;
color: #3a5a6e !important;
margin: 0 0 16px !important;
} .fehnleev-col-billing h3,
.fehnleev-col-extras h3,
#customer_details h3 {
font-family: 'Playfair Display', serif !important;
font-size: 1.35rem !important;
font-weight: 700 !important;
color: #3a5a6e !important;
margin: 0 0 20px !important;
padding-bottom: 12px !important;
border-bottom: 2px solid rgba(58, 90, 110, 0.12) !important;
} .woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row {
margin: 0 0 12px !important;
}
.woocommerce-billing-fields .form-row label,
.woocommerce-shipping-fields .form-row label {
font-size: 0.83rem !important;
font-weight: 600 !important;
color: #3a5a6e !important;
margin-bottom: 4px !important;
display: block !important;
}
.woocommerce-billing-fields .form-row input,
.woocommerce-billing-fields .form-row select,
.woocommerce-shipping-fields .form-row input,
.woocommerce-shipping-fields .form-row select {
border: 1px solid rgba(58, 90, 110, 0.25) !important;
border-radius: 8px !important;
padding: 10px 14px !important;
font-size: 0.92rem !important;
font-family: 'Nunito', sans-serif !important;
color: #3a5a6e !important;
background: #fff !important;
transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
width: 100% !important;
box-sizing: border-box !important;
}
.woocommerce-billing-fields .form-row input:focus,
.woocommerce-billing-fields .form-row select:focus,
.woocommerce-shipping-fields .form-row input:focus,
.woocommerce-shipping-fields .form-row select:focus {
border-color: #6B8FA3 !important;
outline: none !important;
box-shadow: 0 0 0 3px rgba(107, 143, 163, 0.18) !important;
} .woocommerce-billing-fields__field-wrapper {
display: grid !important;
grid-template-columns: 1fr 1fr !important;
gap: 12px 16px !important;
} #billing_company_field,
#billing_country_field,
#billing_address_1_field,
#billing_address_2_field {
grid-column: 1 / -1 !important;
}  .woocommerce-checkout-review-order-table {
width: 100% !important;
border-collapse: collapse !important;
border: 0 !important;
margin-bottom: 0 !important;
}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
border: 0 !important;
padding: 8px 4px !important;
font-size: 0.88rem !important;
color: #3a5a6e !important;
}
.woocommerce-checkout-review-order-table thead th {
font-size: 0.78rem !important;
text-transform: uppercase !important;
letter-spacing: 0.06em !important;
color: #6a8a9a !important;
border-bottom: 1px solid rgba(58, 90, 110, 0.12) !important;
padding-bottom: 10px !important;
font-family: 'Nunito', sans-serif !important;
font-weight: 700 !important;
}
.woocommerce-checkout-review-order-table tbody .cart_item td {
border-bottom: 1px solid rgba(58, 90, 110, 0.07) !important;
padding: 10px 4px !important;
}
.woocommerce-checkout-review-order-table .cart-subtotal,
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals {
border-top: 1px solid rgba(58, 90, 110, 0.1) !important;
}
.woocommerce-checkout-review-order-table .order-total {
border-top: 2px solid rgba(58, 90, 110, 0.18) !important;
}
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
font-size: 1.05rem !important;
font-weight: 800 !important;
padding-top: 12px !important;
} body.woocommerce-checkout .fehnleev-col-extras .woocommerce-form-coupon-toggle {
background: none !important;
border: 0 !important;
padding: 0 !important;
margin: 0 !important;
}
body.woocommerce-checkout .fehnleev-col-extras .woocommerce-form-coupon-toggle div.woocommerce-info {
background: rgba(58, 90, 110, 0.05) !important;
border: 1px solid rgba(58, 90, 110, 0.12) !important;
border-radius: 10px !important;
padding: 14px 18px !important;
margin: 0 !important;
font-size: 0.85rem !important;
color: #3a5a6e !important;
box-shadow: none !important;
outline: none !important;
display: flex !important;
justify-content: space-between !important;
align-items: center !important;
} body.woocommerce-checkout .fehnleev-col-extras .checkout_coupon:not([style*="none"]) ~ .woocommerce-form-coupon-toggle div.woocommerce-info,
body.woocommerce-checkout .fehnleev-col-extras .woocommerce-form-coupon-toggle + .checkout_coupon:not([style*="none"]) {
border-radius: 0 0 10px 10px !important;
}
body.woocommerce-checkout .fehnleev-col-extras .woocommerce-form-coupon-toggle:has(+ .checkout_coupon:not([style*="none"])) div.woocommerce-info {
border-bottom: 0 !important;
border-radius: 10px 10px 0 0 !important;
}
.fehnleev-col-extras .woocommerce-form-coupon-toggle .woocommerce-info::before {
display: none !important;
}
body.woocommerce-checkout .fehnleev-col-extras .woocommerce-form-coupon-toggle a.showcoupon {
color: #6B8FA3 !important;
background: transparent !important;
border: 0 !important;
padding: 0 !important;
margin-left: auto !important;
font-weight: 600 !important;
font-size: 0.82rem !important;
text-decoration: none !important;
box-shadow: none !important;
white-space: nowrap !important;
}
body.woocommerce-checkout .fehnleev-col-extras .woocommerce-form-coupon-toggle a.showcoupon:hover {
color: #3a5a6e !important;
background: transparent !important;
transform: none !important;
box-shadow: none !important;
}
.fehnleev-col-extras .checkout_coupon {
margin: 0 !important;
padding: 14px 18px !important;
border: 1px solid rgba(58, 90, 110, 0.12) !important;
border-top: 0 !important;
border-radius: 0 0 10px 10px !important;
background: rgba(58, 90, 110, 0.05) !important;
gap: 10px !important;
} .fehnleev-col-extras .checkout_coupon[style*="block"],
.fehnleev-col-extras .checkout_coupon[style*="flex"] {
display: flex !important;
align-items: center !important;
} .fehnleev-col-extras .checkout_coupon {
transition: none !important;
animation: none !important;
} .fehnleev-col-extras .woocommerce-form-coupon-toggle + .checkout_coupon[style*="block"] ~ .woocommerce-form-coupon-toggle .woocommerce-info,
.fehnleev-col-extras .checkout_coupon:not([style*="none"]) {
border-radius: 0 0 10px 10px !important;
}
.fehnleev-col-extras .checkout_coupon input#coupon_code {
flex: 1 !important;
border: 1px solid rgba(58, 90, 110, 0.2) !important;
border-radius: 8px !important;
padding: 10px 14px !important;
font-size: 0.85rem !important;
font-family: 'Nunito', sans-serif !important;
color: #3a5a6e !important;
background: #fff !important;
width: auto !important;
}
.fehnleev-col-extras .checkout_coupon input#coupon_code:focus {
border-color: #6B8FA3 !important;
outline: none !important;
box-shadow: 0 0 0 3px rgba(107, 143, 163, 0.18) !important;
}
.fehnleev-col-extras .checkout_coupon .button {
background: #3a5a6e !important;
color: #fff !important;
border-radius: 50px !important;
padding: 10px 20px !important;
font-size: 0.85rem !important;
font-weight: 600 !important;
font-family: 'Nunito', sans-serif !important;
border: 0 !important;
cursor: pointer !important;
white-space: nowrap !important;
transition: background-color 0.3s ease, transform 0.3s ease !important;
}
.fehnleev-col-extras .checkout_coupon .button:hover {
background: #6B8FA3 !important;
transform: translateY(-1px) !important;
} #place_order {
width: 100% !important;
padding: 15px !important;
font-size: 1rem !important;
font-weight: 700 !important;
font-family: 'Nunito', sans-serif !important;
border-radius: 50px !important;
background: linear-gradient(135deg, #3a5a6e 0%, #1e5a7a 100%) !important;
color: #fff !important;
border: 0 !important;
cursor: pointer !important;
transition: transform 0.3s ease, box-shadow 0.3s ease !important;
letter-spacing: 0.03em !important;
display: block !important;
}
#place_order:hover {
transform: translateY(-2px) !important;
box-shadow: 0 6px 20px rgba(30, 90, 122, 0.35) !important;
} .wcpay-express-checkout-wrapper,
.wcpay-payment-request-button-container,
.wcpay-payment-request-button-separator-container,
#wcpay-express-checkout-element,
.wc-express-checkout-section,
.ppcp-button-checkout-separator,
#ppc-button-checkout,
#ppc-button-mini-cart {
display: none !important;
} #payment .payment_method_ppcp-gateway .payment_box .paypal-button-container,
#payment .payment_method_ppcp-gateway .payment_box [id^="ppc-button"],
#payment .payment_method_paypal .payment_box .paypal-button-container,
#payment .payment_method_paypal .payment_box [id^="ppc-button"] {
display: none !important;
} .woocommerce-cart table.shop_table {
border: 0 !important;
border-collapse: separate !important;
border-spacing: 0 6px !important;
width: 100% !important;
}
.woocommerce-cart table.shop_table thead th {
background: transparent !important;
border: 0 !important;
color: #6a8a9a !important;
font-size: 0.78rem !important;
text-transform: uppercase !important;
letter-spacing: 0.06em !important;
font-weight: 700 !important;
padding: 6px 12px !important;
}
.woocommerce-cart table.shop_table tr.cart_item td {
border: 0 !important;
padding: 12px !important;
vertical-align: middle !important;
background: #fff !important;
}
.woocommerce-cart table.shop_table tr.cart_item td:first-child {
border-radius: 12px 0 0 12px !important;
}
.woocommerce-cart table.shop_table tr.cart_item td:last-child {
border-radius: 0 12px 12px 0 !important;
}
.woocommerce-cart table.shop_table td.product-thumbnail img {
border-radius: 8px !important;
width: 64px !important;
height: 64px !important;
object-fit: cover !important;
}
.woocommerce-cart table.shop_table td.product-name a {
font-family: 'Playfair Display', serif !important;
font-weight: 700 !important;
color: #3a5a6e !important;
font-size: 0.95rem !important;
text-decoration: none !important;
}
.woocommerce-cart table.shop_table td.product-price,
.woocommerce-cart table.shop_table td.product-subtotal {
color: #8B5A7A !important;
font-weight: 700 !important;
} .woocommerce-cart .cart-collaterals .cart_totals {
background: #fff !important;
border-radius: 16px !important;
padding: 24px !important;
box-shadow: 0 4px 16px rgba(58, 90, 110, 0.1) !important;
border: 1px solid rgba(58, 90, 110, 0.08) !important;
}
.woocommerce-cart .cart_totals h2 {
font-family: 'Playfair Display', serif !important;
font-size: 1.25rem !important;
font-weight: 700 !important;
color: #3a5a6e !important;
margin-bottom: 16px !important;
}
.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
border: 0 !important;
border-bottom: 1px solid rgba(58, 90, 110, 0.08) !important;
padding: 10px 4px !important;
font-size: 0.92rem !important;
color: #3a5a6e !important;
}
.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td {
font-size: 1.05rem !important;
font-weight: 800 !important;
border-bottom: 0 !important;
border-top: 2px solid rgba(58, 90, 110, 0.15) !important;
} a.checkout-button,
a.checkout-button.button,
a.checkout-button.alt,
.wc-proceed-to-checkout a.checkout-button,
.woocommerce-mini-cart__buttons a.checkout,
.widget_shopping_cart .woocommerce-mini-cart__buttons a,
a.wc-block-mini-cart__footer-checkout,
.wc-block-mini-cart__footer-checkout {
display: flex !important;
align-items: center !important;
justify-content: center !important;
width: 100% !important;
text-align: center !important;
padding: 14px 20px !important;
font-size: 1rem !important;
font-weight: 700 !important;
font-family: 'Nunito', sans-serif !important;
border-radius: 50px !important;
background: linear-gradient(135deg, #3a5a6e 0%, #1e5a7a 100%) !important;
color: #fff !important;
border: 0 !important;
text-decoration: none !important;
letter-spacing: 0.03em !important;
transition: transform 0.2s ease, box-shadow 0.2s ease !important;
margin-top: 8px !important;
box-sizing: border-box !important;
}
a.checkout-button:hover,
a.checkout-button.button:hover,
.wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-mini-cart__buttons a.checkout:hover,
a.wc-block-mini-cart__footer-checkout:hover,
.wc-block-mini-cart__footer-checkout:hover {
transform: translateY(-2px) !important;
box-shadow: 0 6px 20px rgba(30, 90, 122, 0.35) !important;
color: #fff !important;
text-decoration: none !important;
}
.wc-block-mini-cart__footer-checkout .wc-block-components-button__text {
color: #fff !important;
}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
width: 100% !important;
text-align: center !important;
padding: 15px !important;
font-size: 1rem !important;
font-weight: 700 !important;
font-family: 'Nunito', sans-serif !important;
border-radius: 50px !important;
background: linear-gradient(135deg, #3a5a6e 0%, #1e5a7a 100%) !important;
color: #fff !important;
border: 0 !important;
transition: transform 0.3s ease, box-shadow 0.3s ease !important;
display: block !important;
letter-spacing: 0.03em !important;
}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
transform: translateY(-2px) !important;
box-shadow: 0 6px 20px rgba(30, 90, 122, 0.35) !important;
} .fehnleev-checkout-bottom {
margin-top: 24px !important;
padding-top: 20px !important;
border-top: 1px solid rgba(58, 90, 110, 0.12) !important;
}
.fehnleev-checkout-bottom .woocommerce-terms-and-conditions-wrapper,
.fehnleev-checkout-bottom .wc-gzd-checkout-checkboxes,
.fehnleev-checkout-bottom .woocommerce-privacy-policy-text {
margin-bottom: 12px !important;
font-size: 0.88rem !important;
color: #3a5a6e !important;
}
.fehnleev-checkout-bottom #place_order {
margin-top: 14px !important;
} @media (max-width: 900px) { .fehnleev-details-grid {
grid-template-columns: 1fr !important;
gap: 24px !important;
}
.fehnleev-col-billing {
order: 2 !important;
}
.fehnleev-col-extras {
order: 1 !important;
}
td.fehnleev-summary-thumb {
width: 92px !important;
}
td.fehnleev-summary-thumb img {
width: 84px !important;
height: 84px !important;
} table.fehnleev-summary-bar {
font-size: 0.82rem !important;
}
td.fehnleev-summary-qty {
display: none !important;
} body.woocommerce-checkout #payment ul.payment_methods li,
body.woocommerce-checkout #payment .payment_methods li {
padding: 12px 12px !important;
}
}
@media (max-width: 480px) {
.woocommerce-billing-fields__field-wrapper {
grid-template-columns: 1fr !important;
}
.fehnleev-summary-items {
flex-direction: column !important;
gap: 4px !important;
}
td.fehnleev-summary-thumb {
width: 72px !important;
}
td.fehnleev-summary-thumb img {
width: 64px !important;
height: 64px !important;
}
td.fehnleev-summary-name {
font-size: 0.8rem !important;
} .woocommerce-checkout .col2-set,
.woocommerce-checkout #customer_details {
padding: 0 !important;
} body.woocommerce-checkout #payment ul.payment_methods li > label,
body.woocommerce-checkout #payment .payment_methods li > label {
font-size: 0.9rem !important;
} .fehnleev-checkout-bottom #place_order,
#order_review #place_order {
width: 100% !important;
font-size: 1rem !important;
}
} body.woocommerce-checkout .woocommerce-form-login-toggle {
margin: 0 0 14px !important;
}
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
gap: 14px !important;
background: rgba(58, 90, 110, 0.05) !important;
border: 1px solid rgba(58, 90, 110, 0.16) !important;
border-radius: 12px !important;
padding: 14px 16px !important;
color: #3a5a6e !important;
box-shadow: none !important;
}
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info::before {
display: none !important;
}
body.woocommerce-checkout .woocommerce-form-login-toggle .showlogin {
margin-left: auto !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
padding: 9px 14px !important;
border-radius: 10px !important;
border: 1px solid rgba(58, 90, 110, 0.28) !important;
background: #f7fbff !important;
color: #26485d !important;
font-size: 0.9rem !important;
font-weight: 700 !important;
text-decoration: none !important;
white-space: nowrap !important;
}
body.woocommerce-checkout .woocommerce-form-login-toggle .showlogin:hover {
background: #eef6fc !important;
border-color: rgba(58, 90, 110, 0.45) !important;
color: #1f3f52 !important;
transform: translateY(-1px) !important;
} .archive-category-header {
background: #FAF7F2;
padding: 32px 24px 20px;
border-bottom: 1px solid rgba(58, 90, 110, 0.1);
}
.archive-category-header-inner {
max-width: 1280px;
margin: 0 auto;
}
.archive-category-title {
font-family: var(--font-serif);
font-size: clamp(1.6rem, 3vw, 2.4rem);
color: var(--color-accent);
margin: 0 0 8px;
}
.archive-category-header .woocommerce-product-category-description p {
color: #6a8a9a;
font-size: 1rem;
margin: 0;
line-height: 1.6;
} .archive-filter-bar {
background: #fff;
border-bottom: 1px solid rgba(58, 90, 110, 0.1);
padding: 14px 24px;
position: sticky;
top: 0;
z-index: 100;
box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.archive-filter-bar-inner {
max-width: 1280px;
margin: 0 auto;
display: flex;
align-items: center;
gap: 16px;
flex-wrap: wrap;
}
.archive-filter-tags {
display: flex;
gap: 8px;
flex-wrap: wrap;
flex: 1;
} ul.products li.product.fehnleev-hidden {
display: none !important;
} .fehnleev-filter-bar {
display: flex;
flex-direction: column;
gap: 6px;
padding: 16px 0 8px;
margin-bottom: 8px;
}
.filter-row {
display: flex;
flex-wrap: wrap;
gap: 8px;
align-items: center;
} .filter-row--sizes {
padding-left: 2px;
border-left: 3px solid rgba(58, 90, 110, 0.15);
padding-left: 10px;
} .filter-tag--size {
padding: 4px 12px;
font-size: 0.8rem;
min-width: 38px;
justify-content: center;
}
.filter-tag {
display: inline-flex;
align-items: center;
gap: 5px;
padding: 6px 14px;
border-radius: 99px;
border: 1px solid rgba(58, 90, 110, 0.25);
background: transparent;
color: var(--color-accent);
font-size: 0.875rem;
font-weight: 600;
cursor: pointer;
transition: background 0.2s, border-color 0.2s, color 0.2s;
font-family: var(--font-sans, 'Nunito', sans-serif);
}
.filter-tag:hover {
background: rgba(58, 90, 110, 0.06);
border-color: var(--color-accent);
}
.filter-tag.active {
background: var(--color-accent);
border-color: var(--color-accent);
color: #fff;
}
.filter-tag-count {
font-size: 0.75rem;
opacity: 0.7;
}
.archive-sort-wrap {
margin-left: auto;
flex-shrink: 0;
} .archive-sort-wrap .woocommerce-ordering {
margin: 0 !important;
}
.archive-sort-wrap .woocommerce-ordering select {
padding: 6px 12px !important;
border-radius: 99px !important;
border: 1px solid rgba(58, 90, 110, 0.25) !important;
font-size: 0.875rem !important;
color: var(--color-accent) !important;
background: transparent !important;
cursor: pointer !important;
}
@media (max-width: 640px) {
.archive-filter-bar {
padding: 10px 12px;
position: static;
}
.archive-filter-bar-inner {
gap: 10px;
}
.filter-tag {
font-size: 0.8rem;
padding: 5px 10px;
}
.archive-sort-wrap {
width: 100%;
margin-left: 0;
}
}  body.single-product {
background-color: #f5f2ef !important;
} .woocommerce div.product .woocommerce-product-details__short-description {
background: #f8f6f4 !important;
border-left: 4px solid var(--color-primary) !important;
border-radius: 0 6px 6px 0 !important;
padding: 14px 18px !important;
margin: 0 0 24px !important;
color: #444 !important;
line-height: 1.7 !important;
} .woocommerce div.product form.cart {
border-top: 1px solid #e0dbd5 !important;
padding-top: 22px !important;
margin-top: 4px !important;
} .woocommerce div.product .product_meta {
margin-top: 20px !important;
padding-top: 16px !important;
border-top: 1px solid #e0dbd5 !important;
border-bottom: none !important;
margin-bottom: 0 !important;
padding-bottom: 0 !important;
font-size: 0.85rem !important;
}
.woocommerce div.product .product_meta .posted_in a,
.woocommerce div.product .product_meta .tagged_as a {
display: inline-block !important;
background: #e8e4e0 !important;
color: var(--color-accent) !important;
border-radius: var(--radius-pill) !important;
padding: 3px 10px !important;
font-size: 0.8rem !important;
font-weight: 600 !important;
text-decoration: none !important;
margin: 2px 2px 2px 0 !important;
transition: background 0.2s ease, color 0.2s ease !important;
}
.woocommerce div.product .product_meta .posted_in a:hover,
.woocommerce div.product .product_meta .tagged_as a:hover {
background: var(--color-primary) !important;
color: white !important;
}
.woocommerce div.product .product_meta .sku_wrapper {
display: block !important;
color: #9aabb5 !important;
font-size: 0.78rem !important;
margin-bottom: 8px !important;
} .woocommerce-tabs.wc-tabs-wrapper {
clear: both !important;
margin-top: 48px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
padding: 0 !important;
margin: 0 !important;
border-bottom: none !important;
display: flex !important;
flex-wrap: wrap !important;
gap: 8px !important;
background: none !important;
list-style: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border: none !important;
border-radius: var(--radius-pill) !important;
background: #e8e4e0 !important;
padding: 0 !important;
margin: 0 !important;
float: none !important;
transition: background 0.2s ease !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
background: #d8d2cc !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background: var(--color-accent) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
display: block !important;
padding: 9px 20px !important;
font-family: var(--font-sans) !important;
font-size: 0.9rem !important;
font-weight: 700 !important;
color: var(--color-accent) !important;
text-decoration: none !important;
background: transparent !important;
border: none !important;
outline: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
color: white !important;
} .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel {
background: white !important;
border-radius: var(--radius-card) !important;
padding: 28px 32px !important;
margin-top: 16px !important;
box-shadow: 0 2px 12px rgba(58, 90, 110, 0.08) !important;
border: 1px solid rgba(58, 90, 110, 0.06) !important;
}
.woocommerce div.product .woocommerce-Tabs-panel h2 {
font-family: var(--font-serif) !important;
font-size: 1.5rem !important;
font-weight: 800 !important;
color: var(--color-accent) !important;
margin-bottom: 18px !important;
}
.woocommerce div.product .woocommerce-Tabs-panel p {
line-height: 1.8 !important;
color: #444 !important;
margin-bottom: 14px !important;
}
.woocommerce div.product .woocommerce-Tabs-panel ul {
margin: 0 0 16px 0 !important;
padding-left: 0 !important;
list-style: none !important;
}
.woocommerce div.product .woocommerce-Tabs-panel ul li {
padding: 4px 0 4px 22px !important;
position: relative !important;
color: #444 !important;
line-height: 1.7 !important;
}
.woocommerce div.product .woocommerce-Tabs-panel ul li::before {
content: "–" !important;
position: absolute !important;
left: 6px !important;
color: var(--color-primary) !important;
font-weight: 700 !important;
} .woocommerce div.product .woocommerce-Tabs-panel .woocommerce-product-attributes {
width: 100% !important;
border-collapse: collapse !important;
}
.woocommerce div.product .woocommerce-Tabs-panel .woocommerce-product-attributes th,
.woocommerce div.product .woocommerce-Tabs-panel .woocommerce-product-attributes td {
padding: 10px 14px !important;
border-bottom: 1px solid rgba(58, 90, 110, 0.08) !important;
font-size: 0.9rem !important;
color: #444 !important;
text-align: left !important;
}
.woocommerce div.product .woocommerce-Tabs-panel .woocommerce-product-attributes th {
font-weight: 700 !important;
color: var(--color-accent) !important;
width: 40% !important;
background: #f8f6f4 !important;
} @media (max-width: 640px) {
.woocommerce div.product .woocommerce-tabs ul.tabs {
flex-wrap: nowrap !important;
overflow-x: auto !important;
-webkit-overflow-scrolling: touch !important;
padding-bottom: 4px !important;
scrollbar-width: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::-webkit-scrollbar {
display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
flex-shrink: 0 !important;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel {
padding: 20px 16px !important;
}
}  .fehnleev-badge-row {
position: absolute !important;
bottom: 10px !important;
left: 10px !important;
display: flex !important;
flex-wrap: wrap-reverse !important;
gap: 4px !important;
z-index: 10 !important;
max-width: 108px !important; } .fehnleev-badge-row--sale {
max-width: 80px !important; } .fehnleev-tag-pill {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: 24px !important;
height: 24px !important;
border-radius: 50% !important;
padding: 0 !important;
font-size: 0 !important;
flex-shrink: 0 !important;
box-shadow: 0 1px 4px rgba(0,0,0,0.15) !important;
background: #e8edf0 !important;
} .fehnleev-tag-pill.tag-holografisch { background: #FFCC99   url(//fehnleev.de/wp-content/themes/fehnleev-dev/assets/icons/tag-holografisch.svg) center/80% no-repeat !important; }
.fehnleev-tag-pill.tag-effekt       { background: #FFF0A0   url(//fehnleev.de/wp-content/themes/fehnleev-dev/assets/icons/tag-effekt.svg)       center/62% no-repeat !important; }
.fehnleev-tag-pill.tag-aquarell     { background: #B3E5FC   url(//fehnleev.de/wp-content/themes/fehnleev-dev/assets/icons/tag-aquarell.svg)     center/80% no-repeat !important; }
.fehnleev-tag-pill.tag-liebe        { background: #F8BBD9   url(//fehnleev.de/wp-content/themes/fehnleev-dev/assets/icons/tag-liebe.svg)        center/68% no-repeat !important; }
.fehnleev-tag-pill.tag-keltisch     { background: #D7CCA0   url(//fehnleev.de/wp-content/themes/fehnleev-dev/assets/icons/tag-keltisch.svg)     center/72% no-repeat !important; }
.fehnleev-tag-pill.tag-matt         { background: #CFD8DC   url(//fehnleev.de/wp-content/themes/fehnleev-dev/assets/icons/tag-matt.svg)         center/70% no-repeat !important; }
.fehnleev-tag-pill.tag-transparent  { background: rgba(255,255,255,0.7) url(//fehnleev.de/wp-content/themes/fehnleev-dev/assets/icons/tag-transparent.svg) center/72% no-repeat !important; border: 1px dashed #90a4ae !important; } .fehnleev-tag-pill.tag-s  { background: #FFCC80 !important; font-size: 0.55rem !important; font-weight: 800 !important; color: #8B5E00 !important; }
.fehnleev-tag-pill.tag-m  { background: #A5D6A7 !important; font-size: 0.55rem !important; font-weight: 800 !important; color: #2d6e3a !important; }
.fehnleev-tag-pill.tag-l  { background: #E4C0EE !important; font-size: 0.55rem !important; font-weight: 800 !important; color: #6a2d8a !important; }
.fehnleev-tag-pill.tag-xl { background: #90CAF9 !important; font-size: 0.5rem  !important; font-weight: 800 !important; color: #1a527a !important; }  body.single-product .woocommerce-main {
padding-top: 30px !important;
} body.single-product span.onsale {
position: absolute !important;
top: 10px !important;
left: 10px !important;
width: 42px !important;
height: 42px !important;
border-radius: 50% !important;
background-color: var(--color-price) !important;
color: white !important;
font-family: var(--font-sans) !important;
font-size: 0.78rem !important;
font-weight: 800 !important;
line-height: 1 !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
z-index: 11 !important;
min-height: unset !important;
min-width: unset !important;
padding: 0 !important;
box-shadow: 0 2px 6px rgba(0,0,0,0.18) !important;
} .woocommerce div.product .woocommerce-product-gallery.images {
position: relative !important;
} .fehnleev-gallery-tag-pills {
position: absolute !important;
top: 10px !important;
left: 60px !important; display: flex !important;
flex-wrap: wrap !important;
gap: 5px !important;
z-index: 10 !important;
} .fehnleev-gallery-tag-pills .fehnleev-tag-pill {
width: 42px !important;
height: 42px !important;
border-radius: 50% !important;
padding: 0 !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
font-size: 0 !important;
flex-shrink: 0 !important;
box-shadow: 0 2px 6px rgba(0,0,0,0.15) !important;
} .fehnleev-gallery-tag-pills .fehnleev-tag-pill::before {
font-family: "Font Awesome 6 Free" !important;
font-weight: 900 !important; font-size: 1.05rem !important;
line-height: 1 !important;
color: transparent !important;
-webkit-text-stroke: 1.5px var(--pill-stroke, #555) !important;
-webkit-font-smoothing: antialiased !important;
display: inline-block !important;
} .fehnleev-gallery-tag-pills .fehnleev-tag-pill.tag-effekt {
background: #FFF0A0 url(//fehnleev.de/wp-content/themes/fehnleev-dev/assets/icons/tag-effekt.svg) center/62% no-repeat !important;
--pill-stroke: #8B5E00;
}
.fehnleev-gallery-tag-pills .fehnleev-tag-pill.tag-holografisch,
body .fehnleev-gallery-tag-pills .fehnleev-tag-pill.tag-holografisch {
background: #FFCC99 url(//fehnleev.de/wp-content/themes/fehnleev-dev/assets/icons/tag-holografisch.svg) center/82% no-repeat !important;
--pill-stroke: #7F3B00;
}
.fehnleev-gallery-tag-pills .fehnleev-tag-pill.tag-matt {
background: #CFD8DC url(//fehnleev.de/wp-content/themes/fehnleev-dev/assets/icons/tag-matt.svg) center/78% no-repeat !important;
--pill-stroke: #455A64;
}
.fehnleev-gallery-tag-pills .fehnleev-tag-pill.tag-keltisch {
background: #D7CCA0 url(//fehnleev.de/wp-content/themes/fehnleev-dev/assets/icons/tag-keltisch.svg) center/72% no-repeat !important;
--pill-stroke: #6D4C00;
}
.fehnleev-gallery-tag-pills .fehnleev-tag-pill.tag-liebe {
background: #F8BBD9 url(//fehnleev.de/wp-content/themes/fehnleev-dev/assets/icons/tag-liebe.svg) center/68% no-repeat !important;
--pill-stroke: #AD1457;
}
.fehnleev-gallery-tag-pills .fehnleev-tag-pill.tag-aquarell {
background: #B3E5FC url(//fehnleev.de/wp-content/themes/fehnleev-dev/assets/icons/tag-aquarell.svg) center/80% no-repeat !important;
--pill-stroke: #0277BD;
}
.fehnleev-gallery-tag-pills .fehnleev-tag-pill.tag-transparent {
background: rgba(255,255,255,0.55) url(//fehnleev.de/wp-content/themes/fehnleev-dev/assets/icons/tag-transparent.svg) center/68% no-repeat !important;
--pill-stroke: #546E7A;
border: 1.5px dashed #90a4ae !important;
box-shadow: 0 2px 6px rgba(0,0,0,0.08) !important;
}
.fehnleev-gallery-tag-pills .fehnleev-tag-pill.tag-s  { background: #FFCC80 !important; --pill-stroke: #8B5E00; }
.fehnleev-gallery-tag-pills .fehnleev-tag-pill.tag-m  { background: #A5D6A7 !important; --pill-stroke: #2d6e3a; }
.fehnleev-gallery-tag-pills .fehnleev-tag-pill.tag-l  { background: #E4C0EE !important; --pill-stroke: #6a2d8a; }
.fehnleev-gallery-tag-pills .fehnleev-tag-pill.tag-xl { background: #90CAF9 !important; --pill-stroke: #1a527a; }  .fehnleev-gallery-tag-pills .fehnleev-tag-pill.tag-effekt::before       { content: none !important; } .fehnleev-gallery-tag-pills .fehnleev-tag-pill.tag-holografisch::before { content: none !important; }
.fehnleev-gallery-tag-pills .fehnleev-tag-pill.tag-matt::before         { content: none !important; }
.fehnleev-gallery-tag-pills .fehnleev-tag-pill.tag-keltisch::before     { content: none !important; } .fehnleev-gallery-tag-pills .fehnleev-tag-pill.tag-liebe::before        { content: none !important; }
.fehnleev-gallery-tag-pills .fehnleev-tag-pill.tag-aquarell::before     { content: none !important; }
.fehnleev-gallery-tag-pills .fehnleev-tag-pill.tag-transparent::before  { content: none !important; } .fehnleev-gallery-tag-pills .fehnleev-tag-pill.tag-s::before,
.fehnleev-gallery-tag-pills .fehnleev-tag-pill.tag-m::before,
.fehnleev-gallery-tag-pills .fehnleev-tag-pill.tag-l::before,
.fehnleev-gallery-tag-pills .fehnleev-tag-pill.tag-xl::before {
font-family: var(--font-sans) !important;
font-weight: 800 !important;
-webkit-text-stroke: 1.5px var(--pill-stroke, #37474F) !important;
}
.fehnleev-gallery-tag-pills .fehnleev-tag-pill.tag-s::before  { content: "S"; }
.fehnleev-gallery-tag-pills .fehnleev-tag-pill.tag-m::before  { content: "M"; }
.fehnleev-gallery-tag-pills .fehnleev-tag-pill.tag-l::before  { content: "L"; }
.fehnleev-gallery-tag-pills .fehnleev-tag-pill.tag-xl::before { content: "XL"; font-size: 0.72rem !important; } body.single-product .woocommerce div.product:not(:has(> span.onsale)) .fehnleev-gallery-tag-pills {
left: 10px !important;
} @media (max-width: 480px) {
.fehnleev-gallery-tag-pills {
top: 62px !important;
left: 10px !important;
}
} .fehnleev-paypal-abo-wrap {
margin-top: 1.25rem;
max-width: 420px;
}
.fehnleev-paypal-abo-wrap #paypal-button-container-P-6HU33970K4397405TNHX2GDQ {
min-height: 48px;
}
.fehnleev-abo-hinweis {
display: flex;
align-items: center;
gap: 6px;
margin-top: 0.6rem;
font-size: 0.78rem;
color: #6b7280;
line-height: 1.4;
}
.fehnleev-abo-hinweis svg {
flex-shrink: 0;
opacity: 0.7;
} .fehnleev-abo-success {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 6px;
padding: 1rem 1.25rem;
background: #f0fdf4;
border: 1px solid #86efac;
border-radius: 12px;
color: #166534;
}
.fehnleev-abo-success strong {
font-size: 1rem;
display: flex;
align-items: center;
gap: 8px;
}
.fehnleev-abo-success p {
margin: 0;
font-size: 0.875rem;
color: #15803d;
} .fehnleev-abo-error {
margin-top: 0.5rem;
font-size: 0.85rem;
color: #dc2626;
} @media (max-width: 600px) {
.fehnleev-paypal-abo-wrap {
max-width: 100%;
}
} .fehnleev-abo-loop-btn.button {
background: var(--color-primary) !important;
color: #fff !important;
border-radius: 999px !important;
}.product.product-type-variable ul.tabs li.product_safety_tab,.wc-gzd-additional-info-placeholder,p.wc-gzd-additional-info:empty{display:none}#order_review .wc-gzd-checkbox-placeholder{clear:both}#order_review .wc-gzd-checkbox-placeholder p.form-row{float:none;padding:0 1em 0 0;text-align:left}#order_review .wc-gzd-checkbox-placeholder p.form-row label{display:inline}#order_review .wc-gzd-checkbox-placeholder:empty{display:none}.woocommerce-checkout .shop_table{background-color:#eee}@media(min-width:768px){table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail .wc-gzd-cart-item-name-wrapper{align-items:center;display:flex}}table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail .wc-gzd-cart-item-name-wrapper .wc-gzd-cart-item-thumbnail{margin-right:1em;max-width:15%;min-width:60px}table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail .wc-gzd-cart-item-name-wrapper .wc-gzd-cart-item-thumbnail img{margin:0}body.theme-astra table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail td.product-name{flex-wrap:wrap}.cart_totals tr.order-total-differential-taxation-notice td:before,.cart_totals tr.order-total-small-business-notice td:before{content:""!important}.includes_tax,.tax_label,.woocommerce dl.variation dd[class*=variation-gzd-],.woocommerce dl.variation div[class*=variation-gzd-],.woocommerce dl.variation dt[class*=variation-gzd-],.woocommerce dl.variation li[class*=variation-gzd-],.woocommerce ul.variation dd[class*=variation-gzd-],.woocommerce ul.variation div[class*=variation-gzd-],.woocommerce ul.variation dt[class*=variation-gzd-],.woocommerce ul.variation li[class*=variation-gzd-],.woocommerce-cart dl.variation dd[class*=variation-gzd-],.woocommerce-cart dl.variation div[class*=variation-gzd-],.woocommerce-cart dl.variation dt[class*=variation-gzd-],.woocommerce-cart dl.variation li[class*=variation-gzd-],.woocommerce-cart ul.variation dd[class*=variation-gzd-],.woocommerce-cart ul.variation div[class*=variation-gzd-],.woocommerce-cart ul.variation dt[class*=variation-gzd-],.woocommerce-cart ul.variation li[class*=variation-gzd-],.woocommerce-checkout dl.variation dd[class*=variation-gzd-],.woocommerce-checkout dl.variation div[class*=variation-gzd-],.woocommerce-checkout dl.variation dt[class*=variation-gzd-],.woocommerce-checkout dl.variation li[class*=variation-gzd-],.woocommerce-checkout ul.variation dd[class*=variation-gzd-],.woocommerce-checkout ul.variation div[class*=variation-gzd-],.woocommerce-checkout ul.variation dt[class*=variation-gzd-],.woocommerce-checkout ul.variation li[class*=variation-gzd-],.woocommerce-mini-cart dl.variation dd[class*=variation-gzd-],.woocommerce-mini-cart dl.variation div[class*=variation-gzd-],.woocommerce-mini-cart dl.variation dt[class*=variation-gzd-],.woocommerce-mini-cart dl.variation li[class*=variation-gzd-],.woocommerce-mini-cart ul.variation dd[class*=variation-gzd-],.woocommerce-mini-cart ul.variation div[class*=variation-gzd-],.woocommerce-mini-cart ul.variation dt[class*=variation-gzd-],.woocommerce-mini-cart ul.variation li[class*=variation-gzd-]{display:none!important}.wc-gzd-small-business-includes-tax{display:inline!important;font-size:.9em;padding-left:3px}.woocommerce-gzd-checkout #order_review_heading{display:none}.woocommerce-checkout .shop_table tr td p{margin-bottom:0}.woocommerce-checkout .shop_table td,.woocommerce-checkout .shop_table th{line-height:1.5}.more-variants-available-info{display:block;font-size:11px;font-weight:400}.shop_table .product-name-inner,.shop_table .product-name-inner tr td{border:none;margin:0;padding:0}.shop_table .product-name-inner tr td:last-child{text-align:right}.cart_totals .wc-gzd-additional-wrapper,.woocommerce-checkout table.shop_table .wc-gzd-additional-wrapper{clear:both;text-align:right}.cart_totals p.wc-gzd-additional-info,.woocommerce-checkout table.shop_table p.wc-gzd-additional-info{display:inline-block;font-size:.8em;font-weight:400;margin-bottom:0}.entry-content .woocommerce #payment{margin-bottom:1em}.woocommerce #payment .wc-terms-and-conditions{display:none!important}.entry-content .woocommerce .checkout-btn-wrap{text-align:right}.woocommerce-checkout p.direct-debit-checkbox{display:none}.unit-price-cart{display:block;font-size:.9em;margin-top:5px}.product_list_widget .wc-gzd-additional-info,.products .wc-gzd-additional-info{font-size:.8em;margin:.7rem 0;padding:0}.product_list_widget .wc-gzd-additional-info,.product_list_widget p.price-unit{line-height:1.8em;margin:.2rem 0}.product_list_widget .wc-gzd-additional-info a{display:inline!important}.product_list_widget .price-unit,.products .product .price-unit{font-size:.8em}.product_list_widget .price-unit{margin-bottom:.7em}.product p.wc-gzd-additional-info{clear:left;font-size:.9em;margin-bottom:.5rem}.product .defect-description:not(:empty){border:2px solid #4b4f58;margin:1em 0;padding:.5em}.product .defect-description:not(:empty) p:last-child{margin-bottom:0}form.cart.wc-gzd-replace-price .single_variation_wrap .woocommerce-variation-price{display:none}.deposit-packaging-type{font-weight:700;text-transform:uppercase}.product p.deposit-packaging-type{font-size:1.2em!important}.wc-gzd-rating-authenticity-status{display:block;font-size:.9em}.woocommerce-product-rating .wc-gzd-rating-authenticity-status{display:inline-block}.product .product_meta{margin-top:1rem}p.footer-info{font-size:.9em;padding-bottom:.5rem;text-align:center}.wc-gzd-item-defect-description p,.wc-gzd-item-desc p{font-size:.9em;font-weight:400}.wc-gzd-edit-data-notice{background:#eee;display:inline-block;padding:1em}.wc-gzd-edit-data-notice p.wc-gzd-info{margin:0;padding:0}.wc-gzd-power-supply{display:flex;flex-wrap:wrap;height:70px;margin:1em 0}.wc-gzd-power-supply svg{align-items:center;display:flex;height:70px;width:70px}.wc-gzd-power-supply svg text{text-anchor:middle;dominant-baseline:middle;font-size:1.8rem;font-weight:600}.wc-gzd-power-supply svg text.min-max-watt-has-decimals,.wc-gzd-power-supply svg text.power-supply-usb-pd{font-size:1.5rem}.wc-gzd-cart-info{display:block}table.product-details-inner{margin:0;padding:0;table-layout:fixed}table.product-details-inner,table.product-details-inner td,table.product-details-inner tr{background:transparent;border:none;margin-bottom:0;margin-top:0;padding-bottom:0;padding-top:0}table.product-details-inner tr td:last-child{text-align:right}.wc-gzd-product-name-left,.wc-gzd-product-name-right{float:left}.wc-gzd-product-name-left{margin-right:1em;max-width:15%}#order_review .blockMsg{line-height:1.5em}#shipping_parcelshop_post_number_field .optional{display:none!important}.wc-gzd-nutri-score-value{display:block;height:4rem;text-indent:-9999px;width:7.0625rem}.wc-gzd-placeholder-loading{display:flex;flex:0 0 100%;flex-flow:column;overflow:hidden;position:relative}.wc-gzd-placeholder-loading *{box-sizing:border-box}.wc-gzd-placeholder-loading .wc-gzd-placeholder-row{align-items:center;display:flex;vertical-align:middle}.wc-gzd-placeholder-loading .wc-gzd-placeholder-row>*{animation:shimmer 2s infinite;background:#e7e7e7;background-image:linear-gradient(90deg,#e7e7e7,color-mix(in srgb,#e7e7e7 30%,#fff) 30%,#e7e7e7);background-size:200% 100%;border-radius:.375rem;display:block;height:10px}.wc-gzd-placeholder-loading .wc-gzd-placeholder-row .wc-gzd-placeholder-row-col-4{min-width:100px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.wc-block-featured-product .wc-gzd-additional-info{color:inherit;font-size:.9em;margin:0;padding:5px 48px 0;text-align:center;width:100%;z-index:1}.wc-block-featured-product .wc-gzd-nutri-score{width:auto}ul.wc-block-grid__products li.wc-block-grid__product .wc-gzd-additional-info{margin:.5em 0}ul.wc-block-grid__products li.wc-block-grid__product .wc-gzd-additional-info:not(.deposit-packaging-type){font-size:.9em;font-weight:400}.theme-twentytwenty form.woocommerce-checkout #order_review_heading,.theme-twentytwentyone form.woocommerce-checkout #order_review_heading{margin-bottom:2rem;padding-left:0;text-align:left;width:100%}