/** Shopify CDN: Minification failed

Line 43:17 Expected ":"

**/
.collection-vars{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 2px;
}
.collection-var{
  border: 1px solid black;
  padding: 3px;
  border-radius: 3px;
  font-size: 11px;
}
.ewck-ab-c{
  display: none !important;
}
.grandient-img-color img{
  /* position: relative; */
}
.grandient-img-color::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 1) 90%);
  z-index: 1;
}
@media screen and (max-width: 750px){
  .mobile-nav__images {
    display: flex;
    gap: 5px;
    margin-top: 5px;
}
  .mobile-nav__images a {
      border-radius: 5px;
      overflow: hidden;
  }
 .collection-var{
   font-size: 8px;
   padding: 2px;s
 } 
}
.rotatingText {
  align-items: center;
  display: flex;
  height: 20px;
  text-align: center;
  justify-content: center;
}

.rotatingText-content {
  position: relative;
  width: 100%;
}
.rotatingText-adjective {
  font-family: "Open Sans", sans-serif;
  font-size: 9px;
  left: 0;
  margin-bottom: 0;
  /* margin-top: 30px; */
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: left;
  text-transform: uppercase;
  top: 0;
  /* animation: rotate-text-loop 8s infinite; */
  animation: rotate-text-loop 4s infinite;
  color: rgb(var(--product-on-sale-accent));
}

/* .rotatingText-adjective {
} */

.rotatingText-adjective:nth-of-type(2) {
  animation-delay: 2.5s;
}

@keyframes rotate-text-loop {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  10%, 40% { /* Shorter visible duration */
    opacity: 1;
    transform: translateY(0);
  }
  50%, 100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}
