/** Shopify CDN: Minification failed

Line 592:2 "widht" is not a known CSS property
Line 617:2 Unexpected "{"
Line 1091:2 Unexpected "{"
Line 1091:3 Expected identifier but found "%"
Line 1091:37 Unexpected "{"
Line 1091:38 Expected identifier but found "%"

**/

#desktop_cart {
    display: none !important;
    visibility: hidden !important;
}

/* OVERWRITES!!! */
#NovBreadcrumbs.breadcrumb_inner {
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-bottom: 0;
}
#NovBreadcrumbs.breadcrumb_collection {
  padding-top: 25px;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  #NovBreadcrumbs.breadcrumb_collection {
    margin-bottom: 30px;
  }
}

#NovBreadcrumbs.breadcrumb_collection ol.breadcrumb { display: none; }

.mobile-sortandfilter {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  margin-top: 12px;
}

.mobile-sortandfilter .leftfilter,
.mobile-sortandfilter .rightsort {
  /* width: 100%; */
  height: 100%;
  border: 1px solid var(--color-border);
  margin: 8px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  padding: 0 20px;
}
.mobile-sortandfilter .rightsort { min-width: 200px; }

/* .mobile-sortandfilter .nov-accordion__content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

.mobile-sortandfilter .collection-sortfilter-text {
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
  color: #000;
}

.collection-filter__content .gridlist-toggle {
  display: none;
}

.filter_button .filter_button_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-filter-mobile-wrapper {
  justify-content: center;
}
.close-filter-mobile-wrapper .mobile_filter_sidebar_icon {
  font-size: 23px;
}

.product-form__item--quantity { margin-top: 0; }
.footer-image-section img { width: 200px; }

@media screen and (max-width: 575px) {
  .footer-links-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

/* COLLECTION PAGE */
.item-product .product__title a {
  
}
.collection-extra-info {
  padding: 12px 14px;
  background: rgba(0,255,0,0.2);
  color: #333;
  font-weight: 300;
  line-height: 1.4em;
  font-size: 0.9em;
  border-radius: 8px;
  width: 95%;
}
.collection-extra-info a {
  color: #333;
  font-weight: 400;
}
/* ./COLLECTION PAGE */



.custom-category-slider {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.custom-category-item {
  width: 95% !important;
  margin-left: 3px;
}
.custom-category-item .block-image { padding: 5px; }
.custom-category-item .collec-img__text {
  margin-top: 10px !important;
  margin-bottom: 25px;
}


/* PRODUCT PAGE */
#product-grid .item-product .productWishList { display: none; }
.custom_products {}
.custom_products .similar_products-wrapper {
  width: 450px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 5px;
}
.custom_products .similar_products-wrapper .similar_product-item {}
.custom_products .similar_products-wrapper .similar_product-item a {}
.custom_products .similar_products-wrapper .similar_product-item a img {
  width: 65px;
  height: 65px;
  border-radius: 3px;
  border: 1px solid #e7e7e7;
}
.custom_products .similar_products-wrapper .similar_product-item a img.selected { border: 3px solid #333; }

@media (max-width: 767px) {
  #mobile_menu .search-header-inline { padding-top: 10px; }

  .custom_products .similar_products-wrapper { width: 100%; }
  .custom_products .similar_products-wrapper .similar_product-item a img { width: 50px; height: 50px; }
}
#mobile_menu .search-header-inline { margin-bottom: 0; }
#mobile_menu .canvas-menu { height: 100%; }
#mobile_menu .mm-panels>.mm-panel { overflow-y: scroll; }
#mobile_menu .site-nav__link>li { padding: 15px 0; }
#mobile_menu .canvas-menu .site-nav>li .site-nav__link--main {
  font-size: 15px;
  padding: 16px 0;
}

#mobile_menu {
  padding: 5px;
  width: 80%;
}

#mobile_menu .search-header-inline {
  padding: 5px 0;
}
#mobile_menu .search-header__content {
  margin-top: 10px;
}

.mobile-header-icons-wrapper {
  width: 100%;
  display: flex;
  /* align-content: center; */
  justify-content: flex-end;
}

.mobile-header-icons-wrapper .myaccount i { font-weight: 600; }

.header-mobile .mobile_cart .cart-count {
  right: -12px;
  bottom: -5px;
}

.header-mobile .header-mobile-content i {
  color: #000 !important;
}

