* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #050505;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}

a,
button,
.menu-btn {
  cursor: pointer;
}

/* SCROLLBAR */

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #050505;
}

::-webkit-scrollbar-thumb {
  background: #d4af37;
}

/* LOADER */

.loader {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at center, #151515 0%, #000 75%);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  animation: hideLoader 4s forwards;
}

.loader::before {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  background: conic-gradient(
    from 0deg,
    rgba(255,215,0,0.05),
    rgba(255,255,255,0.03),
    rgba(212,175,55,0.28),
    rgba(255,215,0,0.08)
  );
  border-radius: 50%;
  filter: blur(28px);
  animation: rotateGlow 8s linear infinite;
}

.loader::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 20%, rgba(255,215,0,0.09), transparent 80%);
  animation: shineMove 3s infinite;
}

.loader h1 {
  position: relative;
  z-index: 2;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(4rem, 10vw, 8rem);
  font-weight: 700;
  letter-spacing: 14px;
  background: linear-gradient(90deg, #fff, #f5d37a, #fff, #d4af37, #fff);
  background-size: 300%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: luxuryText 4s ease infinite, floating 3s ease-in-out infinite;
}

.loader h1::after {
  content: "LUXURY STREETWEAR";
  position: absolute;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
  font-size: 0.8rem;
  letter-spacing: 8px;
  color: rgba(255,255,255,0.75);
  -webkit-text-fill-color: rgba(255,255,255,0.75);
}

/* HEADER */

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(0,0,0,0.78);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(212,175,55,0.25);
}

nav {
  height: 82px;
  padding: 0 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
  height: 82px;
}

.logo img {
  height: 58px;
  width: 58px;
  object-fit: contain;
  display: block;
  filter:
    brightness(1.3)
    contrast(1.25)
    drop-shadow(0 0 10px rgba(212,175,55,0.8))
    drop-shadow(0 0 28px rgba(212,175,55,0.5));
  animation: logoShine 2.5s ease-in-out infinite;
  transition: 0.4s ease;
}

.logo:hover img {
  transform: scale(1.08);
}

.logo-text {
  display: flex;
  align-items: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.9rem;
  font-weight: 700;
  letter-spacing: 9px;
  line-height: 1;
  background: linear-gradient(90deg, #ffffff, #f5d37a, #d4af37, #ffffff);
  background-size: 250%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: luxuryText 5s ease infinite;
}

.nav-links {
  display: flex;
  gap: 35px;
  list-style: none;
}

.nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 0.3s;
}

.nav-links a:hover,
.active-link {
  color: #d4af37 !important;
}

.menu-btn {
  display: none;
  font-size: 2rem;
}

.cart-btn {
  padding: 11px 22px;
  border: 1px solid #d4af37;
  color: #d4af37;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8rem;
  transition: 0.4s;
}

.cart-btn:hover {
  background: #d4af37;
  color: #000;
  box-shadow: 0 0 25px rgba(212,175,55,0.35);
}

/* HERO */

.hero {
  min-height: 100vh;
  padding: 82px 5% 0;
  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,0.96) 0%,
      rgba(0,0,0,0.8) 35%,
      rgba(0,0,0,0.45) 65%,
      rgba(0,0,0,0.18) 100%
    ),
    url("hero-bg.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-content {
  max-width: 760px;
  position: relative;
  z-index: 2;
  animation: fadeUp 1.5s ease;
}

.drop-badge {
  color: #d4af37;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 0.9rem;
  margin-bottom: 18px;
}

.hero-tagline {
  color: rgba(255,255,255,0.92) !important;
  font-size: 0.95rem !important;
  letter-spacing: 9px;
  text-transform: uppercase;
  margin-bottom: 35px;
  max-width: 100%;
  line-height: 1.6;
}

.section-subtitle {
  color: #d4af37;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 0.9rem;
  margin-bottom: 18px;
}

.hero h1,
.section-title,
.about h2,
.newsletter h2,
footer h2 {
  font-family: 'Cormorant Garamond', serif;
}

.hero h1 {
  font-size: clamp(3.8rem, 6.5vw, 6.8rem);
  line-height: 1.05;
  margin-bottom: 20px;
  letter-spacing: 5px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ffffff, #f7f0dd, #ffffff);
  background-size: 220%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: luxuryText 5s ease infinite;
}

