.wc-block-components-product-metadata__description p {
    background: #fffaf3;
    color: #000000;
    margin: 0px !important;
    padding: 0px 6px;
    border-radius: 5px;
    border: 1px dashed #cec291;
    /* font-size: 12px; */
}

.wc-block-components-product-metadata__description{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 7px;
    /* padding: 5px; */
    display: none;
}

.wc-block-components-product-badge.wc-block-components-sale-badge {
    display: none;
}
/* tab-readmore  */
/* Readmore container */
.readmore-wrap {
  position: relative;
  overflow: hidden;
  transition: max-height 0.45s ease;
}

/* collapsed state will be applied via inline style or JS */
.readmore-collapsed {
  max-height: 180px; /* change collapsed height here */
}

/* gradient fade at bottom when collapsed */
.readmore-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  height: 48px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%);
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* hide fade when expanded */
.readmore-wrap.readmore-expanded::after {
  opacity: 0;
}

/* Read more button */
.readmore-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 8px 14px;
  border-radius: 6px;
  background-color: #1c352d;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  border: none;
}

/* variant for secondary look */
.readmore-toggle.secondary {
  background-color: transparent;
  color: #222;
  border: 1px solid rgba(0,0,0,0.08);
}

/* small chevron */
.readmore-toggle .chev {
  display: inline-block;
  transition: transform 0.25s ease;
}

/* rotate when expanded */
.readmore-toggle[aria-expanded="true"] .chev {
  transform: rotate(180deg);
}

/* make sure long content stays readable */
#tab-description p,
#tab-description ul,
#tab-description ol {
  margin-bottom: 1em;
  line-height: 1.6;
}


/* tab-readmore */

/* mobile-category  */
.categories-accordion {
    border: 1px solid #ddd;
    border-radius: 6px;
    width: 100%;
}

.accordion-item {
    border-bottom: 1px solid #ffffff;
    font-family: 'Cinzel';
    font-weight: 500 !important;
    background: var(--d-green);
    /* padding: 6px 9px; */
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--d-green);
    /* padding: 6px 9px; */
    color: #fff;
    position: relative;
}

.accordion-link {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    flex: 1;
    padding: 6px 9px;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
}

.accordion-link:hover {
    text-decoration: underline;
    color: #f1e3a4;
}

.accordion-toggle {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    padding: 0 8px;
    position: absolute;
    right: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.accordion-content {
    display: none;
    padding: 5px 18px;
    background: #fff;
}

.accordion-content ul {
    margin: 0;
    /* padding-left: 20px; */
}

.accordion-content li {
    margin: 0px 0;
}

.chevron {
    font-size: 14px;
    transition: transform 0.3s;
}

.accordion-toggle.active .chevron {
    transform: rotate(180deg);
}

.count {
    font-weight: normal;
    /* color: #777; */
    margin-left: 5px;
    font-size: 13px;
}
.mobile-category, .mobile-menu {
    position: fixed;
    left: 0;
    bottom: -115%; /* hidden initially */
    width: 100%;
    height: 100%;
    background: #fff;
    /* border-top-left-radius: 12px; */
    /* border-top-right-radius: 12px; */
    box-shadow: 0 -4px 12px rgba(0,0,0,0.2);
    overflow-y: auto;
    transition: bottom 0.4s ease-in-out;
    z-index: 9999;
    background: rgb(232 235 224 / 91%);
    backdrop-filter: blur(9px) saturate(150%);
    -webkit-backdrop-filter: blur(18px);
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Active state */
.mobile-category.active, .mobile-menu.active {
    bottom: 0;
}

/* Overlay */
.cat-popup {
    /* position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
    display: none; */
}

.cat-popup.active {
    /* display: block; */
}

/* Close button */
.cat-close, .menu-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: none;
    border: none;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    z-index: 10000;
    line-height: 1;
}
.cat-close:hover, .menu-close:hover {
    color: #000;
}

/* mobile-category */

/* mobilt-filter */
.mobile-filter-btn {
    position: fixed;
    bottom: 94px;
    right: 50%;
    background: #1c352d;
    color: #fff;
    padding: 3px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    z-index: 99;
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.3); */
    transition: background 0.3s ease;
    display: none;
    transform: translate(50%, 0px);
    border: 1px solid #f1e3a4;
}
.mobile-filter-btn:hover {
    /* bottom: 20px; */
    background: #1c352d;
}
@media only screen and (max-width:1024px){
  .mobile-filter-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
}
@media only screen and (max-width:1024px){
 .mobile-filter-btn{
    bottom: 100px;
 }
}
@media only screen and (max-width:768px){
 .mobile-filter-btn{
    bottom: 70px;
 }
}

