.bds2-product-archive .products {
gap: 14px !important;
}

.bds2-product-archive .products .hslands-product-item {
flex-basis: 100% !important;
max-width: 100% !important;
padding: 0 !important;
}

.bds2-product-archive .products .hslands-product-item .hslands-product-card--tvnd {
display: grid !important;
width: 100%;
min-height: 254px;
border: 1px solid rgba(211, 211, 211, 0.72);
border-radius: 14px;
background: #fff;
overflow: hidden;
box-shadow: none;
}

.bds2-product-archive .products .hslands-product-item .hslands-product-card--tvnd-featured {
display: grid !important;
grid-template-columns: 1fr !important;
grid-template-rows: 284px auto 74px;
grid-template-areas:
"gallery"
"content"
"seller";
min-height: 0;
}

.bds2-product-archive .products .hslands-product-card--tvnd-gold {
grid-template-columns: 326px minmax(0, 1fr) !important;
grid-template-rows: 262px 60px;
grid-template-areas:
"gallery content"
"seller seller";
min-height: 324px;
}

.bds2-product-archive .products .hslands-product-card--tvnd-silver,
.bds2-product-archive .products .hslands-product-card--tvnd-normal {
grid-template-columns: 245px minmax(0, 1fr) !important;
grid-template-rows: 193px 60px;
grid-template-areas:
"gallery content"
"gallery seller";
min-height: 254px;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__gallery {
grid-area: gallery;
position: relative;
display: grid;
width: 100% !important;
height: 100%;
min-height: 0;
background: #f4f5f3;
overflow: hidden;
}

.bds2-product-archive .products .hslands-product-card--tvnd-featured .hslands-product-card__gallery {
grid-template-columns: minmax(0, 1fr) 30%;
height: 284px !important;
}

.bds2-product-archive .products .hslands-product-card--tvnd-gold .hslands-product-card__gallery {
grid-template-rows: 174px 88px;
height: 262px !important;
}

.bds2-product-archive .products .hslands-product-card--tvnd-silver .hslands-product-card__gallery,
.bds2-product-archive .products .hslands-product-card--tvnd-normal .hslands-product-card__gallery {
grid-template-rows: 187px 66px;
height: 253px !important;
}

.bds2-product-archive .products .hslands-product-card__gallery-main,
.bds2-product-archive .products .hslands-product-card__gallery-thumb {
position: relative;
display: block;
min-width: 0;
min-height: 0;
overflow: hidden;
background: #eef0ed;
}

.bds2-product-archive .products .hslands-product-card__gallery-main img,
.bds2-product-archive .products .hslands-product-card__gallery-thumb img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 180ms ease;
}

.bds2-product-archive .products .hslands-product-card--tvnd a:hover img {
transform: scale(1.025);
}

.bds2-product-archive .products .hslands-product-card--tvnd-featured .hslands-product-card__gallery-main {
grid-column: 1;
grid-row: 1;
}

.bds2-product-archive .products .hslands-product-card__gallery-thumbs {
display: grid;
min-width: 0;
min-height: 0;
}

.bds2-product-archive .products .hslands-product-card--tvnd-featured .hslands-product-card__gallery-thumbs {
grid-column: 2;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
}

.bds2-product-archive .products .hslands-product-card--tvnd-featured .hslands-product-card__gallery-thumb--1 {
grid-column: 1 / -1;
}