.hero h1 span {
  background: linear-gradient(90deg, #d4af37, #f5d37a, #ffffff);
  background-size: 220%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.hero-line {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 520px;
  margin-bottom: 30px;
}

.hero-line span {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
}

.hero-line i {
  color: #d4af37;
  font-style: normal;
  font-size: 1.6rem;
  text-shadow: 0 0 18px rgba(212,175,55,0.7);
}

.hero p:not(.hero-tagline) {
  color: #f1f1f1;
  font-size: 1.05rem;
  max-width: 560px;
  margin-bottom: 35px;
  line-height: 1.8;
}

.btn {
  display: inline-block;
  padding: 15px 36px;
  border: 1px solid #d4af37;
  color: #000;
  background: linear-gradient(90deg, #d4af37, #f5d37a, #d4af37);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  transition: 0.4s;
}

.btn:hover {
  background: transparent;
  color: #d4af37;
  box-shadow: 0 0 25px rgba(212,175,55,0.35);
}

/* LUXURY MOVING STRIP */

.luxury-strip {
  background: #050505;
  border-top: 1px solid rgba(212,175,55,0.3);
  border-bottom: 1px solid rgba(212,175,55,0.3);
  overflow: hidden;
  white-space: nowrap;
  padding: 16px 0;
}

.luxury-strip span {
  display: inline-block;
  color: #d4af37;
  letter-spacing: 4px;
  text-transform: uppercase;
  animation: marquee 18s linear infinite;
}

/* FEATURES */

.features {
  padding: 45px 6%;
  background: linear-gradient(180deg, #111, #050505);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.feature-card {
  padding: 35px 32px;
  border-right: 1px solid rgba(255,255,255,0.15);
  background: transparent;
  display: flex;
  align-items: center;
  gap: 22px;
  transition: 0.4s;
}

.feature-card:last-child {
  border-right: none;
}

.feature-card:hover {
  transform: translateY(-6px);
}

.feature-icon {
  color: #d4af37;
  font-size: 3rem;
  min-width: 55px;
  text-shadow: 0 0 18px rgba(212,175,55,0.5);
}

.feature-card h3 {
  color: #d4af37;
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.feature-card p {
  color: #ccc;
  line-height: 1.7;
}

/* SHOPIFY COLLECTION */

.collection {
  padding: 110px 6%;
  background: #fff;
  color: #000;
  text-align: center;
}

.section-title {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  margin-bottom: 55px;
}

.shopify-collection-box {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 15px;
}

.shopify-collection-box * {
  font-family: 'Montserrat', sans-serif !important;
}

/* SHOPIFY CART FIX */

.shopify-buy__cart-toggle {
  right: 20px !important;
  bottom: 20px !important;
  background: #000 !important;
  border: 1px solid #d4af37 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  transition: 0.4s ease !important;
}

.shopify-buy__cart-toggle:hover {
  background: #d4af37 !important;
}

.shopify-buy__cart-toggle svg {
  fill: #d4af37 !important;
}

.shopify-buy__cart-toggle:hover svg {
  fill: #000 !important;
}

.shopify-buy__cart-toggle__count {
  color: #d4af37 !important;
}

.shopify-buy__cart-toggle:hover .shopify-buy__cart-toggle__count {
  color: #000 !important;
}

/* TRUST BAR */

.trust-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #080808;
  color: #d4af37;
  border-top: 1px solid rgba(212,175,55,0.25);
  border-bottom: 1px solid rgba(212,175,55,0.25);
}

.trust-bar div {
  padding: 30px 24px;
  text-align: center;
  border-right: 1px solid rgba(212,175,55,0.2);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

.trust-bar div:last-child {
  border-right: none;
}

.trust-bar span {
  display: block;
  margin-top: 8px;
  color: #ccc;
  font-size: 0.85rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
}

/* ABOUT */

.about {
  padding: 110px 6%;
  background: #080808;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  align-items: center;
}

.about h2 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  margin-bottom: 25px;
}

.about p {
  color: #ccc;
  line-height: 1.8;
  margin-bottom: 30px;
}

.about-image {
  height: 530px;
  background:
    linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.45)),
    url("hero-bg.png");
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(212,175,55,0.35);
}

/* LOOKBOOK */

.lookbook {
  padding: 130px 6%;
  background: #ffffff;
  color: #000;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.lookbook::before {
  content: "";
  position: absolute;
  top: -250px;
  right: -250px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(212,175,55,0.12), transparent 70%);
  pointer-events: none;
}

.lookbook .section-subtitle {
  color: #d4af37;
  letter-spacing: 7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.lookbook .section-title {
  font-size: clamp(3rem, 6vw, 5.5rem);
  margin-bottom: 20px;
  color: #000;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
}

.lookbook-description {
  max-width: 760px;
  margin: 0 auto 70px;
  color: #666;
  font-size: 1rem;
  line-height: 1.9;
  position: relative;
  z-index: 2;
}

.lookbook-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  max-width: 1550px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.look-card {
  height: 560px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 65px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 18px 55px rgba(0,0,0,0.18);
}

.look-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.15), rgba(0,0,0,0.88));
  transition: 0.6s ease;
}