/* mobilt-filter */


/* mini-cart */
.wc-block-mini-cart__template-part a.wc-block-components-button.wp-element-button.wp-block-woocommerce-mini-cart-cart-button-block.wc-block-mini-cart__footer-cart.outlined {
    background: var(--d-green);
    color: #fff;
    font-family: 'Cinzel';
    font-weight: 500;
    box-shadow: unset !important;
    border: unset !important;
    transition: all 0.3s linear;
    border-radius: 10px !important;
}

.wc-block-mini-cart__template-part a.wc-block-components-button.wp-element-button.wp-block-woocommerce-mini-cart-cart-button-block.wc-block-mini-cart__footer-cart.outlined:hover {
    background: #000;
    background: #F1E3A4;
    color: #000;
}

.wc-block-mini-cart__template-part a.wc-block-components-button.wp-element-button.wp-block-woocommerce-mini-cart-checkout-button-block.wc-block-mini-cart__footer-checkout.contained {
    box-shadow: unset !important;
    border: 1px dashed #1c352d;
    border-radius: 10px;
    font-family: 'Cinzel';
    font-weight: 500;
}

.wc-block-mini-cart__template-part a.wc-block-components-button.wp-element-button.wp-block-woocommerce-mini-cart-checkout-button-block.wc-block-mini-cart__footer-checkout.contained:hover {
    background: var(--d-green);
    color: #fff;
}


.wc-block-mini-cart__template-part span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
    border-radius: 5px;
    padding: 2px 5px;
    line-height: 20px;
    background: var(--green);
    font-weight: bold;
}

.wc-block-mini-cart__template-part span.wc-block-components-totals-item__label {
    font-family: 'Cinzel';
}

.wc-block-mini-cart__template-part span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-item__value {
    background: var(--green);
    padding: 6px 10px;
    font-size: 21px;
    font-weight: bold;
    border-radius: 5px;
    line-height: 21px;
}

.wc-block-mini-cart__template-part .wc-block-components-product-metadata__description p br {
    display: none;
}

.wc-block-components-quantity-selector button {
    background: var(--green)!important;
    opacity: 1 !important;
    height: 100%;
}
.wc-block-cart-item__quantity {
    display: flex;
    gap: 7px;
}

button.wc-block-cart-item__remove-link {
    background: red !important;
    height: unset !important;
    line-height: unset !important;
    padding: 0px !important;
    position: relative;
    color: red !important;
    width: 32px;
    overflow: hidden;
    height: 100%;
    border-radius: 5px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 1px !important;
}

.wc-block-components-quantity-selector {
    margin-bottom: 0px !important;
}

button.wc-block-cart-item__remove-link:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/09/bin.svg);
    position: absolute;
    height: 20px;
    width: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}
.wc-block-mini-cart__empty-cart-wrapper {
    font-family: 'Cinzel';
    font-size: 21px;
    color: var(--d-green);
}


.wc-block-mini-cart__empty-cart-wrapper a {
    background: var(--d-green);
    height: unset !important;
    min-height: unset !important;
    padding: 15px 30px;
    border-radius: 15px;
    color: #fff;
    margin-top: 20px;
    border: unset !important;
    box-shadow: unset !important;
    transition: all 0.3s linear !important;
    font-weight: 500 !important;
}

.wc-block-mini-cart__empty-cart-wrapper a:hover {
    color: var(--d-green) !important;
    background: #f1e3a4;
}
/* mini-cart */


.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background: var(--green) !important;
    border-radius: 10px !important;
}

.woocommerce-info::before, .woocommerce-message::before {
    color: var(--d-green) !important;
}

.woocommerce-info a, .woocommerce-message a, .woocommerce-error a {
    background: #ffffff !important;
    color: var(--d-green) !important;
    font-family:
    'Cinzel';
    font-weight: 500 !important;
    font-size: 15px !important;
    border-radius: 8px !important;
    transition: all 0.3s linear;
    border: 1px dashed var(--d-green) !important;
}


.woocommerce-info a:hover, .woocommerce-message a:hover, .woocommerce-error a:hover {
    background: var(--d-green) !important;
    color: #fff !important;
}
.woocommerce-info, .woocommerce-message {
    border-top-color: var(--d-green) !important;
}
.page-id-10.logged-in .woocommerce-MyAccount-content p a {
    color: #c8af3d;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-content: space-between;
    justify-content: center;
    display: flex;
    flex-direction: row !important;
    justify-content: space-between !important;
    flex-wrap: wrap;
}