.bds2-product-archive .products .hslands-product-card--tvnd-gold .hslands-product-card__gallery-thumbs,
.bds2-product-archive .products .hslands-product-card--tvnd-silver .hslands-product-card__gallery-thumbs,
.bds2-product-archive .products .hslands-product-card--tvnd-normal .hslands-product-card__gallery-thumbs {
grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bds2-product-archive .products .hslands-product-card--tvnd-silver .hslands-product-card__gallery-thumbs,
.bds2-product-archive .products .hslands-product-card--tvnd-normal .hslands-product-card__gallery-thumbs {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bds2-product-archive .products .hslands-product-card__gallery-main,
.bds2-product-archive .products .hslands-product-card__gallery-thumb {
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
}

.bds2-product-archive .products .hslands-product-card__photo-count {
position: absolute;
right: 12px;
bottom: 10px;
z-index: 4;
display: inline-flex;
align-items: center;
gap: 6px;
min-height: 30px;
padding: 0 10px;
border-radius: 999px;
background: rgba(0, 0, 0, 0.52);
color: #fff;
font-size: 15px;
font-weight: 600;
line-height: 1;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__tier-badge {
position: absolute;
top: 10px;
left: 10px;
z-index: 5;
display: inline-flex;
align-items: center;
gap: 7px;
min-height: 32px;
padding: 0 14px;
border-radius: 999px;
color: #fff;
font-size: 15px;
font-weight: 700;
line-height: 1;
letter-spacing: 0;
box-shadow: 0 6px 14px rgba(0, 0, 0, 0.14);
}

.bds2-product-archive .products .hslands-product-card__tier-badge--diamond {
background: #e93a30;
}

.bds2-product-archive .products .hslands-product-card__tier-badge--gold {
background: #d99a18;
}

.bds2-product-archive .products .hslands-product-card__tier-badge--silver {
background: #7e8791;
}

.bds2-product-archive .products .hslands-product-card__tier-badge-icon {
display: inline-block;
width: 20px;
height: 20px;
min-width: 20px;
background-color: transparent;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
clip-path: none;
opacity: 1;
}

.bds2-product-archive .products .hslands-product-card__tier-badge--diamond .hslands-product-card__tier-badge-icon {
width: 21px;
height: 21px;
background-image: url("../img/badges/hslands-badge-diamond.svg");
}

.bds2-product-archive .products .hslands-product-card__tier-badge--gold .hslands-product-card__tier-badge-icon {
background-image: url("../img/badges/hslands-badge-gold.svg");
}

.bds2-product-archive .products .hslands-product-card__tier-badge--silver .hslands-product-card__tier-badge-icon {
background-image: url("../img/badges/hslands-badge-silver.svg");
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__content {
grid-area: content;
display: flex;
flex-direction: column;
justify-content: flex-start;
min-width: 0;
min-height: 0;
padding: 0 !important;
text-align: left;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__main {
min-width: 0;
width: 100%;
max-width: none;
margin: 0;
padding: 14px 16px 10px;
text-align: left;
}

.bds2-product-archive .products .hslands-product-card--tvnd-featured .hslands-product-card__main {
padding: 14px 16px 12px;
}

.bds2-product-archive .products .hslands-product-card--tvnd .title-wrapper,
.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__title-row {
display: flex;
align-items: flex-start;
justify-content: flex-start;
gap: 8px;
margin: 0 0 10px;
min-width: 0;
text-align: left;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__verified-badge {
align-self: flex-start;
flex: 0 0 auto;
margin-top: 4px;
line-height: 1;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__verified-badge img {
width: 74px;
height: auto;
max-width: 74px;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__title {
display: -webkit-box;
margin: 0;
flex: 1 1 auto;
min-width: 0;
color: #111;
font-size: 15px;
font-weight: 700;
line-height: 1.35;
letter-spacing: 0;
text-transform: uppercase;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}

.bds2-product-archive .products .hslands-product-card--tvnd-featured .hslands-product-card__title {
font-size: 17px;
line-height: 1.32;
-webkit-line-clamp: 1;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__title a {
color: inherit;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__summary {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: flex-start;
gap: 8px 16px;
min-width: 0;
margin-bottom: 10px;
text-align: left;
color: #686868;
font-size: 15px;
font-weight: 400;
line-height: 1.4;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__price,
.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__price .amount {
display: inline-flex !important;
align-items: center;
min-height: 0;
color: #e21948 !important;
font-size: 18px !important;
font-weight: 700;
line-height: 1.25 !important;
white-space: nowrap;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__area {
display: inline-flex !important;
align-items: center;
min-height: 0;
color: #247006 !important;
font-size: 18px !important;
font-weight: 700;
line-height: 1.25 !important;
white-space: nowrap;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__mini-stat,
.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__location {
display: inline-flex;
align-items: center;
gap: 6px;
min-width: 0;
color: #686868;
font-weight: 400;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__mini-stat i {
color: #247006;
font-size: 18px;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__location {
flex: 1 1 auto;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__location i {
color: #df3030;
font-size: 18px;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__excerpt {
display: -webkit-box;
margin: 0;
color: #333;
font-size: 15px;
font-weight: 400;
line-height: 1.5;
text-decoration: none;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}

.bds2-product-archive .products .hslands-product-card--tvnd-featured .hslands-product-card__excerpt {
font-size: 16px;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__seller {
grid-area: seller;
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
min-height: 60px;
margin: 0;
padding: 10px 14px;
border-top: 1px solid #f0f0f0;
background: #fff;
}

.bds2-product-archive .products .hslands-product-card--tvnd-featured .hslands-product-card__seller {
min-height: 74px;
padding-top: 12px;
padding-bottom: 12px;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__seller-info {
display: inline-flex;
align-items: center;
gap: 10px;
min-height: 44px;
min-width: 0;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__seller-avatar,
.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__seller-avatar img,
.bds2-product-archive .products .hslands-product-card__seller-avatar-fallback {
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
min-width: 40px;
border-radius: 50%;
overflow: hidden;
background: #e8f3e4;
color: #247006;
object-fit: cover;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__seller-meta {
display: flex;
flex-direction: column;
min-width: 0;
line-height: 1.25;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__seller-name {
color: #111;
font-size: 15px;
font-weight: 700;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__seller-date {
color: #777;
font-size: 13px;
font-weight: 400;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__actions {
display: inline-flex;
align-items: center;
align-self: center;
gap: 8px;
flex: 0 0 auto;
margin-left: auto;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__phone {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
min-width: 168px;
height: 38px;
padding: 0 18px;
border: 1px solid #247006;
border-radius: 999px;
background: #247006;
color: #fff;
font-size: 15px;
font-weight: 700;
line-height: 1;
cursor: pointer;
margin: 0;
white-space: nowrap;
text-decoration: none;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__phone:hover {
background: #fff;
color: #247006;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__phone.is-loading {
opacity: 0.72;
pointer-events: none;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__save {
display: inline-flex;
align-items: center;
justify-content: center;
width: 38px;
height: 38px;
min-width: 38px;
border: 1px solid #d0d0d0;
border-radius: 50%;
background: #fff;
color: #111;
font-size: 19px;
margin: 0;
text-decoration: none;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__save:hover {
border-color: #247006;
color: #247006;
}

@media only screen and (max-width: 64em) {
.bds2-product-archive .products .hslands-product-card--tvnd-gold,
.bds2-product-archive .products .hslands-product-card--tvnd-silver,
.bds2-product-archive .products .hslands-product-card--tvnd-normal {
grid-template-columns: 280px minmax(0, 1fr) !important;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__phone {
min-width: 150px;
padding: 0 14px;
}
}

@media only screen and (max-width: 48em) {
.bds2-product-archive .products .hslands-product-card--tvnd-featured,
.bds2-product-archive .products .hslands-product-card--tvnd-gold,
.bds2-product-archive .products .hslands-product-card--tvnd-silver,
.bds2-product-archive .products .hslands-product-card--tvnd-normal {
--hslands-archive-mobile-main-image: clamp(250px, 74vw, 420px);
--hslands-archive-mobile-thumb-row: 78px;
grid-template-columns: 1fr !important;
grid-template-rows: calc(var(--hslands-archive-mobile-main-image) + var(--hslands-archive-mobile-thumb-row)) auto auto !important;
grid-template-areas:
"gallery"
"content"
"seller";
border-radius: 12px;
min-height: 0;
}

.bds2-product-archive .products .hslands-product-card--tvnd-featured .hslands-product-card__gallery,
.bds2-product-archive .products .hslands-product-card--tvnd-gold .hslands-product-card__gallery,
.bds2-product-archive .products .hslands-product-card--tvnd-silver .hslands-product-card__gallery,
.bds2-product-archive .products .hslands-product-card--tvnd-normal .hslands-product-card__gallery {
grid-template-columns: 1fr;
grid-template-rows: var(--hslands-archive-mobile-main-image) var(--hslands-archive-mobile-thumb-row);
height: calc(var(--hslands-archive-mobile-main-image) + var(--hslands-archive-mobile-thumb-row)) !important;
aspect-ratio: auto;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__gallery-main {
grid-column: 1 !important;
grid-row: 1 !important;
height: 100%;
aspect-ratio: auto;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__gallery-thumbs {
display: grid;
grid-column: 1 !important;
grid-row: 2 !important;
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
grid-template-rows: var(--hslands-archive-mobile-thumb-row) !important;
min-height: var(--hslands-archive-mobile-thumb-row);
}

.bds2-product-archive .products .hslands-product-card--tvnd-silver .hslands-product-card__gallery-thumbs,
.bds2-product-archive .products .hslands-product-card--tvnd-normal .hslands-product-card__gallery-thumbs {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.bds2-product-archive .products .hslands-product-card--tvnd-featured .hslands-product-card__gallery-thumb--1 {
grid-column: auto !important;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__main {
padding: 12px 12px 10px;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__title-row {
gap: 6px;
margin-bottom: 8px;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__verified-badge {
margin-top: 3px;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__verified-badge img {
width: 64px;
max-width: 64px;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__title,
.bds2-product-archive .products .hslands-product-card--tvnd-featured .hslands-product-card__title {
font-size: 16px;
line-height: 1.28;
-webkit-line-clamp: 2;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__summary {
gap: 8px 14px;
margin-bottom: 9px;
font-size: 15px;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__price,
.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__price .amount,
.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__area {
font-size: 18px !important;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__location {
flex: 1 1 100%;
width: 100%;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__excerpt {
font-size: 15px;
line-height: 1.45;
-webkit-line-clamp: 2;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__seller {
flex-direction: row;
align-items: center;
gap: 8px;
min-height: 64px;
padding: 9px 10px;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__seller-info {
flex: 1 1 auto;
gap: 8px;
min-width: 0;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__seller-avatar,
.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__seller-avatar img,
.bds2-product-archive .products .hslands-product-card__seller-avatar-fallback {
width: 44px;
height: 44px;
min-width: 44px;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__seller-name {
font-size: 15px;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__seller-date {
font-size: 12px;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__actions {
width: auto;
flex: 0 0 auto;
gap: 6px;
margin-left: auto;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__phone {
width: auto;
min-width: 132px;
max-width: 42vw;
height: 40px;
padding: 0 12px;
font-size: 14px;
margin-left: 0;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__phone span {
display: block;
overflow: hidden;
text-overflow: ellipsis;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__save {
width: 40px;
height: 40px;
min-width: 40px;
font-size: 18px;
}
}

@media only screen and (max-width: 26em) {
.bds2-product-archive .products .hslands-product-card--tvnd-featured,
.bds2-product-archive .products .hslands-product-card--tvnd-gold,
.bds2-product-archive .products .hslands-product-card--tvnd-silver,
.bds2-product-archive .products .hslands-product-card--tvnd-normal {
--hslands-archive-mobile-main-image: clamp(220px, 74vw, 310px);
--hslands-archive-mobile-thumb-row: 66px;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__main {
padding-left: 10px;
padding-right: 10px;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__title,
.bds2-product-archive .products .hslands-product-card--tvnd-featured .hslands-product-card__title {
font-size: 15px;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__seller {
padding-left: 8px;
padding-right: 8px;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__seller-avatar,
.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__seller-avatar img,
.bds2-product-archive .products .hslands-product-card__seller-avatar-fallback {
width: 40px;
height: 40px;
min-width: 40px;
}

.bds2-product-archive .products .hslands-product-card--tvnd .hslands-product-card__phone {
min-width: 118px;
max-width: 39vw;
padding: 0 10px;
font-size: 13px;
}
}