.look-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,0.08), transparent 80%);
  transform: translateX(-120%);
  transition: 0.9s ease;
}

.look-card:hover::after {
  transform: translateX(120%);
}

.look-card:hover {
  transform: translateY(-16px) scale(1.02);
  box-shadow: 0 35px 100px rgba(0,0,0,0.28);
}

.look-card span {
  position: relative;
  z-index: 3;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem;
  letter-spacing: 6px;
  color: #fff;
  text-transform: uppercase;
}

.look-card small {
  position: absolute;
  bottom: 120px;
  z-index: 3;
  color: #d4af37;
  font-size: 0.75rem;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.look-card .line {
  position: absolute;
  bottom: 45px;
  width: 90px;
  height: 1px;
  background: #d4af37;
  z-index: 3;
  transition: 0.5s ease;
  box-shadow: 0 0 18px rgba(212,175,55,0.9);
}

.look-card:hover .line {
  width: 150px;
}

.look-card:nth-child(1) {
  background-image: url("minimal.png");
}

.look-card:nth-child(2) {
  background-image: url("premium.png");
}

.look-card:nth-child(3) {
  background-image: url("bold.png");
}

.look-card:nth-child(4) {
  background-image: url("classic.png");
}

/* NEWSLETTER */

.newsletter {
  padding: 110px 6%;
  background: #050505;
  text-align: center;
}

.newsletter-box {
  max-width: 850px;
  margin: auto;
  padding: 65px 30px;
  border: 1px solid rgba(212,175,55,0.3);
  background: linear-gradient(145deg, #111, #000);
}

.newsletter h2 {
  font-size: 3rem;
  margin-bottom: 15px;
}

.newsletter p {
  color: #ccc;
  margin-bottom: 30px;
}

.newsletter form {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.newsletter input {
  width: 350px;
  padding: 15px;
  border: none;
  outline: none;
}

.newsletter button {
  padding: 13px 28px;
  background: #000;
  color: #d4af37;
  border: 1px solid #d4af37;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 0.3s;
}

.newsletter button:hover {
  background: #d4af37;
  color: #000;
}

/* FOOTER */

footer {
  padding: 65px 6%;
  text-align: center;
  background: #000;
  border-top: 1px solid rgba(212,175,55,0.25);
}

footer h2 {
  font-size: 2.4rem;
  letter-spacing: 7px;
  color: #d4af37;
}

footer p {
  color: #ccc;
  margin-top: 8px;
}

.footer-links {
  margin: 28px 0;
}

.footer-links a {
  color: #fff;
  margin: 0 15px;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #d4af37;
}

/* COOKIE */

.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1050px;
  background: rgba(0, 0, 0, 0.92);
  border: 1px solid rgba(212, 175, 55, 0.45);
  color: #fff;
  padding: 22px;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  animation: cookieSlideUp 0.8s ease;
}

.cookie-banner.hide {
  display: none;
}

.cookie-banner h3 {
  font-family: 'Cormorant Garamond', serif;
  color: #d4af37;
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.cookie-banner p {
  color: #ccc;
  font-size: 0.9rem;
  line-height: 1.6;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.cookie-buttons button {
  padding: 12px 20px;
  border: 1px solid #d4af37;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.75rem;
  transition: 0.3s;
}

#acceptCookies {
  background: #d4af37;
  color: #000;
}

#rejectCookies,
#privacyBtn {
  background: transparent;
  color: #d4af37;
}

.cookie-buttons button:hover {
  transform: translateY(-3px);
}
@media (max-width: 768px) {

  .shopify-buy__product {
    width: calc(50% - 10px) !important;
    margin: 5px !important;
  }

  .shopify-buy__product-img-wrapper {
    height: auto !important;
  }

  .shopify-buy__product__title {
    font-size: 18px !important;
  }

  .shopify-buy__product__price {
    font-size: 15px !important;
  }

  .shopify-buy__btn {
    font-size: 12px !important;
    padding: 10px !important;
  }

}

/* PRIVACY MODAL */

.privacy-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.82);
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.privacy-modal.active {
  display: flex;
}

.privacy-box {
  width: 100%;
  max-width: 720px;
  max-height: 85vh;
  overflow-y: auto;
  background: #070707;
  border: 1px solid rgba(212,175,55,0.5);
  padding: 40px;
  position: relative;
  animation: modalZoom 0.4s ease;
}

.privacy-box h2 {
  font-family: 'Cormorant Garamond', serif;
  color: #d4af37;
  font-size: 2.6rem;
  margin-bottom: 20px;
}

.privacy-box h3 {
  color: #d4af37;
  margin-top: 25px;
  margin-bottom: 10px;
}

.privacy-box p {
  color: #ccc;
  line-height: 1.8;
}

.close-privacy {
  position: absolute;
  top: 18px;
  right: 22px;
  font-size: 2rem;
  color: #d4af37;
  cursor: pointer;
}

/* REVEAL */

.reveal {
  opacity: 0;
  transform: translateY(60px);
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* MOBILE */

@media (max-width: 1100px) {
  .features,
  .trust-bar {
    grid-template-columns: repeat(2, 1fr);
  }

  .lookbook-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .menu-btn {
    display: block;
    color: #d4af37;
  }

  .cart-btn {
    display: none;
  }

  .nav-links {
    position: fixed;
    top: 82px;
    right: -100%;
    width: 100%;
    height: calc(100vh - 82px);
    background: #000;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
  }

  .nav-links.active {
    right: 0;
  }

  .about {
    grid-template-columns: 1fr;
  }

  .hero {
    text-align: center;
    justify-content: center;
    background-position: center;
    padding: 120px 6% 60px;
  }

  .hero h1 {
    font-size: clamp(3rem, 14vw, 4.8rem);
    letter-spacing: 2px;
  }

  .hero-line,
  .hero p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-tagline {
    letter-spacing: 5px;
    font-size: 0.8rem !important;
  }

  .drop-badge {
    font-size: 0.75rem;
    padding: 9px 18px;
  }

  .feature-card {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    text-align: center;
    flex-direction: column;
  }

  .newsletter form {
    flex-direction: column;
  }

  .newsletter input {
    width: 100%;
  }

  .logo img {
    height: 52px;
    width: 52px;
  }

  .logo-text {
    font-size: 1.8rem;
    letter-spacing: 4px;
  }

  .look-card {
    height: 430px;
  }

  .look-card span {
    font-size: 2.1rem;
  }
}

@media (max-width: 700px) {
  .features,
  .trust-bar,
  .lookbook-grid {
    grid-template-columns: 1fr;
  }

  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-buttons {
    width: 100%;
    flex-direction: column;
  }

  .cookie-buttons button {
    width: 100%;
  }

  .privacy-box {
    padding: 30px 22px;
  }

  .loader h1 {
    letter-spacing: 6px;
  }

  .lookbook {
    padding: 90px 5%;
  }

  .look-card {
    height: 500px;
  }

  .look-card span {
    font-size: 2.2rem;
    letter-spacing: 4px;
  }
}

/* ANIMATIONS */

@keyframes luxuryText {
  0% { background-position: 0%; }
  50% { background-position: 100%; }
  100% { background-position: 0%; }
}

@keyframes rotateGlow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes shineMove {
  from { transform: translateX(-100%); }
  to { transform: translateX(100%); }
}

@keyframes floating {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(45px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hideLoader {
  0%,85% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

@keyframes logoShine {
  0%, 100% {
    filter:
      brightness(1.25)
      contrast(1.2)
      drop-shadow(0 0 10px rgba(212,175,55,0.7))
      drop-shadow(0 0 25px rgba(212,175,55,0.4));
  }

  50% {
    filter:
      brightness(1.8)
      contrast(1.45)
      drop-shadow(0 0 18px rgba(255,215,90,1))
      drop-shadow(0 0 45px rgba(212,175,55,0.9));
  }
}

@keyframes cookieSlideUp {
  from {
    opacity: 0;
    transform: translate(-50%, 40px);
  }

  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes modalZoom {
  from {
    opacity: 0;
    transform: scale(0.92);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes marquee {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
} 

@media only screen and (max-width: 600px) {

  .collection {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .shopify-collection-box {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
  }

  #collection-component-1778526572420 {
    width: 100% !important;
    max-width: 100% !important;
  }

  #collection-component-1778526572420 .shopify-buy__collection-products,
  #collection-component-1778526572420 .shopify-buy__product-set,
  #collection-component-1778526572420 .shopify-buy__layout-vertical {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    width: 100% !important;
  }

  #collection-component-1778526572420 .shopify-buy__product {
  width: 48% !important;
  max-width: 48% !important;
  min-width: 0 !important;
  margin: 0 0 22px 0 !important;
  padding: 8px !important;
  box-sizing: border-box !important;
  float: none !important;
  display: block !important;
}

  #collection-component-1778526572420 .shopify-buy__product__title {
    font-size: 13px !important;
    line-height: 1.2 !important;
  }

  #collection-component-1778526572420 .shopify-buy__product__price {
    font-size: 12px !important;
  }

  #collection-component-1778526572420 .shopify-buy__btn {
    width: 100% !important;
    font-size: 9px !important;
    padding: 8px 3px !important;
    letter-spacing: 0.8px !important;
  }
}