body{
    background-color: #000 !important;
}
header {
    padding: 30px 20px;
}
.row {
    margin: 0 !important;
}
.logo {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}
.collection-row {
    min-height: 600px;
}
.hero h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0px;
}
.hover-card{
    transition: all .3s ease-out;
}

.hover-card:hover::after {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    background: #00000045;
    left: 0;
    right: 0;
    position: absolute;
    transition: all .3s ease-out;
}
a.btn {
    background: #ff0000;
    transition: all .3s ease-out;
    padding: 26px 13px 13px;
    width: 100%;
    opacity: 0;
    font-size: 1.25rem;
    font-weight: 700;
    border-radius: 0;
    border: unset !important;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: red !important;
    --bs-btn-hover-bg: red !important;
    --bs-btn-hover-border-color: red !important;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: red !important;
    --bs-btn-active-border-color: red !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: red !important;
    --bs-btn-disabled-border-color: red !important;
}
a.btn:hover {
    background: #ff0000;
    color: #fff;
}
.hover-card:hover a.btn {
    opacity: 1 !important;
    z-index: 2;
    position: relative;
}
.card-cover {
    min-height: 300px !important;
}
.card-tall {
    min-height: 915px !important;
}
.card-medium, .card-medium-alt {
    min-height: 608px !important;
}
h5.title {
    font-size: 20px;
    letter-spacing: 8px;
    font-weight: 700;
}
p.desc {
    color: #666;
}
p.price {
    font-size: 18px;
    letter-spacing: 8px;
    font-weight: 700;
    color: #666;
}
.content-block {
    max-width: 800px;
    margin: 10% auto !important;
    color: #666;
    text-align: center;
    padding: 0 30px;
}
.content-block h2 {
    color: #fff;
    font-size: 40px;
}
.content-block p {
    width: 100%;
    max-width: 600px;
    margin: 50px auto;
    font-size: 17px;
}

/* Heading */
.label-small {
  letter-spacing: 4px;
  font-size: 12px;
  color: #aaa;
}
.title-main {
    font-size: 48px;
    letter-spacing: 4px;
    font-weight: 700;
    text-transform: uppercase;
}
.text-sub {
    color: #aaa;
    max-width: 450px;
    font-size: 20px;
    margin-top: 50px;
}

