.site_Galls {
  background-color: #ffffff;
}

.dx-hp-section {
  margin-right: auto;
  margin-left: auto;
}

.dx-hp-section.default-section-width {
  max-width: 1400px;
  width: 100%;
  padding: 12px 20px;
}

.dx-hp-section img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.dx-hp-section .hp__card,
.dx-hp-section .hp__card-no-hover {
  /* box-shadow: 0px 10px 10px -4px rgba(0, 0, 0, 0.20); */
  border: 1px solid #e3e3e3;
  line-height: 1.25;
}

.dx-hp-section .hp__card:hover {
  outline: solid;
  outline-width: 5px;
  outline-color: #30303033;
}

.dx-hp-section .image-gradient {
  filter: brightness(80%);
}

.dx-hp-section .visible-xxs {
  display: none;
}

.dx-hp-section .bg-overlay {
  position: absolute;
  bottom: 0;
  padding: 12px 24px;
  background-color: #0000004d;
  margin: 3px;
}

.dx-hp-section .bg-overlay .blurred-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(5px);
  z-index: -1;
}

.dx-hp-section .text-bg-overlay {
  background: rgb(0 0 0 / 20%);
  backdrop-filter: blur(2px);
}

/* web-604 - moved to /assets2024/components/galls-pdp/pdp-base.css */

@media (max-width: 480px) {
  .dx-hp-section .visible-xxs {
    display: block;
  }

  .dx-hp-section .main-hero-banner .visible-xs-sm {
    display: none;
  }
}

/* overrides for design system */
.dx-hp-section .btn {
  border-radius: 0;
}

/* overrides for carousels */
.dx-hp-section .samH2 {
	text-transform: capitalize;
  margin: 0;
}

.dx-hp-section .samFullCarouselSection {
  padding: 0;
}

/* HOMEPAGE SECTIONS */
body:has(#hp_new_version) {
  background-color: white;
}

/* Hero */
.section__hero-full-screen {
  height: 100%;
  width: 100%;
}

.section__hero-full-screen .bg-overlay {
  padding: 30px 100px;
  margin: unset;
  background-color: unset;
}

.section__hero-full-screen .text-bg-overlay {
  border: 1px solid #FFF;
}

.hero__main-hero-banner .hero__bg-img img {
  border-radius: 0;
  height: calc(85vh - 150px);
  min-height: 400px;
}

.hero__text-overlay {
  max-width: 1400px;
}

.hero__text-overlay img {
  max-width: 400px;
  max-height: 400px;
}

@media (max-width: 768px) {
  .hero__main-hero-banner .hero__bg-img img {
    height: calc(85svh - 170px);
  }

  .section__hero-full-screen .bg-overlay {
    padding: 24px;
  }
  .hero__text-overlay img {
    max-width: 400px;
  }
}

/* Evergreen Mission Made */
.section_evergreen-mission-made img {
  height: 350px;
}

.section_evergreen-mission-made .evergreen-mm__content > div:first-child {
  max-width: 510px;
}

.section_evergreen-mission-made .evergreen-mm__content > div:nth-child(2) {
  max-width: 360px;
}

/* Feature Split */
.section_feature-split img {
  height: 200px;
}

@media (max-width: 768px) {
  .section_feature-split img {
    height: 180px;
  }
}

.section_feature-split .hp__feature-one,
.section_feature-split .hp__feature-two {
  width: 50%;
}

@media (max-width: 768px) {
  .section_feature-split .hp__feature-one,
  .section_feature-split .hp__feature-two {
    width: 100%;
  }
}

/* Shop By Profession */
.section_shop-by-profession h2 {
  font-family: var(--galls-font-heading);
}

.section_shop-by-profession h3 {
  font-size: 20px;
}

@media (max-width: 768px) {
  .section_shop-by-profession h3 {
    font-size: 14px;
  }
}