.woocommerce-notices-wrapper {
    /* width: 100%; */
}
.woocommerce-error:after, .woocommerce-info:after, .woocommerce-message:after {
    display: none;
}
.woocommerce-message {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between !important;
    flex-wrap: wrap;
}
@media only screen and (max-width:768px){
    .wc-block-mini-cart__template-part h2.wc-block-mini-cart__title {
    font-size: 20px;
}
.wc-block-mini-cart__template-part .wc-block-components-product-name {
    font-size: 14px;
}
}


/* variation-css  */
.summary.entry-summary form.variations_form>div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.summary.entry-summary .single_variation_wrap {
    width: 100%;
}

.summary.entry-summary .woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    /* row-gap: 0px; */
}

.summary.entry-summary .woocommerce-variation-add-to-cart button.single_add_to_cart_button.button.alt {
    width: calc(100% - 170px);
    float: unset;
}

.summary.entry-summary .woocommerce-variation-add-to-cart .quantity, .summary.entry-summary .quantity {
    width: 160px;
    margin: 0px !important;
}

.summary.entry-summary .woocommerce-variation-add-to-cart div#yith-wapo-container {
    width: 100%;
}

.summary.entry-summary .woocommerce-variation-add-to-cart a.button.whatsapp-button {
    margin: 0px !important;
}
td.value.woo-variation-items-wrapper {}

table.variations td.value.woo-variation-items-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}

a.reset_variations {
    color: red;
    background: red;
    color: #fff;
    padding: 0px 10px;
    /* font-weight: bold; */
    border-radius: 5px;
    font-size: 15px !important;
    height: 100% !important;
}

ul.variable-items-wrapper.button-variable-items-wrapper {}