/* Filters */
.filter-bar {
    background-color: transparent;
    padding: 20px;
    border-top: 1px solid #1f1f1f;
    border-bottom: 1px solid #1f1f1f;
    width: 100% !important;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.filter-bar span {
  font-size: 17px;
  color: #fff;
  cursor: pointer;
}

/* Product */
.product-card img {
  max-height: 220px;
  object-fit: contain;
}

.product-card h6 {
    letter-spacing: 4px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.product-card p {
  color: #888;
  font-size: 14px;
  line-height: 1.6;
  min-height: 70px;
}

.price {
  letter-spacing: 3px;
  font-size: 14px;
}

/* Hover */
.product-card img {
  transition: 0.4s ease;
}

.product-card:hover img {
  transform: scale(1.05);
}
footer {
    background: red;
}
/* Responsive */
@media (max-width: 768px) {
  .title-main {
    font-size: 32px;
  }

  .filter-bar {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }

  .filter-bar span {
    margin-left: 0;
  }
}

/* -------------------------- ppc page -------------------------------- */

/* HERO */
.hero-card {
    padding: 80px 50px;
    position: relative;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    min-height: 520px;
    display: flex;
    align-items: center;
    background-size: cover !important;
    background-position: center center !important;
}

.hero-card .row {
  position: relative;
  z-index: 2;
}

.hero-card h1 {
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 2vh;
}

.hero-card .row {
    max-width: 1200px;
    gap: 0;
    width: 90%;
}

.hero-side h2 {
    font-size: 40px;
    font-weight: 700;
}
.hero-side p {
    font-size: 24px;
    font-family: Cormorant Garamond, Georgia, serif;
}
.hero-side small {
    font-size: 16px;
    color: #fffc;
}
.btn-shop {
    display: inline-block;
    background: #e8a910;
    color: #1b1c30;
    font-weight: 700;
    font-size: .95rem;
    padding: 14px 40px;
    border-radius: 6px;
    text-decoration: none;
    transition: background .2s;
}
.logos-section h2 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 24px;
    color: #1b1c30;
    font-family: Cormorant Garamond,Georgia,serif;
}
.highlight {
  color: #e8a910;
}
.hero-side p b {
    color: #e8a910;
}

.logo-img {
    height: 72px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
/* LOGOS */
.logos-section span {
  opacity: 0.4;
  font-weight: 600;
}

/* REVIEWS */
.review-card {
  padding: 20px;
}

.stars {
    color: #e8a910;
    font-size: 1.4rem;
    letter-spacing: 2px;
}

/* WHY */
.why-section {
    position: relative;
    background: #e8784a;
    padding: 80px 20px;
    color: #fff;
}

.why-item {
  padding: 20px;
}

.why-item .icon {
  font-size: 30px;
  margin-bottom: 10px;
}

/* FOOTER */
.footer {
  background: #264d47;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer li {
    margin-bottom: 8px;
    opacity: 0.8;
    color: #ffffffb3;
    text-decoration: underline;
    font-size: .9rem;
    transition: color .2s;
}

.featured-section {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}

/* TITLE */
.featured-title {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
}

/* MARQUEE WRAPPER */
.marquee-wrapper {
    overflow: hidden;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

/* TRACK */
.marquee-track {
  display: flex;
  align-items: center;
  gap: 60px;
  width: max-content;
  animation: scroll 25s linear infinite;
}

/* LOGOS */
.marquee-logo {
    height: 22px;
    opacity: .5;
    flex-shrink: 0;
}
.reviews h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 8px;
    font-family: Cormorant Garamond, Georgia, serif;
}
.marquee-logo:hover {
  opacity: 1;
}
.review-wrapper {
  max-width: 1000px;
  margin: auto;
  text-align: center;
  padding: 40px 0;
}

/* SLIDER */
.review-slider {
  overflow: hidden;
}

.review-track {
  display: flex;
  transition: transform 0.5s ease;
}

/* CARD */
.review-card {
  min-width: 33.333%;
  padding: 20px;
  text-align: left;
}

.card-stars {
    color: #e8a910;
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.review-card h3 {
    font-family: Lato, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.review-card p {
    font-size: .9rem;
    color: #555;
    margin-bottom: 10px;
    line-height: 1.5;
}
span.review-name {
    font-size: .85rem;
    color: #999;
    font-weight: 500;
}


/* ARROWS */
.review-arrows {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.verified-badge {
    color: #22c55e;
    font-weight: 700;
}
.arrow-prev, .arrow-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: transparent;
    margin: 0 5px;
    font-size: 28px;
    transition: background .2s;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-section h2 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 48px;
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
}
.why-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 32px;
}
.why-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
}
.why-item h3 {
    font-family: Lato,sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}
.why-item p {
    font-size: .9rem;
    color: #fffc;
    line-height: 1.6;
}
footer h3 {
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 2.2rem;
    line-height: 1.4;
    color: #ffffffd9;
}
footer .container {
    max-width: 1100px;
    margin: 0 auto;
}

/* ANIMATION */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* OPTIONAL: PAUSE ON HOVER */
.marquee-wrapper:hover .marquee-track {
  animation-play-state: paused;
}

/* MOBILE */
@media (max-width: 768px) {
  .marquee-logo {
    height: 28px;
  }
}

@media screen and (max-width: 767px){
    .why-grid {
    grid-template-columns: repeat(1,1fr);
}
.hero-card h1 {
    font-size: 1.7rem;
}
.hero-card .row {
    width: 100%;
}
.hero-card {
    padding: 28px 20px;
    text-align: center;
}
.review-card {
    text-align: center;
    padding: 0;
}
.review-card {
    min-width: 100%;
  }
.section-collection.bg-black.text-white.p-5 {
    padding: 20px !important;
}
.product-card {
    text-align: center;
}
}