/* Reusable CSS Carousel Classes */
.css-carousel__card h3:hover {
  text-decoration: underline;
}

.css-carousel__card img {
  height: 246px;
}

@media (max-width: 1200px) {
  .css-carousel__card img {
    height: 190px;
    min-width: 129px;
  }
}

.css-carousel__card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cssCarouselContent {
  scrollbar-width: none;
}

.dx-hp-section.default-section-width .cssCarouselOuter.is-overflowing-desktop {
  margin-right: -80px;
}

.dx-hp-section.default-section-width .cssCarouselOuter.is-overflowing-mobile {
  margin-right: -20px;
}

.css-carousel__text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 11px 12px;
  background-color: #F5F9FA;
}
/* End reusable CSS Carousel Classes */

/* GCU */
.gcu__text-overlay {
  top: 50%;
  transform: translateY(-50%);
  padding: 24px 48px;
  z-index: 2;
}

/* .section__gcu .hp__card {
  aspect-ratio: 46 / 5;
  overflow: hidden;
} */

.section__gcu .gcu__text {
  max-width: 390px;
}

.section__gcu img {
  height: 220px;
}

@media (max-width: 992px) {
  .section__gcu {
    /* display: none; */
  }
}

@media (max-width: 768px) {
  .section__gcu img {
    height: 250px;
  }

  .section__gcu h2 {
    font-size: 26px;
  }

  .gcu__text-overlay {
    padding: 24px 24px;
  }
}

/* Shop By Category */
.section__shop-by-category img {
  height: 300px;
}

.section__shop-by-category .bg-overlay {
  z-index: 2;
}

@media (max-width: 768px) {
  .section__shop-by-category .grid {
    grid-template-columns: 1fr 1fr;
  }

  .section__shop-by-category .hp__card:nth-child(2),
  .section__shop-by-category .hp__card:nth-child(3),
  .section__shop-by-category .hp__card:nth-child(4),
  .section__shop-by-category .hp__card:nth-child(5) {
    grid-column: span 1;
  }

  .section__shop-by-category .hp__card {
    grid-column: span 2;
  }

  /* Height for the first and last images */
  .section__shop-by-category .hp__card:nth-child(1) img,
  .section__shop-by-category .hp__card:nth-child(6) img {
    height: 300px;
  }

  /* Height for the 2nd - 5th images */
  .section__shop-by-category .hp__card:nth-child(2) img,
  .section__shop-by-category .hp__card:nth-child(3) img,
  .section__shop-by-category .hp__card:nth-child(4) img,
  .section__shop-by-category .hp__card:nth-child(5) img {
    height: 300px;
  }

}

/* Brand of the Week */
.section_brand-of-the-week .image-gradient img {
  height: 260px;
}

.brand-of-week__text-overlay {
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  padding: 48px;
  z-index: 2;
}

.brand-of-week__text {
  max-width: 250px;
}

.brand-of-week__logo img{
  height: 120px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .brand-of-week__text-overlay {
    padding: 40px;
  }

  .section_brand-of-the-week .image-gradient img {
    height: 370px;
  }

  .brand-of-week_text-overlay {
    padding: 40px;
  }

  .brand-of-week__logo img{
    height: 90px;
  }
}

/* Shop Popular Brands */
.section__shop-popular-brands img {
  /* aspect-ratio: 43 / 24; */
  height: 100px;
  object-fit: contain;
}

/* .section__shop-popular-brands img {
  object-fit: contain;
} */

.section__shop-popular-brands .hp__card {
  border: unset;
}

@media (max-width: 768px) {
  .section__shop-popular-brands img {
    height: 70px;
  }
}
.section_top-searches .card {
  padding: 9px 18px;
  border-radius: 0;
}

.section_top-searches .hp__card-no-hover,
.section_top-searches .card {
  border: 1px solid #000;
  background-color: white;
}

.section_top-searches .panel-group{
  margin-bottom: 0;
}

