/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
  --background-color: #ffffff;
  --default-color: #3d4348;
  --heading-color: #3e5055;
  --surface-color: #ffffff;
  --contrast-color: #ffffff;
}
.light-background {
  --background-color: #f8fbfc;
  --surface-color: #ffffff;
}
.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}
:root {
  scroll-behavior: smooth;
}
/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  background-color: var(--background-color);
  overflow-x: hidden;
}
a {
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  color: var(--heading-color);
}
/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}
.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}
.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}
/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section, .section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 100px;
  overflow: clip;
}
@media (max-width: 1199px) {
  section, .section {
    scroll-margin-top: 66px;
  }
}
.row {margin-left: -25px; margin-right: -25px;}
.flex-wrap {flex-wrap: wrap;}
.p-0 {padding: 0;}
.mb-4 {margin-bottom: 4rem !important;}
.mb-5 {margin-bottom: 5rem;}
.mt-2 {margin-top: 2rem;}
.mt-3 {margin-top: 3rem;}
.mt-4 {margin-top: 4rem;}
.mb-0 {margin-bottom: 0;}
.my-3 {margin-top: 3rem; margin-bottom: 3rem;}
.my-5 {margin-top: 5rem; margin-bottom: 5rem;}
.d-flex {display: flex !important;}
.align-items-center {align-items: center;}
.justify-content-center {justify-content: center;}
.banner .swiper-pagination {position: static; margin-top: 10px;}
.banner .swiper-pagination-bullet {width: 14px; height: 14px; background: transparent; border: 1px solid #000; opacity: 1;}
.banner .swiper-pagination-bullet-active {background: #000;}
h2.title {font-size: 40px; line-height: 50px; margin: 0;}
.product-desc p {opacity: 0.7;}
.product-desc .product-title {letter-spacing: 1px; font-size: 18px; margin-top: 0;}
.cmn-btn {border: 2px solid #000; border-radius: 0; min-height: 52px; padding: 0 40px; line-height: 52px; letter-spacing: 1px; width: 100%; max-width: 320px;}
.cmn-btn:hover {background: #000; color: #fff;}
.sell-product .product:hover {transform: translateY(-10px); transition: 0.3s ease-out;}
.sell-product .product {transition: 0.3s ease-out;}
.sell-product .product a:hover {color: #000;}
section.made-usa {background: #f9f9f9;}
.left-sec {max-width: 635px; margin-left: auto; padding: 80px 100px 80px 0;}
.left-sec p {font-size: 18px; line-height: 34px; opacity: 0.7;}
.left-sec .cmn-btn {max-width: 230px;}
p.big {text-transform: uppercase; font-size: 20px; line-height: 30px;}
.right-textsec {margin-left: 0; padding-left: 100px; padding-right: 0;}
.social-links-inner li a {width: 60px; height: 60px; display: inline-block; background: #000; line-height: 60px; text-align: center; border-radius: 100%; color: #fff; font-size: 24px;}
.social-links-inner ul li {margin: 0 8px;}
.letter-1 {letter-spacing: 1px;}
.social-links {padding: 60px 0; border-top: 1px solid #989898; border-bottom: 1px solid #989898;}
@media only screen and (min-width: 992px) {
  .mt-lg-4 {margin-top: 4rem;}
  .mt-lg-5 {margin-top: 5rem;}
}
@media only screen and (min-width: 1300px) and (max-width: 1470px) {
  .left-sec {max-width: 555px; padding: 50px 50px 50px 0;}
  .left-sec p {font-size: 16px; line-height: 26px;}
  h2.title {font-size: 38px; line-height: 48px;}
  .right-textsec {padding-left: 50px; padding-right: 0;}
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  .left-sec {padding: 60px 30px 60px 50px;}
  h2.title {font-size: 34px; line-height: 44px;}
  .left-sec p {font-size: 16px; line-height: 30px;}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product-desc .product-title {font-size: 16px;}
  .left-sec {padding: 50px 30px 50px 30px;}
  h2.title {font-size: 34px; line-height: 44px;}
  .left-sec p {font-size: 16px; line-height: 26px;}
  .social-links {padding: 40px 0;}
}
@media only screen and (max-width: 767px) {
  section, .section {padding: 30px 0;}
  h2.title {font-size: 30px; line-height: 40px;}
  .sell-product .product {margin-bottom: 20px;}
  .product-desc .product-title {font-size: 16px;}
  .product-desc p {font-size: 14px;}
  .mob-reverse {flex-direction: column-reverse;}
  .left-sec {padding: 20px 20px 40px;}
  .left-sec p {font-size: 16px; line-height: 30px;}
  .social-links {padding: 30px 0;}
  p.big {font-size: 18px; line-height: 28px;}
  .social-links-inner li a {width: 40px; height: 40px; line-height: 40px; font-size: 18px;}
  .social-links-inner ul li {margin: 0 4px;}
  .xs-p-0 {padding: 0;}
  .xs-pt-0 {padding-top: 0;}
  .row {margin-left: 10px; margin-right: 10px;}
}
.my-custom-button {
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.my-custom-button:hover {
  background-color: #fff;
  color: #000;
}
.made-usa .right-sec img {
  max-width: 100%;
  height: auto;
  width: 1080px;
  max-height: 1080px;
  object-fit: cover;
}
/* Carousel — full viewport width, break out of WAM content wrapper */
section.banner {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  overflow: hidden;
}
.slider-img {
  display: block;
  width: 100%;
  height: auto;
}
.banner .carousel {
  margin-bottom: 0;
}
#homepageCarousel .carousel-indicators {
  bottom: -45px;
}
#homepageCarousel .carousel-indicators li {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 0 6px;
  opacity: 1;
}
#homepageCarousel .carousel-indicators .active {
  background: #000;
}


/* ============================================================
   ACCESSIBILITY UTILITY
   ============================================================ */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


/* ============================================================
   DUAL CTA ROW — Create An Account | Be the First to Know
   ============================================================ */
.hp-dual-cta {
  padding: 36px 0;
}
.hp-dual-cta-inner {
  display: flex;
  padding: 0 15px;
}
.hp-cta-box {
  flex: 1;
  border: 2px solid #000;
}
.hp-cta-box:first-child {
  margin-right: 10px;
}
.hp-cta-link {
  display: block;
  text-align: center;
  padding: 22px 30px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s, color 0.2s;
}
.hp-cta-link:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
/* "Create an Account" inverted (black) by default */
.hp-cta-box:first-child .hp-cta-link {
  background: #000;
  color: #fff;
}
.hp-cta-box:first-child .hp-cta-link:hover {
  background: #fff;
  color: #000;
}


/* ============================================================
   CATEGORY GRID — Women · Men · Heavyweight · Vintage Washed
   12px visual gap: 6px padding each side of each item,
   -6px margin on grid container to cancel edge bleed.
   ============================================================ */
.hp-categories {
  padding: 30px 0 0;
}
.hp-cat-grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -6px;
}
.hp-cat-item {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 6px;
  box-sizing: border-box;
  overflow: hidden;
}
.hp-cat-img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.35s ease;
}
.hp-cat-item:hover .hp-cat-img-wrap img {
  transform: scale(1.04);
}
.hp-cat-item a {
  display: block;
  text-decoration: none;
  color: #000;
}
.hp-cat-item a:hover {
  text-decoration: none;
  color: #000;
}
.hp-cat-label {
  padding: 10px 0 20px;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000;
}


/* ============================================================
   FULL-BLEED BANNERS — Made in USA + Sustainable Fashion
   padding: 0 overrides the global section { padding: 60px 0 }
   which would otherwise add unwanted white space above/below.
   ============================================================ */
.hp-fullbanner {
  padding: 0;
  line-height: 0;
  display: block;
}
.hp-fullbanner-link {
  display: block;
  line-height: 0;
}
.hp-fullbanner-img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.2s;
}
.hp-fullbanner-link:hover .hp-fullbanner-img {
  opacity: 0.95;
}


/* ============================================================
   EXPLORE THE ROYAL EDGE
   16px visual gap: 8px padding each side of each item,
   -8px margin on grid container to cancel edge bleed.
   ============================================================ */
.hp-explore {
  padding: 50px 0;
  background: #fff;
}
.hp-explore-heading {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  color: #111;
  margin: 0 0 36px;
}
.hp-explore-grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -8px;
}
.hp-explore-item {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 8px;
  box-sizing: border-box;
}
.hp-explore-item a {
  display: block;
  text-decoration: none;
}
.hp-explore-img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.35s ease;
}
.hp-explore-item:hover .hp-explore-img {
  transform: scale(1.03);
}


/* ============================================================
   SHOP BY COLOR + SHOP BY FABRIC — side by side
   12px visual gap: 6px right-padding on first tile,
   6px left-padding on second tile.
   ============================================================ */
.hp-shopby-wrap {
  display: flex;
  line-height: 0;
  margin-top: 30px;
}
.hp-shopby-link {
  flex: 0 0 50%;
  max-width: 50%;
  display: block;
  line-height: 0;
  box-sizing: border-box;
}
.hp-shopby-link:first-child {
  padding-right: 6px;
}
.hp-shopby-link:last-child {
  padding-left: 6px;
}
.hp-shopby-img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.2s;
}
.hp-shopby-link:hover .hp-shopby-img {
  opacity: 0.92;
}