.close-edd {
  position: absolute;
  right: 5%;
}
.pop-edd {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.2s ease;
}
.pop-edd.open {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
.pop-edd .edd-container {
  background: white;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  padding: 20px 10px;
  border-radius: 10px;
  max-width: 380px;
}
.pincode__input-wrapper {
  display: inline-block;
  border: 1px solid grey;
  padding: 5px 10px;
  border-radius: 5px;
}
.pincode__input-wrapper input {
  border: none;
}
.pincode__input-wrapper input:focus {
  outline: none;
  background-color: transparent;
}

.pincode__input-wrapper button {
  font-weight: 600;
  border: none;
  background: none;
  cursor: pointer;
  letter-spacing: 0.7px;
}

.delivery-box {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}

.hidden {
  display: none;
}

#delivery-box {
  animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.low-stock-variants {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 -8px;
  margin-bottom: 10px;
  gap: 1px;
}
.low-stock-variant {
  font-size: 6px;
  background: #fff;
  color: #000;
  padding: 4px 1px;
  text-align: center;
  border-radius: 2px;
}
/* .product-item-meta__title{
  margin-top: 8px !important;
} */
.product-offers__heading {
  font-size: 17px;
}
.preorder-text {
  margin-top: 5px;
  color: red;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.sale-data {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.sale-data .sale-text,
.info-clearance {
  border: 1px solid;
  padding: 2px 3px;
  border-radius: 3px;
}
.info-clearance {
  /* color: red; */
  background: linear-gradient(
    121deg,
    rgba(27, 60, 85, 1) 45%,
    rgb(162 162 162) 81%
  );
  color: #ffffff;
  border: none;
  padding: 2px 10px;
}
.preorder-delivery {
  font-size: 9px;
  color: #c00000;
}
.size-alert {
  position: fixed;
  top: 60px;
  z-index: 11;
  width: 100%;
  background: red;
}
.size-alert div {
  display: flex;
  justify-content: center;
  padding: 5px 10px;
  gap: 10px;
  color: white;
}
.cart__content .shipping-estimator {
  display: none;
}
.collection-rating {
  display: flex;
  position: absolute;
  bottom: -1px;
  left: 0px;
  background: #fff;
  align-items: center;
  padding: 0 5px;
  /* width: 60px; */
  padding-right: 20px;
  z-index: 1;
  font-size: 9px;
  clip-path: polygon(0% 0, 80% 0, 100% 100%, 0 100%);
  gap: 3px;
}
.collection-rating svg {
  color: #ffa200;
  height: 10px;
}
.collection-rating span {
  padding-top: 1px;
  color: #000000;
}
.light-rating {
  color: #9a9a9a;
  /* margin-left: 5px; */
}
.product-item2,
.product-item-cart {
  display: none !important;
}

.notification {
  position: fixed;
  bottom: 40px;
  z-index: 10;
  width: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  display: flex;
  justify-content: center;
}
.notification.is--active {
  opacity: 1;
  visibility: visible;
}
.notification__text {
  background-color: #fff;
  padding: 10px 20px;
  width: 300px;
  border-radius: 10px;
  box-shadow: 0 2px 5px #0003;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
}
.header__visibilty {
  visibility: hidden;
}
.mini-cart .drawer__header::after {
  content: "✨ 10% off on order above ₹2500";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translate(-50%);
  background: #ac3330;
  color: #fff;
  width: 80%;
  font-size: 11px;
  text-align: center;
  border-radius: 20px;
}
.price--highlight {
  /* color: #c20023; */
  font-weight: bold;
  color: #000000;
}
.label--custom5 {
  background: black;
  color: mintcream;
}
.black-friday {
  background: black;
  color: white;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  margin-bottom: 10px;
}
#bf-timer {
  color: red;
  font-weight: bold;
}
.navigation-offer {
  margin: 0 -24px;
  padding: 0 24px;
  position: relative;
}

.footer__membership {
  /* background-color: #2B2E39; */
  padding: 10px;
  margin-bottom: 20px;
}
.membership__item {
  position: relative;
  flex: 0 0 65%;
  scroll-snap-align: start;
}
/* .footer__membership .heading, .footer__membership{
  color: #ffffff;
} */
.membership-title {
  font-weight: bold;
  margin-bottom: 5px;
}
.membership__item img {
  border-radius: 10px;
}
.membership__content {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  gap: 20px;
}
.bcontact-content {
  background: none !important;
}
.pdp-policy-btn .span {
  color: red;
}
.bundle-offer {
  display: flex;
  justify-content: space-between;
  border: 1px solid;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
}
.best-price-cl {
  color: blue;
  margin-top: 5px;
}
.trust-offer {
  border: 1px solid #6c6048;
  padding: 10px 15px;
  position: relative;
  border-radius: 10px;
  margin-bottom: 10px;
}
.trust-offer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #6c6048;
}
.trust-offer__content .text--xxsmall {
  background: #6c6048;
  color: #d7d7d7;
  padding: 2px 10px;
  border-radius: 5px;
}
.upi-off {
  position: absolute;
  top: -10px;
  left: 7px;
  font-size: 10px;
  background: white;
  border-radius: 10px;
  padding: 1px 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/* gift card start */
.limited-offer {
  background: #992600;
  color: white;
  padding: 2px 10px;
}
.live-viewer {
  display: flex;
  gap: 10px;
  margin-top: 5px;
  font-size: 14px;
  align-items: center;
}
.eye-icon {
  display: flex;
}
.giftcard__container {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.2s ease;
}
.giftcard__container.open {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
.giftcard__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.5rem;
  min-height: calc(100% - 3rem);
}
.giftcard__content {
  position: relative;
  background-color: #fff;
  box-shadow: 0 3px 15px -5px rgba(0, 0, 0, 0.5);
  max-width: 400px;
  border-radius: 10px;
  overflow: hidden;
  transform: scale(0);
  transition: transform 0.4s ease;
}
.highlight-text {
  background: #000000;
  color: white;
  /* margin: 0 -24px; */
  text-align: center;
  padding: 5px;
  border-radius: 5px;
}
.giftcard__btn {
  border-radius: 5px;
  margin-right: 5px;
  padding: 5px;
  font-weight: 700;
  color: white;
  letter-spacing: 0.5px;
  background: #992600;
}
.giftcard-title-msg {
  display: inline-block;
  margin-right: 5px;
  padding: 1px 5px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.5px;
  background: #992600;
  text-transform: uppercase;
}
.giftcard__container.open .giftcard__content {
  transform: scale(1);
}
.giftcard__close-btn {
  position: absolute;
  right: 25px;
  top: 25px;
}
#giftcard__master {
  border: 1px solid gainsboro;
  padding: 18px;
  margin: 15px;
  border-radius: 10px;
}
/* .notify__text_container {
  display: flex;
  align-items: center;
  margin: 10px 0 15px 0;
  border: 1px solid gainsboro;
  gap: 10px;
} */
/* gift card end */
.stock-ntf {
  position: absolute;
  bottom: 3px;
  left: 3px;
  display: flex;
  z-index: 1;
  background: #fffffff5;
  color: #ff1b1b;
  font-weight: bold;
}

.combo-off-alert {
  display: none !important;
}
.app-links {
  margin-top: 20px;
}
.app-link {
  max-width: 119px;
  margin-top: 5px;
  display: block;
  height: 40px;
}
.app-link img {
  height: 100%;
}
/* whatsapp */
.fixed-whatsapp-mobile,
.fixed-whatsapp-desktop {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #31ff00;
  padding: 10px;
  display: flex;
  border-radius: 50%;
  z-index: 1;
}
.fixed-whatsapp-mobile svg,
.fixed-whatsapp-desktop svg {
  height: 30px;
  width: 30px;
}
.fixed-whatsapp-desktop {
  display: none;
}
.shop-the-look__dot {
  box-shadow: 0 0 0 8px rgb(255 255 255) inset, 0 1px 5px #00000026;
}
.shop-the-look__dot:after {
  border: 2px solid rgb(255 251 251 / 60%);
}
.hidden {
  display: none !important;
}
.product-list__inner {
  margin: 0;
}
.policy-tag {
  color: red;
  font-size: 12px;
}
.policy-tag u {
  color: #000;
}
.news-link {
  color: red;
  animation: msgColor 1.5s ease-out 0s alternate infinite none running;
}
.nav-tag {
  padding: 0 5px;
  color: red;
  font-size: 10px;
  display: inline-block;
}
/* new product collection */
.new-product-collection__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
/* ------
    Product detail image card start
------ */
.product-detail-image__container,
.video-card__container {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  gap: 20px;
}
.product-detail-image__card,
.video-card__item {
  position: relative;
  flex: 0 0 80%;
  scroll-snap-align: start;
}
.product-detail-image__card-content,
.video-card__title {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.product-detail-image__heading,
.video-card__title {
  font-size: 22px;
  color: white;
  line-height: 1.3;
}
.video-card__item video:focus {
  outline: none;
}
/* ------
    Product detail image card end
------ */

/* ---  marquee logo start ---  */
.marquee-review__container .heading {
  margin-bottom: 20px;
  color: #7a7a7a;
}
.marqee-review__details {
  color: #7a7a7a;
  display: grid;
  place-items: center;
  margin-top: 30px;
  gap: 5px;
}
.marquee-review {
  /* background-color: #000; */
  padding: 5px 0px;
}
.view-all-review-btn {
  text-align: center;
  margin-top: 10px;
}
.view-all-review-btn a {
  display: inline-block;
  margin: 0 auto;
  background: black;
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
}
.marquee-logo,
.marquee-review {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  /* opacity: 0.6; */
}
.marquee-logo::before,
.marquee-logo::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  z-index: 2;
}
.marquee-logo:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}
.marquee-logo:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}
.marquee-logo:hover .marquee-logo__logos-slide {
  animation-play-state: paused;
}
.marquee-logo__logos-slide {
  display: inline-block;
  animation: 20s logoSlide infinite linear;
}
.marquee-review__logos-slide {
  display: inline-block;
  animation: 130s logoSlide infinite linear;
}
.marquee-logo__logos-slide img {
  max-width: none;
  height: 50px;
  width: auto;
  margin: 0 20px;
  filter: brightness(0.5);
}
.marquee-review__logos-slide img {
  margin: 0 20px;
  max-width: 270px;
  border: 1px solid grey;
  border-radius: 5px;
}
@keyframes logoSlide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* ---  marquee logo end ---  */
/* --- main banner start --- */