.header-mobile .mobile_menu_search_icon i {
  display: block;
}

.rbb-icon-human-user-10 {
  font-weight: 600 !important;
}

.header-mobile .mobile-btn_search {
  margin-left: 0;
}

.mobile-header-icons-wrapper .custom_mobile_header_icon {
  width: 40px;
  text-align: center;
}

.site-header {
  border-bottom: 1px solid #f1f1f1;
}

/* .gift-productpage-link { text-decoration: underline; } */

#stickymenu_bottom_mobile .stickymenu-item .CartCount {
  top: -5px;
  right: -12px;
  min-width: 19px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

.product-single__tab .tab-content table {
  width: 100% !important;
  max-width: 500px;
  text-align: center;
  border: 2px solid #d1d1d1;
  border-radius: 8px;

  border-collapse: separate;
  white-space: normal;
  line-height: normal;
  font-weight: normal;
  font-size: medium;
  font-style: normal;
  color: -internal-quirk-inherit;
  border-spacing: 0px!important;
  font-variant: normal; 
}

.product-single__tab .tab-content table th, 
.product-single__tab .tab-content table td {
  border: 1px solid #d1d1d1;
  padding: 6px 12px;
}

.product-single__tab .tab-content table th {
  background-color: #f5f5f5;
  font-weight: bold;
}

.product-single__tab .tab-content table tr:first-child td:first-child {
  border-top-left-radius: 6px;
}
.product-single__tab .tab-content table tr:first-child td:last-child {
  border-top-right-radius: 6px;
}
.product-single__tab .tab-content table tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
.product-single__tab .tab-content table tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}

@media (min-width: 767px) {
  body.cart_popup_opened div.nov-content {
    height: 85vh !important;
  }
  body.cart_popup_opened .cart-popup__content { max-width: 100% !important; }
  body.cart_popup_opened .cart-buttons { 
    max-width: 600px !important; 
    padding-top: 25px; 
    margin-left: auto;
    margin-right: auto;
  }

  .cart_popup_opened .cart__popup {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
}

.set-p_relative-only-desktop {
  position: relative;
}
.template-collection [data-sortby-filter] .nov-accordion__content {
  border-top-right-radius: 0;
  width: calc(100% + 30px);
  min-width: 220px;
}
@media screen and (max-width: 768px) {
  .template-collection [data-sortby-filter] .nov-accordion__content {
    width: calc(100% + 2px);
    border-top-right-radius: 0;
    min-width: 185px;
    top: calc(100% + -3px);
    left: -1px !important;
    border-top: none;
  }
  .rightsort { position: relative; }
  .set-p_relative-only-desktop { position: static; }
}


.cart-section .cart .cart__layout_left .cart__body {
  border: none;
}
.cart__body .cart_item {
  margin-bottom: 6px;
  border-radius: 6px;
  border: 1px solid var(--color-border);
}

@media (max-width: 767px) {
  .cart_popup_opened .cart__popup-item {
    padding: 7px 15px 3px;
  }
  .nov-with-anim i.zmdi-close {
    top: 20px;
  }
  .cart_popup_opened .cart__popup {
    padding-top: 50px;
  }
}

@media (max-width: 575px) {
  .cart_popup_opened .cart__popup-item .cart__popup-thumb {
    margin-bottom: 0;
  }
  .cart_popup_opened .cart__popup-item .cart__popup_grow {
    margin-bottom: 0;
  }
}

.cart_popup_opened .cart__popup-item {
  padding: 7px 15px 3px;
  border-radius: 6px;
}

/* CHAT */
#shopify-chat inbox-online-store-chat{
  /* bottom: 65px !important; */
}
/* Back to top button */
#_desktop_back_top { display: none !important; }

/* CART */
.cart__layout_left {
  margin-bottom: 0 !important;
}
.cart-action-buttons {
  margin-top: 30px;
  display: flex;
  flex-flow: column;
  gap: 15px;
}
.cart-action-buttons input, .cart-action-buttons a {
  width: 100%;
}
.cart-action-buttons a {
  background-color: #111;
}
.template-cart .cart-action-buttons .btn {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 400;
  width: 100%;
}
.cart-section .cart .cart__layout_right .grid .grid__item .cart__shipping { 
  margin: 13px 0 13px;
  padding: 0;
}
.cart-section .cart .cart__layout_right .grid .cart-note .cart-note_label { margin: 20px 0 15px; }
.template-cart .empty-page-content h1 {
  text-transform: none;
}
.template-cart .empty-page-content .btn {
  /* background-color: var(--color-button); */
  border-radius: 4px;
  /* text-transform: uppercase; */
  /* letter-spacing: 1px; */
  font-weight: normal;
}