table.variations td.value.woo-variation-items-wrapper ul.variable-items-wrapper.button-variable-items-wrapper {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

table.variations td.value.woo-variation-items-wrapper ul.variable-items-wrapper.button-variable-items-wrapper li {
    margin: 0px !important;
    /* gap: 5px !important; */
    box-shadow: unset !important;
    border: unset !important;
    padding: 0px !important;
    border: 1px dashed var(--d-green) !important;
    border-radius: 5px !important;
    min-width: 40px !important;
    background: var(--green);
    transition: all 0.3s linear;
    height: unset !important;
}


table.variations td.value.woo-variation-items-wrapper ul.variable-items-wrapper.button-variable-items-wrapper li>div {
    width: 100%;
    height: 100%;
    padding: 0px 5px;
}

table.variations td.value.woo-variation-items-wrapper ul.variable-items-wrapper.button-variable-items-wrapper li:hover, table.variations td.value.woo-variation-items-wrapper ul.variable-items-wrapper.button-variable-items-wrapper li.selected {
    background: var(--d-green) !important;
    color: #fff !important;
}
/* variation-css  */

.woocommerce-error:focus-visible, .woocommerce-info:focus-visible, .woocommerce-message:focus-visible {
    outline: none !important;
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.page.page-id-8 .wc-block-mini-cart, .page-id-9 .wc-block-mini-cart{
    display: none;
}
.copyright-area .copyright-text p span {
    color: #fff;
    font-family: 'inter' !important;
}
@media only screen and (max-width:1024px){
   
.copyright-area .row.align-items-center {
    justify-content: center;
    align-items: center;
}

footer.footer-main .row>div:last-child {
    justify-content: center;
}

footer.footer-main .row>div:first-child {
    justify-content: center;
}

.copyright-area .copyright-text p {
    text-align: center !important;
}


}


.cart-page-product ul.wc-block-grid__products {
    /* margin: 0 -26px 16px; */
}

.cart-page-product ul.wc-block-grid__products .wc-block-grid__product-image {
    border-radius: 20px;
    overflow: hidden;
}

.cart-page-product ul.wc-block-grid__products .wc-block-grid__product-title {
    font-size: 15px;
    line-height: 24px;
    color: var(--d-green);
}

.cart-page-product ul.wc-block-grid__products span.woocommerce-Price-amount.amount {
    font-size: 19px;
    color: var(--d-green);
    font-weight: bold;
    border: 1px dashed var(--d-green);
    padding: 3px 15px;
    border-radius: 50px;
}

.cart-page-product ul.wc-block-grid__products a.wp-block-button__link.add_to_cart_button {
    width: 100%;
    background: var(--d-green);
    font-size: 19px;
    font-family: 'Cinzel';
    font-weight: 500;
}

.cart-page-product ul.wc-block-grid__products a.wp-block-button__link.add_to_cart_button:hover {
    background: #f1e3a4;
    color: var(--d-green);
}

.tnp.tnp-subscription {
    /* max-width: 100%; */
    max-width: unset;
}

.tnp.tnp-subscription form {
    display: flex;
    flex-direction: row;
    align-content: flex-end;
    align-items: flex-end;
    gap: 20px;
}

.tnp-field.tnp-field-button {
    width: 200px;
    margin-bottom: 0px !important;
    cursor: pointer;
}

.tnp-field.tnp-field-button input.tnp-submit {
    width: 100%;
    padding: 16px;
    margin-bottom: 0px !important;
    cursor: pointer !important;
    background: var(--d-green);
    font-family: 'Cinzel';
    font-weight: 500;
    font-size: 19px;
    border-radius: 15px;
    transition: all 0.3s linear;
}

.tnp-field.tnp-field-button .tnp-field.tnp-field-email {}

.tnp.tnp-subscription .tnp-field.tnp-field-email {
    width: calc(100% - 220px );
    margin-bottom: 0px;
}

.tnp.tnp-subscription .tnp-field.tnp-field-email input {
    background: #fff;
    border: 1px dashed var(--d-green);
    border-radius: 15px;
}

.tnp.tnp-subscription .tnp-field.tnp-field-email label {
    font-size: 18px;
    color: var(--d-green);
    font-family: 'Cinzel';
    font-weight: 500;
}

.tnp-field.tnp-field-button input.tnp-submit:hover {
    background: #f1e3a4;
    color: var(--d-green);
}

@media only screen and (max-width:768px){
    .tnp-field.tnp-field-button{
        width: 120px;
    }
    .tnp-field.tnp-field-button input.tnp-submit {
    width: 100%;
    padding: 10px;
    margin-bottom: 0px !important;
    cursor: pointer !important;
    background: var(--d-green);
    font-family: 'Cinzel';
    font-weight: 500;
    font-size: 16px;
    border-radius: 10px;
    transition: all 0.3s 
linear;
}
.tnp.tnp-subscription .tnp-field.tnp-field-email {
    width: calc(100% - 130px);
    margin-bottom: 0px;
}
.tnp.tnp-subscription .tnp-field.tnp-field-email input {
    background: #fff;
    border: 1px dashed var(--d-green);
    border-radius: 10px;
    padding: 10px;
}
.tnp.tnp-subscription form {
    gap: 10px;
}
}

div#content.page-404 {
    padding: 100px 15px;
    /* background: #FFFAF3; */
}

div#content.page-404 img {
    max-width: 588px;
}
body.error404 {
    background: #FFFAF3;
}
.anfrage-col.pak-button.error-btn a {
    background: var(--d-green);
    padding: 13px 26px;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    font-family: 'Cinzel';
    font-weight: 500;
    display: inline-flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 8px;
    transition: all 0.3s linear;
}
.anfrage-col.pak-button.error-btn a:hover {
    background: #f1e3a4;
    color: var(--d-green);
}

.anfrage-col.pak-button.error-btn a:hover path {
    fill: var(--d-green);
}

.anfrage-col.pak-button.error-btn a path {
    transition: all 0.3s linear;
}

@media only screen and (max-width:580px){
    footer.footer-main .row>div:first-child {
    justify-content: flex-start;
}
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    background: var(--d-green);
    border-radius: 7px;
    font-family: 'Cinzel';
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    transition: all 0.3s linear;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a:hover {
    background: #f1e3a4;
    color:var(--d-green);
}

 p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    padding-bottom: 15px;
}

.woocommerce ul.order_details::after,  .woocommerce ul.order_details::before {
    display: none;
}

 ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: flex;
    row-gap: 20px;
    flex-wrap: wrap;
}

 .woocommerce-order h2, .page-id-10.logged-in .woocommerce-MyAccount-content h2 {
    font-size: 27px;
    line-height: 37px;
    padding-top: 15px;
}
.woocommerce-MyAccount-content ul.wc-item-meta p {
    font-family: 'UAESymbol';
}

fieldset#billing-fields .wc-block-components-text-input.wc-block-components-address-form__state {
    display: none;
}