/* Key Benefits */
/* .section__key-benefits {
  padding: 6px 12px;
  background-color: #000;
}

.section__key-benefits .hp__card-no-hover {
  border: unset;
}

.section__key-benefits .hp__card-no-hover:hover {
  outline-color: #000;
}

.section__key-benefits img {
  height: 78px;
  aspect-ratio: 32 / 5;
  object-fit: contain;
  height: fit-content;
}

@media (max-width: 768px) {
  .section__key-benefits {
    background-color: unset;
    height: unset;
  }

  .section__key-benefits img {
    aspect-ratio: unset;
  }
  
  .section__key-benefits .hp__card:hover {
    outline-color: #30303033;
  }
} */

.homepage-sections .hp--component5 {
  margin-top: unset;
  margin-bottom: unset !important;
}

@media (min-width: 2000px) {
  .homepage-sections .section__key-benefits .container {
    width: 1300px;
    padding-left: 0;
    padding-right: 0; 
  }
}

/* ============= MISSION MADE CLASSES ============= */
.mission-made-sections {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mission-made-sections .default-section-width {
  margin: 0 30px;
}

@media (max-width: 767px) {
  .mission-made-sections .default-section-width {
    margin: 0 10px;
  }
}

.mission-made-sections .bg-overlay {
  bottom: 0;
  padding: 12px 24px;
  background-color: #0000004d;
  margin: 3px;
  backdrop-filter: blur(5px);
  z-index: 2;
}

.mission-made-sections .bg-overlay-long {
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  margin: 0;
  z-index: 2;
  padding: 6px 12px;
  background-color: #0000004d;
  backdrop-filter: blur(5px);
}

@media (max-width: 767px) {
  .mission-made-sections .bg-overlay-long {
    padding: 6px 12px;
  }
}

.mission-made-sections .image-gradient {
  filter: brightness(80%);
}

.mission-made-breadcrumb {
  padding: 0 30px;
}

@media (max-width: 767px) {
  .mission-made-breadcrumb {
    padding: 0 10px;
  }
}

/* ============= PRODUCT GRID TWO STYLES ============= */
.dx__product-grid-two .top-right-banner img {
  aspect-ratio: 400 / 196;
}

@media (max-width: 1024px) {
  .dx__product-grid-two .top-right-banner img {
    aspect-ratio: 400 / 194;
  }
}

/* ============= PRODUCT CARD GRID CLASSES FOR INDIVIDUAL CARDS ============= */
.dx__product-gallery .card {
  border: 1px solid #ddd;
  box-shadow: unset;
  padding: 8px;
  background-color: #ffffff;
}

.dx__product-gallery .card .samProductItem_Tag {
	position: absolute;
	top: 0;
  right: 0;
}

.dx__product-gallery .card .card-header img {
  padding-bottom: 10px;
  width: 90%;
  aspect-ratio: 1/1;
  transition: all ease 0.5s;
  margin-left: 5%;
}

@media (min-width: 992px) {
  .dx__product-gallery .card .card-header img:hover {
    transform: scale(0.9);
  }
}

.dx__product-gallery .card .card-body {
  padding: 0;
}

.dx__product-gallery .card .card-content {
  width: 100%;
}

.dx__product-gallery .card .card-body .card-title {
  color: black;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  font-weight: 600;
  padding: 0;
  border-bottom: unset;
}

.dx__product-gallery .card .card-body .card-title a {
  color: #000000;
  font-family: var(--galls-font-body);
}

.dx__product-gallery .card .card-body .card-title a:hover {
  background-color: #ffffff;
  text-decoration: underline;
  border: 0;
}

.dx__product-gallery .card .card-body .flex-grid {
  padding: 0 0 5px 0;
  margin: 0;
}

.dx__product-gallery .card .card-body .flex-grid .card-brand {
  width: 50%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
}

.dx__product-gallery .card .card-body .flex-grid .card-brand a {
  font-size: 14px;
  color: #000000;
  font-family: var(--galls-font-body);
}

.dx__product-gallery .card .card-body .flex-grid .card-brand a:hover {
  background-color: #ffffff;
  text-decoration: underline !important;
  border: 0;
}

.dx__product-gallery .card .card-body .flex-grid .card-rating i {
  font-size: 10px;
}

.dx__product-gallery .card .card-body .card-price {
  padding: 10px 0 2px 0;
  font-size: 15px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: var(--galls-font-body);
}

.dx__product-gallery .card .card-body .card-price b {
  font-weight: 600;
  font-family: var(--galls-font-body);
}

.dx__product-gallery .card .card-body a.card-button {
  width: 100%;
  display: block;
  padding: 6px 0;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0;
  border: 1px solid #000;
  color: #000;
  backdrop-filter: blur(2.5px);
  text-transform: capitalize;
  letter-spacing: 0;
  font-family: var(--galls-font-body);
}

.dx__product-gallery .card .card-body a:hover {
  cursor: pointer;
  background: rgba(48, 48, 48, 0.10);
  border: 1px solid #000;
  color: #000;
}

.dx__product-gallery .card .card-body a:active {
  background: rgba(48, 48, 48, 0.20);
  border: 1px solid #000;
  color: #000;
}

.dx__product-gallery .skeleton {
  --skeleton-width: 100%; /* Default */
  --skeleton-height: 15px; /* Default */
  width: var(--skeleton-width);
  height: var(--skeleton-height);
  background: linear-gradient(to right, #dcdcdc 0%, #ececec 50%, #dcdcdc 100%);
  background-size: 200% 100%;
  animation: shimmer 2s infinite linear;
  margin: 2.5px 0;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

.dx__product-gallery .skeleton:hover {
  background: #dcdcdc !important;
  cursor: default !important;
}

@media (max-width: 600px) {
  .dx__product-gallery .card .card-body .flex-grid .card-brand {
    padding-top: 2px;
    font-size: 13px;
  }

  .dx__product-gallery .card .card-body .flex-grid .card-rating {
    width: 50%;
    padding-top: 4px;
  }

  .dx__product-gallery .card .card-body .card-price {
    padding: 10px 0 2px 0;
    font-weight: 600;
  }
}

/* ============= END ============= */

/* ============= SOCIAL PROOF ============= */
.social-proof-container {
  display: flex;
  gap: 6px;
}

.soc-proof-sale,
.soc-proof-sale-divider {
  color: var(--g-red, #B82025);
  font-family: var(--galls-font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-wrap: nowrap;
}

@media (max-width: 390px) {
  .soc-proof-sale {
    font-size: 12px;
  }
}

.soc-proof-sale-pdp {
  font-size: 21px !important;
  display: inline-block;
  margin-bottom: 3px;
}

@media (min-width: 1200px) {
  .soc-proof-sale-pdp {
    font-size: 26px !important;
  }
}

@media (min-width: 992px) {
  .soc-proof-sale-pdp {
    font-size: 26px !important;
    margin-bottom: 6px;
  }
}

.social-proof-price-container {
  display: flex;
  gap: 10px;
  align-items: center;
}

.social-proof-badge {
  position: absolute;
  display: inline-flex;
  padding: 2px 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(227, 227, 227, 0.00);
  top: 0;
  right: 0;
  font-weight: 700;
}

.social-proof-badge.pdp-mobile-image {
  right: 25px;
  margin-left: unset !important;
  margin-top: 45px;
  z-index: 98;
  top: unset !important;
}

@media (min-width: 990px) {
  .social-proof-badge.pdp-mobile-image {
    display: none !important;
  }
}

.soc-proof-inline-tags {
  width: 100%;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 5px;

  font-family: var(--galls-font-body);
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  line-height: 1.75;

  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
}

.soc-proof-divider {
  font-size: 20px;
  color: 000;
}

.social-proof-new-arrival {
  color: var(--success-success-txt, #0C5132);
  font-family: var(--galls-font-body);
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  white-space : nowrap;
  width: fit-content;
  text-transform: uppercase;
  padding: 1px 3px;
  background: var(--success-success-surface, #CDFEE1);
}

@media (min-width: 1200px) {
  .social-proof-new-arrival-pdp {
    font-size: 16px !important;
  }
  .soc-proof-inline-tags-pdp {
    font-size: 12px !important;
  }
}


.social-proof-new-arrival-pdp {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

.soc-proof-only-at-galls {
  color: var(--sec-txt, #616161);
  text-wrap: nowrap;

  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.soc-proof-only-at-galls div {
  display: flex;
  gap: 4px;
  align-items: center;
}

.soc-proof-only-at-galls-vector {
  width: 46.109px !important;
  height: 14px !important;
}

.soc-proof-customizable {
  color: var(--white, #FFF);

  background: linear-gradient(90deg, var(--g-blue, #005DAC) 0%, var(--g-red, #B82025) 100%);
  padding: 1px 6px;
  text-wrap: nowrap;
}

.soc-proof-ships-free {
  padding: 1px 3px;
  background: #007BFF;
  color: var(--white, #FFF);
  text-wrap: nowrap;
}

/* PDP only */
#styleForm .soc-proof-customizable,
#QuickViewForm .soc-proof-customizable,
#styleForm .soc-proof-only-at-galls,
#QuickViewForm .soc-proof-only-at-galls,
#styleForm .soc-proof-ships-free,
#QuickViewForm .soc-proof-ships-free {
  font-family: var(--galls-font-body);
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  white-space : nowrap;
  width: fit-content;
  text-transform: uppercase;
  padding: 1px 3px;
}

/* overrides */
/* PLP */
.product-item__cta {
  display: flex !important;
  flex-direction: column;
}

.btnTriggerQV {
  margin: 5px 0;
  margin-top: 15px;
}

@media (min-width: 992px) {
  main.category .product-grid__row .product-grid__item {
    min-height: 378px;
  }
}

@media (min-width: 986px) {
  main.category .product-grid__row .product-grid__item {
    min-height: 408px;
  }
}

@media (min-width: 1200px) {
  main.category .product-grid__row .product-grid__item {
    min-height: 457px;
  }
  .btnTriggerQV {
    margin-top: 9px;
  }
}

@media (min-width: 1400px) {
  main.category .product-grid__row .product-grid__item {
    min-height: 580px;
  }
}

@media (max-width: 767px) {
  .product-item-cta .product-item__details .product-name {
    height: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  main.category .product-grid__gallery .product-item, main.category .product-grid__gallery .product-item-cta, main.category .product-grid__gallery .product-item-cta {
    height: 450px;
  }

  main.category .soc-proof-inline-tags {
    height: 54px;
  }
}

.product-item .line-clamp {
  max-height: unset;
}

.product-item .product-name {
  line-height: 1.25 !important;
}

.product-price .discount,
.product__price .youSave,
main.product .product__price.discounted .new-price {
  color: #B82025 !important;
}

@media (max-width: 767px) {
  .product-item .product-item__thumbnail, .product-item-cta .product-item__thumbnail {
    max-height: 154px;
  }
}

/* PDP */
.product__gallery {
  position: relative;
}

.product__mobile-slider {
  position: relative;
}

@media (min-width: 992px) {
  .TurnToReviewsTeaser {
    margin: 5px 0px 10px 0px;
  }
}

/* PDP Quick View */
.product__gallery--image {
  position: relative;
}

.product__price.discounted .prcspan{
  display: inline-block;
}

.product__mobile-image {
  position: relative;
}

@media (min-width: 992px) {
  .soc-proof-inline-tags-pdp-desktop {
    display: none;
  }
}

@media (max-width: 992px) {
  .soc-proof-inline-tags-pdp-mobile {
    display: none;
  }
}

/*Sam's carousels */
.samCLSCarousel .soc-proof-inline-tags {
  margin-top: 5px;
  margin-bottom: 44px;
}

.samCLSCarousel .card-price .discount {
  color: #B82025 !important;
}

@media (max-width: 992px) {
  #styleForm [style="float:left; margin: 10px 0 10px 0; width:60%"] {
    float: none !important;
  }
}

#productItem > div.product-item__cta > div.product-item__price.social-proof-container > span.product-price.fl-l > b > span:nth-child(2):not([itemprop="minPrice"]):not([itemprop="price"]) {
  color: #B82025 !important;
}

#styleForm .product-item-cta .product-item__details .product-name {
  height: 40px !important;
}

/* End Social Proof */

@media (min-width: 992px) {
  #customizeModal {
    margin-top: 80px;
    z-index: 2100;
  }
}

/* A/B Bundling */
.fbt-bundle__container {
  display: none;
  margin-bottom: 100px;
}

@media (max-width: 992px) {
  .fbt-bundle__container {
    margin-bottom: 50px;
  }
}

.fbt-bundle__container p {
  color: var(--pri-dark, #000);

  /* txt-sm-d */
  font-family: var(--galls-font-body);
  font-size: var(--fs-sm-d, 13px);
  font-style: normal;
  font-weight: var(--fw-reg, 700);
  line-height: normal;
}

.fbt-bundle__container button {
  min-width: 115px;
}

.fbt-bundle__card {
	width: 100%;
	background-color: white;
  min-height: 100%;
}

.fbt-bundle__content {
  display: flex;
  align-items: stretch;
	scrollbar-width: none;
	margin-bottom: 10px;
  overflow: scroll;
} 

.fbt-bundle__price {
  color: var(--pri-txt, #000);

  /* txt-sm-d */
  font-family: var(--galls-font-body);
  font-size: var(--fs-sm-d, 13px);
  font-style: normal;
  font-weight: var(--fw-reg, 400);
  line-height: normal;
  }

.fbt-bundle__content img {
	object-fit: cover;
	width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  flex-grow: 1;
}

.fbt-bundle__img-container {
  position: relative;
  height: auto;
  width: 100%;
}

.fbt-bundle__img-container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  border-radius: 6px;
  background: rgba(128, 128, 128, 3%);
}

.fbt-bundle__form-control {
	display: flex;
	height: 40px;
	padding: 9px 18px;
	justify-content: center;
	align-items: center;
	gap: 6px;
	flex: 1 0 0;
	border-radius: 12px;
	background: #F2F2F2;
	border: #F2F2F2;
}

.fbt-bundle__atc {
	border-radius: 6px !important;
}

.fbt-bundle__container a {
  color: #303030;
	font-family: var(--galls-font-body);
	font-weight: 700;
  display: block;
  width: 100%;
}

.fbt-bundle__container a:hover {
	text-decoration: underline;
}

.fbt-bundle__plus {
  display: flex;
  align-items: center;
  color: var(--pri-txt, #000);
  text-align: center;
  font-family: var(--galls-font-body);
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

@media (max-width: 992px) {
  .fbt-bundle__plus {
    font-size: 20px;
  }
}

.fbt-bundle__free-shipping {
  color: #B82025;
}

.fbt-bundle__up-to {
  border-radius: 20px;
  border: 1px solid rgba(227, 227, 227, 0.00);
  background: var(--g-red, #B82025);
  padding: 2px 6px;
}

.fbt-bundle__up-to p {
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
}

.fbt-bundle__this-item {
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(5px);
  display: flex;
  padding: 3px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(2px);
}

.fbt-bundle__this-item span {
  color: var(--ter-btn-ter-btn-txt, #000);
  text-align: center;
  font-family: var(--galls-font-body);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.fbt-bundle__check {
  position: absolute;
  left: 87%;
  top: -1%;

  display: flex;
  width: 30px;
  height: 30px;
  padding: 4.5px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  aspect-ratio: 1/1;
  border-radius: 75px;
  border: 1.5px solid var(--success-success-border, #92FEC2);
  background: var(--success-success-surface, #CDFEE1);
  border-radius: 75px;
  border: 1.5px solid var(--success-success-border, #92FEC2);
  background: var(--success-success-surface, #CDFEE1);
  color: var(--base-success-text);
}

@media (min-width: 992px) {
  .fbt-bundle__check {
    top: -4px;
  }
}

@media (min-width: 1800px) {
  .fbt-bundle__check {
    top: 5px;
  }
}

@media (min-width: 992px) {
  #quickViewModal {
    margin-top: 80px;
  }
}

/* Shipping Threshold */
.sidecart-shipping {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
}

.sidecart-shipping__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.sidecart-shipping__icon {
  display: flex;
  align-items: center;
}

.sidecart-shipping__label {
  text-transform: none;
  color: #000;
  font-family: var(--galls-font-body);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.sidecart-shipping__bar {
  height: 12px;
  background-color: #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
  max-width: 100%;
}

.sidecart-shipping__progress {
  height: 100%;
  background: linear-gradient(to right, #b7dd76, #0c8a0f);
  width: 0%;
  transition: width 0.4s ease;
  border-radius: 6px;
}

.minicart__close {
  cursor: pointer;
}

.minicart__view-cart-link,
.minicart__view-cart-link h6:hover {
  text-decoration-line: underline;
  text-decoration-color: var(--sec-txt, #616161);
}

.minicart__view-cart-link h6 {
  color: var(--sec-txt, #616161);
  text-align: center;
  font-family: var(--galls-font-heading);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
}

/* Overrides */
#samCartDrawer_Right #samCD_Title {
  padding: 12px !important;
}

#samCartDrawer_Right #samCD_Title .samCD_Title_Left {
  text-align: left !important;
  width: unset !important;
}

/* AB Testing */
#thresholdShippingBar {
  display: none;
}
/* End Shipping Threshold */

/* New Arrivals on Navbar Homepage */
.nav-new-arrivals__container {
  padding-bottom: 30px;
}

.nav-new-arrivals__circle img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.nav-new-arrivals__circle {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

@media (min-width: 1200px) and (max-width: 1365px) {
  .nav-new-arrivals__circle {
    width: 112px;
    height: 112px;
  }
}

@media (min-width: 1366px) {
  .nav-new-arrivals__circle {
    width: 128px;
    height: 128px;
  }
}
.nav-new-arrivals__desc span {
  color: #007ac2;
  text-transform: uppercase !important;
}

.nav-new-arrivals__circle:hover + .nav-new-arrivals__desc span,
.nav-new-arrivals__desc:hover span{
  color: #000;
}

.nav-new-arrivals__desc:hover,
a.nav-new-arrivals__desc:hover{
  color: #000;
  cursor: pointer;
}
/* end */


/* Customization on Navbar Homepage */
.nav-cust__container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  height: 194px;
}

.nav-cust__card {
  max-width: 340px;
}

.nav-cust__card-desc {
  padding: 15px 22px;
  background: #F5F9FA;
}

.nav-cust__card-desc h5:hover {
  text-decoration: underline;
}

.nav-cust__other-services,
.nav-cust__other-services-list {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.nav-cust__other-services a:hover {
  text-decoration: underline;
  text-decoration-color: var(--base-galls-blue, #005dac);
}

.nav-cust__other-services-list a:hover{
  text-decoration: underline;
  text-decoration-color: #000;
}

/* Overrides */
#div000000000000194.sub-nav-category {
  padding: 0 !important;
}

body #navigation-dropdown {
  padding: 0 !important;
}

.container.sub-nav-category {
  padding: 30px 70px 0 70px !important;
}
/* End Customization on Navbar Homepage */
