.hs-pds{
  width: 100%;
  background: #eaf3ff;
  padding: 40px 0 46px;
  margin: 0 0 28px;
  position: relative;
}

.hs-pds__inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.hs-pds__header{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 0 0 12px;
  position: relative;
}

.hs-pds__title{
  margin: 0;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 400;
  font-family: 'Brandon Text Medium';  
  color: #0d5b7a;

}

.hs-pds__btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

a.hs-pds__btn--link {
  text-decoration: none;
  font-weight: 400;
  font-family: 'Brandon Text Regular';  
  color: rgba(159, 130, 114, 0.95);
  background: transparent;
}

.hs-pds__btn-icon{display:inline-flex;width:18px;height:18px}
.hs-pds__btn-icon svg{width:18px;height:18px}

.hs-pds__rule{
  height: 2px;
  background: #0d5b7a;
  opacity: 0.85;
  margin: 12px 0 22px;
}

.hs-pds__carousel { 
    position:relative;
    align-items:stretch;
    display: flex;
    overflow-x: auto;
    min-height: 200px;
    max-height: 100%;
    max-width: 1050px;
    left: 60px;
}

  .hs-pds__carousel.flickity-enabled {
    display: block;
    overflow-x: visible;
    max-height: 100%;
  }


/* Flickity arrows */
.hs-pds__carousel .flickity-prev-next-button{
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: rgba(159, 130, 114, 0.95);
}
.hs-pds__carousel .flickity-prev-next-button:hover{
    opacity:.95; 
    background: rgba(140, 110, 92, 1);
}
.hs-pds__carousel .flickity-prev-next-button .flickity-button-icon{fill:#fff}
.hs-pds__carousel .flickity-prev-next-button.previous{left:-60px}
.hs-pds__carousel .flickity-prev-next-button.next{right:-60px}

.hs-pds__cell{width:25%;padding:0 12px;box-sizing:border-box;display:flex}

.hs-pds__card{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid #d34a41;
  border-radius: 20px;
  padding: 18px 18px 14px;
  text-decoration: none;
  color: inherit;
  height: 100%;
  box-sizing: border-box;
}

.hs-pds__badge{
  position: absolute;
  top: 0;
  left: 0;
  background: #d34a41;
  color: #fff;
  font-weight: 400;
  font-family: 'Brandon Text Medium';  
  padding: 12px 16px;
  border-radius: 18px 0 18px 0;
  font-size: 20px;
  line-height: 1;
}

.hs-pds__media{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height: 220px;
  margin: 10px 0 8px;
}

.hs-pds__img{
  max-width:100%;
  height:auto;
  display:block;
  max-height:350px;
}

.hs-pds__img--placeholder{
  width:100%;
  aspect-ratio:1/1;
  background:#e9e9e9;
  border-radius:16px;
}

.hs-pds__name{
  margin: 6px 0 10px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  font-family: 'Brandon Text Medium';  
  text-align: center;
  color: #378CB5;
}
.hs-pds__name:hover {
  text-decoration: underline;
}


.hs-pds__prices{display:flex;flex-direction:column;align-items:center;gap:6px;margin: 4px 0 10px}
.hs-pds__old{font-weight:400;  font-family: 'Brandon Text Medium';color:#222;opacity:.7;text-decoration:line-through}
.hs-pds__price{font-weight:400;  font-family: 'Brandon Text Medium';color:#d34a41;font-size:24px}

.hs-pds__cta{
  display:block;
  width:100%;
  text-align:center;
  padding: 12px 14px;
  border-radius: 999px;
  background: rgba(159, 130, 114, 0.95);
  color: #fff;
  font-weight: 400;
  font-family: 'Brandon Text Medium';  
  text-decoration:none;
  margin-top: auto;
}

.hs-pds__cta:hover{opacity:.95}

.hs-pds__feed{display:flex;justify-content:center;align-items:center;margin-top:auto;min-height:28px}
.hs-pds__feed-logo{max-height:24px;width:auto;display:block}

@media (max-width: 1024px){
  .hs-pds__cell{width:50%}
  .hs-pds__title{font-size:38px}
}

@media (max-width: 767px){
  .hs-pds{padding:32px 0}
  .hs-pds__cell{width:100%}
  .hs-pds__title{font-size:32px}
  .hs-pds__carousel {left:0px;}
  .hs-pds__carousel .flickity-prev-next-button{
    width: 50px;
    height: 50px;
  }
  .hs-pds__carousel .flickity-prev-next-button.previous{left:-10px}
  .hs-pds__carousel .flickity-prev-next-button.next{right:-10px}
}

/* === Overrides (User requested) === */
.hs-pds__now {
    color: #c74333;
    font-weight: 400;
    font-family: 'Brandon Text Medium';  
    text-align: center;
    line-height: 1.5;
    padding: 10px 0px;
    font-size: 20px;
}

.hs-pds__was {
    color: #222;
    text-decoration: line-through;
    text-align: center;
    font-size: 16px;
}

.hs-pds__cta {
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px 15px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: rgba(159, 130, 114, 0.95);
    color: #fff;
    font-weight: 400;
    font-family: 'Brandon Text Medium';  
    text-decoration: none;
    margin-top: auto;
}

.hs-pds__shop img {
    margin: 0 auto;
}

.hs-pds__card-inner {
    height: 100%;
    display: contents;
}

.hs-pds__card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    border: 2px solid #d34a41;
    border-radius: 20px;
    padding: 18px 18px 14px;
    text-decoration: none;
    height: 100%;
    box-sizing: border-box;
    min-height: 550px;
}

.hs-pds:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: #EAF1F6;
    z-index: 0;
    max-width: 1260px;
}

/* === Overrides (User requested) === */
.hs-pds__now {
    color: #c74333;
    font-weight: 400;
    font-family: 'Brandon Text Medium';  
    text-align: center;
    line-height: 1.5;
    padding: 10px 0px;
    font-size: 20px;
}

.hs-pds__was {
    color: #222;
    text-decoration: line-through;
    text-align: center;
    font-size: 16px;
}

.hs-pds__cta {
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px 15px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: rgba(159, 130, 114, 0.95);
    color: #fff;
    font-weight: 400;
    font-family: 'Brandon Text Medium';  
    text-decoration: none;
    margin-top: auto;
}

.hs-pds__shop img {
    margin: 0 auto;
}

.hs-pds__card-inner {
    height: 100%;
    display: contents;
}

.hs-pds__card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    border: 2px solid #d34a41;
    border-radius: 20px;
    padding: 18px 18px 14px;
    text-decoration: none;
    height: 100%;
    box-sizing: border-box;
    min-height: 550px;
}

.hs-pds:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: #EAF1F6;
    z-index: -1;
    max-width: 1260px;
}

/* requested additional */
.hs-pds:before {
    z-index: 0;
}
