.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.35rem;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #4e73df;
    background-color: #fff;
    border: 1px solid #dddfeb;
    text-decoration: none;
}
.page-link:hover {
    z-index: 2;
    color: #224abe;
    text-decoration: none;
    background-color: #eaecf4;
    border-color: #dddfeb;
}
.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df;
}
.page-item.disabled .page-link {
    color: #858796;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dddfeb;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    flex: 1 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
    z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
    z-index: 1;
}
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.mypills {
    display: block;
    margin: 0;
    padding: 0 0 0 5;
    list-style: none;
    text-align: left;
}
.mypills > li {
    display: inline-block;
    margin-left: -4px;
    padding: 5px 0;
    color: #999;
    font-size: 16px;
    cursor: default;
    vertical-align: middle;
}
.mypills > li.separator {
    margin-top: 2px;
    margin-left: 3px;
    color: #505050;
    font-family: feather;
    font-size: 14px;
}
.mypills > li.separator::before {
    content: "\e930";
}
.mypills > li > a {
    transition: color 0.25s;
    color: #505050;
    text-decoration: none;
}
.mypills > li > a:hover {
    color: #4e772c;
}
.mypills > li > a.active {
    transition: color 0.25s;
    color: #4e772c;
    text-decoration: none;
}
.detailProductsButton {
    position:absolute; 
    bottom: 0px; 
    width: 100%;
}


.my-visible-on-mobile {
    display: none;
}

@media (max-width: 991px) {
    .my-visible-on-mobile {
        display: block;
    }
}

.dot {
    height: 7px;
    width: 7px;
    background-color: #4e772c;
    border-radius: 50%;
    display: inline-block;
  }

/* Reusable product card refresh */
.product-card-newlook {
  display: flex;
  flex-direction: column;
  height: calc(100% - 30px);
  overflow: hidden;
  border: 1px solid #e2e8dc !important;
  border-radius: 12px !important;
  background: #fff;
  box-shadow: 0 8px 22px rgba(36, 55, 23, .08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.product-card-newlook:hover {
  transform: translateY(-3px);
  border-color: #c8daba !important;
  box-shadow: 0 14px 30px rgba(36, 55, 23, .15);
}
.product-card-newlook .product-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 210px;
  padding: 18px;
  background: linear-gradient(180deg, #f8faf6 0%, #fff 100%);
}
.product-card-newlook .product-thumb img {
  max-height: 178px;
  object-fit: contain;
  transition: transform .2s ease;
}
.product-card-newlook:hover .product-thumb img { transform: scale(1.04); }
.product-card-newlook .product-badge {
  top: 12px;
  left: 12px;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
  font-size: 12px;
  font-weight: 500;
}
.product-card-newlook .product-card-body {
  flex: 1 1 auto;
  min-height: 178px;
  padding: 18px 18px 14px;
  text-align: left;
}
.product-card-newlook .product-category {
  min-height: 18px;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.35;
  text-transform: uppercase;
}
.product-card-newlook .product-category a {
  color: #4e772c;
  font-weight: 500;
  letter-spacing: .03em;
  text-decoration: none;
}
.product-card-newlook .product-title {
  min-height: 46px;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}
.product-card-newlook .product-title a { color: #232323; text-decoration: none; }
.product-card-newlook .product-title a:hover { color: #4e772c; }
.product-card-newlook .product-price {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  min-height: 54px;
  margin-top: 4px;
  margin-bottom: 0;
  padding: 10px 12px;
  border: 1px solid #e4ecd9;
  border-radius: 10px;
  background: #f7faf4;
  color: #4e772c;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
}
.product-card-newlook .novedades-price-main,
.product-card-newlook .product-price .text-bold {
  color: #4e772c;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}
.product-card-newlook .novedades-price-unit {
  margin-left: 4px;
  color: #6f7d65;
  font-size: 12px;
  font-weight: 500;
}
.product-card-newlook .novedades-price-secondary {
  margin-top: 5px;
  color: #606975;
  font-size: 12px;
  font-weight: 500;
}
.product-card-newlook .novedades-price-before {
  margin-bottom: 4px;
  color: #9aa393;
  font-size: 12px;
  font-weight: 400;
  text-decoration: line-through;
}
.product-card-newlook .novedades-price-offer { color: #c82333; }
.product-card-newlook .product-button-group {
  display: grid;
  margin-top: auto;
  grid-template-columns: 88px 1fr;
  border-top: 1px solid #edf1e9;
  background: #fbfcfa;
}
.product-card-newlook .product-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  color: #4e772c;
  text-decoration: none;
}
.product-card-newlook .product-button + .product-button { border-left: 1px solid #edf1e9; }
.product-card-newlook .product-button input,
.product-card-newlook .novedades-qty {
  width: 64px;
  height: 34px;
  padding: 4px 8px;
  border: 1px solid #d8e4cf;
  border-radius: 999px;
  background: #fff;
  color: #232323;
  font-size: 15px !important;
  font-weight: 500;
  text-align: center;
}
.product-card-newlook .product-button-group > a:last-child {
  gap: 8px;
  background: #fff;
  color: #4e772c;
  font-weight: 500;
}
.product-card-newlook .novedades-add-button {
  gap: 8px;
  background: #fff;
  color: #4e772c;
  font-weight: 500;
}
.product-card-newlook .product-button-group > a:last-child:hover,
.product-card-newlook .product-button-group > a:last-child:focus {
  background: #f7faf4;
  color: #3f6422;
}
.product-card-newlook .novedades-add-button:hover,
.product-card-newlook .novedades-add-button:focus {
  background: #f7faf4;
  color: #3f6422;
}
.product-card-newlook .novedades-add-button.is-disabled {
  background: #fff;
  color: #4e772c;
  cursor: not-allowed;
}
.product-card-newlook .novedades-add-button.is-disabled i { opacity: .55; }

/* Reusable managed homepage offer card refresh */
.index-offer-card-newlook {
  overflow: hidden;
  border: 1px solid #e2e8dc !important;
  border-radius: 12px !important;
  background: #fff;
  box-shadow: 0 8px 22px rgba(36, 55, 23, .08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.index-offer-card-newlook:hover {
  transform: translateY(-3px);
  border-color: #c8daba !important;
  box-shadow: 0 14px 30px rgba(36, 55, 23, .15);
}
.index-offer-card-newlook .card-body {
  display: flex !important;
  align-items: center;
  gap: 18px;
  height: 100%;
  padding: 20px;
  background: linear-gradient(180deg, #f8faf6 0%, #fff 100%);
}
.index-offer-card-newlook .card-body > .d-table-cell {
  display: block !important;
}
.index-offer-card-newlook img {
  width: 96px;
  height: 96px;
  max-width: 96px;
  object-fit: contain;
  padding: 8px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(36, 55, 23, .1);
}
.index-offer-card-newlook h3 {
  margin-bottom: 10px;
  color: #232323;
  font-size: 15px;
  line-height: 1.35;
}
.index-offer-card-newlook h3 strong {
  color: #4e772c;
  font-weight: 700;
}
.index-offer-card-newlook h4 {
  margin-bottom: 8px;
  color: #4e772c;
}
.index-offer-card-newlook a.text-decoration-none {
  display: inline-flex;
  align-items: center;
  color: #4e772c;
  font-weight: 600;
}
.index-offer-card-newlook a.text-decoration-none:hover {
  color: #3f6422;
}

@media (max-width: 575.98px) {
  .index-offer-card-newlook .card-body {
    align-items: flex-start;
  }

  .index-offer-card-newlook img {
    width: 82px;
    height: 82px;
  }
}
  