/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Mobile (≤767px) */
@media only screen and (max-width: 767px) {

  /* Dual CTA — stack vertically */
  .hp-dual-cta-inner {
    flex-direction: column;
  }
  .hp-cta-box + .hp-cta-box {
    border-left: 2px solid #000;
    border-top: 0;
  }

  /* Category grid — 2-up (padding stays, width changes) */
  .hp-cat-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* Explore grid — 2-up (padding stays, width changes) */
  .hp-explore-item {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
  }
  .hp-explore-heading {
    font-size: 20px;
  }
  .hp-cat-label {
    font-size: 14px;
  }

  /* Shop by — stack vertically, full width, no side padding */
  .hp-shopby-wrap {
    flex-direction: column;
  }
  .hp-shopby-link {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hp-shopby-link:first-child {
    padding-right: 0;
  }
  .hp-shopby-link:last-child {
    padding-left: 0;
  }
}

/* Tablet (768–1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hp-explore-heading {
    font-size: 18px;
  }
}


/* ============================================================
   HTML CHANGE ALSO REQUIRED (in b2b-homepage-html-v5.txt):

   The carousel section wraps the carousel in:
     <div class="container-fluid p-0">

   Remove that div entirely. The section tag alone is enough.
   container-fluid strips WAM's content-width constraints,
   pushing the carousel wider than the content area.

   BEFORE:
     <section class="banner xs-pt-0" aria-label="...">
       <div class="container-fluid p-0">
         <div id="homepageCarousel" ...>

   AFTER:
     <section class="banner xs-pt-0" aria-label="...">
       <div id="homepageCarousel" ...>

   Also remove the closing </div> that paired with container-fluid.
   ============================================================ */
