.elementor-342 .elementor-element.elementor-element-72f696d:not(.elementor-motion-effects-element-type-background), .elementor-342 .elementor-element.elementor-element-72f696d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://paultino.com/wp-content/uploads/2026/04/1_1.webp");}.elementor-342 .elementor-element.elementor-element-72f696d > .elementor-background-overlay{background-color:#000000;opacity:0.74;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-342 .elementor-element.elementor-element-72f696d > .elementor-container{min-height:322px;}.elementor-342 .elementor-element.elementor-element-72f696d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:-80px 0px 0px 0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-342 .elementor-element.elementor-element-a64855a{text-align:center;}.elementor-342 .elementor-element.elementor-element-a64855a .elementor-heading-title{font-family:"Jost", Sans-serif;font-size:36px;font-weight:700;text-transform:uppercase;color:#FFFFFF;}.elementor-342 .elementor-element.elementor-element-bed3448 > .elementor-container{max-width:1376px;}.elementor-342 .elementor-element.elementor-element-4e4600d .wd-tabs .tabs-name{font-family:"Jost", Sans-serif;font-size:12px;}.elementor-342 .elementor-element.elementor-element-4e4600d .wd-nav-tabs > li > a{font-family:"Jost", Sans-serif;font-size:28px;font-weight:500;}.elementor-342 .elementor-element.elementor-element-4e4600d .wd-nav-tabs{--nav-color:#000000;--nav-color-active:#000000;--nav-pd:1px 1px 1px 1px;}/* Start custom CSS for wd_products_tabs, class: .elementor-element-4e4600d *//* MAIN PRODUCT CARD */
.products .product {
  text-align: center;
  padding: 15px;
}

/* IMAGE */
.products .product .onsale {
  all: unset !important;

  position: absolute !important;
  top: 5px !important;
  left: 5px !important;

  background: #7a1f1f !important;
  color: #fff !important;

  font-size: 10px !important;
  font-weight: 600 !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 5px 8px !important;

  border-radius: 0 !important;   /* 🔥 removes rounded pill */
  box-shadow: none !important;

  line-height: 1 !important;
  white-space: nowrap !important;
}
.products .product .onsale::before {
  content: "Sale ";
  padding-right: 5px !important;
}

/* TITLE */
/* TITLE - FORCED truncation */
.products .product-title,
.products .product .product-title,
.products .product h2,
.products .product h3,
.products .product .woocommerce-loop-product__title {
  font-size: 12px !important;
  font-weight: 500 !important;
  font-family: 'Jost', sans-serif !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;

  /* FORCED truncation */
  display: block !important;
  width: 210px !important;
  max-width: 210px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;

  border-radius: none;
  color: #000000 !important;
}

/* HOVER - Target the link inside */
.products .product-title:hover,
.products .product .product-title:hover,
.products .product h2:hover,
.products .product h3:hover,
.products .product .woocommerce-loop-product__title:hover,
.products .product-title a:hover,
.products .product .product-title a:hover,
.products .product h2 a:hover,
.products .product h3 a:hover,
.products .product .woocommerce-loop-product__title a:hover {
  color: #000000 !important;
  text-decoration: none !important;
}

/* PRICE */
.products .price {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 16px !important;
}

.products .price ins {
  color: #7a1f1f;
  text-decoration: none;
}

.products .price del {
  color: #777;
  font-weight: 400;
  margin-left: 6px;
}
.products .price::before {
  content: "From ";
  font-weight: 400;
  color: inherit;
}

/* VARIATION SWATCHES (THUMBNAILS) */
.wd-swatches {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
}

.wd-swatches .wd-swatch {
  width: 42px;
  height: 42px;
  border: 1px solid #ccc;
  padding: 2px;
  cursor: pointer;
  transition: 0.3s;
}

.wd-swatches .wd-swatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wd-swatches .wd-swatch:hover {
  border-color: #000;
}

/* REMOVE EXTRA BUTTONS */
.products .button,
.products .add-to-cart-btn {
  display: none !important;
}


/* Thumbnail container */
.custom-thumbs {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
}

/* Thumbnail box */
.custom-thumb {
  width: 42px;
  height: 42px;
  border: 1px solid #ccc;
  padding: 2px;
  cursor: pointer;
  transition: 0.3s;
}

.custom-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Active + hover */
.custom-thumb.active,
.custom-thumb:hover {
  border-color: #000;
}

/* Main image smooth transition */
.products .product img {
  transition: opacity 0.3s ease;
}

/*category display*/

.wd-product-cats{
    display: none;
}
.wd-buttons.wd-pos-r-t{
    display: none;
}/* End custom CSS */