.main-banner__container {
  position: relative;
}
.main-banner__image,
.main-banner__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.main-banner__text-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}
.main-banner__content {
  display: flex;
  height: 100%;
  width: 100%;
}
.main-banner__heading {
  margin: 0;
}
.main-banner__caption {
  margin: 15px 0;
}
.main-banner__btn {
  padding: 5px 20px;
  border: 1px solid;
  border-radius: 5px;
  display: inline-block;
  transition: 0.3s;
}
.main-banner__btn:hover {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}
/* --- main banner end --- */
/* --- new update --- */
.new-update__container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.new-update__container.grayscale .new-update__content {
  filter: blur(1px) grayscale(5);
}
.grayscale {
  position: relative;
}
.grayscale::before {
  content: "Expired";
  position: absolute;
  right: -24px;
  top: 15px;
  background: #434343;
  color: #fff;
  z-index: 1;
  transform: rotate(45deg);
  font-size: 12px;
  clip-path: polygon(19.1% -8.5%, 82.2% 0%, 100% 100%, 0% 100%);
  width: 116px;
  text-align: center;
}
.new-update__content {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 10px;
}
.new-update__image {
  height: 100px;
  width: 100%;
}
.new-update__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.new-update__text-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.new-update__heading {
  font-weight: 700;
}
.new-update__description {
  font-size: 12px;
}
.new-update__date-and-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-update__date-time {
  font-size: 12px;
  color: gray;
}
.new-update__active-status {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.new-update__active-status div {
  height: 15px;
  width: 15px;
  border-radius: 50%;
}
.new-update__active {
  background: green;
  opacity: 0.5;
}
.update-animation__true .new-update__active {
  animation: animate-opacity 3s infinite;
}
@keyframes animate-opacity {
  50% {
    opacity: 1;
  }
}
/* collapsible faq for seo */
.seo-faq__container {
  max-width: 800px;
}
.collapsible-faq__btn {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 12px;
  transition: 0.4s;
  text-align: center;
}
.active,
.collapsible-faq__btn:hover {
  background-color: #ccc;
}
.collapsible-faq__panel {
  padding: 0 18px;
  /* display: none; */
  background-color: white;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .new-product-collection__product:nth-child(3n) {
    grid-column: span 2;
  }
  .mobile-toolbar button {
    background: black;
    color: white;
    border: none;
  }
  /* ------ Product detail image card start ------ */
  .product-detail-image {
    padding-right: 0;
  }
  .product-detail-image__card:last-child {
    margin-right: 20px;
  }
  /* ------ Product detail image card end ------ */
  .top-left-mobile {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .top-center-mobile {
    align-items: flex-start;
    justify-content: center;
  }

  .top-right-mobile {
    align-items: flex-start;
    justify-content: flex-end;
  }

  .middle-left-mobile {
    align-items: center;
    justify-content: flex-start;
  }

  .middle-center-mobile {
    align-items: center;
    justify-content: center;
  }

  .middle-right-mobile {
    align-items: center;
    justify-content: flex-end;
  }

  .bottom-left-mobile {
    align-items: flex-end;
    justify-content: flex-start;
  }

  .bottom-center-mobile {
    align-items: flex-end;
    justify-content: center;
  }
  .bottom-right-mobile {
    align-items: flex-end;
    justify-content: flex-end;
  }
  .center-mobile {
    text-align: center;
  }
  .right-mobile {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .header--transparent {
    background: black;
  }
  .new-product-collection__content {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
  .marquee-review__logos-slide {
    animation: 220s logoSlide infinite linear;
  }
  .marquee-review__logos-slide img {
    max-width: 420px;
  }
  .app-links {
    display: flex;
    gap: 10px;
  }
  .fixed-whatsapp-desktop {
    display: flex;
    bottom: 40px;
    right: 40px;
  }
  .fixed-whatsapp-mobile {
    display: none;
  }
  .membership__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    overflow: auto;
  }
  /* ------ Product detail image card start ------ */
  .product-detail-image__container,
  .video-card__container {
    overflow-x: auto;
    gap: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .product-detail-image__card,
  .video-card__item {
    flex: auto;
  }
  /* ------ Product detail image card end ------ */

  /* --- marquee logo start---  */
  .marquee-logo:before,
  .marquee-logo:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
  }
  .marquee-logo__logos-slide img {
    max-width: none;
    height: 60px;
    margin: 0 50px;
  }
  /* --- marquee logo end---  */
  .main-banner__caption {
    margin: 25px 0;
  }
  .top-left-desktop {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .top-center-desktop {
    align-items: flex-start;
    justify-content: center;
  }

  .top-right-desktop {
    align-items: flex-start;
    justify-content: flex-end;
  }

  .middle-left-desktop {
    align-items: center;
    justify-content: flex-start;
  }

  .middle-center-desktop {
    align-items: center;
    justify-content: center;
  }

  .middle-right-desktop {
    align-items: center;
    justify-content: flex-end;
  }

  .bottom-left-desktop {
    align-items: flex-end;
    justify-content: flex-start;
  }

  .bottom-center-desktop {
    align-items: flex-end;
    justify-content: center;
  }
  .bottom-right-desktop {
    align-items: flex-end;
    justify-content: flex-end;
  }
  .center-desktop {
    text-align: center;
  }
  .right-desktop {
    text-align: right;
  }
  .new-update__container {
    max-width: 800px;
  }
  .new-update hr {
    max-width: 800px;
  }
}
.product-item2 {
  display: flex;
  justify-content: space-between;
  background: #000000;
  padding: 8px;
  align-items: center;
  border-radius: 5px;
  margin: 15px 0;
}
.member-details .heading {
  color: #ffffff;
}
.member-details .text--xxsmall {
  display: block;
}
.member-details span:first-child {
  color: #df0000;
  /* font-size: 9px; */
}
.member-details__tag {
  background-color: #df0000;
  color: #fff !important;
  font-size: 8px !important;
  padding: 2px 5px;
  border-radius: 2px;
  margin-left: 5px;
}
.product-item2 .product-item__quick-buy-button1 {
  margin-left: 20px;
}
.product-item1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  position: relative;
}
.product-item1 .product-item__info,
.product-item1 .product-item-meta {
  height: 100%;
}
.product-item__quick-form1 {
  position: absolute;
  bottom: 20px;
}
.product-item__quick-buy-button1 {
  background: black;
  color: white;
  padding: 3px 20px;
  border-radius: 5px;
}
.offers-and-member .product-item__quick-buy-button1 {
  background: #ffffff;
  color: #000000;
}
.product-item1-color {
  color: #515151;
  text-transform: uppercase;
}
/* color swatch start */
.rust {
  background-color: #6d3f1c;
}
.navy {
  background-color: #171d2f;
}
.navy-blue {
  background-color: #171d2f;
}
.willow-green {
  background-color: #8c8d84;
}
.deep-teal {
  background-color: #244750;
}
.arctic-blue {
  background-color: #a7abae;
}
.oatmeal {
  background-color: #d8d3d5;
}
.oatmeal-beige {
  background-color: #d8d3d5;
}
.soft-beige {
  background-color: #e2d9d5;
}
.fossil-grey {
  background-color: #a7a3a0;
}
.charcoal-grey {
  background-color: #181411;
}
.olive {
  background-color: #858b80;
}
.deep-olive {
  background-color: #383733;
}
.sage {
  background-color: #bababa;
}
.blue {
  background-color: #9db6cf;
}
.beige {
  background-color: #dcccaf;
}
.indian-pigeon {
  background-color: #c5c2b8;
}
.french-grey {
  background-color: #c3c4cd;
}
.brown-rock {
  background-color: #6f505b;
}
.crushed-berry {
  background-color: #ad7089;
}
.stormy-grey {
  background-color: #76757a;
}
.sea-green {
  background-color: #587c80;
}
.lime-sage {
  background-color: #9b9e98;
}
.dust-blue {
  background-color: #7a90ad;
}
.fern-olive {
  background-color: #55544c;
}
.cloud-grey {
  background-color: #a4a0ab;
}
.midnight-navy {
  background-color: #35394c;
}
.vista-blue {
  background-color: #bdc6d5;
}
.dark-beige {
  background-color: #bdb2af;
}
.space-grey {
  background-color: #625f6e;
}
.dark-olive {
  background-color: #605e61;
}
.magical-forest {
  background-color: #1e504f;
}
.spanish-green {
  background-color: #5a655a;
}
.white-v {
  background-color: #f8f8f8;
}
.spruce-green {
  background-color: #5c6864;
}
.dryrose-pink {
  background-color: #b86669;
}
.cyan-blue {
  background-color: #93bebf;
}
.salsa-red {
  background-color: #b14143;
}
.brown-v {
  background-color: #61444e;
}
.white-crew {
  background-color: #f8f8f8;
}
.moss-grey {
  background-color: #c1cccf;
}
.granite-grey {
  background-color: #767578;
}
.white-shirt {
  background-color: #f8f8f8;
}
.black-pant {
  background-color: #000000;
}
.hybrid-beige {
  background-color: #c8a591;
}
.hybrid-black {
  background-color: #000000;
}
.iron-grey {
  background-color: #493b47;
}
.snow-white {
  background-color: #e1e4ec;
}
.black,
.hybrid-black {
  background-color: #000000;
}
.white,
.white-half-sleeves {
  background-color: #fff;
}
.wine {
  background-color: #8a3c52;
}
.dusky-green {
  background-color: #cfc4c1;
}
.titanium-grey {
  background-color: #a19aa7;
}
.smoke-white {
  background-color: #e3e1e2;
}
.tamarind-red {
  background-color: #a05860;
}
.slate-grey {
  background-color: #7e8f89;
}
.quarry {
  background-color: #b1bbc8;
}
.gateway-green {
  background-color: #b0ae9d;
}
.gateway-blue {
  background-color: #535353;
}
.ivory-white {
  background-color: #aca9a6;
}
.brown {
  background-color: #896561;
}
.navy-linen {
  background-color: #525b7d;
}
.grey {
  background-color: #595d5c;
}
.sage {
  background-color: #e2e5ed;
}
.woodland {
  background-color: #404e4b;
}
.vintage-indigo {
  background-color: #3f4569;
}
.turkish-blue {
  background-color: #03a0e4;
}
.rose-fog {
  background-color: #bea0b3;
}
.black-night {
  background-color: #292b31;
}
.pastel-yellow {
  background-color: #e7e7db;
}
.aqua-blue {
  background-color: #add2de;
}
.winery {
  background-color: #6f4049;
}
.blue-haze {
  background-color: #747696;
}
.midnight-violet {
  background-color: #876e89;
}
.alloy {
  background-color: #454852;
}
.steel-grey {
  background-color: #898196;
}
.blue-fin {
  background-color: #7aa0da;
}
.bluefin {
  background-color: #698eb1;
}
.mint-blue {
  background-color: #88979b;
}
.deep-pine {
  background-color: #282421;
}
.heather-grey {
  background-color: #cfd6df;
}
.royal-navy {
  background-color: #212642;
}
.dark-brown {
  background-color: #4c3236;
}
.mercury-sage {
  background-color: #cfd3d6;
}
.deep-khakhi {
  background-color: #5e4e41;
}
.light-blue {
  background-color: #c1def5;
}
.pastel-pink {
  background-color: #d5bcd0;
}
.slate-blue {
  background-color: #757cb3;
}
.ocean-blue {
  background-color: #afb9c1;
}
.sage-green {
  background-color: #bbb2ae;
}
.german-grey {
  background-color: #7e7880;
}
.pearl-white {
  background-color: #faf5f9;
}
.classic-beige {
  background-color: #f6e1ce;
}
.moon-grey {
  background-color: #aaabaf;
}
.quiet-grey {
  background-color: #b1afaf;
}
.ash-grey {
  background-color: #bab0b8;
}
.mineral-blue {
  background-color: #9bbdcb;
}
.atlantic-teal {
  background-color: #007792;
}
.sand-brown {
  background-color: #c6a795;
}
.smoke-grey {
  background-color: #4e4c58;
}
.oyster-beige {
  background-color: #9e9591;
}
.ceramic-grey {
  background-color: #807c79;
}
.summer-green {
  background-color: #7b8854;
}
.navy-blue {
  background-color: #282a39;
}
.tuna-blue {
  background-color: #758194;
}
.sandstone-beige {
  background-color: #a98969;
}
.sand-beige {
  background-color: #d5c2a4;
}
.almond {
  background-color: #eee1dc;
}
.moss-green {
  background-color: #b7d5b6;
}
.oxford-white {
  background-color: white;
}
.midnight-voilet {
  background-color: #51363d;
}
.ivy-green {
  background-color: #6d7467;
}
.wheat-beige {
  background-color: #c9ab85;
}
.onyx-sage {
  background-color: #c4c6ba;
}
.jet-black {
  background-color: #17181c;
}
.v-brown-rock {
  background-color: #583e44;
}
.pista-green {
  background-color: #cdd6d3;
}
.smooth-beige {
  background-color: #edded8;
}
.harbor-grey {
  background-color: #eeeae9;
}
.dusty-brown {
  background-color: #8c7471;
}
.glacial-blue {
  background-color: #728e9a;
}
.old-mauve {
  background-color: #6a5054;
}
.bronze-green {
  background-color: #5b5b4b;
}
.denim-blue {
  background-color: #505f80;
}
.burgundy {
  background-color: #45182c;
}
.soft-yellow-half-sleeves {
  background-color: #ece4cf;
}
.light-beige-full-sleeves {
  background-color: #f7f0e8;
}
.White-full-sleeves {
  background-color: white;
}
.ice-blue-full-sleeves {
  background-color: #ecebf1;
}
.hybrid-beige {
  background-color: #cba894;
}
.silver-grey {
  background-color: #9a9f99;
}
.shadow-grey {
  background-color: #83717c;
}
.dust-blue-heavyweight {
  background-color: #bbc6c7;
}
.golfer-blue {
  background-color: #4870ab;
}
.murky-olive {
  background-color: #4e493d;
}
.winter-blue {
  background-color: #8c949e;
}
.vintage-green {
  background-color: #60573a;
}
.mint-green {
  background-color: #b6ccc0;
}
.seed-beige {
  background-color: #b09f8e;
}
.charcoal-blue {
  background-color: #6e647f;
}
.baby-pink {
  background-color: #d4b3b2;
}
.old-rose {
  background-color: #ad757a;
}
.deep-plum {
  background-color: #3e141e;
}
.pure-lavender {
  background-color: #cbbdcc;
}
.rust-orange {
  background-color: #8b3935;
}
.bright-lilac {
  background-color: #d1c4d8;
}
.sky-blue {
  background-color: #8a9fb2;
}
.plein-air {
  background-color: #babbc1;
}
.misty-green {
  background-color: #a4aa9c;
}
.vintage-green {
  background-color: #60573a;
}
.hazey-lavender {
  background-color: #b0acbb;
}
.lavender {
  background-color: #d2bfd0;
}
.dry-rose {
  background-color: #bf8c91;
}
.pure-beige {
  background-color: #a99c8c;
}
.mellow-yellow {
  background-color: #bdae90;
}
.marble-grey {
  background-color: #454955;
}
.fern-green {
  background-color: #6e756b;
}
.mild-grey {
  background-color: #dbdad8;
}
.stone-blue,
.moon-blue {
  background-color: #415a75;
}
.olive-green {
  background-color: #797268;
}
.bottle-green {
  background-color: #0f4239;
}
.juniper-green {
  background-color: #2c2d28;
}
.shallow-blue {
  background-color: #a5a4aa;
}
.clay-brown {
  background-color: #a17655;
}
.powder-blue {
  background-color: #a3c2e1;
}
.oceanic-teal {
  background-color: #0b4481;
}
.burnt-red {
  background-color: #a44a54;
}
.pea-green {
  background-color: #45554a;
}
.hawaiian-blue {
  background-color: #164b6c;
}
.navy-corduroy {
  background-color: #1d253a;
}
.grey-corduroy {
  background-color: #999899;
}
.beige-corduroy {
  background-color: #d5cbba;
}
.teal-corduroy {
  background-color: #243436;
}
.tan-corduroy {
  background-color: #502c1a;
}
.ecru {
  background-color: #ebe7c7;
}
.frosty-olive {
  background-color: #20261e;
}
.magma-grey {
  background-color: #576163;
}
.pitch-black {
  background-color: #040a12;
}
.cool-blue {
  background-color: #384b73;
}
.shallot-pink {
  background-color: #7a5b63;
}
.regal-plum {
  background-color: #3b2132;
}
.bronze-green {
  background-color: #404326;
}
.khakhi {
  background-color: #b19d85;
}
.terracotta {
  background-color: #7f4539;
}
.mellow-mauve {
  background-color: #a26b7e;
}
.summer-green-cargo {
  background-color: #787d76;
}
.lunar-green {
  background-color: #73715a;
}
.spanish-green {
  background-color: #878b7c;
}
.fair-pink {
  background-color: #e5e0e4;
}
.violet {
  background-color: #4b3248;
}
.blue-spruce {
  background-color: #72a1ab;
}
.deep-ocean {
  background-color: #90aeca;
}
.thunder-blue {
  background-color: #2e3754;
}
.lilac {
  background-color: #d4b6d0;
}
.dull-olive {
  background-color: #5b5d48;
}
.dusty-sage {
  background-color: #838174;
}
/* color swatch end */