.cart-section .cart .cart__layout_left .cart__body,
.cart-section .cart .cart__layout_right,
.cart-note__input {
  border-radius: 6px;
}

.cart-section .cart .cart__layout_left .cart__header {
  border-radius: 6px;
  margin-bottom: 5px;
}

.cart-section .cart .cart__layout_left .cart__body .cart-flex {
  padding: 12px 20px 8px 20px;
}

.cart-section .cart .cart__layout_left .cart__body .cart-flex .cart-flex-item .list-view-item__title {
  line-height: 1em;
  margin-bottom: 12px;
  padding-right: 0;
}

.cart-section .cart .cart__layout_left .cart__body .cart__image-wrapper .cart__meta {
  padding-left: 10px;
}

.cart-section .cart .cart__layout_left .cart__body .cart__remove-wrapper .cart__remove i {
  color: darkred;
  font-size: 15px;
}

.cart-section .cart .cart__layout_left .cart__body .cart-flex .cart-flex-item .list-view-item__title a {
  line-height: 1em;
  font-size: 14px;
}

.cart-section .cart .cart__layout_left .cart__body .cart__price-wrapper, 
.cart-section .c_mobile_price_wrapper {
  font-size: 14px;
  font-weight: 600;
}

.cart-minimum-notice {
  background:#fff3cd;
  border:1px solid #ffeeba;
  color:#856404;
  padding:12px 15px;
  border-radius:6px;
  margin-bottom:15px;
  font-size: 17px;
}

/* ./CART */

/* capca */
#shop-hcaptcha-badge-container {
  display: none;
}

.breadcrumb {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.breadcrumb::-webkit-scrollbar {
  display: none;
}
.breadcrumb_default::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  background: linear-gradient(to left, white 0%, transparent 100%);
  pointer-events: none;
  z-index: 2;
}

#shopify-chat #ShopifyChat { z-index: 3000 !important; }
body.cart_popup_opened div.nov-wrap { z-index: 4000; }
body.cart_popup_opened div.nov-content { height: 96vh; }
body.cart_popup_opened .nov-move-horizontal.nov-ready .nov-with-anim { height: 100%; }

body.cart_popup_opened #content_cart__popup_nt, body.cart_popup_opened .cart-popup__content-top,
body.cart_popup_opened .cart__popup_content
{ 
  height: 100%;
  position: relative;
}

body.cart_popup_opened .cartRow {
  display: grid;
  grid-template-columns: 1fr;
  height: 90%;
}
body.cart_popup_opened .cart-popup__content {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
body.cart_popup_opened .cart_items { height: 100%; max-height: 100%; }




/* -- OVERWRITES!!!  -- */



.btn {
  text-transform: none;
  font-size: 15px;
  font-weight: 550;
  background-color:#212121;
  border-radius: 5px;
}

.btn.product-form__cart-submit, .btn.main-button {
  background-color: var(--theme-color-default);
}
.btn.product-form__cart-submit:hover, .btn.main-button:hover {
  background-color: var(--theme-color-primary);
}
.addToCartBtnError {
  background-color: #ffdf31 !important;
  color: #000000;
}
.addToCartBtnError:hover {color: #000000 !important;}

.product-form__item--quantity .quick_view_qty {
  min-width: 90px;
}

.nov-slick-carousel .slick-arrow, .collection-carousel .slick-arrow, .thumb_slick .slick-arrow, .FeaturedImage_slick .slick-arrow, .quickview_slick .slick-arrow, .nov-slick-navfor-carousel .slick-arrow {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  display: block !important;
}
.nov-slick-carousel .slick-arrow:hover, .nov-slick-carousel .slick-arrow:hover > i {
  color: #ffffff;
}
.nov-slick-carousel .slick-arrow, .nov-slick-carousel .slick-arrow i {
  color: #000000;
}

.cart_popup_opened .cart__popup-action .btn {
  border-radius: 4px;
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 500;
}
.template-cart .cart-action-buttons .btn {
  letter-spacing: 0;
  border-radius: 4px;
  text-transform: none;
}

.item-product .product--badge .badge--sale-pt,
.product-single__price .product-price__badge { 
  background-color: #ffdf31;
  color: #000000;
}

#product-sizeguide-wrapper { margin-top: 2em; }
#product-sizeguide-wrapper .product-sizeguide-extra-text { 
  color: #222;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  display: block;
  width: 90%;
  margin: 2px auto 0 auto;
}
/* #product-sizeguide-wrapper .product-sizeguide-text {} */
.collection-leftsidebar .sidebar-filter.act {
  padding-bottom: 80px;
}

/* CART PAGE */
.cart-icon-mobile { margin-left: 30px; }

.cart-section .cart .cart__layout_left .cart__body .cart__image-wrapper .cart__meta .list-view-item__title a {
  font-weight: normal;
}

/* Wishlist */
.page-title-overwrite {
  display: block;
  widht: 100%;
  text-align: center;
  margin: 0;
}
.page-title-overwrite h1 {
  color: #111;
  text-transform: uppercase;
  font-size: 2.2rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-bottom: 0;
}


/* PRODUCT PAGE BUNDLE */

@media screen and (min-width: 1024px) {
  .custom-product-bundle .wrapper {
    margin-bottom: 20px;
  }
  .custom-product-bundle .bundle-symbol {
    display: block !important;
  }
  .custom-product-bundle #bundle-form,
  .custom-product-bundle .bundle-form,
  {
    display: grid;
    grid-template-columns: 3fr 1fr;
  }
  .bundle-items {
    display: flex !important;
    justify-content: space-between;
  }
  .bundle-product {
    margin-top: 0 !important;
  }
  .bundle-product label {
    grid-template-columns: 1fr !important;
    text-align: center;
    max-width: 240px;
  }
  .bundle-product label .bundle-product-image{ 
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .bundle-product label input[name="bundle-product"]{ 
    order: -1;
    margin-left: auto;
    margin-right: auto;
  }

}


.custom-product-bundle {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #eaebeb;
  border-radius: 8px;
  overflow: hidden;
  padding: 5px;
}

.custom-product-bundle.bundle-set .product-spec {
  margin-bottom: 4px;
}
.custom-product-bundle.bundle-set .bundle-product {
  cursor: pointer;
}

.custom-product-bundle .bundle-product-view-btn {
  font-size: 15px;
  background: #f1f1f1;
  border-radius: 2px;
  padding: 4px 8px;
}

.custom-product-bundle .bundle-symbol {
  display: none;
  align-self: center;
}
.custom-product-bundle .bundle-symbol svg {
  color: #000;
  width: 30px;
  height: 30px;
}

.product-bundles h3.product-bundles-title {
  font-size: 2.2rem;
  color: #000;
  font-weight: 450;
  padding-left: 7px;
  margin-bottom: 25px;
} 

.bundle-product {
  margin-top: 20px;
}

.product-bundles .product-bundles-info {
  width: 100%;
  padding: 10px 4px 3px 4px;
  margin-top: 25px;
}
.product-bundles .product-bundles-info p {
  font-weight: 300;
  color: #575757;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}
.product-single__tab .nav-tabs {
  margin-bottom: 15px;
}

.bundle-product label {
  display: grid;
  grid-template-columns: 2fr 5fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  cursor: pointer;
}

input[type="checkbox"][name="bundle-product"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 25px;
  height: 25px;
  border: 2px solid #333;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  outline: none;
  transition: background-color 0.3s, border-color 0.3s;
  vertical-align: middle;
}
input[type="checkbox"][name="bundle-product"]:checked {
  background-color: #4caf50; /* verde */
  border-color: #4caf50;
}
input[type="checkbox"][name="bundle-product"]:checked:disabled {
 background-color: #a5d6a7; /* verde deschis */
  border-color: #a5d6a7;
  color: #eee; /* bifă mai pală */
}

input[type="checkbox"][name="bundle-product"]:checked::after {
  content: '✔';
  color: #fff !important;
  font-size: 20px;
  position: absolute;
  top: 0px;
  left: 3px !important;
  user-select: none;
}

.bundle-product-image {
  min-width: 100px;
  width: 100px;
}
.bundle-product-description {
  display: flex;
  flex-flow: column wrap;
  align-content: start;
}
.bundle-product-description p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.2em;
  color: #111;
}
.bundle-product-description #bundle-zgarda-size {
  border-radius: 6px;
  margin-top: 10px;
}

.bundle-product-description .view-product-link {
  font-size: 13px;
  text-decoration: underline;
}

.bundle-product-description p.product-price {
  font-weight: bold;
  font-size: 13px;
  color: #111;
  margin-top: 2px;
}
.bundle-product-description p.product-price .reduced-price { color: red; }
.bundle-product-description p.product-price .compare-at-price {
  font-weight: 500;
  margin-left: 5px;
}

.bundle-product-description .product-spec { 
  margin-top: 2px;
  width: 100%;
}
.bundle-product-description .product-spec p {
  display: inline-block;
  padding: 3px 6px;
  background: #f1f1f1;
  border-radius: 3px;
}

.bundle-summary {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 20px;
}
.bundle-summary p {
  color: #111;
  font-size: 17px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.bundle-summary .total-price { text-align: center; }
.bundle-summary .bundle-total-price-free-shipping {
  color: #c90f0f;
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  margin-bottom: 6px;
}
.bundle-summary .add-bundle {
  display: flex;
  align-items: center;
  background-color: var(--theme-color-default);
  color: var(--color-button-text);
  font-family: var(--font-family-primary);
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.bundle-summary .add-bundle:hover {
  background-color: var(--theme-color-primary);
}

p.warning-element {
  display: inline-block;
  color: red;
  margin-bottom: 10px;
  font-weight: 450;
  text-align: left;
  background: rgba(255, 202, 0, 0.2);
  border-radius: 6px;
  padding: 5px 8px;
  border: 2px solid rgba(255, 202, 0, 0.6);
  font-size: 14px;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hideElement {
  display: none !important;
}
.cart-item__discount.text {
  font-size: 14px;
}
.cart__savings {
  color: green;
}

.sales-extra-wrapper {
  border-radius: 5px;
  padding: 4px 14px;
}
.sales-extra-wrapper p {
  margin: 0;
  color: #222;
}

.sales-extra-wrapper.gift {
  border: 2px solid #ea9818;
  background: rgba(234, 152, 24, 0.14);
}
.sales-extra-wrapper.shipping {
  border: 2px solidrgba(59, 190, 255, 0.62);
  background:rgba(59, 190, 255, 0.07);
}
/* ./PRODUCT PAGE BUNDLE */


#shopify-section-nov-promotion-bar .promo-text {
  line-height: 1.4;
  text-align: center;
  white-space: normal;
}

/* PRODUCT PAGE - Upsell */
/* 
.petora-upsell {
  margin-top: 30px;
  font-family: var(--font-family-primary);
}

.petora-upsell-box {
  border: 2px solid #e5e5e5;
  padding: 14px;
  border-radius: 8px;
  display: flex;
  gap: 14px;
  align-items: center;
  background: #fafafa;
}

.petora-upsell-image {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.petora-upsell-content {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
}

.petora-upsell-title {
  font-weight: 600;
}

.petora-upsell-badge {
  font-size: 13px;
  color: #2e7d32;
  margin: 4px 0;
}

.petora-upsell-desc {
  font-size: 13px;
  color: #666;
}

.petora-upsell-price {
  font-weight: 700;
  margin: 6px 0;
}

.petora-upsell-btn {
  background: transparent;
  border: 1px solid #2e7d32;
  color: #2e7d32;
  padding: 8px 10px;
  border-radius: 4px;
  cursor: pointer;
}

.petora-upsell-btn:hover {
  background: #2e7d32;
  color: #fff;
} */

/* PRODUCT PAGE - Upsell */
/* PRODUCT PAGE — Upsell Petora */

.petora-upsell {
  margin-top: 35px;
  font-family: var(--font-family-primary);
}

/* chenar principal */
.petora-upsell-box {
  position: relative;
  border: 2px solid #dff2e3;
  padding: 20px 14px 14px 14px;
  border-radius: 10px;
  display: flex;
  gap: 14px;
  align-items: center;
  background: #f6fbf7;
  transition: all 0.2s ease;
}

.petora-upsell-box:hover {
  border-color: #28a632;
  box-shadow: 0 2px 8px rgba(40, 166, 50, 0.08);
}

.petora-upsell-label {
  position: absolute;
  top: -13px;
  left: 14px;
  background: #f6fbf7;
  padding: 2px 10px;
  font-size: 14px;
  font-weight: 700;
  color: #28a632;
  border-radius: 6px;
  letter-spacing: 0.2px;
}

.petora-upsell-image {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.petora-upsell-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.petora-upsell-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #222;
}

.petora-upsell-price {
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
  margin: 6px 0;
}

.petora-upsell-btn {
  background: transparent;
  border: 1px solid #28a632;
  color: #28a632;
  padding: 12px 11px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 700;
  font-family: var(--font-family-primary);
  font-size: 13px;
  transition: all 0.2s ease;
  letter-spacing: 0.15px;
}

.petora-upsell-btn:hover {
  background: #28a632;
  color: #ffffff;
  border-color: #28a632;
}

/* responsive — mobil */
@media (max-width: 480px) {
  .petora-upsell-box {
    gap: 10px;
    padding: 18px 12px 12px 12px;
  }
  .petora-upsell-image {
    width: 60px;
    height: 60px;
  }
  .petora-upsell-title {
    font-size: 16px;
  }
  .petora-upsell-price {
    font-size: 14px;
  }
}

.product-discounts-info-wrapper {
  margin-top: 10px;
  padding: 15px 10px;
  border: 1px dashed rgb(129, 129, 129);
  border-radius: 6px;
  font-size: 0.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}
.product-discounts-info-wrapper .product-discounts-badge {
  background-color:rgb(249, 46, 46);
  padding: 1px 5px;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  margin: 0 auto 3px auto;
}
.product-discounts-info-wrapper .product-discounts-text {
  text-align: center;
  color: #4a4a4a;
  line-height: 1.4em;
  font-weight: 300;
  margin-bottom: 0;
}

.ajax-upsell-container {
  display: flex;
  align-items: center; 
  gap: 8px; 
  padding: 8px; 
  {% comment %} margin-bottom: 12px; {% endcomment %}
  border: 1px solid #eee; 
  border-radius: 8px;
  background-color: #fff;
  transition: all 0.05s ease;
  margin-top: 15px;
}
.ajax-upsell-container.is-selected {
  border: 2px solid var(--theme-color-default);
}
.ajax-upsell-checkbox-wp {
  display: flex;
  align-items: center;
  padding: 0;
}
.ajax-upsell-checkbox-wp input {
  margin: 0;
  cursor: pointer;
  width: 17px;
  height: 17px;
  accent-color: var(--theme-color-default);
}
.ajax-upsell-image-wp {
  width: 55px; 
  height: 55px;
  flex-shrink: 0;
}
.ajax-upsell-image-wp img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  border-radius: 4px;
}
.ajax-upsell-content-wp {
  display: flex;
  flex-direction: column; 
  gap: 1px; 
  flex-grow: 1;
  padding: 0; 
}
.ajax-upsell-title {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  color: #333;
  line-height: 14px;
  margin-bottom: 2px;
}
.ajax-upsell-desc {
  font-size: 14px;
  font-weight: 300;
  color: #555;
  margin-bottom: 2px;
  line-height: 13px;
}
.ajax-upsell-select {
  margin-top: 1px;
  padding: 3px;
  font-size: 0.78em; 
  border: 1px solid #ccc;
  border-radius: 4px;
  width: auto;
  max-width: 110px;
  outline: none;
}
.ajax-upsell-price-wp {
  display: flex;
  flex-direction: column; 
  align-items: flex-end; 
  justify-content: center;
  flex-shrink: 0; 
  text-align: right;
  padding-left: 0; 
  margin-left: -2px; 
}
.ajax-upsell-price-old {
  font-size: 0.8em;
  color: black; 
  text-decoration: line-through; 
  line-height: 1.1em;
}
.ajax-upsell-price-new {
  font-weight: bold; 
  color: var(--theme-color-default);
  font-size: 0.88em;
  line-height: 1.1em;
}


.under-title-details {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 7px;
}

.detail-item {
  display: inline-block;
  padding: 0 6px;
  background: #f6f6f6;
  border-radius: 4px;
  font-size: 14px;
  color: #111;
  font-weight: 500;
}
.detail-item-tick {
  font-size: 12px;
  margin-right: 6px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
      transform: scale(1.07);
  }
  100% {
      transform: scale(1);
  }
}

.btnAddToCart-pulse {
  animation: pulse 3.1s infinite;
}


.aiod-progress-bar-container-manual {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.product-price__sale {
  color: red;
}